资源列表
workspace
- 一些入门的c++编程例程:数组、指针、引用、类、循环、逻辑表达、友元等-Some started c++ programming routines: arrays, pointers, references, classes, cycling, logical expression, friend, etc.
jingdongzongcou
- 用C++编写的京东众筹的简单算法,算法简单,可用于C++中数值类型的练习-C++ prepared by the simple algorithm of Jingdong congregation raised, the algorithm is simple, can be used for C++ in the numerical type of exercise
椭圆中点算法
- 计算机图形学中用圆弧中点扫描算法绘制椭圆,椭圆半径可调。基于VC mfc界面实现,openGel语言。内附有TEST.exe可执行程序。
baolei
- 西工大得算法的考试的题目 堡垒问题 这个问题的答案已经经过考证 是正确的答案-NPU answer examination questions have algorithms fortress problem with this issue has been research is the right answer
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.
Algorithm-Introduction-Experiment
- 中科大软件学院算法导论实验源代码,包括0-1背包问题、快速排序、贪心算法等问题。-this pack of code includes 0-1 knapsack problem, quick sort, greedy algorithm and other issues
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
Vector-mobile
- 向量移动的简单算法,希望对大家有用,这是比较基础的算法。-Vector simple algorithm to move, we want to be useful, it is the basis of comparison algorithms.
Huffman_code
- 实现Huffman算法,对数据进行最优编码压缩。-huffman code
chargepumpcircuitdesign
- Ultra Low Power Boost Converter with Battery Management
KMP
- 通过KMP匹配算法,实现字符串的查找功能,寻找最长的真子串。-By KMP matching algorithm, string search function to find the longest substring true.
Brute-Force
- 通过Brute-Force匹配算法,实现字符串的查找功能,寻找最长的真子串。-By Bruteforce matching algorithm, string search function to find the longest substring true.