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

搜索资源列表

  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. Fisher1

    1下载:
  2. 模式识别的经典算法FISHER算法,课程设计的实验作品-the classic pattern recognition algorithm Fisher algorithm, the experimental curriculum design works
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 作品:算法设计课程作业 作者:陈兴 学号:J04120010 操作说明: 1、最长公共子序列: 用VC6.0打开文件以后输入一串数字,按“\\”为结束,输出结果。 2、背包问题 用vc6.0打开文件以后按提示操作。 3、残缺棋盘问题 用vc6.0打开文件以后按提示操作。 4、(3.1和3.2还有3.3) 这个是课本82页的作业,基本实现了。其中3.2的算法时间复杂度不是nlogn而是n,nlogn的算法没做出来! -e
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:809
    • 提供者:陈兴
  1. HUFFMAN

    0下载:
  2. 哈夫曼编码和译码,数据结构课程设计的作品
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2635
    • 提供者:又红又专
  1. jiaotongdeng

    0下载:
  2. 基本交通系统,实现城市交通路口的模拟仿真,自己的课程设计作品
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:367382
    • 提供者:李锐
  1. yy

    0下载:
  2. vc的校园导游系统,数据结构课程的设计作品,利用算法将最短与最长路径算出,比较简单,便于扩张-vc campus tour guide systems, data structure, curriculum design work, using the algorithm calculates the shortest and longest path, is relatively simple, easy to expand
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:7406
    • 提供者:yang
  1. caculate222

    0下载:
  2. 说明:C语言课程设计作品功能:仿Windows的自带计算器环境:DOS大小:800多行特色:图形界面,支持鼠标,算法稍有复杂 -Descr iption: C language curriculum design works features: imitation of its own Windows Calculator Environment: DOS Size: 800 multi-line features: a graphical interface to support the mo
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:19636
    • 提供者:来不及
  1. JHCTDXT

    0下载:
  2. (本人今年的数据结构课程设计为方便大家特次上传,本站有一个和我的一样,本人曾下过,里面只是部分说明,没有真正的源代码,不知道管理员看没看,那样的作品也能年上传通过)模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。我们对问题作适当简化,假设:某城市共有M个可能的呼救点(居民小区、工厂、学校、公司、机关、单位等),分布着N所医院(包含在M个点中),有K辆救护车分派在各医院待命,出现呼救病人时,由急救中心统一指派救护车接送至最近的医院救治。救护车完成一次接送任务后即消毒,并回原处继续
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:27739
    • 提供者:迟浩东
  1. chazhao

    0下载:
  2. 查找,用了很多种方法,是我的数据结构课程设计的作品。-Find, with a very many ways, is my data structures course design work.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3165
    • 提供者:chenbo
  1. b

    0下载:
  2. 排序,是我的数据结构课程设计的作品,用到了各种排序方法。-Sort, is my data structures course design work, use a variety of sorting methods.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2292
    • 提供者:chenbo
  1. 01

    0下载:
  2. 迷宫,是我的数据结构课程设计的作品,花了我很长时间才做完的。-Maze, is my data structures course design work, it took me a long time to finish the.
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:55183
    • 提供者:chenbo
  1. Huffman

    1下载:
  2. 中国海洋大学 数据结构课程设计课题本人作品,利用哈弗曼编码原理实现对ascii字符文本文件的压缩与解压处理.压缩率为58 -60 .-Ocean University of China data structures course design project I work, the use of Hafu Man coding theory to achieve the ascii characters of the text file compression and decompressio
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2830
    • 提供者:姜俊
  1. bellman

    0下载:
  2. 贝尔曼算法,可以看看,这是我的课程设计的作品呢,有问题可以指导我下-Bellman algorithm, you can look at my course design work, the problem can guide me to the next
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:194570
    • 提供者:韩靖
  1. Dijkstra

    0下载:
  2. 迪特斯特拉算法,课程设计的作品,主要计算站点距离的吧,可以-Dieter Stella algorithm, distance course design work, the main computing sites can look
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:194559
    • 提供者:韩靖
  1. ac_foc_book

    0下载:
  2. 通过simlink实现矢量控制仿真 课程设计作品(Vector control simulation is realized by SIMLINK)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-15
    • 文件大小:24576
    • 提供者:hahewuw
搜珍网 www.dssz.com