-
编制课程设计作业的详细说明
详细介绍了编译课程的设计操作
- 2022-04-16 09:31:04下载
- 积分:1
-
哈弗曼编码的实现,本人亲测完美运行。
编码内容:假设用于通信的电文仅由8个字母组成,字母在电文中出现的频率分别为7,19,2,6,32,3,21,10。试为...
哈弗曼编码的实现,本人亲测完美运行。
编码内容:假设用于通信的电文仅由8个字母组成,字母在电文中出现的频率分别为7,19,2,6,32,3,21,10。试为这8个字母设计哈夫曼编码。
要求:这8个字母任意,输出各字母的编码值。
-huffman Tree
- 2022-05-10 19:04:03下载
- 积分:1
-
批处理文件内容增加。汇编利用windows API函数实现。
批处理文件内容增加。汇编利用windows API函数实现。-add string batch program。win32 assembly language using windows API achieved。
- 2022-03-22 00:46:01下载
- 积分:1
-
设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右下角两个点的坐标,能计算矩形的面积...
设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右下角两个点的坐标,能计算矩形的面积-design and test a rectangular called Rectangle category, its attributes to the lower left-hand corner of the rectangle with 2 points lower right coordinates, which calculates the rectangular area
- 2022-07-05 01:16:57下载
- 积分:1
-
classroom teacher talk about some of the classic examples; Miss awful on it, huh
上课时老师讲的一些经典的例子;错过了就太可惜了呀,-classroom teacher talk about some of the classic examples; Miss awful on it, huh
- 2022-06-02 03:24:41下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
学生选课系统,自己毕业设计时做的,往大家指点!
学生选课系统,自己毕业设计时做的,往大家指点!-students, their graduation design done, to instruct you!
- 2023-03-11 06:30:04下载
- 积分:1
-
钟表显示 钟表显示 钟表显示
钟表显示 钟表显示 钟表显示 -表 furnace furnace 表显engraved engraved显furnace 表显engraved engraved显furnace furnace 表 表 engraved显
- 2023-06-05 16:15:02下载
- 积分:1
-
CSTN with IC NT7528
CSTN用IC NT7528-OTC 程序参考!-CSTN with IC NT7528-OTC procedures reference!
- 2022-07-21 20:44:48下载
- 积分:1
-
This procedure is soft clock procedure, if you do not have the hardware clock, y...
这个程序是软时钟程序,如果你不用硬时钟,可以使用这个程序-This procedure is soft clock procedure, if you do not have the hardware clock, you can use this procedure
- 2022-03-21 21:06:09下载
- 积分:1