资源列表
An-In-Depth-Look-into-the-Win32
- 你可能想知道为什么要关注可执行文件的格式。答案永远是:操作系统的可执行文件格式和数据结构展现了操作系统内部许多信息。通过理解 EXE和 DLL 的内部情况,你会发现你已经变成你周围一个更优秀的程序员。 -You may want to know why the attention to executable file format. The answer is always: operating system executable file format and data structu
GAMax
- 用遗传算法求二元函数的最大值,二元函数可以根据自己的需要更改。精度:0.001。 -Using GA to the maximum of the dual function, dual function can be changed according to their needs. Accuracy: 0.001.
Bruit_Fox_Algorithm
- 朴素的模式匹配算法,也称布鲁特-福斯算法,实现子串的定位操作。-Simple pattern matching algorithm, also known as the bruit- Fox algorithm to achieve sub-string positioning operation.
Fibonacci-sequence
- 用C语言实现的斐波那契数列,可以输入数字,产生相应阶的斐波那契数列。-Using C language implementation of the Fibonacci sequence, you can enter the number, generates the corresponding order Fibonacci sequence.
Ckanuotu
- 该程序可以化简卡诺图。首先输入真值,然后该程序会将化简以后的最简形式输出-Simplification of the procedure can be Karnaugh map. First of all input true value, then the program will simplify the simplest form of the future output
BST
- 大二数据结构课“二叉排序树”的源代码,用C++实现了基本功能,可以编译通过。-Sophomore data structures class binary sort tree, the source code, using C++ achieve the basic function, you can compile.
StructuralData
- 高一凡的<<数据结构>>算法实现及解析一书的所有代码。-Structural analysis of the data
suanfa
- 请选择操作: 1. 最近点对 2. 假币问题 3. 堆排序 4. 全源最短路径-Please choose: 1. Nearest points on 2. Counterfeiting problem 3. Heap sort 4. All source shortest path
Data Structures And Problem Solving Java Source Co
- 这是数据结构与问题求解的Java版的源码-This is the data structure and problem solving version of the Java source code
compare
- 一种多种插值方法比较的文章,请大家支持啊
data
- 数据结构的课程设计,是实现二叉树的数据结构,包括文档。-Data structures course design is to achieve binary tree data structure, including the documentation.
a_star
- a_star算法,A*(A-Star)算法是一种静态路网中求解最短路最有效算法。本工程实现了简单了a_star算法,并在vc6.0下直接编译通过。-a_star algorithm, A* (A-Star) algorithm is a static network in the most efficient algorithm for solving the shortest path. The project achieved a simple a_star algorithm, and i