资源列表
mowangyuyan
- 实现魔王语言程序,运用了数据结构中的队列。-Achieve devil language procedure, use of the data structure of the queue.
29
- 数据结构中的哈夫曼树的建立,使用了结构体,在子函数中建立哈夫曼数-Data structure of the Huffman tree in the establishment of the structure used in the establishment of Function in the number of Huffman
InfixToFuffix
- 利用堆栈,将中缀表达式转化为后缀表达式,并且输出表达式。-The use of the stack will be made up of expressions into expressions suffix
music
- 简单实现音乐播放,功能具体有播放,循环,停止。-Simple realization of music playback, functional specific broadcasts, loop, stop.
UnZip
- 实现ZIP文件的解压缩的类,只要指定压缩的文件以及解压缩的路径即可-ZIP file decompression to achieve the class, as long as the specified compressed file and extract the path can be
Text1
- 数据结构中的一个迷宫小程序,没事可以下下来看看。-Data structure in a maze of small programs, nothing to look down under.
expression-value.c
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 - 8 king
str1
- 邻接表与邻接矩阵互相转化,已通过测试,可直接运行-Adjacency list and adjacency matrix into each other, has been tested, can be directly run
Princess-Dido-story
- 狄多公主圈地的故事 . 为了建设城市,她需要从当地一片森林中的拥有者那里买一些木材,交易条件是这样 的,在有限面积的森林内,散布着一些树木,而不同的树可得到的木材体积也不相同。 狄多需要划出一个圆形区域,区域内的树木皆归她所有,当然,树木分布位置并不规 则。请大家帮助狄多,在树木总数与分布情况,每棵树的可得到的木材体积已知的情况 下,算一下最大可圈出的木材体积是多少。 可以将树木看做平面内的N个点,以点的权值M0,M1,...Mn表示每棵树可出产的木材体 积。圆
FinalExam
- C语言期末考试题,含答案。数组、链表、函数等的使用和C编程。-failed to translate
jiayouzhan
- 【汽车加油问题】一辆汽车加满油后可以行驶N千米。旅途中有若干个加油站。若要使沿途的加油次数最少,设计一个有效的算法,指出应在那些加油站停靠加油。并证明你的算法能产生一个最优解。-[Problem] auto fuel fill up a car after driving N km. There are several gas stations journey. To make the least number of refueling along the way to design an ef
BiTree
- 该源代码为二叉树的构建和使用,为数据结构课程中的一个例子-The source code for the construction and use of binary tree data structure courses for an example