-
dbcmp-数据库内容比较工具
dbcmp是一个数据库内容比较工具。用于比较数据库的两个表数据之间的差异,并通过WEB的形式高亮显示。dbcmp运行于Linux/Unix平台,目前只支持Oracle.运行前用户要配置dbcmp.cfg、dbcmp.tbl、dbcmp.xcols文件. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-06-27 22:45:03下载
- 积分:1
-
很实用的程序.
用Virtual C++ 6.0做的,实现对声音的采集,处理,从而对MIC的声音进行控制的效果,
本程序是已成功测试通过....
很实用的程序.
用Virtual C++ 6.0做的,实现对声音的采集,处理,从而对MIC的声音进行控制的效果,
本程序是已成功测试通过.-Very useful procedure. Using Virtual C++ 6.0 to do, and realize the sound collection, treatment, thereby to control the voice of MIC results, the procedure is successfully tested.
- 2022-07-10 20:37:54下载
- 积分:1
-
这是我的数据结构课程设计源代码,请务必按提示输入数据,该程序的功能是用链表实现多项式的四则运算。...
这是我的数据结构课程设计源代码,请务必按提示输入数据,该程序的功能是用链表实现多项式的四则运算。-This is my data structure course design source code, you must follow the directions to input data, the program"s function is used to achieve Chain of four polynomial operations.
- 2022-08-16 11:50:15下载
- 积分:1
-
asp.net c#编写的博客,大家可以借鉴一下,做的不好
asp.net c#编写的博客,大家可以借鉴一下,做的不好-asp.net c# write the blog, we can learn about doing a poor job
- 2022-01-25 20:17:25下载
- 积分:1
-
PB对象连接与嵌入
PB对象连接与嵌入-PB Object Linking and Embedding
- 2022-06-28 21:09:13下载
- 积分:1
-
模具仓库管理,推荐
模具仓库管理,推荐-Die warehouse management, recommended
- 2022-11-27 05:20:03下载
- 积分:1
-
严蔚敏经典教材《数据结构》的算法源码和实验演示系统
严蔚敏经典教材《数据结构》的算法源码和实验演示系统-Data Structure
- 2022-04-06 15:15:10下载
- 积分:1
-
Data structure the curriculum design, and this is our last to hand over the curr...
数据结构课程设计,这是我们的最后要上交的课程设计,做的较认真,代码有详细中文解释-Data structure the curriculum design, and this is our last to hand over the curriculum design, to do more serious, detailed English explanation of the code
- 2022-07-02 22:55:53下载
- 积分:1
-
Fibonacci数列的c语言实现
Fibonacci数列的c语言实现-Fibonacci Sequence C Language
- 2022-11-27 15:00:03下载
- 积分: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