联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据结构(15) 
按平台查找All C/C++(15) 

[数据结构] 2017cugb

2017cugb校赛真题,2017年中国地质大学(北京)ACM校赛真题
2017cugb Problems,China University Of Geosciences ACM (2018-09-27, C/C++, 2446KB, 下载0次)

http://www.pudn.com/Download/item/id/1538051321721081.html

[数据结构] qazwsxddc

数据结构与算法__第六章_清华大学出版社_赵玉兰,数据结构的相关知识课件,名校老师的课件精讲知识点
Data Structures and Algorithms Chapter VI _ __ _ Zhao Yulan Tsinghua University Press, knowledge of courseware data structure, elite teacher knowledge points succinctly courseware (2016-11-13, C/C++, 445KB, 下载1次)

http://www.pudn.com/Download/item/id/1479036828457478.html

[数据结构] 2012-summer-Training-Contest(10)

ACM 2012多校暑假集训(10),标程+解题报告。
ACM 2012 Multi-University Training Contest- Contest 10 Tutorial. (2012-11-16, C/C++, 3940KB, 下载4次)

http://www.pudn.com/Download/item/id/2049317.html

[数据结构] 2012-summer-Training-Contest(9)

ACM 2012多校暑假集训(9),标程+解题报告。
ACM 2012 Multi-University Training Contest- Contest 9 Tutorial. (2012-11-16, C/C++, 835KB, 下载2次)

http://www.pudn.com/Download/item/id/2049312.html

[数据结构] 2012-summer-Training-Contest(8)

ACM 2012多校暑假集训(8),标程+解题报告。
ACM 2012 Multi-University Training Contest- Contest 8 Tutorial. (2012-11-16, C/C++, 477KB, 下载5次)

http://www.pudn.com/Download/item/id/2049308.html

[数据结构] 2012-summer-Training-Contest(7)

ACM 2012多校暑假集训(7),标程+解题报告。
2012 Multi-University Training Contest- Contest 7 Tutorial. (2012-11-16, C/C++, 252KB, 下载12次)

http://www.pudn.com/Download/item/id/2049306.html

[数据结构] 2012-summer-Training-Contest(6)

ACM 2012多校暑假集训(6),标程+解题报告。
ACM 2012 Multi-University Training Contest- Contest 6 Tutorial. (2012-11-16, C/C++, 77KB, 下载2次)

http://www.pudn.com/Download/item/id/2049230.html

[数据结构] 2012-summer-Training-Contest(5)

ACM 2012多校暑假集训(5),标程+解题报告。
ACM 2012 Multi-University Training Contest- Contest 5 Tutorial. (2012-11-16, C/C++, 192KB, 下载2次)

http://www.pudn.com/Download/item/id/2049229.html

[数据结构] 2012-summer-Training-Contest(4)

ACM 2012多校暑假集训(4),标程+解题报告。
ACM 2012 Multi-University Training Contest- Contest 4 Tutorial. (2012-11-16, C/C++, 212KB, 下载2次)

http://www.pudn.com/Download/item/id/2049228.html

[数据结构] 2012-summer-Training-Contest(2)

ACM 2012多校暑假集训(2),标程+解题报告。
ACM 2012 Multi-University Training Contest- Contest 2 Tutorial. (2012-11-16, C/C++, 362KB, 下载2次)

http://www.pudn.com/Download/item/id/2049227.html

[数据结构] 2012-summer-Training-Contest(3)

ACM 2012多校暑假集训(3),标程+解题报告。
ACM 2012 Multi-University Training Contest- Contest 3 Tutorial. (2012-11-16, C/C++, 539KB, 下载5次)

http://www.pudn.com/Download/item/id/2049223.html

[数据结构] main1

/* * Author: m_h_yang@163.com, on March 29th, 2012 * 问题一:删除子串; * 问题二:对两个任意大正整数进行相加,得到其和。 * 注:此俩问题为某公司校招时的上机编程考试题。 */
int delete_sub_str(const char*str, const char* sub_str, char* result_str) void add(const char*num1, const char*num2, char*result) (2012-03-29, C/C++, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/1810362.html

[数据结构] fenshuchaxun

[问题描述] 现要开发一个开放式的高校本科招生最低录取分数线的查询系统,供师生和学生家长等查询,高校自愿放入该校的信息,可能随时有高校加入。要求实现的查询功能有: (1)查询等于用户给定分数的高校; (2)查询大于(或小于)用户给定分数的高校; (3)查询最低录取分数线在用户给定的分数段中的高校。 [基本要求] (1)要求有简单的菜单界面; (2)数据规模最少不得低于50。 [测试数据] 自行设定
[Problem Description] is to develop an open admission college undergraduate admissions lowest score of the query system for teachers and parents of students and other inquiries, the university voluntarily placed in the school' s information, colleges and universities may join at any time. Required to achieve the query functions are: (1) query the user for a given fraction is equal to the college (2) query is larger than (or less) given by the user scores of colleges and universities (3) check the minimum entry score in the score given by the user segment of the university. [Basic requirements] (1) requires a simple menu interface (2) Data shall not be less than the minimum size of 50. [Test data] set their own (2011-11-10, C/C++, 67KB, 下载4次)

http://www.pudn.com/Download/item/id/1694786.html

[数据结构] xitiji

包含各大名校的数据结构习题和答案,真正体会数据结构算法方法精髓
Data structure that contains the major schools of exercises and answers, the real essence of understanding the data structure algorithm method (2011-05-24, C/C++, 905KB, 下载4次)

http://www.pudn.com/Download/item/id/1545021.html

[数据结构] Data-Structure

这个是我在学校进行评估时的数据结构能力测试集训题目,相信通过这些东西让大家对数据结构有一个更好的理解
This is my assessment at the schools ability to test the data structure of training topics, I believe that through these things so that we can have a better data structure to understand (2010-10-20, C/C++, 32KB, 下载2次)

http://www.pudn.com/Download/item/id/1322696.html
总计:15