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

搜索资源列表

  1. 图论算法库 C++ 语言实现

    0下载:
  2. 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10202
    • 提供者:罗鹏魁
  1. Hashset

    0下载:
  2. 一个拼写检查程序,用来检查你的输入的文件中的单词是否拼写错误,并给你给出可能的拼写建议。(用Hashset实现)(卡耐基梅隆大学ssd5数据结构Option Exercise4答案) 程序参数设置(第一个为要输入的词库文件,本例中是wordlist.txt, 第二个为要检查的文件,必须为txt格式,本例中用test.txt来检查)-A spelling checker to check your input file is misspelled words, and give you a p
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:870009
    • 提供者:胡宗正
  1. ee

    0下载:
  2. 线性表的顺序实现:插入、删除、排序 实验内容: 1. 问题描述 给定线性表类定义的头文件,改为模板类、增加排序功能。 2. 基本要求 改进或重写类定义的头文件,并自行编写主程序测试各功能。 3. 测试数据 整型、浮点型、字符型三组,每组4-8个测试数据 -Realization of the linear order of the table: insert, delete, sort, test: 1. Descr iption of the problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:4049
    • 提供者:吴海
  1. simple_xy_rd

    1下载:
  2. 利用Fortran 90 接口读取已经创建的nc文件,并且检验其读写是否正确-The use of Fortran 90 interface to read nc file has been created, and test its read and write correctly
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:811
    • 提供者:yetsyu
  1. bBplusDotNet

    0下载:
  2. B树,源代码,根据B树的算法原理,可生成相应的B树文件。内有完整的生成工程算法和测试工程,并且全部测试通过。-B tree, the source code, according to B tree algorithm principle, can generate the corresponding B-tree file. There are a full generation of engineering algorithms and test engineering, and all t
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:350616
    • 提供者:
  1. shiyan

    0下载:
  2. 数据结构:二叉树的建立与遍历,C语言,实验内容,包含源代码可执行文件。-Data structures: the establishment and traverse binary tree, C language, test content, including source code executable file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:120007
    • 提供者:张小小
  1. shunxu

    0下载:
  2. 试编写一个用索引进行顺序查找的程序。 (1) 要求将数据以分块有序形式分别存放在不少于10个磁盘文件(块)中,每个文件中不少于10个数据,并能在内存中自动建立索引表; (2) 对任意待查找的关键字,若查找成功,给出其关键字比较次数。 (3) 自行设计测试用例。 -Try to write a sequential search using the index procedure. (1) requires the data to the form of block order w
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:58670
    • 提供者:贾铭
  1. assgin02

    0下载:
  2. 本程序解决下列问题:利用动态规划算法实现装配线调度问题。  要求测试数据以文本文件的形式存储,  即所有的数据由文本文件读入。-This program addresses the following issues: the use of dynamic programming algorithm assembly line scheduling problem.  requires test data to a text file is st
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:27748
    • 提供者:cai0538
  1. 4

    0下载:
  2. 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。输入的字符串以!结束。-Enter a string from the keyboard will be all lowercase letters converted to uppercase letters, and then output to a disk file " test" to save. Enter the string! End.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:8140
    • 提供者:
  1. wenjianxitong

    0下载:
  2. 参考教程中HASH文件的构造算法,设计一组HASH文件函数,包括HASH文件创建、打开、关闭、读、写等。 编写一个测试文件,通过记录保存、查找、删除等操作,检查上述HASH文件是否实现相关功能。 -HASH reference tutorial file construction algorithm, design a set of HASH file functions, including HASH file creation, open, close, read, write,
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2905
    • 提供者:pearl
  1. Exp27_2

    1下载:
  2. 两个文件中各有若干个以递增次序排列的实数, 编写一个程序将这两个文件中的数 统一排序后写入到一个新的文件中。并检验新文件数据是否正确-Each of the two files in ascending order of number of real number, write a program in these two files after sorting the number of uniform written to a new file. And test the new fil
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2601
    • 提供者:sch
  1. DSDemo

    0下载:
  2. 数据结构算法源码. 双击演示系统应用程序文件“DS_VC_ALGO.EXE”启动演示系统. 除了个别算法之外,演示系统给出了《数据结构》(C语言版)书中算法对应的程序代码(CPP文件)和测试运行程序(VC++6.0的EXE文件)。-Data Structure Algorithm source code. Double-click the demo system application files " DS_VC_ALGO.EXE" Start presentation
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3366773
    • 提供者:pu
  1. huffmancode

    0下载:
  2. 一个哈夫曼算法.具体题目如下: 题目要求:1)建立一正文文件(本程序中建立的文件名文test.txt),向其中输入字符(本程序中可输入任意ASCII值) 2)通过哈夫曼算法求出文件中字符的相应编码 3)建立一与正文文件(test.txt)对应的编码文件(本程序中为bainma.txt)--a Huffman algorithm. Specific topics are as follows : Subject : 1) the establishment of a text document (
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:800
    • 提供者:朱绍
  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-23
    • 文件大小:352972
    • 提供者:
  1. test

    0下载:
  2. 文件导入并算平均值,用到动态数组,结构体和链表结构-file import and caculate the average
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:190506
    • 提供者:chenliyuan
  1. Individual-choice

    1下载:
  2. 单项选择题标准化考试系统 (1) 用文件保存试题库。(每个试题包括题干、4个备选答案、标准答案) (2) 试题录入:可随时增加试题到试题库中 (3) 试题抽取:每次从试题库中可以随机抽出N道题(N由键盘输入) (4) 答题:用户可实现输入自己的答案 自动判卷:系统可根据用户答案与标准答案的对比实现判卷并给出成绩。 -Multiple-choice standardized test system (1) test database with the file. (Incl
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5820622
    • 提供者:chenqqq
  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-01
    • 文件大小:6019
    • 提供者:Joshua
  1. data-structure-test

    0下载:
  2. 本文件是.chm格式的,一整套的数据结构考研试题,一共分为11章:绪论、线性表、栈和队列、串、数组和广义表、树和二叉树、图、动态存储管理、集合、排序、文件一共11章。最关键的是除了答案之外还有一些简要的分析解释。-This document is a chm format, a set of data structures Kaoyan questions, divided into 11 chapters: Introduction, linear tables, stacks and que
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1580542
    • 提供者:danny
  1. Polynomial

    0下载:
  2. 用C++类的思想实现一个多项式,实验课作业,包括三个文件,头文件,源文件,测试文件。-The realization of a polynomial, experimental course work, including three files, header files, source files, test file with the thought C++ class.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1948
    • 提供者:张勇
  1. Program

    0下载:
  2. 利用表达式求解和栈的只是,设计一个简易的数学题库, 可供小学生作业,并能给出分数。 要求:建立试题库文件,随机产生 n 个题目;题目涉及加减乘除,带括弧的混合运算;随时可以退出;保留历史分数,能回顾历史,给出与历史分数比较后的评价。-Use solving expressions and stack just design a simple math exam, students for the job, and can give a score. Requirements: Creat
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2785254
    • 提供者:张康
« 12 »
搜珍网 www.dssz.com