-
用C++编译的播放器,可以播放多种格式的音频文件,如MP3,WMA等...
用C++编译的播放器,可以播放多种格式的音频文件,如MP3,WMA等-With C++ Compiled player, can play multiple formats of audio files, such as MP3, WMA, etc.
- 2023-07-18 11:10:03下载
- 积分:1
-
哈夫曼编码
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。
赫夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的赫夫曼编码。
- 2023-03-09 19:15:02下载
- 积分:1
-
好东西呀 吐血推荐
好东西呀 吐血推荐-good things to vomit blood recommend .. ah
- 2022-03-23 00:39:05下载
- 积分:1
-
商品库存管理DELPHI源码,很好的界面以及精巧的实现。
商品库存管理DELPHI源码,很好的界面以及精巧的实现。-DELPHI source inventory management of goods, a good interface, and sophisticated implementation.
- 2022-08-11 02:12:36下载
- 积分:1
-
如何使用 modbus 串行线的 stm32
我们正在开发的硬件和软件的主机和客户端系统装置的使用安全。我们使用基于 ARM 皮质 8 CPU 模块为主控设备 210 板。我们的安全系统的图形化设计为 android 应用程序中使用软件并结合此主控设备与客户端设备基于 stm32 单片机的串行接口安全系统的生成器。在客户端设备,我们结合一些传感器那移动传感器、 吸烟、 光电话分机。我们想要使用modbus协议进行串行数据通信。因此,如何使用 Modbus 串行线 stm32f101 单片机对我的帮助。请。我们需要一些示例测试源代码的 stm32f101 与 Modbus 协议。
此致敬意
来自蒙古国的 Khurelbaatar.TS
- 2022-11-24 01:25:03下载
- 积分:1
-
一个关于时钟显示的C语言程序。是24小时制式显示。
一个关于时钟显示的C语言程序。是24小时制式显示。-A clock displayed on the C language program. 24-hour format is displayed.
- 2022-02-28 10:47:42下载
- 积分:1
-
浅析VC与matlab接口编程(一)
浅析VC与matlab接口编程(一) -simple analysis of interface program between vc and matlab(1)
- 2023-04-07 21:30:04下载
- 积分:1
-
测量检查程序,根据外业原始记录和检查记录,程序自动计算检查结果...
测量检查程序,根据外业原始记录和检查记录,程序自动计算检查结果-Measurement procedures for screening outside the industry, according to the original records and inspection records, the program automatically calculates the test results
- 2022-03-19 12:38:32下载
- 积分:1
-
get started with CUDA 1.1 emulator mode using Eclipse C/C++
get started with CUDA 1.1 emulator mode using Eclipse C/C-get started with CUDA 1.1 emulator mode using Eclipse C/C++
- 2022-07-17 06:02:45下载
- 积分:1
-
自动替换文件名的小程序,在节面上输入文件名需要替换的部分,和替换后的描述,程序自动将所有需要替换的名称替换为后一种描述...
自动替换文件名的小程序,在节面上输入文件名需要替换的部分,和替换后的描述,程序自动将所有需要替换的名称替换为后一种描述-Automatically replace the file name of the applet, in the section of the surface of the input file name of the part needs to be replaced, and replaced the description, the program will automatically replace the names of all those in need is replaced by the latter description
- 2022-06-20 16:26:32下载
- 积分:1