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

搜索资源列表

  1. 源代码统计

    0下载:
  2. 不说了,太经典了,统计你的程序有多少行代码,注释行为多少、空白行为多少等等,支持c,h,cpp等等文件-not, a classic too, statistical procedures you how many lines of code, how many acts of Notes, how much blank acts, support c, h, cpp file, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:152012
    • 提供者:刘胜国
  1. cfile

    0下载:
  2. 该代码可实现简单行编辑程序例,串操作应用举例,实现串的存储管理
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2206
    • 提供者:并刀如水
  1. Search_engine

    0下载:
  2. 300行代码打磨自己的搜索引擎myso。很景点的一个搜索源程序。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:167763
    • 提供者:wxr
  1. tree_algorith

    0下载:
  2. 这次上传的是线性链表的存储结构与基本操作的实现的代码.这是从课程设计里拿出来的不知道行不行
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6647
    • 提供者:张锦
  1. taosheng

    1下载:
  2. 1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。 (2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件codefile中的代码进行译码,结果存入文件textfile中
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9603
    • 提供者:王涛
  1. data

    0下载:
  2. 针对函数代码行符号、字母等进行计算统计的数据结构算法-Lines of code for the function symbols, letters and other statistical data to calculate the structure of algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:295254
    • 提供者:czyzoe
  1. Cover_board

    0下载:
  2. 棋盘覆盖问题,,算法中分治法的一个好例子,代码不到100行啊-Chessboard coverage, distributed algorithm for treatment of a good example of the code less than 100 lines ah
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:519
    • 提供者:wanghang
  1. queen

    0下载:
  2. 八皇后问题串行算法,可递推n皇后问题 C代码-eight queen question code
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2909
    • 提供者:lbo
  1. C51code

    0下载:
  2. 单片机C51典型应用设计代码:串行口、AD转换、lcd液晶显示、I2C应用、定时器时钟、综合应用-Typical C51 MCU application design code: serial port, AD converter, lcd liquid crystal display, I2C applications, timer clock, integrated application
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1879699
    • 提供者:a120730125
  1. selectionsort

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

    • 发布日期:2017-04-03
    • 文件大小:5737
    • 提供者:周航宇
  1. Ed-hoffmann-decoder-

    0下载:
  2. 设计一个哈弗曼编译码器,功能如下: (1) 初始化:从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树,存入文件hfmTree (2) 编码:利用已建立好的哈夫曼树,对文件中的正文进行编码,存入文件CodeFile (3) 译码:利用已建立好的哈夫曼树将代码进行译码;或对目标正文编码,存入文件TextFile (4) 印代码文件:50个每行,存入文件CodePrin (5) 打印哈弗曼树:t同时将字符形式的哈弗曼树存入文件TreePrint -Design a Ha
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:15433
    • 提供者:黄建师
  1. 1

    0下载:
  2. 解决约瑟夫问题的巧妙程序,130行代码搞定!你懂得-Clever procedure to solve the problem of Joseph, 130 lines of code to get! You know
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:193955
    • 提供者:weide
  1. datastructrue

    0下载:
  2. 数据结构中一个统计程序中代码、注释和空行的行数以及函数的个数和平均行数,并评定程序设计等级的实习报-Data structure in a statistical program code, comments and empty lines lines and the number and function of the average number of rows, and assess levels of training program design report
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:96160
    • 提供者:李志
  1. star

    0下载:
  2. 实现星三角形的程序代码,星逐行递增,文件包含两种算法。-Code to achieve star triangle, star gets incremented, the file contains two algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:380388
    • 提供者:夏雨
  1. data-1

    0下载:
  2. 通过C语言将并行数据转换成串行数据的原始程序代码-Parallel data through the C language into the original serial code
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:30505
    • 提供者:耀翔
  1. Sudoku-dengqiong

    0下载:
  2. 数独~~1、嵌套循环(最简单的行代码就解出来一个解) 2、深度优先搜索(将数独作为树节点,建立深度优先搜索树,也是只解一个解) 还有关于这个的设计~~~ -Sudoku- ~ 1, nested loops (the most simple lines of code out a solution on the solution) 2, depth-first search (to Sudoku as a tree node, to establish the depth-fi
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3509709
    • 提供者:Dairy Queen
  1. text

    0下载:
  2. 24点代码,加算法,有注释,用递归写的,效率还行-24-point code, plus algorithm, there are notes, written with recursion, efficiency okay
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1400
    • 提供者:mingyue
  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
    • 文件大小:62888
    • 提供者:lokytom
  1. 8-digit-BrandABound

    0下载:
  2. 广度优先搜索实现8数码问题,C语言实现,代码不长,不到三百行,仅供参考。-implemention of 8 digital problem by Breadth first search
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:17921
    • 提供者:aj
  1. 8-digit-ClimbM

    0下载:
  2. 通过使用爬山法实现8数码问题,代码约三百行,仅供参考-Mountain climbing method to implement 8 digital problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:18823
    • 提供者:aj
« 12 »
搜珍网 www.dssz.com