资源列表
test
- 文件导入并算平均值,用到动态数组,结构体和链表结构-file import and caculate the average
C-Programs
- This Program uses classes to represent an order form. If you are learnig about how to use classes then take a look at this program.
new-c-
- This program takes input regarding the desired requirements of furniture and outputs the price to be payed. It too uses advanced classes.
data-strucures
- C source codes for searching and sorting techniques.
LINKLIST
- This app is used to merge dll
DOUBLY
- This app is used to merge link
GLL
- This app is used to merge G-This app is used to merge GLL
vcPP
- 含有五个程序 对你的vc++课设 数据结构课设有很大的帮助,代码完全 用vc6打开即可用
AutoMemory
- C++中的自动内存管理。利用的是smart pointer,通过引用计数,将垃圾自动处理。这只是一个简单的处理。-C++, automatic memory management. Use the smart pointer, by reference counting, garbage automatically. This is just a simple process.
citylist
- 一个描述添加管理的城市链表程序,附带 错误提醒,和演示清屏-Add a descr iption of procedures for the management of the city list, with the error alert, and demonstrate clear screen
verifyMsisdn
- 给定N*N字母矩阵,从任意点出发,上,下,左,右移动,在规定方向连续匹配给定的单词序列。即称为命中,否则不命中,字符矩阵中的字母仅能使用一次,不能在同一单元格停留两次。字符矩阵最大50*50,都为大写字母。输入1为字母矩阵,输入2为字母序列,输出是否匹配。-Given the letter N* N matrix, starting from any point, up, down, left, right, match the prescribed direction of the conti
sell
- 输入数据的第一行为两个正整数M(M<=1000),N(N<=30),分别表示王伯的资金和鱼的种类。以下N行,每行有两个正整数S(1<=S<=N),T,分别表示某种鱼的编号以及该鱼的价格。 接着,每行有两个整数P,Q。当P,Q均大于0时,表示P,Q不能共处;当P,Q均等于0时,表示输入的结束。 Output 输出数据的第一行为两个正整数X,Y,分别表示所买鱼的条数和总花费。以下X行,每行有一个正整数,表示所买鱼的编号。编号按升序排列输出。 如果题目有多个解,
