资源列表
duoxiangshi
- 用c实现多项式的相加和相乘计算,很好用,可以在vc6.0环境下运行
dictree
- Implementing a dictionary using tree data structure.:)
box
- 算法分析与设计中凸包使用蛮力法实现图形用户界面 -Analysis and design of algorithms using the brute force method to achieve the convex hull graphical user interface
Y_TFun_Tournament
- 二叉树,堆排序模板,时间复杂度:为O(N*Log2(N))。空间复杂度: 2*N-1(个结点)
excise4
- 在数据结构中编程实现表达式求值算法(加减乘除)
simpleloop
- 数据结构里的判断两点之间是否有简单路径和判断是否有简单回路,用vc6.0编写-data structures between 2:00 judgment whether a simple path and determine whether there is any simple circuit, prepared with vc6.0
yydxs
- 本程序用C语言编写,完成一元多项式的代数运算,加减乘。-This procedure using C language, completing a polynomial algebraic computation, addition and subtraction by.
cpyb
- 移臂调度算法又叫磁盘调度算法,根本目的在于有效利用磁盘,保证磁盘的快速访问-The process of shifting the disk arm scheduling simulation system design- first come first serve method, the shortest seek time priority algorithm, Elevator algorithm
45678900000000000
- 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。
src
- Java版运算表达式解析器 主要功能: 对有括号的四则运算解析并求解. 支持多种表达式类型 思路: 1.把中缀表达式转化成后缀表达式 2.从后缀表达式得到解 注意: 该版本只支持1.6JDK,如果想替换成1.5JDK改替换LinkedList的几个方法就行了. 详细内容: http://jomper.javaeye.com/blog/464906-Java version of computing expressions parser mai
Algorithm
- 数据结构,算法,包括动态规划、分治策略、回溯法。-Data structures, algorithms, including dynamic programming, divide and conquer, backtracking.
mouse
- 一個常見的老鼠走迷宮練習代碼,使用stack來解答,內附迷宮格式(maze.in)-A common practice Mouse Maze code that uses the stack to answer, containing a maze format (maze.in)
