资源列表
p23
- 顺序表的查找、插入、删除操作,主函数实现了顺序表的转置。-Find the order of the table, insert, delete operations, the main function in order to achieve the transposition table.
Rabin-Karp
- 字符串模式匹配的RK算法,其中的滚动哈希很有价值-RK string pattern matching algorithm, in which the rolling hash valuable
xtf
- read and process xtf format multibeam data
FAT12
- 详细了解一下FAT文件分配表、根目录、用户数据的数据结构,只有通过详细分析这些数据结构,才能自由的存取FAT12格式的磁盘文件-Learn more about FAT file allocation table, root directory, the user data structure, and only through detailed analysis of these data structures in order to free access to FAT12 format d
uva11909
- UVA 在线测评系统~~~ http://uva.onlinejudge.org/index.php-UVA-line assessment system ~ ~ ~ http://uva.onlinejudge.org/index.php
helmholtz
- 求解二维亥姆霍兹方程的fortran程序,包含网格文件。-Fortran two-dimensional Helmholtz equation solving procedures, including the grid file.
CH1-oop-and-class
- 中科院研究生院信息学院杨立祥教授vc++面向对象程序设计课件,2010年版!-Chinese Academy of Sciences, Graduate School of Information Science Professor Yang Lixiang vc++ object-oriented programming courseware, the 2010 edition!
Doing-Bayesian-Data-Analysis-A-Tutorial-with-R-an
- This book explains how to actually do Bayesian data analysis, by real people (like you), for realistic data (like yours).
fibonacci
- 此程序实现了利用矩阵连乘方法求fibonacci数列,文档里面包含我的求解思路-This program implements the use of matrix multiplication method for solving even the fibonacci series
KMP
- 数据结构中改进KMP算法,使用C语言实现-Improved KMP algorithm data structure, the use of C language
HDU_acmer
- 杭电入门级别的课件,涵盖了acm比赛用的所有算法的详解以及例题,作为acm培训的新老选手必备的东西-Hang power entry-level courseware covers all race acm Detailed algorithm and examples, as the training of new and old players acm things necessary
DE.python
- Python实现的差分进化算法源代码 使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。-Python implementation of the differential evolution algorithm source code uses the Python implementation of the differ