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

搜索资源列表

  1. 5110309369_2_9

    0下载:
  2. 翁惠玉版数据结构第二章第九题参考代码,已调试-Huiyu Weng version of the data structure ninth chapter title reference code, debugging
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:215151
    • 提供者:刘东辉
  1. heapsort

    0下载:
  2. 利用堆实现k路排序 代码完整 调试成功 c代码实现 对于学习堆排序的 很有帮助-Road use heap sort code integrity achieve k c code debugging success HEAPSORT helpful for learning
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:23487
    • 提供者:石腾腾
  1. Simple-caculator

    0下载:
  2. 实现压栈出栈的计算机程序 调试通过 对于对栈学习的人 很有帮助-Realization push the stack of computer program debugging through the stack and learn helpful for
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:241639
    • 提供者:石腾腾
  1. good-fpgrowth

    0下载:
  2. 本人已经调通的FP-TREE算法,VS2010下C++程序。该算法结构输出置信度和支持度,给出的源程序种包含测试数据fpdata.dat。调试了好久才调通。一定要注意:数据集里每一行数据,不能有重读出现的数字。这也是FP-TREE数据挖掘算法的的基本要求。数据集默认是.dat文件,也可以是txt-FP-TREE algorithm I has been transferred, VS2010 under C++ program. The output of the algorithm struc
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4775642
    • 提供者:xionglian
  1. hash617

    0下载:
  2. 暴雪hash算法,调试成功,能够的得到hash的字符串的值以及位置。-Blizzard hash algorithm, debugging success, can get the value of hash string and location.
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:10087001
    • 提供者:MS.Rong
  1. CycleList

    0下载:
  2. c语言编写循环链表基础操作,用codeblocks调试可行,包含初始化,求长度,找节点,约瑟夫/升级版约瑟夫(带密码),拉丁方阵,魔术师发牌问题,详细见小甲鱼数据结构视频。-c language circular list-based operation, with codeblocks debugging feasible, including initialization, seeking length, looking for nodes, Joseph/upgraded version
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:37041
    • 提供者:happymystery
  1. ds_5_8

    0下载:
  2. 此处可输入以下树来进行调试。 构建的树为 1 / | 2 3 4 / | \ 5 6 7 B | / 8 9 A 前序遍历:1 2 5 6 8 7 9 A 3 4 B 后序遍历:5 8 6 9 A 7 2 3 B 4 1 层次遍历:1 2 3 4 5 6 7 B 8 9 A-Here you can enter the following tree for debugging. Construction of the tree 1/| \ 2 3 4/|
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:215575
    • 提供者:杨丫
  1. stack-and-queue

    0下载:
  2. 本程序是中国科学技术大学数据结构及其算法的上机作业,主要使用栈和队列模拟停车场,本程序为本人亲自编写并在VC++6.0中调试通过。-This program is the University of Science and Technology of China data structures and algorithms on machine operation, the main use of stacks and queues simulate parking, the program w
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:331180
    • 提供者:王启
  1. string

    0下载:
  2. 本程序是中国科学技术大学数据结构及其算法的上机作业,主要实现串的模式匹配,本程序为本人亲自编写并在VC++6.0中调试通过。-This program is the University of Science and Technology of China data structures and algorithms on machine operation, the main achievement of the string pattern matching, the program wri
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:377324
    • 提供者:王启
  1. haffuman-coding

    0下载:
  2. 本程序是中国科学技术大学数据结构及其算法的上机作业,主要实现哈弗编码和解码,本程序为本人亲自编写并在VC++6.0中调试通过。-This program is the University of Science and Technology of China data structures and algorithms on machine operation, the main achievement of Harvard encoding and decoding, as I write t
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1415435
    • 提供者:王启
  1. graph

    0下载:
  2. 本程序是中国科学技术大学数据结构及其算法的上机作业,主要图的最小生成树,本程序为本人亲自编写并在VC++6.0中调试通过。-This program is the University of Science and Technology of China data structures and algorithms on machine operation, the main figure of the minimum spanning tree, the program written for
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1338137
    • 提供者:王启
  1. main

    0下载:
  2. 1)实现二路归并排序算法。 2)实现快速排序算法。 3)实现堆排序算法。 4)实现冒泡排序和选择排序算法 (2).已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (3).编写一个主函数,调试上述算法。注:需要额外设计一个线性表初始化的函数。 (4)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1668
    • 提供者:顾欣
  1. minimum-depth-of-binary-tree

    0下载:
  2. leetcode 数据结构题目中的答案,已经调试,直接运行,求二叉树的最小深度-leetcode title data structure answers have been debugging, run directly
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2020683
    • 提供者:liu kun
  1. valid-palindrome

    0下载:
  2. leetcode 数据结构题目中的答案,已经调试,直接运行-leetcode title data structure answers have been debugging, run directly
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2508412
    • 提供者:liu kun
  1. Chinas-postal-problem

    0下载:
  2. 计算机离散数学-图论-中的中国邮路问题的一种解决方案,可在dev,VC下调试成功-Computer discrete mathematics- China postal problem in graph theory, a solution, can be in dev, VC debugging success
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4535
    • 提供者:frank
« 1 2 3 4 5 6»
搜珍网 www.dssz.com