资源列表
maze
- 这是心理学中的一个经典问题。心理学家把一只老鼠从一个无顶盖的大盒子的入口处放入,让老鼠自行找到出口出来。迷宫中设置很多障碍阻止老鼠前行,迷宫唯一的出口处放有一块奶酪,吸引老鼠找到出口。 简而言之,迷宫问题是解决从布置了许多障碍的通道中寻找出路的问题。-This is a classic problem in psychology. Psychologists without a mouse from the roof of the entrance to a large box placed
magicsquare
- 魔方阵是一个古老的智力问题,它要求在一个m×m的矩阵中填入1~m2的数字(m为奇数),使得每一行、每一列、每条对角线的累加和都相等,如图1所示。-Magic square is an old mental problems, it requires to fill in an m × m matrix in figure 1 ~ m2 (m is odd), so that each row, each column and each diagonal are equal cumulative
huffmancode
- 哈夫曼编码是一种常用的数据压缩技术,对数据文件进行哈夫曼编码可大大缩短文件的传输长度,提高信道利用率及传输效率。要求采用哈夫曼编码原理,统计文本文件中字符出现的词频,以词频作为权值,对文件进行哈夫曼编码以达到压缩文件的目的,再用哈夫曼编码进行译码解压缩。 统计待压缩的文本文件中各字符的词频,以词频为权值建立哈夫曼树,并将该哈夫曼树保存到文件中。 -Huffman coding is a commonly used data compression technology, Huffman
vote
- 新一届校园十大优秀青年评比开始了!每一位在校学生可通过网上评比系统,为自己认为优秀的学生提名与投票。请开发一个可用于该需求的系统,满足下列基本功能。 提名优秀学生和投票。 查看提名学生的基本信息。 显示各提名学生的票数。 显示排行榜 -The new campus Ten Outstanding Young competitions begin! Every student in the school t
lianbiaoshiyan
- 数据结构之单链表部分(合肥工业大学数据结构实验一)-Part of a single linked list data structure (Hefei University Experimental data structure a)
lianbiiao2
- 数据结构之双链表部分(合肥工业大学数据结构实验一)-Part of a doubly linked list data structure (Hefei University of experiment data structure)
lianbiaoshiyansan
- 数据结构之二叉树部分(合肥工业大学数据结构实验一)-Binary part of the data structure (Hefei University Experimental data structure a)
SHENGLIN
- 数据结构之森林树部分(合肥工业大学数据结构实验一)-Forest tree part of the data structure (Hefei University Experimental data structure a)
classicalgorithm
- 常见经典算法,插入排序,冒泡,选择,快速,二叉搜索树-normal classic algorithm
Strassen
- 在VS编写的Strassen算法代码,有注释,比较容易懂-VS Strassen algorithm written in code, annotated, it is easier to understand
add
- 简单的通过指针实现的多项式相加的算法,方便新手对VC进行学习-Through a simple polynomial algorithm pointer implemented to facilitate the novice to learn VC
Implementation-of-data-structure
- 《数据结构》算法实现及解析随书光盘,包含各个章节代码的实现,全部使用C++实现-" Data Structures" and the analytic algorithm CD with the book, each chapter contains the implementation of the code, all achieved using C++