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

搜索资源列表

  1. ds_kcsj_cxc

    0下载:
  2. 《数据结构》排序演示系统。实现6种内部排序。包括直接插入排序,希尔排序,冒泡排序,直接选择排序,快速排序,堆排序。。这是我的数据结构课程设计!-"data structure" Sort demonstration system. Six species of achieving internal order. Including direct insertion sort, Hill, in order Bubble Sort, direct selection, in o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:321642
    • 提供者:程相闯
  1. 程序设计:哈希表的一个应用

    0下载:
  2. 程序设计:哈希表的一个应用-Program Design : Hash Table 1 Application
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2749
    • 提供者:李创
  1. c_tan

    0下载:
  2. c_tan:谭浩强编著c语言程序设计一书的c程序源文件-c_tan : Tan c-language compilation of a program design the source files c
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40597
    • 提供者:唐志
  1. 大数乘法

    0下载:
  2. 我的数据结构的课程设计,是长整数的乘法,内含完整的原代码和详细的设计思路, 当时老师给我判的是优秀,好东西当然给大家分享; 有问题请和我联系 email:huxiaoyong1983@163.com qq:43808128 tel:13562165387-the data structure of the curriculum design, is a long integer multiplication, containing the complete source code and det
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:79096
    • 提供者:胡小勇
  1. 救护车调度模拟系统

    1下载:
  2. 用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共有m个可能的呼救点(居民小区、工厂、学校、公司、机关、单位等),分布着n所医院(包含在m个点中),有k辆救护车分派在各医院待命,出现呼救病人时,由急救中心统一指派救护车接送至最近的医院救治。救护车完成一次接送任务后即消毒,并回原处继续待命。假定呼救者与急救中心、急救中心与救护车之间的通讯畅通无阻,也不考虑道路交通堵塞的影响。可以用m个顶点
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15504
    • 提供者:胡小勇
  1. 校园问路系统课程设计

    0下载:
  2. 课程设计用的报告和代码-curriculum design and the code report
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8534
    • 提供者:柏松
  1. bptree

    0下载:
  2. 清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University cl
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3777
    • 提供者:qqiang
  1. 最优二叉搜索树

    1下载:
  2. 算法设计的动态规划中的最优二叉搜索树问题,是用VC++编写的-algorithm design of dynamic optimal planning of two forks search tree problem by using VC + + prepared
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:163306
    • 提供者:ddd
  1. 分支限界法_单源最短路径

    0下载:
  2. 算法设计的分支限界法中的单源最短路径问题的实现,是用VC++编写的-algorithm design of branch and bound method of single source shortest path to the realization of the problem is with VC + + prepared
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2934
    • 提供者:ddd
  1. 读入二元树

    0下载:
  2. 读入树状结构,是计算机系c语言设计必考内容之一,大家应好好研究这个源程序-read into the tree structure of the Department of Computer Language Design c compulsory element, we should seriously consider the source
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:383594
    • 提供者:wyd
  1. C19

    0下载:
  2. 数据结构课程设计,求无向网最短路径,利用c++6.0编程环境-data structure curriculum design, without seeking the shortest path to the net, using c 6.0 programming environment
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2282
    • 提供者:程耕中
  1. 数字三角形问题

    0下载:
  2. /*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 编程任务: 对于给定的由n行数字组成的数字三角形,编程计算从三角形的顶至底的路径经过的数字和的最大值-/ * Digital triangle Issue Descr iption : given an OK by the number n of triangular figure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1082
    • 提供者:phq
  1. 最大k乘积问题

    0下载:
  2. /*最大k乘积问题 问题描述: 设I是一个n位十进制整数。如果将I划分为k段,则可得到k个整数。这k个整数的乘积称为I的一个k乘积 。 试设计一个算法,对于给定的I和k,求出I的最大k乘积(n<=10)。 示例:输入为 : 4 3 结果:1234 */-/ k * Product of the biggest problems Descr iption : I set up is a n-bit decimal integer. If I will be divided into k, k
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1452
    • 提供者:phq
  1. 银行业务模拟

    0下载:
  2. 数据结构课程设计,一个简单的银行业务模拟.在c++环境下调试通过.-data structure curriculum design, a simple simulation of the banking business. C in the environment through debugging.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3130
    • 提供者:程耕中
  1. DS_DESIGN

    0下载:
  2. 这是我的数据结构课程设计源代码,请务必按提示输入数据,该程序的功能是用链表实现多项式的四则运算。-This is my data structure course design source code, you must follow the directions to input data, the program's function is used to achieve Chain of four polynomial operations.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2768
    • 提供者:熊林华
  1. 子集和问题

    0下载:
  2. 子集和问题.rar:这是我学算法设计时的总结,包括定长和不定长做法(也就是回朔法,剪枝限界),当然也包括穷举法.-subset and problems. Rar : This is my learning algorithm design at the conclusion, including fixed-length and variable length approach (that is, back to Schomburg, pruning Bound), which of cour
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3511
    • 提供者:陈杰
  1. 组合数学算法

    0下载:
  2. 本书讲解了常见而且实用的组合数学算法 可以作为算法分析和设计的补充读物 非常不错的一本书!!!!!!!!!!!!!!!!!1-book on the common and practical portfolio mathematical algorithms can be used as algorithm analysis and design of supplementary reading materials is a good one book
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6653788
    • 提供者:喻林
  1. Big_int2to2

    0下载:
  2. 本设计完成了要求的所有功能,.能存储足够大的大整数并进行相应的加减法运算。用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions. Can store large enough large integer and the corresponding addition and subtraction operations. User friendly interface
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3183
    • 提供者:妮娜
  1. Critical_path2to2

    0下载:
  2. 本设计完成了要求的所有功能,可由系统建立一张图或者由用户自行建立一张图,并对该图进行关键路径的搜寻.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions, from the establishment of a system or plan established by the users themselves a map, and this map critica
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2963
    • 提供者:妮娜
  1. 数据结构课程设计.ff

    0下载:
  2. 这是我的数据结构课程设计,经过我1周左右时间的润色,相信会对正在学习数据结构的人们有些用处-This is my data structure curriculum design, a week after I lay around, I believe it is currently studying the data structures useful in some people
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11926
    • 提供者:风度
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com