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

搜索资源列表

  1. Soaring

    0下载:
  2. 本程序是在c调试成功的.对初学者有很大的作用!-the procedure was successful c debugging. For beginners a significant role!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2917
    • 提供者:邓斌
  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. 图论算法库 C++ 语言实现

    0下载:
  2. 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10202
    • 提供者:罗鹏魁
  1. 真正能跑的DES

    0下载:
  2. 看了大家上传得很多得DES算法,试了试很多是有调试问题得.这里一个自己用过得,完全没有问题,可是看下.(谢谢)-read you upload a lot in DES algorithm, Bomb many are in debugging problems. here they used a lead, there is no problem, but a glance. (Thank you)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:202592
    • 提供者:慕容楚冰
  1. short1

    0下载:
  2. 求最短路径的问题,用了回溯算法,内附说明 及调试 -seek the shortest path problem with the back algorithm, containing descr iptions and Debugging
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1137
    • 提供者:马德
  1. graphsc

    0下载:
  2. 有向图的强连通分支查找,使用java实现,代码经过调试,绝对高效率,正确和可靠-a map to digraphs to find, use java achieved through debugging code, the absolute high efficiency, the correct and reliable
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1840
    • 提供者:weide
  1. excellentwaysofshortpath

    1下载:
  2. 程序的主要功能是实现有向图最短路径的搜索,采用的数据是txt格式的邻接矩阵,采用的算法为改进的狄氏算法。内附调试和文件说明。-procedures main function is to achieve the shortest path to the map search, The data format is txt adjacent matrix, the algorithm to improve the dieldrin algorithm. Debugging and document
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42796
    • 提供者:asia
  1. LevelTraverse-cengxubianlierchashu

    0下载:
  2. LevelTraverse.c 上次写的“cengxubianlierchashu.rar(二叉树层序遍历程序)”遍历不能将二叉树的所有结点都遍历,现对其做了微小修改,并调试好。本程序用于层序遍历二叉树.程序开始时先由用户先根序输入二叉树各结点值,建立好二叉树后即可自动进行遍历依次层序输出各结点的值.----Author:zhg 2006.12 E-mail:wudazhg@163.com -LevelTraverse.c last book, "cengxubianlier
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10439
    • 提供者:z
  1. 24_problem

    0下载:
  2. 程序设计经典问题,24点问题,VC++源代码,通过调试-program design classic, 24 points, VC source code, debugging
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6151
    • 提供者:better
  1. scan-haff

    0下载:
  2. 通过本课程设计,应使学生掌握哈夫曼编码的特点、存储方法和基本原理,培养学生利用C++语言正确编写程序及调试程序的能力,运用数据结构知识解决实际问题的能力,为后续计算机专业课程的学习打下坚实的基础-passage of the curriculum design, should help students grasp the characteristics of Huffman coding, storage and basic principles, Training students to u
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:261547
    • 提供者:李明
  1. BP.Arithmetic.VB

    0下载:
  2. BP算法的VB源代码可能还要自己调试一下!-BP algorithm VB source code may have its own debugging!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6693
    • 提供者:hankqiu
  1. ReaderFirst

    0下载:
  2. 读者写者问题读者优先的JAVA实现,编译调试通。无私共享-readers to write persons readers priority JAVA, compile debugging links. Selfless sharing
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17735
    • 提供者:ljw
  1. fmxsl

    0下载:
  2. 矩阵奇异值的求解程序 本人自编,调试过了许多次,已经接近成功了-matrix singular value for the procedure I wrote, debugging too many times, almost succeeded
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2121
    • 提供者:yuanweiping
  1. CMatrixClass

    0下载:
  2. 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。 6.静态函数Bspline3():3次
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9779
    • 提供者:紫罗兰
  1. jasonkingde

    0下载:
  2. 排序及应用 题目一:统计成绩 1. 实验目的:掌握常用的排序方法,深刻理解排序的定义和各种排序方法的特点,并能灵活应用。 2. 实验内容: (1) 输入n个学生的考试成绩,每个学生信息由姓名与分数组成; (2)选择一种排序算法,按分数高低次序,打印出每个学生的名次,分数相同的为同一名次。 (3)按名次给出每个学生的姓名与分数。 3. 实验要求:任选一种高级程序语言编写源程序,并调试通过,测试正确。 题目二:按字典顺序排序 1. 实验目的:掌握常用的排序方
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10755
    • 提供者:jason
  1. homework

    0下载:
  2. 数据结构是编程的基础,本例是本人写的八个基本数据结构的实现方法,用C语言编写,在VC中调试成功,并带有少量的注释,有兴趣的可以研究一下。我在里面尽量使用了指针-data structure is the basis for programming, which in this case is I wrote the eight basic data structure of the method, using C language, in VC debugging success, and wi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:114440
    • 提供者:zbjg
  1. strcmp

    0下载:
  2. 这是我制的,调试过,小意思别见笑可以将输入的两字符串进行比较相等返回0,不等时返回两字符串的差值-This is my system, and the debugging that other small token of kindly feelings can be a laughing stock of the two input strings equal to 0 comparison, the returns ranging from two strings of the margin
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1936
    • 提供者:张元佑
  1. 银行业务模拟

    0下载:
  2. 数据结构课程设计,一个简单的银行业务模拟.在c++环境下调试通过.-data structure curriculum design, a simple simulation of the banking business. C in the environment through debugging.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3130
    • 提供者:程耕中
  1. 外部排序的全部数据结构算法

    0下载:
  2. 外部排序的所有算法,在TC下经过调试,与吴伟民数据结构课本完全一致,用C实现-all external sorting algorithms, the TC under after debugging, and data structure Xiulan WU Weimin textbooks entirely consistent with achieving C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5935
    • 提供者:李雷
  1. stamp

    0下载:
  2. 连续邮资问题的完整代码,修改了王晓东《计算机算法设计与分析》(第三版)中代码的错误,为使计算y[k]的过程更清楚,添加了一些中间调试代码。-Continuous postage question the integrity of the code, modify the Xiaodong " Computer Algorithm Design and Analysis" (third edition), the error code, for the calculation o
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1305
    • 提供者:huang
« 12 3 4 5 6 »
搜珍网 www.dssz.com