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

搜索资源列表

  1. 图的搜索

    1下载:
  2. 在VC的环境下,用C++实现A*算法和双向A*算法,并且能够通过设置不同的参数随机产生以邻接表存储网络图,从而可以对不同启发策略的A*算法进行测试和实验。-in VC environment, the C achieving A * algorithm and the two-way A * algorithm, and through a variety of parameters to generate random adjacent table storage network map, t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15552
    • 提供者:
  1. 05055413

    0下载:
  2. 这是一个用C++语言编写的约瑟夫环问题,旁附说明,已在测试环境下成功通过-This is a C language of Josephus, adjacent to report stated that the testing environment has been successfully adopted
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1030
    • 提供者:忆ぁ夜
  1. 3dtrans

    0下载:
  2. 产生脉冲流密度为百万的雷达脉冲,可以对信号进行能够仿真达到给出测试的信号源环境
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6710
    • 提供者:leon
  1. myString

    0下载:
  2. 自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6.0,测试程序为Console模式。-I have written the String c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:15476
    • 提供者:billsedison
  1. SqList

    0下载:
  2. 在VC6.0环境下,用C实现顺序表的基本操作:建立空表、销毁表、清空表、求表长、取表中某个元素、查找某元素在表中的位置、求前驱后继、插入删除元素等。 文件中不仅包含源码 ,还包含一组测试结果。对于刚刚学习数据结构的人是-At VC6.0 environment, using C implementation of the basic operation sequence tables: Create an empty table, the destruction of form, empty
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:7760
    • 提供者:shuiyeshan
  1. string

    0下载:
  2. 在VC6.0环境下,用C实现串的基本操作:初始化串、求串长、比较两串大小、测试串是否为空、取子串、统计串中某子串个数等。文件中不仅包含源码 ,还包含一组测试结果。-At VC6.0 environment, using C string realize the basic steps: initialization string, and string length, comparing two strings of size, to test whether the string is emp
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:9031
    • 提供者:shuiyeshan
  1. JH-algorithm

    0下载:
  2. 本文首先详细的描述了JH算法的原理,然后对JH实现软件的目标、运行环境和功能做一个整体的规划。接下来介绍软件各功能模块的具体设计步骤。最后测试软件是否能正常运行,确保软件能完成相关的功能,并不断的对软件进行完善。-This paper describes in detail the principles JH algorithm, then the goal of JH for software, operating environment and function to do a whole
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:701432
    • 提供者:lijun
  1. MARK_KNN

    0下载:
  2. k-nearest-neighbor K近邻算法的C++实现,训练后模型可以对测试数据进行归类。找了一些PUDN上的程序发现都没有很好的训练和测试数据集,所以自己写了一个直接放在main函数里面,不要从外部文件读取。工程运行于vc++ 6.0环境。Debug目下exe文件可以直接双击运行查看结果。-K nearest neighbor of C++ implementation, training model can be classified on the test data. Find so
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:352972
    • 提供者:
  1. queue

    0下载:
  2. c语言队列的实现 在linux环境下测试通过 -c language queue implementation in the linux environment test
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:6908
    • 提供者:yangheng
  1. info_sys.tar

    0下载:
  2. 《简单信息管理系统(C语言描述)》   这是本人用C语言实现的简单信息管理系统,由顺序存储的线性表来组织数据结构,程序在CentOS 5.1环境下完成,我的博客上有程序界面截图(我的博客:http://blog.163.com/joshuachan@yeah/)。   本系统实现的数据操作:   增加/遍历/排序/查询及删除匹配数据/数据文件的导入和导出。   系统文件组成:   测试程序<test.c>,综合头文件<main.h>,
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:6019
    • 提供者:Joshua
  1. Oinvf

    0下载:
  2. 对矩阵求逆,根据提示在visual c++运行环境中输输入矩阵及相关参数即可求出逆矩阵,已通过测试。 -Matrix inversion, follow the prompts to lose input the visual c++ operating environment matrix and related parameters can be calculated inverse matrix has been tested.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:948
    • 提供者:面积
  1. Graphtraversalexperimentreport

    0下载:
  2. 以邻接多重表为存储结构; 2、实现连通和非连通的无向图的深度优先和广度优先遍历; 3、要求利用队列实现无向图的深度优先遍历; 4、以用户指定的结点为起点,分别输出每种遍历下的结点访问序列; 5、求出从一个结点到另外一个结点,但不经过另外一个指定结点的所有简单路径; 6、测试数据: 输入:顶点数,边数:8,10 各边:1,2 1,3 2,4 2,5 3,6 3,8 4,7 5,6 5,7 7,8 输出:深度
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:59783
    • 提供者:lting
  1. codes

    0下载:
  2. 一个关于排序算法的总结而已,需要在linux下shell语言的环境下做测试-A summary of the sorting algorithm only need to do the test under linux shell language environment
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:49908
    • 提供者:yeye
  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
    • 文件大小:227693
    • 提供者:伯南克
  1. Polynomial-arithmetic

    0下载:
  2. 基于VC6.0编程环境,数据结构为队列,实现多项式运算的C++源码,通过测试,绝对正确无误。-Based on VC6.0 programming environment for the queue data structure, polynomial arithmetic C++ source
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:7731
    • 提供者:龙影
  1. numbercaculate

    1下载:
  2. 在java环境下,可以利用栈计算后缀表达式的值程序已测试成功-Postfix expression can calculate the value of the stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1521
    • 提供者:yhh
  1. linklist

    0下载:
  2. 在java环境中,给出了线性表多种操作及其测试主函数,给出了较多注释内容,适合初学者掌握-In java environment, given the linear form a variety of operating and testing the main function, gives more comment content, suitable for beginners to master
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1737
    • 提供者:yhh
搜珍网 www.dssz.com