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. sportsmeet

    0下载:
  2. 这是我的数据结构作业<运动会分数统计系统>的代码,可读性很好.大家可以做为参考.cjhacker.-This is my data structure operation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1570162
    • 提供者:cjhacker
  1. Binary_Tree(AVL)

    0下载:
  2. AVL树的实现代码(包括插入,删除,统计信息等操作)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8617
    • 提供者:许民皆
  1. huffman

    0下载:
  2. 输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。 (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 (3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译码; (4)P:印代码文件(Print)。将每个字符编的哈夫曼码和译码结果显示在终端上。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1954
    • 提供者:权飞龙
  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. 候选票数 统计代码

    0下载:
  2. 010候选票数.zip
  3. 所属分类:数据结构常用算法

  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. tongji(1)

    0下载:
  2. 统计一篇英文中每个字符的个数,并作为权值建立赫夫曼树,翻译成代码文件,然后再译码-Statistics for each character in an English number and value as the right to establish a Huffman tree, translated into code files, and then decode
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2455
    • 提供者:吴迎迎
  1. 0804-08081401huffman

    0下载:
  2. 实现统计字母频率,实现哈夫曼树的建立,并现实0 1代码,MFC GDI编程,还实现了发送,译码功能,接受,顺便还实现了聊天功能-Achieve statistical letter frequencies, to achieve the establishment of Huffman trees, and reality 01 code, MFC GDI programming, but also realized the sending, decoding functions to acce
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2338235
    • 提供者:dyn
  1. Haffuman-Tree-

    0下载:
  2. 哈夫曼树的建立,对输入文件的内容字符进行统计编码,保存为01代码,然后在对其解码并验证。-Huffman Tree Construction, the character of the contents of the input files for statistical encoding, save for the 01 code, then decode it and verify.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2058
    • 提供者:
  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. 1_1

    0下载:
  2. 数字统计问题 算法分析与设计课后答案代码-codes problem answer
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1205560
    • 提供者:lin
  1. Huffman_2

    0下载:
  2. 对输入的一串电文字符实现赫夫曼编码,再对赫夫曼编码生成的代码进行译码,输出电文字符串。要实现赫夫曼树德算法,首先要实现在HT[1.k]中选择parent为0且权值最小的两个根结点的选择算法;另外,还要一个实现统计输入电文字符串中各种字符出现的频率以及字符的种类的算法。假设电文中仅含有大写字母。-For the entry of a string of message character realize hoffman (coding, again to hoffman (code generat
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1364
    • 提供者:zy
  1. zifufenleitongji-

    0下载:
  2. 实现字符的分类统计,代码简洁,占内存少,数据结构-Character classification and statistics, simple code, accounting for less memory, and data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3382
    • 提供者:胡杨杰
  1. Count_words

    0下载:
  2. 使用 树形结构 编写的应用于单词字符数量统计代码-Use tree structure to write used in word character quantity statistics code
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:883482
    • 提供者:zhanghai
  1. zhongshu

    0下载:
  2. 众数问题,半数集问题。还有算法书本2.5 2.9习题 每个问题代码均有运行时间统计代码在里面-Plural, half of the episodes. 2.5 2.9 Exercises algorithm books each code are run-time statistics code inside
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:4441732
    • 提供者:
  1. calculatewords

    0下载:
  2. 给出了直接导入一段英文txt文档,并统计其中各个单词出现次数的代码,并给出详细注释。-java environment program gives statistical methods uppercase and lowercase letters, suitable for beginners to master
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1463
    • 提供者:yhh
  1. sudoku

    0下载:
  2. //一个解数独的程序,纯C编写,不依赖特殊库,移植容易。个人原创! //采用的回溯法,剪枝程序采用动态规划思想进行了大量优化,比一般数独程序可以统计用多少步,中间碰到多少分支,侧面反映题目难度,虽然不能和人的技巧相比,也可以参考一下。 //对于研究数独方法或许没有帮助,但是可以帮助验证结果,统计难度。对于出题时可以去掉的项,也可用其验证。有代码,看懂后可以随便修改。 //解世界上最难数独大概1s左右 //程序作者:原建业-Sudoku @ a program written in
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:6370
    • 提供者:原建业
  1. liu

    3下载:
  2. 一.问题描述 对2006年度全国80多个城市的每天空气质量状况进行查询、排序等操作。 空气质量状况对象包括城市代码、城市名称、首要污染物、污染指数、污染物级别、空气状况、年、月、日 二、实验要求 1. 普通查询:输入城市名称和城市代码,分别查询该城市每天、每周、每月、每季度和全年的空气质量状况 例子:查询太原市2006年第8周的空气质量状况 2.统计查询: (1)输入城市名称和城市代码,分别查询该城市每周、每月、每季度和全年的空气质量为优、良、轻微污染、轻度污染、重
  3. 所属分类:Data structs

    • 发布日期:2017-12-14
    • 文件大小:487424
    • 提供者:孔令言
搜珍网 www.dssz.com