资源列表
Algorithm-design-n-problem
- 本源码是算法设计中的N后问题,他通过C++编写。-This source is N after the algorithm design, written by C++.
01-backpack
- ACM算法问题:0-1背包问题。此代码用vc++b编写。-ACM algorithm problem :0-1 of the knapsack problem. Write this code vc++b.
except
- C语言接口与实现中对异常处理的实现,通过setjmp和longjmp实现了c语言处理异常的优雅方式。-Implementations of exception handling in the C language interface and implementation by setjmp and longjmp the the c language processing abnormalities elegant way.
atom
- c语言接口与实现在对atom(原子)类型的实现与接口-c language interface to achieve the realization of the type of atom (atomic) interface
array
- array接口,提供了动态数组的接口和实现,内有array.c为实现array.h为接口以及makefile。可在gcc下编译通过-array interface and implementation
Simulated-annealing-algorithm_tsp
- 用模拟退火算法研究tsp问题的c语言算法-Simulated annealing algorithm
queens
- 八皇后问题:回溯法+递归法+排列法+位运算法-Eight queens problem: backtracking+ the recursive method+ permutation+ bit algorithm
AddPolyn
- 数据结构中的利用单链表实现一元多项式的相加-Achieve one yuan polynomial addition
Eightnum
- C++。八数码问题的简单实现。有说明文件-C++. Eight digital problem simple to achieve.And there is a documentation
ts
- 线性表的基本操作建立一个包含图书(书号,书名,定价)信息的的链表,并具有如下功能: (1) 根据指定图书个数,逐个输入图书信息; (2) 根据书名进行查找,返回此书的书号和定价; -Linear form of the basic operation to establish a book (ISBN, title, pricing) information linked list, and has the following functions: (1) according to
IDsearching
- 按照层次的顺序输入节点,按先序的顺序输出接点,可以返回节点所在的位置-In accordance with the order of the input node of the hierarchy, the order of the first sequence of output contacts, you can return to the node where the position
binarytree-read
- 层次读取文本文件中的数据,最终由先序的方式输出。-Level reading text files in the data, the final output by the way of the first order.
