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

搜索资源列表

  1. 大夫

    0下载:
  2. 书籍管理系统,SQL数据库课程设计,用C实现与SQL数据库连接实现书籍增加删除查询等功能模块,采用分模块法,论文与代码齐全,-book management system, SQL database curriculum design, realization of C and SQL database connectivity to achieve books increased inquiries delete function module, a sub-module, papers an
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:141519
    • 提供者:张亮
  1. suanf a

    0下载:
  2. c常用算法,用语言编写,为本人数据结构与算法设计作品,在VC++环境下编译通过-c commonly used algorithm, the language used to prepare for my data structure and algorithm design works in the VC environment compile
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:76359
    • 提供者:孙三
  1. exe2

    0下载:
  2. mallet_wavelet.m 此函数用于研究Mallet算法及滤波器设计 此函数仅用于消噪-mallet_wavelet.m this function for research Mallet filter algorithm design and function only for denoising
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:286662
    • 提供者:何亮
  1. Assignment4

    0下载:
  2. 浙江工业大学C++数据结构课程设计的练习作品 有一定的难度 有英文原题说明(老外授课)大家可以先看题自己做再参考我的程序-C data structure courses designed exercises works have a certain degree of difficulty that the original is in English (non teaching) that we can look at ourselves with reference to the proc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:57916
    • 提供者:孟志刚
  1. ostang

    0下载:
  2. 这是我上个学期操作系统的课程设计,做了一个多级文件系统,用文件模拟磁盘,基于i节点结构,功能超强,希望对大家有用。-This is my last semester of courses operating system design and a multi-level file system, disk using simulated document, based on i node structure, function superpower, we hope that the right
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10716
    • 提供者:唐海浪
  1. 数据库课程设计题(成绩管理)

    0下载:
  2. --- - -
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5341
    • 提供者:ivor
  1. Huffman程序

    1下载:
  2. 为得到使电文总长最短的二进制前缀编码,则以n种字符出现的频率作权,设计一棵Huffman树,求出给定权值的字符对应的Huffman编码。-enable the message to be chief of the shortest prefix binary coding, while the n characters of frequencies for the right to design a Huffman tree, obtained the right to set the valu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9185
    • 提供者:张磊
  1. 复件 轮渡问题

    1下载:
  2. 1. 汽车轮渡口,过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。试写一个算法模拟渡口管理。 算法设计: 1客车和货车均建立一个链式队列,初始均为空。以后来一辆车不是货车就是客车,因此可以说整个程序的事件驱动event就是这两个,客车表示1,货车表示0. 2轮船还没有到达时客车和货车均按次序排在
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2614
    • 提供者:西们子
  1. 表达式求值1

    0下载:
  2. 我二年级的数据结构课程设计,是关于表达式求值的,本人觉得还可以,里面的算法很好,但是vc用得还不熟-my two-year curriculum design data structure is on the expression evaluates, and I felt that I could, well inside the algorithm, but also spent vc wake
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:52301
    • 提供者:杨宏
  1. kecsj_java

    2下载:
  2. JAVA课程设计!用线程来实现比较查找、排序算法的运行时间,第一部分是将顺序查找、折半查找算法设计成线程并同时运行来比较两种查找算法,第二部分是将冒泡排序、快速排序及选择排序设计成线程并同时运行来比较三种排序算法。本程序使用流行的GUI界面设计。-Java curriculum design! Using thread to achieve more search, algorithm running time, the first part of the order is to locate,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12864
    • 提供者:爱情无敌
  1. DSAAcodes

    0下载:
  2. 《数据结构、算法与应用》从C++语言应用角度列举了要点,以大量示例实现了表、树、图数据结构,最后实证了各种典型算法。以标准C++语法,模板化设计,符合软工思想。此内容为源码。-"data structures, algorithms and applications" from the perspective of C language application listed on the main points, a large number of examples to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:260270
    • 提供者:ldl
  1. 冒泡、快速排序算法比较程序

    0下载:
  2. 数据结构课程设计:冒泡、快速排序的比较,用C语言编写,调试成功-curriculum design data structure : Bubble, rapid sequencing of comparison, the C language, debugging success
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1899
    • 提供者:qin
  1. 10372049

    0下载:
  2. 本设计使用C++来实现一个简单的数据结构问题,可以作为课程设计来使用,里边有详细的使用说明。-the design of C + + to achieve a simple data structure that can be used to design courses, inside a detailed usage instructions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37361
    • 提供者:赵威
  1. 10372049多系统电话服务系统

    0下载:
  2. 本设计使用C++来实现一个简单的数据结构问题,可以作为课程设计来使用,里边有详细的使用说明。-the design of C + + to achieve a simple data structure that can be used to design courses, inside a detailed usage instructions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17513
    • 提供者:赵威
  1. 教学计划编制问题

    0下载:
  2. 大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。 基本要求: (1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。 (2):课程号尽可能的集中在前几个学期中。 (3):若无解,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3222
    • 提供者:沈宁
  1. 两种遍历图的方法

    0下载:
  2. 熟悉图的两种常用的存储结构,以及在这两种存储结构上的两种遍历图的方法,即深 度优先遍历和广度优先遍历。进一步掌握递归算法的设计方法。 -familiar with the plans of two commonly used storage structure, and the two storage structures on the two traverse map, that depth-first traversal and breadth priority traversal.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1629
    • 提供者:王茜
  1. 数据结构程序设计jgj

    0下载:
  2. 航空订票的实现以及查询,根据姓名,地址.时间等-air booking and the realization of inquiry, under the name and address. Time
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4548
    • 提供者:Jiner
  1. BpNet_src

    0下载:
  2. BP神经网络源代码,代码详细设计了网络节点、迭代过程、及调用接口,在VC6.0下调用测试通过-BP neural network source code, code detailed design of the network nodes, iterative process, and call interfaces, in VC6.0 under test by calling
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5237
    • 提供者:刘胜国
  1. getd

    0下载:
  2. 最优化设计程序之一.共轭剃度法.给出步长和初值.-optimal design procedures one. Conjugate tonsure law. And given initial step.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1911
    • 提供者:阎雪
  1. ProcessStudy

    0下载:
  2. 这是一个操作系统实验中模拟处理器进程处理的源程序,可供进行课程设计及学习的人参考!-This is an experiment simulated operating system processors process the source, available for curriculum design and learning of the reference!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7046
    • 提供者:Fay
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com