资源列表
1
- 最优化算法,使用Q型惩罚因子,在matlab环境下运行的通用算法。
minghua
- 世界名画陈列室由m*n个排列成矩形阵列的陈列室组成。为了防止名画被盗,需要在陈列室中设置警卫机器人哨位。每个警卫机器人除了监视它所在的陈列室外,还可以监视与它所在的陈列室相邻的上、下、左、右4个陈列室。试设计一个安排警卫机器人哨位的算法,使得名画陈列馆中每一个陈列室都在警卫机器人的监视下,且所有的警卫机器人数最少。-Gallery by the world famous painting of m* n rectangular array arranged in the composition
HORNER-ALGORITHM
- 本程序是一种求解多项式零点的算法:Horner 算法-This program is an algorithm for solving polynomial zeros: Horner Algorithm
G-S
- Gauss-Seidal迭代法(带精度限制)-Gauss-Seidal iterative method (with accuracy limit)
tt0202
- 1.建立两个有序得链表(带表头,用头插法); //2.写一算法在单链表上实现线性表的ListLength(L)运算。 写一算法将单链表中值重复的结点删除,使所得的结果表中各结点值均不相同。 -1. The establishment of two ordered lists too (with header, with the first interpolation) // 2. To write a method to achieve a single linked linear
text
- 分别从8个文件里提取同样数据结构的数据,用关键字排列,然后输出,文件内容2W个此数据结构,大概样子如下: Key: 3047 Protein: DIP-3047N Degree: 4 Linked-protein(s): DIP-3048N DIP-3049N DIP-3050N DIP-3153N Key: 3048 Protein: DIP-3048N Degree: 2 Linked-protein(s): DIP-3047N DIP-3096N
acm1001
- 北大acm上的1001题,主要是一个处理溢出的算法,难度不是很大,很初级-Peking acm 1002 , not difficult
huolangdan
- 货郎担算法,属于大学课程算法分析和设计的一个实验题目-Traveling salesman algorithm, university courses are an algorithm analysis and design of experimental subjects
PCA
- 线性主元分析,用于数据降维及压缩,分析数据组成成分-principal component analysis
lzw_enco_deco
- LZW implementation(enco-deco)
HuffmanCode
- 对给定的图像矩阵进行哈夫曼编码,并用matlab实现,求出压缩前后的压缩比-Given image matrix Huffman coding, and using Matlab to achieve compression ratio obtained before and after compression
calculator
- 输入一个多项式,计算器通过运算输出结果(其中的实现过程为堆栈来实现)-Enter a polynomial calculator through the operation output (including the implementation process for the stack to achieve)