资源列表
graham
- 构造凸包接口函数,传入原始点集大小n,点集p(p原有顺序被打乱!),返回凸包大小,凸包的点在convex中-Construct convex hull interface function, introduced the original point set size n, the point set p (p the original order has been disrupted!), Returns the size of the convex hull, convex hull of
maze
- 用矩阵M×N表示一个迷宫,0和1分别表示通路和墙壁。试求出从入口点到达出口点的一条通路-M × N matrix to represent a maze, 0 and 1, respectively, channels and walls. Derive an exit point from the entry point to reach a path
02-18-46
- 系统应具备的功能: (1)从键盘上输入五个学生的考研成绩; (2)实现直接插入排序、二分插入排序、对各科成绩,以及平均成绩从小到大排序; (3)比较各种插入排序的优劣。 -System should have the function: (1) input from the keyboard on the study section of the results of five students (2) for direct insertion sort, binary ins
mytable
- 这是一个关于二叉树表的C++程序,适合于C++初学者或是大学生课程设计-This is a binary form of the C++ program, C++ is suitable for beginners or students course design
zydd
- 使用C语言解决作业调度中的优先问题,得到最佳优化方案。-Using C language to solve the job scheduling of priority problem, get the best optimization scheme.
ds
- 数据结构顺序表插入保持递增有序,采用链表法
link
- 描述了链表的算法,包括了建立,删除,倒序,插入,销毁,-The establishment of the list, delete, reverse, insert, destruction
hafumanshu
- 构造哈弗曼树,输出对应哈夫曼编码和平均查找长度-Huffman tree structure, the output of the corresponding Huffman coding and the average length
J_Queen
- 用JAVA实现的一个解决八皇后问题的小程序-with a solution of the Statue of eight small programs
PrintBinaryTree
- 数据结构课程设计,打印二叉树的算法的实现-Data structure course design, print binary tree implementation of the algorithm
ALGO3-9
- 用递归函数求解迷宫问题(求出所有解) 只是一个程序 已经编译通过 有详细的注释-Recursive function to solve maze problems (all the solutions obtained) is a program has been compiled through detailed notes
beibao
- 0-1背包问题:给定n种物品和一个背包,物品i的重量是Wi,物品i价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包为1或不装入背包为0。不能将物品i装入背包多次,也不能只装入部分的物品i。0-1背包问题的主要特点是在选择物品i装入背包时,每种物品仅有一件,可以选择放或不放-0-1 knapsack problem: Given n types of items and a backpack, th
