搜索资源列表
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
googlehash
- google hash table算法,api清晰好用,附有本人测试的example程序,linux gcc。-google hash table algorithm, api clear easy to use, with the example I am testing procedure, linux gcc.
dongtaiguihua
- 算法分析部分,动态规划代码的实现,并有完整的测试数据-Algorithm analysis, dynamic programming code to achieve, as well as complete test data
src
- 使用C实现的R树结构,可以自动生成大量矩形或自己修改输入固定的矩形。根据最小扩大原则和Guttman的经典算法实现的结构。经过测试,构建的最小MBR结果都是正确的。-The use of C to achieve the R-tree, you can automatically generate a large number of rectangular or modify their own fixed rectangular input. The smallest expansion in
nnetwork
- 该系统利用BP回馈神经网络算法实现对安全评价样本的学习、测试,能够正确形成安全事故各个影响因子的权重值,并且将样本和评价结果保存在数据库中,通过预测的方法为安全评价提供了一种新的途径。-The system uses neural network BP algorithm back to the safety assessment of the learning sample, test, to correct safety-related incidents affecting the for
OpenMP_exercise
- 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
TSP_citys
- TSP(旅行商)问题的测试数据及最优解,用于测试算法的优劣及效率等。TSP问题研究必备-TSP (traveling salesman) problems of test data and the optimal solution algorithm for testing the merits and efficiency. TSP studies necessary
chen_kezhao_p1.tar
- 蛮力算法 经测试 采用读取文件的方式输入输出-Brute force algorithm is tested using input and output to read papers
AlgorithmAboutLinuxKernel
- 关于Linux2.6.18内核调度算法中判断交互式进程和非交互式进程的详细分析,以及证明其内核中的算法存在的相应的问题。 test.c为应用层测试代码 drv.c为内核驱动,为内核提供需要打印的进程ID prioxxx.log显示当测试进程的优先级设置为xxx时的内核的打印信息 no_setpriority.log显示为默认进程时的内核打印信息-About Linux2.6.18 kernel scheduling algorithm to determine the inter
Miller_Rabin.cpp
- 米勒瑞宾素数测试 大素数测试高效算法 测试一个数是否为素数-Miller Rabin test test whethere it is a prime number
xunlu-tested
- 寻路算法测试版,有兴趣的可以-Pathfinding algorithm beta, interested to see
openssl-net-0.4.4-win32
- openssl为网络通信提供安全及数据完整性的一种安全协议,囊括了主要的密码算法、常用的密钥和证书封装管理功能以及SSL协议,并提供了丰富的应用程序供测试或其它目的使用。 -The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer
QTP_dvanced_study_manual
- 修炼成QTP高手的十个步骤 4 探秘QTP9.5新特性 — 过程指南(Process Guidance) 5 1. 什么是过程指南? 6 2. 过程指南的作用 8 3. 自定义过程指南 10 4. 过程指南深入探秘 12 5. 小结 17 QTP 10 - 自动化测试脚本开发利器 17 系统需求和环境支持 17 增强的QC整合能力 18 版本控制和基线 19 可移植性 21 本地系统监视器 22 动态调用Action 23 新的Report
rohc-1.2.0
- 实现了鲁棒性包头压缩算法,运行在Linux环境中,并带有测试数据-Achieve a robust header compression algorithm, running in a Linux environment, and with test data
kmlocal-1.7.2
- KMlocal:一个k-means算法测试程序-KMlocal: A Testbed for k-means Clustering Algorithms
allSort
- 所有排序算法集合,采用指针编写,有测试程序-The collection of all sort algorithm, using the pointer to write a test program
testcode2
- fifo测试算法,round robin测试算法,linux内核-the FIFO test algorithm, Round robin test algorithm, linux kernel
semisup_rankboost
- 一种半监督的rankboost算法实现,有训练集,测试集,可以直接运行。-An rankboost semi-supervised algorithm implementation, there is a training set, the test set can be run directly.
GMM-Kmeans
- GMM及Kmeans算法实现,包含简单的测试程序,可直接在Linux下编译-GMM and Kmeans algorithm to achieve, including a simple test procedures, can be directly compiled under the Linux
风场反演算法代码
- 使用FORTRAN语言编写 用于使用散射计回波数据反演海面风场 Linux环境,带测试数据,亲测,可运行