资源列表
FFT
- 具有在keil c上运的强大功能.在数字示波器的制作中可以用到次程序,此外其他一些c工具也可以使用
QuickSort
- C语言实现的快速排序算法源程序,再VC6.0和C-Free下调试运行通过。
kmp
- kmp算法:查找一个字符串是不是另一个字符串的子串-kmp algorithm: to see whether a string is a substring of another string
chess
- 在N*N的棋盘上(1<=N<=10)填入1,2,...N*N共N*N个数,使得任意两个相邻的数之和为素数.输出满足条件的最小序列的方案。 最小序列即将每一行连接起来组成一行,然后使前面的尽可能小,当第一个数字相同时则比较下面一个,依次类推。 比如当N=2时,序列为1 2 4 3,当无满足条件的方案时输出"NO"。 -In the N* N chessboard (1 < = N < = 10) filled 1,2, ... N* N total numbe
huff2norm
- how to test huffman coding
sigmatching_emd
- 在信号处理中,很多时候都会遇到端点问题,端点处总是特殊的,这是一种认为相似的波形会在信号中多次出现的基础上编写的延拓端点的程序-In signal processing, will often encounter problems endpoint, the endpoint is always special, which is a similar wave that appears multiple times in the signal on the basis of written pr
xx
- 数据结构单链表,倒叙输出链表。用尾结点倒叙输出单链表,主要是方法新颖-Single-linked list data structure, flashbacks output list. End flashback output node with a single linked list, the main novelty is the method
MyClass
- n皇后问题,这是利用回溯做的,经过验证,绝对正确-n queens problem
jiebifangzhen
- 阶比仿真计算,自编,保证使用-Order simulation, self-assurance to use
Matrix_Inverse
- Matrix Inverse including finding the determinant and inverse of a matrix
EMKmeans
- 在线KMeans算法不同于一般的聚类,其主要算法为梯度下降法-Online KMeans Unlike clustering algorithm, the main gradient descent algorithm
SimuAPSO
- 模拟退火法在搜索过程中具有概率突跳的能力,能够在有效地避免搜索过程陷入局部极小值解,模拟退火算法在退火过程中不但接受好的解,而且还以一定的概率接受差的解,同时这种概率受到温度参数的控制,其大小随着温度的下降而减小。-Simulated annealing method has the ability of probability jumping in the search process, and can effectively avoid the search process into the
