资源列表
遗传算法wendang
- 这是我收藏的遗传算法的文章,里面详细介绍了各种遗传算法。-This is my collection of genetic algorithm article containing details of the genetic algorithm.
变长记录存取类库
- 数据结构大作业——变长记录文件存取类库 设计一个类库,支持对变长记录文件的存贮、插入、删除、查找、修改等功能。-large data structure operations -- variable length records file access library design a class library, support for variable-length records document storage, insert, delete, search, modify fun
算法导论
- 介绍算法的书籍,比较详细介绍了相关算法的一些基本知识和事项过程。-algorithm introduced the books, more detailed correlation algorithm introduced some basic knowledge of the process and issues.
mimp
- 求解对角线元素很小的矩阵的逆矩阵,避免一般求逆的溢出问题,用Fortran编写-small diagonal elements of the matrix inverse matrix inversion generally avoid the overflow problems, Fortran prepared
2dpca
- 一种新的pca方法,2dpca,有中科院的ppt及相关资料-A kind of new pca method , 2dpca, there are ppt of Chinese Academy of Sciences and relevant materials
Matlab语言中边值问题算法的改进
- 一片论文,是关于Matlab语言中边值问题算法的改进,-a thesis on the Matlab language boundary value problems algorithm,
SHA1Demo
- 只包括两个核心文件sha1.cpp及sha1.h 计算数据的sha1摘要。简单,好用。 由于bit endian及little endian的原因,有些计算sha1摘要的算法计算出来的结果与正确结果有差异。此源码经过测试,与RFC里列出的测试结果匹配。-only two core document sha1.cpp sha1.h calculation and data sha1 Abstract. Simple and Easy. Because bit endian and litt
nihe
- 本程序实现各种算法的数据拟和,插值,解微分方程的功能,-the program algorithms to the data and, interpolation, the function of differential equations solution,
libecc-0.11.0.tar
- 最新椭圆曲线算法,用C++写的,在Linux下解压出来。-latest elliptic curve algorithms, written in C, under Linux unpacked out.
孟庆洋 分治
- 是著名的骑士巡游问题的改进,采用了分治策略,同样也是我的个人作品,向往大家给予批评指正-Cleveland is the famous parade of improvement, adopted a divide and conquer strategy, but it's also my personal work, and yearning for everyone criticized correction
burg
- 用Burg算法估计AR模型参数,进而实现功率谱估计. 形参说明: x——双精度实型一维数组,长度为n,存放随机序列。 n--整型变量,随机序列的长度。 p--整型变量,AR模型的阶数。 a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。 v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。 -with Burg algorithm estimates AR model parameters, ther
时钟夹角
- 求任意时刻时钟的夹角,是一个很简单的c的数值算法的题-This codes have the function of get the angle between of clock s hands at any time, witch is the answer of a simple c language numeric arithmetic subject