搜索资源列表
ACMpku
- ACM北京赛区比赛的试题源码,在PKU在线评测可以通过.-ACM Beijing Division competition test source in PKU online assessment can be passed.
uva11909
- UVA 在线测评系统~~~ http://uva.onlinejudge.org/index.php-UVA-line assessment system ~ ~ ~ http://uva.onlinejudge.org/index.php
123
- 数据结构单链表实例一个简单的小程序,好坏自己评定吧-Single-linked list data structure example of a simple small program, good or bad your own assessment
ssd7exercise1
- 描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client) 目的: 1,使用C++的数据类型; 2,实现所有声明的函数; 3,使用预处理器实现包含。-Descr iption:This assessment requires the creation of three of the core classes of the auction project. Class Date, clas
GA
- 遗传算法 0-1背包问题的代码 初始群体 选择 交叉 变异 评估函-0-1 knapsack problem genetic algorithm code for the initial assessment of functional group selection crossover and mutation
Hel
- 数据结构中的拓扑排序,用拓扑排序来完成大学四年的课表排序,从文本文档中读取课程(乱序)课时,序号等信息,根据先修后修的原定顺序,按照拓扑排序来完成课表。-topo assessment in structure of computer,to finish the timetable for the whole four years at colleage. Read information from a text,an the number of the subjects and the m
Untitled5
- 树的操作 能够实现一些基本的二叉树的交换和深度判断-Tree operations to achieve some basic binary assessment of the depth of exchange and
Data-Structure
- 这个是我在学校进行评估时的数据结构能力测试集训题目,相信通过这些东西让大家对数据结构有一个更好的理解-This is my assessment at the schools ability to test the data structure of training topics, I believe that through these things so that we can have a better data structure to understand
BalancedforksortTree-
- 二叉平衡排序树,能够实现不平衡调整,代码简单,格式清晰。作为课程设计已通过老师考核,可放心使用-Balanced binary sort tree imbalance adjustment, the code is simple, clear format. As curriculum design, teacher assessment, ease of use
HuffmanTree
- 霍夫曼编码是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。-Huffman coding is a coding is a lossless data compression entropy coding (right coding)
1268
- 在双鱼的乒乓球上一般都会标有三星,二星,或者一星的字样,星级越高就表示球的质量越好。 星级的评定和球的重量,直径,硬度等很多因素有关,不过在这里,我们只考虑球的重量对星级评定产生的影响。 乒乓球有一个标准的重量S,如果球的重量和标准越接近,星级就会越高。具体来讲,对于球的重量和S的差的绝对值,如果小于或等于D1,那么这个球就会被标为三星,如果大于D1且小于或等于D2,那么就会被标为二星,如果大于D2且小于或等于D3就会被标为一星,如果大于D3则不对其标星(D1 < D2
