CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - test code

搜索资源列表

  1. 7d

    0下载:
  2. 7种内部排序算法的比较 里面含 测试代码!-seven internal sorting algorithm inside compared with the test code!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.61kb
    • 提供者:王哲江
  1. Regional_Warmup_02_HDU

    0下载:
  2. ACM比赛HDU热身赛比赛详细报告。包括题目,解题报告,源代码。测试数据,输入输出数据。-ACM race warm-up match HDU detailed report. Including the subject, problem-solving report, the source code. Test data, input and output data.
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:7.18mb
    • 提供者:鲍青
  1. RBTree

    0下载:
  2. 红黑树的java实现,依照CLRS,通过测试~-Red and black tree java implementation, in accordance with the CLRS, passed the test ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.87kb
    • 提供者:lili
  1. ZJU2005-2008

    0下载:
  2. 浙江大学2005-2008研考机试代码模版-Zhejiang University, 2005-2008 Research, Development and Evaluation machine test code template
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:121.35kb
    • 提供者:G。G。
  1. KnapsackProblem

    0下载:
  2. 0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:153.66kb
    • 提供者:王若
  1. TEST

    0下载:
  2. 这个程序代码主要是体现了C++中++和--的自增自减的运算说明,我加了详细的注释,看完这个程序就基本可以了解C++中自增自减的相关用法-This mainly reflects the code C++,++ and- of self by self-descr iption by the operation, I added detailed notes, read the program can understand the basic C++, since the increased us
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:694byte
    • 提供者:刘超亚
  1. red-black-tree

    0下载:
  2. c语言的红黑树算法实现,并带有测试代码。-red-black tree implementation c language, with test code
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.83mb
    • 提供者:周剑
  1. DataStructureCode

    0下载:
  2. 链表,数组,图,树,AOT,文件等常考常用 数据结构的C语言代码实现。适用学生(数据结构)学习参考。-Lists, arrays, graphs, trees, AOT, documents the data structure used frequently test code C language. For students (data structure) study reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:475.58kb
    • 提供者:影客
  1. 2010_Blokus

    0下载:
  2. 一个经典的游戏blokus,测试代码可以去http://www.botzone.org/去测试。 北京大学2010年程序设计实习最终大作业-A classic game blokus, test code can go http://www.botzone.org/ to test. Peking University, 2010 Internship Program final big job
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:246.84kb
    • 提供者:changxin
  1. LAB1_2

    0下载:
  2. 轮转调度算法,操作系统实验代码,VC6.0下编译通过-Rotation scheduling algorithm, test code, operating systems, VC6.0 compiled by
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.12kb
    • 提供者:于鑫
  1. LDPC_Girth4-Test

    0下载:
  2. 检查LDPC 的围长是否超过4, Matlab code-LDPC Girth-4 test, Matlab code
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7.67kb
    • 提供者:linzhujun
  1. test

    0下载:
  2. 数据结构 图的广度优先搜索遍历路径源代码-Data structure of the breadth-first search through the source code path
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.12kb
    • 提供者:余地
  1. HuffmanTree

    0下载:
  2. 老师给我们的数据结构试验代码,哈夫曼树的全部代码-Teacher gave us a test code, data structures, Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.15mb
    • 提供者:张江
  1. CPPjuzhengyuanma

    0下载:
  2. C 矩阵类模板(支持实数矩阵与复数矩阵的各种运算),功能非常强大,而且用模板实现,完整无错,后面有测试代码.需要的拿走.-C Matrix class template (for real and complex matrix of matrix operations), very powerful, and use templates, a complete error-free, followed by a test code needs to take.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:20.73kb
    • 提供者:朱俊
  1. test

    0下载:
  2. 实对称正定矩阵LD和UD分解,即A=LDL^或A=UDU^,其中L为单位下三角矩阵,U为单位上三角矩阵,L^和U^分别是L和U的转置矩阵,代码自己写的,C++,学工科的同学可能会用到这两个分解,算法也有,可以-Real symmetric positive definite matrix LD and UD decomposition, that is A = LDL^ = UDU ^ where L is unit lower triangular matrix, U as a unit t
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1012.3kb
    • 提供者:李昕
  1. QuickSortTest

    0下载:
  2. 用随机法结合递归做了一个快速排序,做成了模板的形式,用处应该比较大。Main函数本身做了测试代码,正确性是可以保证的。-The combination of recursive stochastic approach to do a quick sort, made a template in the form of useful should be relatively large. Main function of the test code, the correctness can be
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:563.64kb
    • 提供者:CLJ
  1. code

    0下载:
  2. 3道分治算法题目以及解析。题目为图片,对应题目名有对应程序,在C/C++语言编译环境中测试通过。-3 topics as well as parsing of divide-and-conquer algorithm. Subject to the pictures corresponding topic name corresponding to the program, the test passed in the C/C++ language compiler environment.
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:222.36kb
    • 提供者:伯南克
  1. test

    0下载:
  2. 算法设计八皇后问题,采用c语言编程,c源代码-Algorithm design eight queens problem using the c programming language, c source code
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:607byte
    • 提供者:liufu
  1. huiduceshi

    0下载:
  2. matlab白黑度测试代码,,输出时间响应方程-White blackness matlab test code, the output time response equation
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:645byte
    • 提供者:王伟
  1. Cell

    0下载:
  2. 用于验证稀疏矩阵存储相关测试代码,稀疏矩阵存储单元。-Used to verify the sparse matrix storage-related test code, sparse matrix storage unit.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:624byte
    • 提供者:liang
« 12 3 4 5 6 »
搜珍网 www.dssz.com