搜索资源列表
21
- 分治策略求最值,是算法设计与分析书的源码改进版。-Sub-rule strategy of seeking the most value, is the algorithm design and analysis of source code to improve the version of the book.
1199
- pku judgeonline 1199题源码(多个ac版本)非常适合acm和算法设计初学者-Source title pku judgeonline 1199 (ac version number) is ideal for beginners and algorithm design acm
23456787654321
- 问题一:设a[0:n-1]是已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置i和大于x的最小元素位置j,当搜索元素在数组中时,i和j相同,均为x在数组中的位置。 问题二:采用分治策略实现对n个元素进行排序的合并排序算法,其基本思想是:将待排序元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。 问题三:给定n个矩阵{A1,A2,A3,……,An},其中,Ai与Ai+1是可乘的,i=1,2,
haffuman
- 哈夫曼压缩算法课程设计报告+源码(C++)-haffuman
lm
- 自适应LMS算法的matlab程序源码设计-Matlab program source design of the adaptive LMS algorithm
themajorityelement
- 算法设计技巧与分析,寻找多数元素,包括工程、源码、说明文件、实验报告等文件-Algorithm design techniques and analysis, looking for the majority of elements, including engineering, source file of documents, lab reports, etc.
topological-sorting
- 一个实现拓扑排序的C++算法设计源码-A realization of topological sorting algorithm design C++ source code!
VGAPPS2PCORDIC
- FPGA课程设计源码,整合VGA,PS2键盘,CORDIC三角函数算法,在basys2平台上使用完全可行。-FPGA curriculum design source, integrated VGA, PS2 keyboard, CORDIC trigonometric algorithm, used on basys2 platform entirely feasible.
jaipao_v76
- music高阶谱分析算法,包括最后计算压缩图像的峰值信噪比和压缩效果的源码,各种kalman滤波器的设计。- music higher order spectral analysis algorithm, Including the final calculation of the compressed image peak signal to noise ratio and compression of the source, Various kalman filter design.
delete
- 数据结构原代码,从事算法设计与分析技术,不错的源码(Data structure of the original code, is engaged in the algorithm design and analysis technology, good source)