资源列表
calculator
- 输入一个数学计算公式,给出中缀式和后缀式的计算公式。-Enter a mathematical formula, the formula is given infix and postfix formula.
RailwayCarriage
- 有两条轨道,一条列车轨道,一条等候轨道,输入车厢数,再输入列车车厢的进站顺序,返回列车车厢的出站循序。-There are two tracks, a train track, a waiting track, enter the number of the car, and then enter the stop order train carriage returns sequential outbound train car.
Brute-Force
- 通过Brute-Force匹配算法,实现字符串的查找功能,寻找最长的真子串。-By Bruteforce matching algorithm, string search function to find the longest substring true.
KMP
- 通过KMP匹配算法,实现字符串的查找功能,寻找最长的真子串。-By KMP matching algorithm, string search function to find the longest substring true.
chargepumpcircuitdesign
- Ultra Low Power Boost Converter with Battery Management
Huffman_code
- 实现Huffman算法,对数据进行最优编码压缩。-huffman code
Vector-mobile
- 向量移动的简单算法,希望对大家有用,这是比较基础的算法。-Vector simple algorithm to move, we want to be useful, it is the basis of comparison algorithms.
BinarySearchTree
- java实现二叉树搜索树的查找查找关键字进行优化路径查找-Java implementation of the two binary tree search tree search to find the key word to find the path to optimize the path
Algorithm-Introduction-Experiment
- 中科大软件学院算法导论实验源代码,包括0-1背包问题、快速排序、贪心算法等问题。-this pack of code includes 0-1 knapsack problem, quick sort, greedy algorithm and other issues
quick-sort-and-random-quick-sort
- 实现了普通快速排序和随机快速排序,快速排序采用《算法导论》第三版中给出的算法实现。-To achieve a common fast sort and random quick sort, quick sort using the algorithm Introduction in the third edition of the algorithm is given.
baolei
- 西工大得算法的考试的题目 堡垒问题 这个问题的答案已经经过考证 是正确的答案-NPU answer examination questions have algorithms fortress problem with this issue has been research is the right answer
椭圆中点算法
- 计算机图形学中用圆弧中点扫描算法绘制椭圆,椭圆半径可调。基于VC mfc界面实现,openGel语言。内附有TEST.exe可执行程序。