-
这个是将pdf文件转换为doc格式的一个程序源码。希望对大家有帮助...
这个是将pdf文件转换为doc格式的一个程序源码。希望对大家有帮助-sorry
- 2022-03-21 02:19:39下载
- 积分:1
-
Ebook
Ebook - Exploring C++ The Programmers Introduction To C-Ebook- Exploring C++ The Programmers Introduction To C++
- 2022-02-04 20:48:15下载
- 积分:1
-
Vision and system design magazine 2009 January
Vision and system design magazine 2009 January
- 2022-01-31 06:54:43下载
- 积分:1
-
完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素...
完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素的集合。 将该元素放在二部分中间 利用递归原理,分别对每部分进行排序-Fast sort algrithms
- 2022-04-30 00:53:20下载
- 积分:1
-
huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,...
huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Huffman tree Problem description : Let a message different frequency of the characters, in order to enhance the input and message translation efficiency, we must have a brief but no ambiguity of the characters code. Examination under Huffman algorithm, the message of characters, construct a Huffman tree for each character coding.
- 2022-10-09 01:35:04下载
- 积分:1
-
一个商业软件的源代码 MPEG4 编码
一个商业软件的源代码 MPEG4 编码-a commercial software source code MPEG4 Encoder
- 2022-01-23 10:51:50下载
- 积分:1
-
这是一个通过递归来实现查找数组中的最大值,用指针来作参数传递...
这是一个通过递归来实现查找数组中的最大值,用指针来作参数传递-This is to realize a recursive search through the array of maximum, with indicators for parameter
- 2022-04-22 18:53:25下载
- 积分:1
-
本探针用于asp.net服务器上,能侦测服务器的系统和硬件信息.及测试服务器的运算能力....
本探针用于asp.net服务器上,能侦测服务器的系统和硬件信息.及测试服务器的运算能力.-probe for the Asp. Net server, the server can detect system and hardware information. And testing the server computing power.
- 2022-02-05 22:44:50下载
- 积分:1
-
高斯衰落信道的仿真,包括延迟、多径条件等,仿真可直接调用函数...
高斯衰落信道的仿真,包括延迟、多径条件等,仿真可直接调用函数-gaosi fading channel simulation, including delays, multi-path condition, the simulation can directly call functions
- 2022-03-16 06:54:05下载
- 积分:1
-
本程序用于处理两个进程之间的数据共享问题。通过使用内存映像文件实现进程间的数据共享。...
本程序用于处理两个进程之间的数据共享问题。通过使用内存映像文件实现进程间的数据共享。-This procedure for the treatment of data between two processes sharing. Through the use of the memory image file to achieve the process of data sharing.
- 2022-03-13 19:28:57下载
- 积分:1