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

搜索资源列表

  1. binary_tree

    0下载:
  2. 二叉树的基本功能的实现,在VC++6.0环境下编程实现,有良好的注释。-The realization of the basic functions of a binary tree, in VC++6.0 programming environment, there is a good comment.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2.81kb
    • 提供者:陈卫亮
  1. Exercise5

    0下载:
  2. exercise 5 for ssd4, very good work with comment
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:120.25kb
    • 提供者:talga
  1. exam4

    0下载:
  2. 源程序给出了插入排序、选择排序、希尔排序、堆排序、冒泡、双向冒泡、快速排序、归并排序、递归的归并排序、基数排序等多种排序算法,其中有17处需要填空。 1) 完成17处填空; 2) 调整输出方式:去掉多余的空行,保留中间结果以便确认排序方法是否正确; 确认程序能正确运行之后,去掉(或注解)输出中间结果的语句,直接输出排序前、后的数组内容。 -Source gives the insertion sort, selection sort, Hill sort, heap sort,
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:143.56kb
    • 提供者:tamakiramimy
  1. Chap6_Graph

    0下载:
  2. 图的数据结构源码。内附有逻辑和存储结构,以及附加的功能,代码中有详细注释。封装性良好,可以直接使用。-Figure source data structure. Enclosed is the logic and storage structures, and additional features, the code comment in detail. Good encapsulation can be used directly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:10.29kb
    • 提供者:朱迪
  1. A_Star_8

    0下载:
  2. 用A*算法处理八皇后问题,有详细注释。按照标准算法编码,没有考虑效率问题。-Deal with the A* algorithm for the eight queens problem, a detailed comment. Coded according to the standard algorithm, without considering the efficiency.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.75kb
    • 提供者:王宇翔
  1. selectionsort

    0下载:
  2. 选择排序法精讲,并附上代码,每行都有注释,很好理解。-Selection Sort Jingjiang, along with the code, each line has a comment, well understood.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:5.6kb
    • 提供者:周航宇
  1. QuickSort

    0下载:
  2. 快速排序 学习数据结构很好的例子 注释很全-Quick Sort learning data structures are all very good example comment
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:9.77kb
    • 提供者:mailan7749
  1. link_stack

    0下载:
  2. link_stack, 自己写的链栈,注释很清楚,运行通过,您可以由此温习下c语言编程。纯c写的,用的是vs2010编译器,您可以复制代码用别的编译器编也是可以的-link_stack, write their own chain stack, a comment is clear, run through, which you can study under the c programming language. Pure c write, using vs2010 compiler, you
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:137.47kb
    • 提供者:huangjun
  1. R019M

    0下载:
  2. 实现阶乘运算,方便快捷的算法。运用C++编程。有注解。-Achieve factorial operation, convenient and efficient algorithms. The use of C++ programming. A comment.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:252.6kb
    • 提供者:vin
  1. 1

    0下载:
  2. 判断回文数的算法,代码简洁易懂,注释清晰明了-Algorithm to determine palindrome, code easy to read, comment clarity
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6.38kb
    • 提供者:yizi
  1. 20116110167907

    0下载:
  2. 本程序可以计算出C++、C语言代码的有效行数,包括有效代码行数、注释行数、空白行数。 -The program can calculate the C++, C language code of the number of active lines, including the effective lines of code, comment lines, blank lines.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:61.41kb
    • 提供者:lokytom
  1. datastruct

    0下载:
  2. 一些数据结构的源码,自己写的,c c++,有注释-some data struct write by c/c++, have comment
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5.04mb
    • 提供者:刘杰
  1. JosephImitate

    0下载:
  2. 约瑟夫环的模拟算法.注释部分取消之后可以有更好的功能.-Josephus simulation algorithm. Comment section after the abolition of the better features.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:740byte
    • 提供者:周独战
  1. Joseph

    0下载:
  2. 约瑟夫环问题,简明算法.注释部分可单独构成助于理解的文档.-Josephus, concise algorithm. Comment section can be used alone constitute a help to understand the document.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.27kb
    • 提供者:周独战
  1. _n!

    0下载:
  2. 用双向链表模板类做的n的阶乘 没有注释-With two-way linked list template class do not comment n the factorial
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:629.63kb
    • 提供者:踩蚂蚁
  1. zoj1027

    0下载:
  2. 这是zoj1027代码,求串的相似度,里面有注释-This is zoj1027 code and string similarity inside a comment
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:773byte
    • 提供者:杨伟健
  1. filecfg

    0下载:
  2. 超轻量级的配置文件写入、读取工具。格式为key=value,每行一个。支持#注释。适用于嵌入式系统中,保存系统配置。-The ultra-lightweight configuration file is written to, read the tool. The format is key = value, one per line. Support# comment. Suitable for embedded systems, save the system configuration.
  3. 所属分类:Data structs

    • 发布日期:2017-12-07
    • 文件大小:3.75kb
    • 提供者:刘凤翔
  1. tanxinsuanfa

    0下载:
  2. 贪心算法 我自己做的贪心算法,暂时还没有注释。-Own greedy algorithm, there is no comment. Ok,your can do it by yourself .thank you .
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:12.13kb
    • 提供者:
  1. MergeSort

    0下载:
  2. 自己在学习数据结构过程中,优化总结的数据结构经典排序算法-归并排序算法源码,附带详细注释行-Own data structure in the learning process, summarize data structure optimized classic sorting algorithms- merge sort algorithm source code, with a detailed comment line
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:1.01mb
    • 提供者:
  1. RadixSortTest

    0下载:
  2. 自己在学习数据结构过程中,优化总结的数据结构经典排序算法-基数排序算法源码,附带详细注释行-Own data structure in the learning process, summarize data structure optimized classic sorting algorithms- fast sorting algorithm source code, with a detailed comment line
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:720.81kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com