搜索资源列表
No.29---AD-exchange-STC12C5204AD
- STC12C5204AD开发板上AD转换程序,实现8位电压AD转换,结果显示在1602液晶上,范围为0-5V,将AD转换输出的0-255的数表示为相应的电压值-STC12C5204AD development board AD conversion process to achieve the 8-bit AD converter voltage, the results show in 1602, the range of 0-5V, the AD converter output 0-255
47651479H264EncodingandDecoding
- 采用rtp包发送h.264文件,能够根据标志位一帧一帧拆分h.264文件。-Using rtp packet sent h.264 files, can be a bit under the flag a split h.264 files.
PMW-HEX
- 三菱梯形图转51单片机KeilC源码程序。通过三菱PLC编程软件梯形图编程后存为PMW格式,通过本程序直接转换成HEX文件,再下载到单片机中。目前支持8路AD功能(精度10位)和两路脉冲输出功能(10K)。-Mitsubishi ladder turn 51 MCU KeilC source program. By Mitsubishi PLC ladder programming software programmed to save the PMW format, through this
stm8a_fwlib
- 意法半导体车规级8位MCU STM8A的开发库及所以功能模块的示例代码。 对学习使用STM8A软件工程师很有用。-STMicroelectronics vehicle regulation 8-bit MCU STM8A level development libraries and function modules, so the sample code. On learning to use a software engineer STM8A useful.
xFulCan
- 飞思卡尔16位单片机MC9S12XE系列的Full CAN 通信的C语言参考代码,绝对能用,本人在MC9S12XEQ512上测试通过。-Freescale 16-bit single-chip Full CAN series MC9S12XE Communication Language Reference C code, never use, I MC9S12XEQ512 on the test.
an502_src
- Integrated pressure sensor (9x9 mm) Pressure range 10-1100 mbar 15 Bit ADC 6 coefficients for a software compensation stored on-chip 3-wire serial interface 1 system clock line (32.768 kHz) Temperature range -40..+125癈 Low vo
usb_vc
- 用于与USB接口设备通讯的上位机程序,可将下位机USB接口设备传输的数据送至PC机并处理。每次数据传送都是上位机主动,上位机先发送命令(借用DEMO程序中的版本号部分),下位机收到READ_VERSION命令就发送64字节数据给上位机,并开始计时,每次发送把发送帧数加1,把时间和帧数发送到上位机显示,方便观察;上位机收到64字节数据就又给下位机发送READ_VERSION命令,重复1000次,测试需时31秒左右。64字节中:第2,3字节是发送帧数,第61字节是通信时间(S)-USB interf
T-REC-H[1].263-200501-I!!PDF-C
- H.363低比特率通信的视频编码标准,中文版的,对视频压缩研究有帮助-Low bit rate H.363 video coding standard communication, the Chinese version of video compression research help
Videocodingwithh.264
- H.264/AVC, the result of the collaboration between the ISO/IEC Moving Picture Experts Group and the ITU-T Video Coding Experts Group, is the latest standard for video coding. The goals of this standardization effort were enhanced compression ef
H.264 stander
- 新一代视频编码标准,用于低比特率实时视频传输-A new generation of video coding standard for low bit rate in real-time video transmission
h.263Decode1.0
- h.263编解码程序。 H.263是国际电联ITU-T的一个标准草案,是为低码流通信而设计的。但实际上这个标准可用在很宽的码流范围,而非只用于低码流应用,它在许多应用中可以认为被用于取代H.261。-H.263 codec procedures. ITU H.263 is an ITU-T draft standard is a low bit-stream communications designed. But in fact this standard can be used in a w
H.264streamformat
- H.264码流格式,是学习H.264很好资料-H.264 bit stream format, H.264 study are very good information
Chinese.version.of.H.263.protocol
- h.263协议中文版,低比特率视频通讯编码-Chinese version of H.263 protocol, low bit rate video communication coding
h
- 这只是本人对于VB DoEvents的肤浅认识,希望能给各位一点点帮助。-I only superficial understanding of VB DoEvents, I hope to give you a little bit of help.
UnitCrc
- CRC 32 bit fixed poly 0x04c11db7 algo unit
h
- huffman编码的vhdl语言实现 课程设计做的 有点用的-huffman coding vhdl language curriculum design to achieve a little bit to do with the
h.263decoder
- h.263解码器能够将h.263的码流解压出来并显示-h.263 decoder can extract the h.263 bit stream out and display
bit.h
- 基于AVR单片机的bit.h 实现位定义的简单化-AVR Microcontroller Based on the definition of the bit simplistic bit.h
loadbmp.h
- 实现对bmp格式图像文件的读取与写入操作(不能够对32位位图文件操作)-Bmp format image files to realize the read and write operations (not a bitmap file on 32-bit operation)
LDPC-PEG算法构造H矩阵
- LDPC-PEG算法构造H矩阵源码程序,matlab源码程序 clear all; clc; %输入编码参数,m:校验节点数目,n:变量节点数目(注意码率R不一定为1/2) %构造任意码率的LDPC校验矩阵 m=input('The number of check nodes:'); n=input('The number of variable nodes:'); h=zeros(m,n); %给定变量节点度分布序列 dv=0.38354*x+0.04237*x^2+0.5740