CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 其它 搜索资源 - 表结构

搜索资源列表

  1. maze dfs

    0下载:
  2. dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, the University of many data str
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1339
    • 提供者:笨熊
  1. 成绩管理20034581赵传仕

    0下载:
  2. 学生成绩管理系统 C语言 1、掌握结构化设计方法。 2、了解大型软件的设计技术 3、在实际应用背景下灵活运用线性表的顺序存储结构和链式存储结构。 4、灵活运用线性表上的各种基本运算,完成题目需求。 5、在实例中运用排序与查找算法。-student performance management system a C language, master structural design methods. Two, understand the design of large software tec
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3785
    • 提供者:赵传仕
  1. c-algorithm-set

    0下载:
  2. c语言的经典算法源代码!其中包含数据结构中很多重要的算法,还有链表&树等多种常用算法的应用-classical algorithm source code! Data structure which contains many important algorithms, Chain & trees and other commonly used algorithm application
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:245039
    • 提供者:张维成
  1. JOS2

    0下载:
  2. 链表式的josphus问题,数据结构与算法的练习题-Chain-josphus issues, data structure and algorithm Exercises
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:leo
  1. LYQ_广义表

    0下载:
  2. 数据结构中广义表的C++源码,内行人都明白-generalized data structure Table C source code, insiders know
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1578
    • 提供者:云蓝眨
  1. 实验11

    0下载:
  2. 进程管理设计进程控制块PCB表结构,适用于优先数调度算法调度算法。 ②建立进程就绪队列。 ③编制进程调度算法:优先数调度 -process management design process control block PCB table structure, applicable to a few priority scheduling algorithm scheduling algorithm. create a process in place cohort. prepa
  3. 所属分类:其它

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

    0下载:
  2. 要求先对所输入序列进行扫描。输入序列为整形数据,用正序、逆序和不同乱序程度的不同数据作测试比较。 2)通过扫描,找出序列中已经存在的最大有序列,将原序列分为若干个有序子列。 3)用归并法,对“2”中有序子列进行归并。 4)本程序要求用顺序链表作为存储结构。 5)演示程序以用户和计算机的对话式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(0--100)和不同测试数据的组数(3-8)。每次测试完毕,列表显示测试结果。 -first requested
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2352
    • 提供者:发光
  1. C++实现二叉树很好的例子

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1345
    • 提供者:王国强
  1. ClassicalDataStructures

    0下载:
  2. 常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a string array. Very useful and val
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:40431
    • 提供者:许友来
  1. 单片机实验实训指导书

    0下载:
  2. 目 录 实验 实验一:WAVE软件使用 实验二:常用指令的使用练习 实验三:循环程序 实验四:查表程序 实验五:数制转换程序 实验六 实用子程序:(编程器的使用) 实验七:中断/定时程序 实验八:输入检测与输出显示程序 课设 一、课程设计目的和意义 二、实验电路系统的结构和使用方法 三、设计参考题目介绍和设计提示性思考题 四、设计任务书及要求 五、课程设计报告格式及要求 六、考核办法 七、课程设计内容及学时安排 -a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:391494
    • 提供者:王忠远
  1. CSort

    0下载:
  2. 对结构体数据或单向链表快速排序,只为了练习,不是很合理.希望对初学者有点帮助.-data on the structure of a one-way link list or rapid sequencing, just for practice, not very reasonable. Want a little help for beginners.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11508
    • 提供者:朋朋
  1. list_sq2

    0下载:
  2. vc的数据结构链表应用,数据结构的链表作业,单链表-vc data structure Chain applications, data structure of the Chain operations, single-linked list
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1751
    • 提供者:king
  1. 20064911143278

    0下载:
  2. 一个pb的程序,工程造价咨询单位资质等级审批表结构-a pb procedures, construction costs advisory unit qualification approval rating Table Structure
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3588426
    • 提供者:wa
  1. 2.24

    0下载:
  2. 题目:A、B两个以单链表做存储结构的递增有序排列的链表合并为一个单链表做存储结构的递增有序链表C-topic : A, two B-List to do the incremental storage structure of the orderly Chain for a single merger Chain store done in an orderly structure of the increase List C
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14907
    • 提供者:袁坤
  1. 2.29

    0下载:
  2. A,B,C三个单链表做存储结构的递增有序链表现对A表做以下操作:删除既在B表又在C表中出现的元素-A, B, C 3-Chain store done in an orderly structure of the increased performance of the A chain table do the following : both delete Table B C in the table of elements
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7564
    • 提供者:袁坤
  1. shunxubiaoshujujiegou

    0下载:
  2. 数据结构,顺序表,查找,排序。环境下进行,前面需要该写下-data structure, order forms, search, sort. And under the previous need to write
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:905
    • 提供者:cy
  1. fastquening

    0下载:
  2. 快速排序程序,是用顺序表结构实现的快速排序功能,是我们实验课上的测试程序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14023
    • 提供者:未雨
  1. 4

    0下载:
  2. 哈夫曼编码是一种编码方式,它是根据每一个字符出现的概率而建立起来的。哈夫曼编码借助树形结构构造,算法实现时使用链表或静态链表结构,空间的每个结点内有左子树、右子树、双亲指针。在构成哈夫曼树之后,为求编码需从叶子结点出发走一条从叶子到根的路径;而为译码需从根出发走一条从根到叶子的路径。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:19339
    • 提供者:冰颜
  1. memorylink

    0下载:
  2. 模拟动态存储管理 一、 题目 编制一个模拟动态存储管理的程序,设用一个单向链表HA表示空闲空间链;用一个单向链表HB表示已占用空间链。设链表结构如下: 起始地址 ( 正整数,大于0 ) 本块单元数( 正整数,大于0 ) 链域 (指向下一个结点的指针) 1. 在键盘上输入起始地址,本块单元数,建立起HA,HB两链表初态(输 入起始地址为0时结束); 2. 输出HA,HB两链(起始地址,单元数); 3. 输入起始地址,在HB链中撤消所对应的结点,撤消结点后输出HB链; 4. 将撤消的结点
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3016
    • 提供者:阿兜
  1. K3+104

    0下载:
  2. 金蝶10.4数据库表结构,适用于ASP报表
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:605525
    • 提供者:zhx
« 12 3 »
搜珍网 www.dssz.com