搜索资源列表
Checkmatrixsoftware
- 取字模软件 此软件生成的点阵库见下图,完全符合点阵液晶的使用。 MSB> > > > >MSB :::::::::::::: 8位 :::::::::::::: LSB>>>>>>>>>LSB-Check matrix software This software generated lattice library see the figure below, in full compl
binsearch
- 附件里的程序是二进制搜索算法的演示程序,比较土,是没有界面的 通过config.h里的三个配置项来达到文本框输入的目的,不过这个只能重新编译后运行 CONFIG_MAX_FRAMES /* 配置标签id的位数 */ CONFIG_MAX_TAGS /* 配置标签数 */ CONFIG_MAN_INVERSE /* 配置曼彻斯特编码的特征,决定是01代表0还是10代表0 */ CONFIG_MAN_DIRECT /* 与CONFIG_MAN_INVERSE相同,同一时刻只能有一
mh
- msb和huffmanprogram的和成 m sb和huffmanprogram的和成-and into the msb and huffmanprogram and into the msb and huffmanprogram and into the msb and huffmanprogram
mi
- msb和identifilter的和成 msb和huffmanprogram 的和成-and into the msb and identifilter and into the msb and huffmanprogram and into the msb and huffmanprogram
c51-test
- 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。 测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。-Communication protocols: 1 byte, MSB is 1 mark for the first 1 byte, 2 bytes, MSB
seqmul2
- As in hand multiplication (see Figure 2), we multiply the bits of the multiplier A (a3a2a1a0) by the multiplicand (B) starting from the LSB (a0) to the MSB (a3). This forms 4 partial products a0B, a1B, a2B, and a3B. The resulting partial produ
DAC_Load
- Load DAC by SPI protocol -- Unit provides serial load of DAC trough SPI 3-wire serial interface -- It sends 24-bit word, format of the word: -- 4-bit command: C3-C0, 4x don t care bits, 12-bit data: d11-d0, 4x don t care bits -- -- Serial i
Low-Error-and-Hardware-Efficient-Fixed-Width-Mult
- VERILOG Code for IEEE Paper Low-Error and Hardware-Efficient Fixed-Width Multiplier by Using the Dual-Group Minor Input Correction Vector to Lower Input Correction Vector Compensation Error Run by ModelSim 6.2 software Here paper output and m
MSB
- VC++实现与USB进行通讯的代码;介绍如何与USB进行通讯了,不错-Vc++ realize and USB communication code
6bit序列检测器
- 1、用数码管显示被检测的连续数字序列,MSB在前; 2、当输入的数字序列连续六个值等于一组串行码(如00011101)时输出高电平并报警显示,同时用两位数码管显示出现的次数。 3、串行码的值可设定(6bit sequence detector)