搜索资源列表
字符频率统计
- 字符频度统计,采用Hash表即链表数组作为存储结构,是hash表的简单运用,还包括一定的文件操作-characters frequency statistics, the use of Hash Tables List that as a storage array structure, hash table is a simple application, but also some file manipulation
统计单词个数
- 利用哈希表统计文本文件中单词的个数,哈希函数的实现为取模法,利用链地址法解决冲突。-use Hash Table Statistics text file number of words, the realization of Hash Functions for Remainder law, the use of chain law addresses solution to the conflict.
源代码统计
- 不说了,太经典了,统计你的程序有多少行代码,注释行为多少、空白行为多少等等,支持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.
统计关键字出现的频度
- 用Hash技术统计某个C源程序中的关键字出现的频度
统计字母出现的频率
- 实验一 统计26个字母出现的频率和赫夫曼编码
统计稀疏数组有效元素个数
- 统计稀疏数组有效元素个数这个算法可以打印稀疏数组数据内容和打印压缩数组数据内容
叶子结点统计
- 递归算法求统计二叉树T中叶子结点的数目,数据结构常用算法-recursive algorithm for statistical binary tree T leaf node of the number of commonly used data structures Algorithm
数理统计
- 所有数理统计知识的源代码都在此,是一本数理统计数的配套光盘.里面有各种分布类型及参数估计\\插值-all mathematical statistical knowledge of the source code here is a mathematical statistical matching CD. There are various types and the distribution parameter estimation \\ interpolation, etc.
运动会分数统计程序
- 题目:参加运动会的N个学校编号为1~N.比赛分成M个男子项目和W个女子项目,项目编号分别为1~M和M+1~M+W.由于个项目参加人数差别较大,有些项目取前5名,得分顺序为7,5,3,2,1 还有些项目只取前3名,得分顺序为5,3,2.写一个统计程序产生各种成绩单和得分报表.基本要求:产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号,名次,姓名和得分 产生团体总分报表,内容包括校号,男子团体总分,女子团体总分和团体总分.概要设计:1. 为实现上述程序功能,应以线性表表示集合.2. 本程序包
aluo2.rar
- 拿“优”的数据结构课程设计:运动会分数统计。 里头包括源代码、exe文件、课程设计报告,非常全,值得下载 值得参考!,Get " excellent" curriculum of the data structure design: Games Score Statistics. Inside, including source code, exe files, curriculum design report, very wide, it is worth making r
实习1.1
- 实现运动会分数统计,包括学校编号,男女子项目等-achieve statistical Games scores, including school numbers, such as men and women Program
shujujiegoukeshebaogao
- 数据结构课程设计包括1运动会分数统计程序的设计与实现2航空订票系统程序的设计与实现3约瑟夫环程序的设计与实现4哈弗曼程序的设计与实现,有程序源代码和结果截屏-Data structure course design, including scores of statistical procedures 1 Games Design and Implementation of 2 procedures for air booking system Design and Implementation
DataStructerCode
- 数据结构课程设计:运动会分数统计。压缩包里包括全部的源代码和试验报告。拿出来大家一起分享啊-Data Structure Course Design: Games Score Statistics. Compression bag, including all the source code and test report. Out to share ah
1254545454
- 运动会成绩统计系统为用户提供了一个简单友好的用户接口,功能需求分析描述如下: (1)整个程序的信息界面为汉字界面,输入输出均用汉字实现; (2)系统的操作界面,有提示用户如何操作; (3)运动会的基本项目包括:100米,长跑,跳高; (4)从键盘可以将学生的各个运动项目的成绩输入; (5)运动会的录入成绩可以通过查询方式在屏幕上显示出来;(通过学校的编号) (6)程序具有修改输入资料的功能; (7)程序实现对文件的读取和写入操作; (8)程序具有对某一运动会项目的
SchoolScore3
- 数据结构课程的运动会分数统计系统,自己写的,功能还挺全的-DataBase Structure Sportsmeeting Systems use C
统计一串字符的个数
- 定义一个类,分别统计一串字符的大写字母、小写字母、空格、数字和其他字符的个数。-Defines one class, counts a string character separately the capital letter, the lowercase letter, the blank space, digital and other character integer.
实现字符串特征的统计
- 实现字符串特征的统计,初学者讨论交流-The string features statistics, beginners discuss and exchange. . .
字符统计
- 数据结构作业 基于哈夫曼树算法的字符统计(the program is depending on the Huffman Tree)
统计素数与幸运素数
- 统计并打印1 亿以内的所有素数个数,并且打印出1 千万以上1 亿以内的所有幸运素数(如11110111 这样仅有1 位不同,其它位数 字都相同的素数),直接打印答案无效
哈夫曼编码与字母频率统计
- 统计词频并构建哈夫曼树,左边为0,右边为1。(HuffmanTree ,calculate every the number of every zee and using '1' and '0' create a tree and printf the string.)
