-
NoGo
计算机博弈大赛不围棋的代码 个人所写,可以用来参考( U8BA1 u7B97 u673A u535A u5F08 u5927 u8D5B u4E0D u56F4 u68CB u7684 u4EE3 u7801 u4E2A u4EBA u6240 u5199 uFF0C u53EF u4EE5 u7528 u6765 u53C2 u8003)
- 2021-04-04 19:39:04下载
- 积分:1
-
这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用...
这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用-This programe implements some operation of tree,for example,construction,traversal and so on.It is very useful for people who study data structure.
- 2022-11-27 01:15:03下载
- 积分:1
-
Polynomial
Polynomial基于数据结构的思想,文件比较小,可以直接运行(Polynomial based on the idea of data structures, file is relatively small and can be run directly)
- 2013-12-11 11:05:18下载
- 积分:1
-
c++
一款可以排序的小程序,希望大家可以看一下(A sort of small program, I hope you can look at it)
- 2017-12-13 20:06:55下载
- 积分:1
-
] [String with a variety of ways to have the whole string arrangement with, (non
][String]有多种方法可以使整个字符串排列,(不重复)整个数组,还有字典方法
- 2022-02-28 13:53:20下载
- 积分:1
-
研究生入学考试题,共8题。包括一个简单的界面和8道题目的解答
研究生入学考试题,共8题。包括一个简单的界面和8道题目的解答-that postgraduate entrance examination, and that a total of eight. Including a simple interface and eight topics to answer
- 2022-02-02 00:42:21下载
- 积分:1
-
哈夫曼树和哈夫曼编码:
从终端输入若干个字符及其对应的整数,将整数作为结点的权值,建立哈夫曼树,然后对各字符进行哈夫曼编码。最后打印哈夫曼树和对应的哈夫曼编...
哈夫曼树和哈夫曼编码:
从终端输入若干个字符及其对应的整数,将整数作为结点的权值,建立哈夫曼树,然后对各字符进行哈夫曼编码。最后打印哈夫曼树和对应的哈夫曼编码。
设计要求:
⑴ 哈夫曼殊和哈夫曼编码的存储表示参考教材事例
⑵ 在程序中构造四个子程序为
① int createhtree(HTree *t) /*根据输入的字符及其权值建立哈夫曼树*/
② void coding(HTree *t, char *code) /*对哈夫曼树进行编码*/
③ void printhtree(HTree *t, int* path) /*中序打印树*/
④ void printcode(HTree *t) /*输出个字符的哈夫曼编码*/
-Huffman tree and the Huffman coding: input from the terminal a number of characters and their corresponding integer, will be an integer as node weights, the establishment of Huffman tree, and then on the characters Huffman. Finally print Huffman tree and the corresponding Huffman. Design requirements: ⑴ Huffman and Huffman coding is that the reference materials storage ⑵ examples constructed in the procedure for the four subroutines ① int createhtree (HTree* t)/* input characters in accordance with its right value the establishment of Huffman tree*/② void coding (HTree* t, char* code)/* Huffman tree to encode*/③ void printhtree (HTree* t, int* path)/* Pri
- 2022-01-22 06:46:42下载
- 积分:1
-
医院管理系统
这段代码被针对医院管理通过与 oracle 采用 vb6.0 做为一个后端服务器。它保持像医生详细信息、 病人的细节、 登录和注销应用程序。
- 2022-03-11 10:36:26下载
- 积分:1
-
求乘积最大的子序列乘积,采用动态规划方法求解
求乘积最大的子序列乘积,采用动态规划方法求解-product for the greatest sequences product using dynamic programming method for
- 2023-07-04 19:25:03下载
- 积分:1
-
用循环单链表实现队列的基本操作,用循环单链表实现队列的基本操作,详见包内“代码”文档...
用循环单链表实现队列的基本操作,用循环单链表实现队列的基本操作,详见包内“代码”文档
- 2023-04-11 13:55:03下载
- 积分:1