资源列表
AddPolyn
- 数据结构中的利用单链表实现一元多项式的相加-Achieve one yuan polynomial addition
queens
- 八皇后问题:回溯法+递归法+排列法+位运算法-Eight queens problem: backtracking+ the recursive method+ permutation+ bit algorithm
Simulated-annealing-algorithm_tsp
- 用模拟退火算法研究tsp问题的c语言算法-Simulated annealing algorithm
array
- array接口,提供了动态数组的接口和实现,内有array.c为实现array.h为接口以及makefile。可在gcc下编译通过-array interface and implementation
atom
- c语言接口与实现在对atom(原子)类型的实现与接口-c language interface to achieve the realization of the type of atom (atomic) interface
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.
01-backpack
- ACM算法问题:0-1背包问题。此代码用vc++b编写。-ACM algorithm problem :0-1 of the knapsack problem. Write this code vc++b.
Algorithm-design-n-problem
- 本源码是算法设计中的N后问题,他通过C++编写。-This source is N after the algorithm design, written by C++.
shexingshuzi
- 该程序的功能是对蛇形数字进行处理,希望能够帮助到你。-snake number
JAVA
- 中软java培训资料,里面是中软与sun公司合作时期的认证试题-Soft Java training material, the inside is soft and from cooperation period of the authentication test
MatrixCalculator
- 实现线性代数的矩阵运算的C++程序,矩阵计算器。-Linear algebra matrix operations C++ procedures matrix calculator.
stackaqueue
- 数据结构(C语言版)栈和队列的顺序和链式储存的多种写法。供各位不懂的朋友参考。-There are kinds of ways to code “Stack and Queue” of Data Structure for C .
