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

搜索资源列表

  1. 数据结构配套光盘

    1下载:
  2. 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, searc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.6mb
    • 提供者:mars
  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. DSDemoC

    0下载:
  2. 进入光盘中的“\\DSDemoC”目录,运行DSDemo.EXE,可以进入 数据结构算法演示系统(C语言描述)V3.1C中文版。该软件是在原DOS版程序 基础上改进而成,具体操作请按照界面上的提示进行。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:301.83kb
    • 提供者:韩冷飞
  1. Cshujujiegou

    0下载:
  2. C_C++与数据结构,运行环境 ======== WINDOWS 95/98,32MB以上内存,声卡等附属设备。 显示分辨率不低于1024×768,小字体。 1. 该软件不需安装,直接运行C_STRU.EXE即可。具体操作方法见软件中“帮助”菜单项中的“操作说明”。 2. 使用时,必须将 \h_file 文件夹中所有头文件拷贝到 Turbo C 文件夹中。 注意:不能将 \h_file 文件夹拷贝到 Turbo C 文件夹中, 也不能将 \h_file 文件夹中
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4.07mb
    • 提供者:xiaozhang
  1. HeapSort

    0下载:
  2. 自己写的一个堆排序C实现算法。在devC++上编译的,里面包含了exe文件。-To write a heap sort algorithm C. In devC++ of the compiler, which contains the exe file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:6.83kb
    • 提供者:李凡
  1. Sorter

    0下载:
  2. My version of sorter (Visual Studio C++) +icon +compiled exe +listing +source
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:433.09kb
    • 提供者:civic
  1. Exe-1-icar

    0下载:
  2. Exercise 1 SSD5 Visual C++ right answer and code for exe1 with handout files
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:84.57kb
    • 提供者:
  1. Huffman

    0下载:
  2. 通过c++实现huffman树的数据结构-huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.12mb
    • 提供者:杨轲
  1. Exe-3-ssd5

    0下载:
  2. Exercise 3 SSD5 Visual C++ right answer and code for exe3 with handout files
  3. 所属分类:Data structs

    • 发布日期:2017-10-31
    • 文件大小:45.86mb
    • 提供者:
  1. Exe-2-ssd5

    0下载:
  2. Exercise 2 SSD5 C++ right answer and code for exe2 with handout files.
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:47.04mb
    • 提供者:
  1. DSDemo

    0下载:
  2. 数据结构算法源码. 双击演示系统应用程序文件“DS_VC_ALGO.EXE”启动演示系统. 除了个别算法之外,演示系统给出了《数据结构》(C语言版)书中算法对应的程序代码(CPP文件)和测试运行程序(VC++6.0的EXE文件)。-Data Structure Algorithm source code. Double-click the demo system application files " DS_VC_ALGO.EXE" Start presentation
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3.21mb
    • 提供者:pu
  1. MARK_KNN

    0下载:
  2. k-nearest-neighbor K近邻算法的C++实现,训练后模型可以对测试数据进行归类。找了一些PUDN上的程序发现都没有很好的训练和测试数据集,所以自己写了一个直接放在main函数里面,不要从外部文件读取。工程运行于vc++ 6.0环境。Debug目下exe文件可以直接双击运行查看结果。-K nearest neighbor of C++ implementation, training model can be classified on the test data. Find so
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:344.7kb
    • 提供者:
  1. file2c

    0下载:
  2. 将任意一个文件转化成c语言的串形式. 可用于把资源,动态库打包到exe中.-translate any file to c string.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:854byte
    • 提供者:xian
  1. Polynomial

    0下载:
  2. 本程序采用c/c++实现一元多项式的加法、减法和乘法运算,利用数据结构中的顺序存储方式和链式存储方式实现,程序在vs2013中编译通过,本压缩包是vs2013的项目文件,包含编译成功的可执行文件exe和源代码。-This program uses c/c++ to realize the addition, subtraction and multiplication of the data structure, the use of data structure in the order of
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3.54mb
    • 提供者:
搜珍网 www.dssz.com