资源列表
20090614134824622
- 比较六种排序算法,其中包括快速排序,冒泡排序等内容的速度以及空间复杂度。-Comparison of the six sorting algorithms, including quicksort, bubble sort etc. the speed and space complexity.
ExpAnalyzer
- 本科时参加小竞赛设计的一个代数运算器 1. 能对常用的四则运算,三角, 乘方,开方运行2. 支持变量赋值和运算 3. 增加批处理执行功能(批处理脚本文件) 4. 增加对向量或矩阵运算的支持,如输入 -Undergraduate to participate in the design a little contest an algebraic calculator. Can commonly used four arithmetic, trigonometry, involutio
LIFE
- 细胞生长的源码,使用VC描述,适合研究数据结构-Cell growth source, the use of VC descr iptions, research data structure suitable for
AIRPORT
- 模拟机场跑道上飞机起飞,VC实现,适合研究数据结构算法 -Simulated airport runway on the plane to take off, VC achieved, appropriate to study the data structure algorithms
jiayouzhanwenti
- 一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。对于给定的n和k个加油站位置,编程计算最少加油次数。并证明算法能产生一个最优解-Fill up the car after driving an n km. There are a number of gas stations journey. Design an efficient algorithm that at which stations should stop to
SortingAlgorithm
- 用VC实现数据结构中冒泡排序,快速排序,希尔排序等各种改进排序算法-Data structure with the VC bubble sort, quick sort, Shell sort and other sorting algorithm to improve
Cpp1
- 构造二叉树,对该二叉树中序,先序,后序遍历-Binary tree structure, the binary tree in order, preorder, postorder
1165
- 在字符串中查找数字的个数,输出数据个数和所有的数据-Numbers in the string to find the number, the output data and all the data on the number of
LCsearch
- 算法:华容道问题的启发式搜索。寻求一种最优解的快速算法。-Algorithm: Huarong issues heuristic search.
Cpp2
- 输入字符串以链表的形式存储,在链表中查找一个元素,删除一个元素-Enter string to the list in the form of storage, find an element in the list, delete an element
xianxingbiao
- 输入以字符串,依顺序表存储,查找一个元素,删除一个元素-Input to a string, depending on the order of tables to store, find an element, delete an element
FList
- 自己编的一个链表类。我自己经常用来管理内存的释放。还有两个字段用户可以自定义使用。-A calss, used to manage the data