搜索资源列表
shopping_Dynamic_Programming
- Jones先生是一位模范丈夫,每个星期六的早晨他的太太都会给它一个购物清单,他只能购买清单上所列的物品并且必须全部买齐。最开始,Jones先生总是穿梭于商店的过道之间,对每样商品选择最便宜的价格购买,但是他逐渐地厌倦了这种方式,并开始了一种新的尝试——对于商店中的每条过道只走一遍,并严格按照清单上物品的顺序购物。现在你要写一个程序来帮助他购物。你所拥有的信息除了清单所列的物品之外,还包括在他选择的整条路线上依次出现的商品和它的价格,你的任务是计算他购齐所有货物的最小花费。-Mr. Jones i
JumpQueue
- 对买票插队现象的一个数学上的分析,假设由一个人又很多朋友的情况,利用了哈希表.-queue to buy a phenomenon of mathematical analysis, the assumption that people from a lot of friends, use of the hash table.
gaoji
- 系统应实现的操作及其功能定义如下: 1)采编入库:新购入一种书,经分类和确定书号之后登记到图书账目中。如果这种书在账目中,则只将总库存量增加。 2)清除库存:某种书已无保留价值,将它从图书账目中注销。 3)借阅:如果某种书的库存量大于0,则借出一本,登记借阅者的图书证号和归还期限。 4)归还:注销对借阅者的登记,改变该书的现存量。 -system should achieve the operation and function are defined as foll
zhaojiabi
- 找假币:小明去买猪肉,结果找来的零钱中有假币(硬币)!可惜小明一不小心把它混进了一堆真币里面去了。现在知道假币的重量比真币的质量要轻。给你一个天平,请用最快的时间把那个可恶的假币找出来。-Looking for counterfeit money: Xiao Ming to buy pork, the results got from the small change in counterfeit money (coins)! Unfortunately, Bob accidentally go
Kwitansi
- When we buy something, we will get a paper with a number speller.
bqbj
- 解决100块钱买100只鸡的问题,其中鸡的价格不同-Solve the money to buy 100 of 100 chickens, which the price of chicken in different
SeqList
- 顺序表的各种操作的算法,有关于数据的删除插入 ,查找以及逆置的算法。-Operation of the order of the table a variety of algorithms, remove the plug on the data, find and buy inverse algorithms.
Single-table-transpose
- 利用单链表原来的空间将一个单链表就地转置。 设单循环链表的头指针为head,类型为node。逆置时需将每一个结点的指针域作以修改,使其原前趋结点成为后继 -Using single original space will form a single, table in situ transposed. A single list of head to head pointer, types of node. When will need to buy inverse ea
c-lianbiao
- 创建单链表并显示,逆置,排序和能够删除指定结点-Create single table and display, inverse buy, sorting and can delete specified node
stock
- 数据结构,堆,栈,队列的学习以及在简单数据库的应用,自己编写小型仓库管理系统的实现。-stock of a magasin, client can buy goods,and factory apply the goods。the coder who will manage the data of the magasin
Linked-list
- 详细编写了关于链表的一些操作,包括建立,查询,逆置,添加,删除-Detailed list of the written about some of the operation, including the establishment, inquires the, inverse buy, add, delete
shizilianbiao
- 一、 设计要求 1.问题描述 设计程序用十字链表实现稀疏矩阵的加、乘、转置。 2.需求分析 (1)设计函数建立稀疏矩阵,初始化值。 (2)设计函数输出稀疏矩阵的值。 (3)构造函数进行两个稀疏矩阵相加,输出最终的稀疏矩阵。 (4)构造函数进行两个稀疏矩阵的相乘,输出最终的稀疏矩阵。 (5)构造函数进行稀疏矩阵的转置,并输出结果。 (6)退出系统。-A, the design requirements 1. The problem statement D
shujujiegouC-luange-yanweiming
- 数据结构C语言版。严蔚敏著。很好的PDF资料,不用买书就可以直接学数据结构了-Data structure C-language version of the. YanWeiMin book. A very good PDF information, do not have buy books you can directly geoscience data structure up
source
- /* 功能: 输入参数:int*p 指向二维数组的首地址,该二维数组第0行的两个数分别表示:总钱数<30000,和希望购买物品的个数<25 该数组从第1行到第m行(1<=j<=m)中给出了编号为j的物品的基本数据,每行有2个非负整数, 表示该物品的价格(<=10000)和该物品的重要度(1~5)。 GetResult表示不超过总钱数的物品的价格与重要度乘积的总和的最大值(<100000000)。
1.2 航空订票系统
- 航空订票系统,C语言,功能有:订票、查看余票等(check Airport to buy ticket and check the numbers of tickets.)