资源列表
11-1008
- 实现玛雅两种日历之间的转换,只要输入case数和一种日历,就可得出另一种日历表示。-achieve Mayan calendar between the two conversion, as long as the imported case of a calendar and a few could come up with a calendar said.
LRU.rar
- lru page replacement program using c++,lru page replacement program using c++
wolf
- 最优化算法中的wolf求搜索步长的matlab编程实现,希望对大家有帮助-Wolf beg the search step matlab programming optimization algorithm, hope everyone
sqqQueue
- 数据结构利用队列知识实现杨辉三角的打印以及队列一些基本定义和进队-Knowledge of the use of a queue data structure to achieve Yang Hui Triangle Printing
KnapsackProblem
- 问题:已知有n种物品和一个可容纳M重量的背包,每种物品i的重量为wi。假定将物品i的一部分xi放入背包就会得到pixi的效益,这里,0≤xi≤1,pi>0。如果这些 物品重量的和大于M,要求所有选中要装入背包的物品总重 量不得超过M,而装入背包物品获得的总效益最大。-Question: are known to have n kinds of goods and M can hold the weight of a backpack, the weight of each item
01beibao
- 动态规划问题中的01背包问题,需要的可以看下了-Dynamic programming problem in the 01 knapsack problem, in need may have a look up. .
biaodashi
- 用C++实现的中后缀表达式,使用的是堆栈,适合刚刚学数据结构的新手使用-Implemented using C++ in the postfix expression, using a stack data structure suitable for the novice just learning to use
linjiejuzhen
- 8.3.1利用邻接矩阵的图广度优先遍历算法-8.3.1 Using the adjacency matrix of the graph breadth-first traversal algorithm
bfs.c
- THIS A BITONIC SEARCH PROGARM. A BITONIC SEARCH IS A PROGRAM THAT IS USED TO FIND OUT THE PARALLEL VALUES THAT ARE UNSORTED AND CAN BE REALIZED AT A TIME USING SEMAPHORE -THIS IS A BITONIC SEARCH PROGARM. A BITONIC SEARCH IS A PROGRAM THAT IS USED TO
10.15
- 有一个班4个学生,5门课。(1)求第一门课的平均分 (2)找出有2门以上课程不及格的学生,输出他们的学号和全部 课程成绩和平均成绩;(3)找出平均成绩在90分以上或者全部 课程成绩在85分以上的学生。分别编写3个函数实现以上3个要求-There is a class four student, 5 course. (1) Find the first course of the average (2) to identify two or more students failed t
shunxubiao
- 这是一个数据结构中有关链表的可以实现任一串数字的各种顺序排列!-This is a linked list data structure can be achieved for any string of numbers of order!
List-insert-delete
- 构造链表List,在List上实现元素的插入、删除-Construct the list List, the List element to achieve the insertion, deletion