-
gwbssrari
这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空空空间或效率优化。全部代码以C++语言开发,为了更容易地实现各种数据结构,代码中大量应用了标准C++库与模板技术。——总之,这些代码的作用在于示例与演示;如果大家想把这些代码应用在实际应用中,可能还需要
(The given here source code huffman.zip eight different ways to achieve the Huffman coding algorithm. These codes are intended to demonstrate different Huffman algorithm implementation principle, the difference of the algorithm execution efficiency, but does not demand for practical application environment, do more empty space or efficiency optimization. The entire code C++ language development code in order to make it easier to achieve a variety of data structures, a large number of applications the standard C++ library template.- In short, these code examples and demonstration If we want the code used in practical applications may also need)
- 2012-08-23 20:05:50下载
- 积分:1
-
wearable WSN routing--2 paper
可穿戴无线传感器网络的介绍,包括了算法的分类以及详细的介绍,适合初学者。(The introduction of the routing algorithm for wearable wireless sensor networks, including the classification and detailed introduction of the algorithm, is suitable for beginners.)
- 2020-06-30 07:40:02下载
- 积分:1
-
两个数比大小
#include
int main()
{
int m,n;
scanf("%d %d",&m,&n);
if(m>n)
return m;
else
return n;
}
- 2022-08-16 08:36:06下载
- 积分:1
-
以太网应用--LWIP移植(无操作系统)
基于STM32F429实现以太网应用--LWIP移植(无操作系统)(Implementation of Ethernet Application Based on STM32F429--LWIP Porting (No Operating System))
- 2020-06-24 09:40:07下载
- 积分:1
-
interface
interface定义了一组行为的协议。两个对象之间通过这个协议进行通信。
interface 不属于类层次结构。不相关的类可以实现相同的接口(interface defines a set of conduct agreement. Through this agreement between the two objects to communicate. interface does not belong to class hierarchy. Unrelated classes can implement the same interface)
- 2010-08-09 16:18:01下载
- 积分:1
-
c++ wifi 搜索 连接
一个wifi搜索连接的C++示例.
1、将无线连接Wlan相关API封装到一个类里面,使用时须按如下步骤(调用CWlanCtrl类时):
a、GetInterface,获取无线网卡名称或详细信息(有两个函数);
b、GetNetwork,获取无线网络SSID或详细信息(有两个函数);
c、SetInterface,选择当前工作的无线网卡;
d、Connect,连接指定无线网络;
2、CWlanCtrl类中,有关网卡和无线网络的,要么是只有一个简单的名称信息,要么就是返回所有详细信息,并未提供获取各个参数的接口,年后有空再弄了,要放假了。
3、示例中只列出了SSID名称,相关信号强度,加密方式等未列出;
- 2022-02-25 00:34:20下载
- 积分:1
-
06178ca18450
Delphi控件源码
操作系统开发
中间件编程
MacOS编程(Applet
)
- 2012-12-16 23:13:24下载
- 积分:1
-
STM32F103ZET6 can to serial 实验
这个是从can线上到信号然后通过蓝牙发出的demo
- 2022-10-13 23:55:03下载
- 积分:1
-
active
这是一个包含simulink模型的主动控制的程序,应用遗传算法求解(This is a program that contains the active control of the simulink model and is solved using genetic algorithms)
- 2017-12-09 17:18:25下载
- 积分:1
-
android 测试工具tinyalsa源码
android 测试工具tinyalsa源码 包含tinymix tinyplay tinyrecord
- 2023-02-27 04:30:03下载
- 积分:1