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

搜索资源列表

  1. list

    0下载:
  2. 本人在学习数据结构课程,做课程设计时写的程序,演示了线性表的操作,这是一个控制台下的C程序。-I am in the learning data structure courses, so when writing the curriculum design process, to demonstrate the operation of the linear form, this is a C program under the console.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:6274
    • 提供者:menchael
  1. xianchengtongbu

    0下载:
  2. 在访问临界区的问题当中,因为临界区在一个时间只允许一个进程访问,因此为了解决同步问题,我们要用到线程同步机制。首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,观察某些异常现象。针对这样的问题,采用两个解决方案:①利用Windows和mutex机制,②采用软件方案,并比较这两种方案的性能优劣。-During his visit to these critical areas, as critical a time in a process only allows access to
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2554191
    • 提供者:小江
  1. Ex8StackTable

    0下载:
  2. 这个程序是我在学习数据结构的时候,开发的一个静态表的程序,非常实用。以后我还会上传我开发的动态表的程序源代码。希望大家能给出建议。-This process is my data structure in the study, the development of a static form of procedures, very useful. I will upload later I developed a dynamic form of source code. Hope that we
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4383
    • 提供者:jiang xiaoning
  1. hasi

    0下载:
  2. 数据结构有关哈希表的探测以及冲突处理程序源代码-Hash table data structure, as well as the conflict detection process source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:170419
    • 提供者:liguifang
  1. paixu

    0下载:
  2. 数据结构有关排序实验的源代码程序,用c++环境调试-Experimental data related to the structure of the source code sorting process, using c++ environment for debugging
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:181463
    • 提供者:liguifang
  1. Tic_Tac_Toe

    0下载:
  2. 数据结构与程序设计经典例子程序:井字游戏-Data structure and procedures of the classic examples of design process: tic-tac-toe game
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:52774
    • 提供者:张祖琼
  1. Dijkstra2009

    0下载:
  2. 银行家算法: 1、能任意设定资源的种类数。 2、能任意设定进程的总数。 3、能查看各类资源的剩余情况。 4、能查看各个进程的资源分配情况。 5、当某进程申请资源时,能用银行家算法和安全性算法检查系统的安全性。 6、当系统处于安全状态时,能输出系统的安全性序列。 7、在初始化银行家算法时,能对输入的数据进行判断,并能报错! -Banker' s Algorithm: 1, to arbitrarily set the number of types of r
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:159792
    • 提供者:施振磊
  1. huffman_coding

    0下载:
  2. c++ 编写的哈夫曼编码程序,实现对数据的哈弗曼编码-c++ to prepare the Huffman coding process, the realization of the data encoding哈弗曼
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:590
    • 提供者:ALPHA
  1. unionlable

    0下载:
  2. 用C++编写的链表的合并程序,实现了数据结构中链表的合并操作-Written in C++, the list of the merging process in the linked list data structure implemented the merger of operations
  3. 所属分类:Data structs

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

    0下载:
  2. 本课件是一个动态演示数据结构算法执行过程的辅助教学软件, 它可适应读者对算法的输入数据和过程执行的控制方式的不同需求, 在计算机的屏幕上显示算法执行过程中数据的逻辑结构或存储结构的变化状况或递归算法执行过程中栈的变化状况。整个系统使用菜单驱动方式, 每个菜单包括若干菜单项。每个菜单项对应一个动作或一个子菜单。系统一直处于选择菜单项或执行动作状态, 直到选择了退出动作为止。-This courseware is a dynamic data structure algorithms demonst
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1168979
    • 提供者:lll
  1. chapter4_class_28690304

    0下载:
  2. 数据结构中,关于对字符串的定义,方便编写程序的时候调用-Data structure, with regard to the definition of the string, to facilitate the preparation process when the call
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4187
    • 提供者:fire
  1. wordGame

    0下载:
  2. 本文件包含两个功能相同的cpp文件,分别采用了map和priority queue两种不同的数据结构来完成显示双单词在字典动态变化的过程的功能。对于掌握数据结构有一定意义。-This file contains two cpp files with same function, but they use different data structures which are map and priority queue. The function of this file is to trace
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:7358
    • 提供者:yin zhang
  1. tree_xml

    0下载:
  2. 分析XML文件并提取关键字和数据的过程,使用深度遍历及广度遍历。-Analysis of XML file and extract the keywords and data in the process, using the depth and breadth traversal traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3397
    • 提供者:jiangli
  1. LoserTree

    0下载:
  2. 根据严蔚敏数据结构(c语言版)实现的败者树算法, 程序内含测试数据的数组, 包含详细注释. 另外程序通过大数据量测试.-According to Yan Wei-min data structure (c language version) to achieve the loser tree algorithm, the program includes an array of test data, with detailed comments. Another large amounts
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1068
    • 提供者:魏巍
  1. Hash

    0下载:
  2. 1. 本程序是针对“人名”设计的哈希表。 2. 程序中人名为汉语拼音形式,共30个人名,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。4.本程序是清华严蔚敏配套哈希表程序-1. This program is for " names" design of the
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7277
    • 提供者:lt
  1. stack

    0下载:
  2. 用单链表实现存储栈 “链式栈”类模板的定义,数据结构和算法学习必备学习程序。-Single-linked list for storage stack " Chain stack" class template definition, data structures and algorithms necessary to study the learning process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1012
    • 提供者:
  1. binarytree

    1下载:
  2. 二叉树的递归遍历算法 “二叉链表”的类模板,数据结构和算法必备学习程序。-Recursive binary tree traversal algorithm " binary list," class templates, data structures and algorithms necessary learning process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2276
    • 提供者:
  1. binguankefang

    0下载:
  2. 这是利用数据结构只是写的一个宾馆客房管理小程序,可以完成基本的管理程序的功能,包括输入输出信息,输入修改记录等。-This is the use of the data structure is written in a hotel room management of small programs that can perform basic functions of management process, including the input-output information, inp
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3942
    • 提供者:许娜娜
  1. ds_6

    1下载:
  2. 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-hashing
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:636
    • 提供者:Yvonne
  1. DS_ppt

    0下载:
  2. 某大学一个设计很好的数据结构课件,不少算法过程使用动画,版面颜色搭配得很好,是一个优秀的数据数据课件。-A university in a well-designed data structures courseware, algorithm process uses a lot of animation, layout colors very well and the data is an excellent courseware.
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11985723
    • 提供者:李东国
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com