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

搜索资源列表

  1. BoundAndBranch

    0下载:
  2. 我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。-algorithm operations, for a total cost of less than 1,500 from the source node to node purpose of the shortest path, Tree.cpp
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30.3kb
    • 提供者:buaa_sheng
  1. xishujuzenh

    0下载:
  2. 稀疏矩阵 1、 应用程序 直接可以实现矩阵的各项操作。 2、 查看原代码VC++6.0打开“稀疏矩阵\\creatematrix.dsp”或者用记事本打开“稀疏矩阵\\creatematrix.cpp” 3、 代码简单说明: 本程序是一个工程文件包含了链式与顺序两种多项是处理方式: 十字链表:矩阵的结构体:matnode; 三元组顺序:矩阵结构体:tsmat 4、ADT在文件夹“稀疏矩阵”里 -a sparse matrix, t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16kb
    • 提供者:wgz
  1. duoxiangsih

    0下载:
  2. 1、 应用程序 直接可以实现多项式的各项操作。 2、 查看原代码VC++6.0打开“多项式\\poly88.dsp”或者用记事本打开“多项式\\poly88.cpp” 3、 代码简单说明: 本程序是一个工程文件包含了链式与顺序两种多项是处理方式: 链表存储结构:多项式类是polynomail,节点类是polynelem; 顺序存储结构:多项是结构体是Ploynomial,节点类是term。 4、 注:在运行应用程序\"多项式.exe\"时,在
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:69.9kb
    • 提供者:wgz
  1. hafumanbianma

    0下载:
  2. 这是哈夫曼编码译码的vc程序,在vc++6.0下编译通过,并运行正确 -This is Huffman coding decoding vc procedures, the vc 6.0 compile and run correctly
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.4kb
    • 提供者:
  1. lisuanshijianmoni

    1下载:
  2. 此为数据结构课程学习中离散事件模拟的源程序。为银行业务的模拟系统。其中包括队列,栈及其操作的实现。运用面向对象的设计方法,在vc++6.0下编译通过,运行正常-this data structure for courses of study discrete event simulation of the source. For banking business simulation system. Including the queue, stack and its operation is
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.08kb
    • 提供者:
  1. chengxun

    0下载:
  2. 数据结构学习中常用的程序.用c语言编写.vc++6.0运行通过-data structure commonly used to study the procedures. C language used. Vc + +6.0 running through
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:50.71kb
    • 提供者:许梦梦
  1. vc++part8

    0下载:
  2. 数据结构算法vc++6.0少有的特别好的程序集 强烈推荐part8,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 few good special procedures set part8 strongly recommended, particularly good, particularly suitable for the study of data str
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:466.49kb
    • 提供者:魏洪平
  1. vc++part9

    0下载:
  2. 数据结构算法vc++6.0少有的特别好的程序集part9 强烈推荐,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 few good special procedures set part9 strongly recommended, particularly good, particularly suitable for the study of data str
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:109.24kb
    • 提供者:魏洪平
  1. tusuanfa

    2下载:
  2. 用vc++6.0实现图-邻接矩阵-最短路径.数据结构课程必备,有一定参考价值。-with vc 6.0 map-adjacency matrix-shortest path. Data structure courses required that a certain reference value.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.09kb
    • 提供者:agi995
  1. conrtolscore

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

    • 发布日期:2008-10-13
    • 文件大小:190.33kb
    • 提供者:joyousls
  1. h264_msvc_build

    0下载:
  2. 我自己做的ffmpeg的h264的decoder的vc++6.0的完整源代码(一个补丁和一个附加的vc工程目录),使用方法在压缩包内。 所依据的版本是2007.1.19 checkout的,修改后的vc版本运行速度与MinGW+gcc编译的最高运行速度基本相当(+/-2%)。 只能使用intel编译器,vc自带的编译器效率太低。 给我加点技术分吧!!!! -I do ffmpeg the h264 the decoder vc 6.0 of the integrity of the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.41kb
    • 提供者:qgfhit
  1. FilterEnter(C++)

    0下载:
  2. 用C++编制字符过滤程序,C++编写,环境为VC++6.0-C filter characters preparation procedures, C, the environment for the VC 6.0
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.1kb
    • 提供者:闫超
  1. C++ Builder程序员学习数据结构第6章

    0下载:
  2. C++ Builder程序员学习数据结构第6章-Builder C programmers to learn data structure Chapter 6
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:70.62kb
    • 提供者:卓玛
  1. 约瑟夫(josehus)问题

    0下载:
  2. 约瑟夫环的数据结构算法 VC++6.0实现-Josephus algorithm data structure VC + + 6.0
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18.92kb
    • 提供者:杜超
  1. zuixiaoshengchengshu

    0下载:
  2. 演示Kruskal算法和Prim算法 集合的并,元素查找的操作及应用 说明: 代码均在vc++6.0环境下编译均通过 在非VC++6.0环境下编译请去掉头文件 windows.h 和函数 end()
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.6kb
    • 提供者:毕小凯
  1. data-struct-Visual.C.6.0

    0下载:
  2. 数据结构算法——Visual.C.6.0程序集-Data structure algorithms- Visual. C.6.0 assembly
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:8.99mb
    • 提供者:汪志诚
  1. cordic-c-vc-6.0

    0下载:
  2. cordic算法的c语言实现,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角,适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm realize the C language, input x, y coordinates of two points, are automatically calculated to change point and plane coordinate axis ( x axis positive ) angle,
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1.65kb
    • 提供者:baijingdong
  1. cordic-fixed-point-c-vc6.0-

    0下载:
  2. cordic算法的c语定点数仿真,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角(有一定误差),适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm C language fixed point simulation, enter the X, y coordinates of two points, are automatically calculated to change point and plane coordinate axis (
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2.25kb
    • 提供者:baijingdong
  1. VisualPCp2Bp2B6.0

    0下载:
  2. 有关数据结构算法:Visual C++6.0的程序集,很有用哦.-The data structure algorithm: Visual C++6.0 program, very useful oh
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4.56mb
    • 提供者:gxl
  1. 160507010340杨佳慧.rar

    0下载:
  2. 一个包含学生信息(编号,书名,价格)的的顺序表和链表,具有如下功能: (1) 从文件中读入书籍信息; (2) 根据图书位置获取该书信息; (3) 根据价格进行查找,返回此该书的书名; (4) 根据指定的位置可返回相应的书籍信息; (5) 给定一个书籍信息,插入到表中指定的位置; (6) 删除指定位置的书籍记录; (7) 统计表中书籍个数。 (8) 输出书籍信息。(An order table and a list of student information (numbers
  3. 所属分类:数据结构

    • 发布日期:2017-12-10
    • 文件大小:214.57kb
    • 提供者:杨小鱼
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com