资源列表
2.c
- Approximation algorithm for traveling salesman problem .
bai-2_luat-ket-hoaSharp
- Apriori demo Algorithm
base64
- Base64算法的C语言实现,思路清晰,代码简洁,简单易懂。-Base64 algorithm C language, clear, code is simple and easy to understand.
expression-value.c
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 - 8 king
Jusefo.c
- 约瑟夫问题(c语言) 有1至 N编号的N 个人按顺时针方向围坐一圈,每人持有一个密码(正整数),一开始以正整数m作为报数上限值,从第一个人开始顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的报数上限值,从他的顺时针方向上的下一个人开始重新报数,如此下去,直至所有的人全部出列为止,要求产生记录出列顺序的表。如N = 7,每个人的密码依次是:3,1,7,2,4,8,4,m的值为20,则出列顺序为6,1,4,7,2,3,5。所有人用一个循环单链表表示,表中每个结点代
nwcrossd
- implementation of genetic algorithm levelising the combinational circuits for vlsi testing purpuse it will work for both combinational and sequential circuits
sqliteman-1.2.2-os2
- sqlite的官方文档,详细了sqlite的各种语法、数据结构等等内容 -sqlite official document, which details the various sqlite syntax, data structures and much more
shortest-
- 在VC 环境下用算法求出最短距离,该算法克服了以往算法的缺点-VC environment in the shortest distance calculated by algorithm
StdAfx
- visual c++中用于雷达模拟仿真矩阵计算的程序-visual c++ in the matrix calculations for radar simulation program
Kalkulator100
- Calculate number with add, devide, multiply-Calculate number with add, devide, multiply...
Time_frequencyAutomaticGainControl
- This code implements automatic gain control for audio signals, which attempts to apply a smoothly-varying gain to an audio waveform in order to keep its energy close to some target level. This version also tries to balance the energy in individual fr
5-5
- 带表头指针的单链表, 链表中存储的都是整型数据,递归算法求链表中的最大整数,求链表的结点个数, 求所有整数的平均值。 -class of List