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

搜索资源列表

  1. PatternMatching

    1下载:
  2. 这是计算机专业硕士生课程《算法设计与实现》中讲到的模式匹配算法的实现,并且将该算法与KMP算法进行了比较。-It was the professional degree programs, "Algorithm Design and Implementation" referred to the pattern matching algorithm implementation, and algorithm and KMP algorithm are compared.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12202
    • 提供者:孙江萍
  1. shuhuan

    0下载:
  2. 几个C的小程序,有汉诺塔,数环打印,链表的创建并自动排序 -several small programs, Tower of Hanoi, several Central Print, Chain automatically create and order
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4965
    • 提供者:石矗
  1. 查表法公历农历转换

    0下载:
  2. 查表法公历农历转换,此法可以转换西历农历转换程式,可以转换100年-look-up table method Lunar calendar change, this method can be converted into the Western calendar, the Lunar conversion programs, can be converted into 100 years
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2974
    • 提供者:陈昆
  1. 八皇后之堆栈算法

    0下载:
  2. 可以过来看看有关8皇后的相关算法.这是本人初学数据结构运用堆栈编写的小程序-can come look at the Statue of eight correlation algorithm. This is my beginner stack data structure prepared by the use of small programs
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:93359
    • 提供者:徐开峰
  1. data_Structures

    0下载:
  2. 用C++实现的数据结构常用排序以及HUFFMAN编码解码和最短路径算法的小程序-with C + + data structure used sequencing and HUFFMAN codec and the shortest path algorithm small programs
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6199
    • 提供者:zzgg
  1. mul

    0下载:
  2. 在应用中常用矩阵相乘的定义算法对其进行计算。这个算法用到了大量的循环和相乘运算,这使得算法效率不高。而矩阵相乘的计算效率很大程度上的影响了整个程序的运行速度,所以对矩阵相乘算法进行一些改进是必要的。-commonly used in the application of the definition matrix multiplication algorithm for calculation. The algorithm uses a number of cycle and multiplic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10094
    • 提供者:黄波
  1. J_Queen

    0下载:
  2. 用JAVA实现的一个解决八皇后问题的小程序-with a solution of the Statue of eight small programs
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1235
    • 提供者:李枫
  1. Three_Code

    0下载:
  2. 该题目是要求我们编一个程序,该程序能将书上的P-代码程序用三地址码来实现。-the subject is to ask us to a series procedures, the procedures can book on the P-code programs using three addresses code is to be achieved.
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-10
    • 文件大小:8947
    • 提供者:丰 色
  1. aaaaaaaaaaaaa

    1下载:
  2. 课程安排,用拓扑排序实现 4、实现课程的拓扑排序。(选)(加) 问题描述:软件专业的学生要学习一系列课程,其中有些课程必须在其先修课程完成后才能学习,具体关系见下表: 课程编号 课程名称 先决条件 C1 程序设计基础 无 C2 离散数学 C1 C3 数据结构 C1,C2 C4 汇编语言 C1 C5 操作系统 C3 假设每门课程的学习时间为一学期,试为该专业的学生设计教学计划,使他们能在最短的时间内修完这些课程。-curriculum, using topolo
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9296
    • 提供者:lea5195444
  1. color.cpp

    0下载:
  2. 对于给定的图G,如果存在一种用2种颜色对顶点着色的 方案,使得图中任意一条边所连接的2 个顶点着有不同 颜色,则称图G 是可2着色的。-for the given graph G, if there is a use two colors of vertex programs, make a map arbitrary edge connected with two vertices are different colors, says G is 2-colored.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-12
    • 文件大小:2888
    • 提供者:Nouth
  1. tuxiaojin

    0下载:
  2. 线性表,我在大二的时候上数据结构时编的一个小程序。-linear table, I sophomores on the data structure of a series of small programs.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-12
    • 文件大小:852
    • 提供者:涂小金
  1. createBiTree

    0下载:
  2. 用C生成一个课程二叉树,同时先、中、后序遍历该二叉树-C programs generated a binary tree, first, during and after the preorder the binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2216
    • 提供者:ashui
  1. jiaqiangti

    0下载:
  2. 这是一个数据结构源码程序,大家可以下载下来编译一下。-This is a data structure source programs, we build can be downloaded from this.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:838
    • 提供者:李键
  1. tigaoti

    0下载:
  2. 这是一个数据结构源码程序,大家可以下载下来编译一下。-This is a data structure source programs, we build can be downloaded from this.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1122
    • 提供者:李键
  1. programs

    0下载:
  2. c#版本 算法大全 几乎所有常见的算法 This file contains the C# code from Program
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:162282
    • 提供者:bomb
  1. horse

    0下载:
  2. 使用turbo C的图形图像库 编写的马踏棋盘的程序 使用回溯法实现-Using turbo C graphics image library board to prepare a horse riding programs to achieve the use of backtracking
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3435
    • 提供者:smile
  1. classic-programs

    0下载:
  2. 本人搜集整理的经典数据结构程序,如 桃子问题,大整数运算,循环链表,迷宫,汉诺塔等经典程序,希望对你有所帮助-I collected more of the classic data structures programs, such as peaches problems, large integer arithmetic, the circular list, Maze, Tower of Hanoi and other classic program, I hope for your he
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:88204
    • 提供者:赵子番
  1. C-language-a-few-small-programs

    0下载:
  2. C语言的几个小程序,四舍五入的方式精确到小数点后第四位,把一张一元钞票,换成一分、二分和五分硬币,每种至少11枚,问有多少种方案?-C language, a few small programs:Rounded to the nearest way to fourth place, to a one dollar bill, replaced by a point, two points and five coins, each at least 11, and asked how many
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:29274
    • 提供者:瞿绪龙
  1. All-Programs

    0下载:
  2. this all important programs in data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12127
    • 提供者:anu
  1. Single-chain-programs

    0下载:
  2. 单链表程序,数据结构域STL一书中的配套第二章程序。-Single-chain programs, data domain STL a book supporting the Chapter II procedure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3792
    • 提供者:chen
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com