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

搜索资源列表

  1. shujujiegou

    0下载:
  2. 算法 + 数据结构=程序。设计算法与选择合适的数据结构是程序设计中相辅相成的两方面,缺一不可。数据结构的选择一直是程序设计中的重点、难点,正确地应用数据结构,往往能带来意想不到的效果。-Algorithm+ data structure = program. Design algorithm and choose appropriate data structure is the program design of the two aspects supplement each other, b
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:56187
    • 提供者:
  1. sorting

    0下载:
  2. 该程序是用C语言实现的,在程序中随机生成N个数据,对这些数进行多种方法的排序,所用的这些排序方法都是在数据结构课中学习过的比如:插入排序、快速排序、冒泡排序等,而且还要对各个排序做出相应的比较。-The program is written in C language, in the process of N randomly generated data, the number of these for a variety of methods of sorting, sorting met
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2333
    • 提供者:wenlong
  1. compare-sorting

    0下载:
  2. 内部排序算法进行比较,能使我们更好的掌握这些排序的基本思想及排序算法。通过该题目的设计过程,可以加深理解各种数据结构的逻辑结构、存储结构及相应上运算的实现-Compare the internal sorting algorithms, enabling us to better grasp the basic idea of ​ ​ these sort and sorting algorithms. Design process by the subject, can d
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3144
    • 提供者:wenlong
  1. haxibiao

    0下载:
  2. 设计哈希表实现电话号码查询系统。设计程序完成以下要求: (1)设每个记录有下列数据项:电话号码、用户名、地址; (2)从键盘输入各记录 ,以电话号码为关键字建立哈希表(至少要有12个以上的记录,哈希表的长度为8); (3)采用链地址法解决冲突;-Hash table to achieve the design number inquiry system. Design process is complete the following requirements: (1)
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:3660
    • 提供者:孙婕
  1. java-JXC

    1下载:
  2. 一个典型的企业进、销、存管理信息系统的软件开发过程。内容包括系统的需求分析、建模分析、文件结构分析、数据结构分析、项目创建与设置、基础信息模块的创建、进货模块的创建、库存模块的创建、销售模块的创建等,涉及Java语育、管理、会计方面的知识- A typical business, sales, inventory management information systems software development process. Including system requirements
  3. 所属分类:Data structs

    • 发布日期:2017-06-12
    • 文件大小:20286514
    • 提供者:方震税
  1. huffmanencode

    0下载:
  2. 哈弗曼编码,给出输入文件content.txt,里面包含一段文字,编程实现上面选择的一种编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,具体数据结构及保存自己设计),将解码后的结果输出到decode.txt;-The Haffuman encoding given input file content.txt, which contains a paragraph of text, and progra
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:38002
    • 提供者:jygb007
  1. dynamic-allocation

    0下载:
  2. 该程序可用于了解动态分区分配中使用的数据结构和分配算法,并进一步加深对动态分区存储管理方式及其实现过程的理解。-The program is used to understand the data structures used in the dynamic partition and the allocation algorithm, and further deepen the understanding of the dynamic partition memory management
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2450
    • 提供者:张华
  1. Card

    0下载:
  2. 金卡在现代生活里应用广泛,无论排长队于ATM机前取款还是就餐、购物、就医等等。在国外电子货币十分流行,其实电子货币是系统工程,它涉及金融、安全、通信、计算机等领域。这里为使读者掌握动态数据的用法,仅模拟其存款于取款过程。-Gold is widely used in modern life, regardless of the long queues at the ATM machine withdrawals or dining, shopping, medical care and so o
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:10267
    • 提供者:baby
  1. Doubly-linked-.

    0下载:
  2. 线性表链式存储(双向链表)插入、删除运算 1、预习要求:线性表的插入、删除相关概念及运算,完成线性表元素的插入、删除。 2、实验目的: (1)了解线性表的插入、删除相关概念; (2)理解线性表的插入、删除过程和结构定义; (3)掌握算法转换为程序的过程中的变化。 3、实验内容及要求: (1) 以“一个较完整的程序范例-顺序表”程序框架为框架 (2)双链表结构体为: typedef struct { int num /学号 char
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:325252
    • 提供者:the spring
  1. listlink

    0下载:
  2. 这是学习数据结构过程中最基本的链表源代码-This is the basic process of learning data structure linked list source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3402
    • 提供者:
  1. project

    0下载:
  2. 数据结构的课程设计程序。包括各种排序,遍历等等源代码。-The data structure of the curriculum design process. Including the source code of the various sorting, traversal, etc..
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:13114
    • 提供者:成光
  1. Traffic-Map

    0下载:
  2. 数据结构中的交通图咨询程序,能让旅客咨询从任一城市顶点到另一城市顶点之间的最短路径(里程)或最低花费或最少时间等问题。对于不同咨询要求,可输入城市间的路程或所需时间或所需费用。-Traffic map in the data structures in the consultation process that allows the Visitor Information from the culmination of any one city to another city the short
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2236
    • 提供者:王龙飞
  1. shipin

    0下载:
  2. 视频监控程序,视频编程的流程,定义的数据结构及使用函数。-Video surveillance program,video programming process,defined data structures and use the function。
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4665
    • 提供者:上官绪领
  1. Panda-incense

    0下载:
  2. 数据结构课程设计:熊猫烧香源代码 模拟熊猫烧香传播过程 要先创建input.txt-Data Structure Course Design: Panda source code simulation Panda communication process
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2600
    • 提供者:杨斐
  1. mnm

    0下载:
  2. joseph环 *问题描述:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 *要求:利用单向循环链表存储结构模拟此过程,按照出列的顺序输出各个人的编号。 *测试数据:m的初值为20,n=7
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:8543
    • 提供者:黄敏
  1. construct

    0下载:
  2. 数据结构的课件,以及数据结构的演示系统,细化数据结构的实现进程-Data structures, courseware, and data structures demonstration system to refine the data structure to achieve process
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:17744896
    • 提供者:lanyan
  1. biaoda

    0下载:
  2. 表达式求值问题,数据结构c++中表达式求值的算法过程-The expression is evaluated, expression evaluation algorithm process data structure c++,
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:149819
    • 提供者:jiangyy
  1. Inventory-model

    0下载:
  2. 数据结构设计程序之共享结构的库存模型,便于初学-Inventory model of the share structure of the data structure design process, to facilitate beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2942
    • 提供者:issachuxleg
  1. Set-operations

    0下载:
  2. 数据结构设计程序之集合运算设计实例,适于初学-Set operations of the data structure design process design examples, suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3354
    • 提供者:issachuxleg
  1. retrieval-models

    0下载:
  2. 数据结构设计程序之全文检索模型,便于初学-Data structure design process, retrieval models, easy beginner
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4396
    • 提供者:issachuxleg
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com