资源列表
literature_research.ZIP
- 一个文本分析程序。实现分析一段文本中字母,N个字母的单词和具体单词出现的次数。-a text analysis program. Implementation Analysis section of the text of letters, the N-word letter word and the specific number.
sanlianqi.ZIP
- 生成一个TICTACTOE类,编写出三连棋游戏的程序。-generated a TICTACTOE category, even prepare three chess game procedures.
SJJG_BIT
- 常用数据结构演示:1、链表管理;2、二叉树;3、背包问题;4、力的实现;5、表达式计算;6、分水问题。-commonly used data structures exercise : 1, Chain management; 2, the binary tree; 3, knapsack problem; 4, the force achieved; 5. formulas; 6, the dividing issues.
24dian.tar
- 用python编写的24点程序,改进后同时可以计算寻找诸如(((1+2)*3-4)+5*6*7+8)*9 = 2007这样的解法-python with 24 points prepared by the procedures, improved for the same time can be calculated as (((1) * 3-4) 5 6 * 7 * 8) = 2007 * 9 this The Solution
c++date
- 其中一部分是自己写得,一部分是摘录的,希望站长能批准,我以后一定多多努力上传!-part of their written, in part extracts of the hope that the station will approve, I certainly remains to be done after the upload!
BSortTree
- 二叉排序树的几种操作 包括:建立二叉排序树,插入节点,删除节点,查找节点等。对于初学数据结构的很有帮助。
longestCommonSeq
- 最长公共序列的C源码,随机生成字符串,GCC编译通过。-public longest sequence of C source code, randomly generated string GCC compile.
huffman_tree_code
- Huffman编码与译码,实现数据结构树的功能。-Huffman coding and decoding, data structure tree functions.
TU_datastructure
- 数据结构中的重要结构,图,能够实现基本操作等。-data structure of important structures, graphics, and to achieve basic operation.
qipanfugaiwenti
- 棋盘覆盖问题:在一个2的k次幂乘以2的k次幂个方格组成的棋盘中,恰有一个方格与其他方格不同,称该方格为一特殊方格,且称该棋盘为一特殊棋盘。在棋盘覆盖问题中,用四种不同形态的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格。 -chessboard coverage : two in a k-th power of 2 multiplied by the k-th power grid consisting of a chessboard, and a box with the other
Diagram
- 图的操作,包括,图的基本存储方法,有关图的操作算法并用C语言编程实现,图的搜索路径的遍历方法,以邻接矩阵和邻接表的方式存储连通图。然后分别用优先深度算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。深度优先遍历的递归算法 (1)深度优先遍历算法(2)邻接表表示的深度优先搜索算法(3)邻接矩阵表示的深度优先搜索算法.-plan of operation, including, map the basic storage methods, the operation of the map algor
Linewatch
- 线性表的基本操作,基本操作:插入、删除、查找以及线性表合并等运算在顺序存储结构和链接存储结构上的运算。-linear form the basic operation, the basic operations : insert, delete, Search and linear forms merging operations in order to link storage structures and storage structure on the operation.