搜索资源列表
nbitamul
- 对于带符号数的乘法运算,首先根据被乘数和乘数的符号位确定乘积的符号位,再进行无符号数乘法运算。如果积符为负,对积求补。-Signed for the number of multiplication, first under the multiplicand and the multiplier sign bit to determine the product of the sign bit, and then carry out unsigned multiplication. If the
Data-Transmission-over-Speech-Coded-Voice-Channels
- The voice channel in mobile communication systems have high priority and are almost always available. By using the voice channel also for data transmissions it is possible to get the same availability as for voice calls. But due to speech codecs
C
- C语言编程基础: 1、 十六进制表示字节0x5a:二进制为01011010B;0x6E为01101110。 2、 如果将一个16位二进数赋给一个8位的字节变量,则自动截断为低8位,而丢掉高8位。 3、 ++var表示对变量var先增一;var—表示对变量后减一。 4、 x |= 0x0f 表示为 x = x | 0x0f 5、 TMOD = ( TMOD & 0xf0 ) | 0x05 表示给变量TMOD的低四位赋值0x5,而不改变TMOD的高四位。 6、 While(
Text2Bin
- stm32数组转二进制工具,在Keil下运行 1.输入文件内容必须包含类似于{0xff,0xff}这样的c语言数组格式,才能正常转换。大括号和前导符“x”是必须的。 2.支持8位和16位数据。 3.支持4个字节的长宽信息,方便Image2Lcd程序输出的图片转换成Bin。 4.支持成对“/”符号包含注释信息,若文件内容只有单个“/”,后果自负。 5.支持头四个字节的宽高信息互换存储位置。-stm32 array to binary tools, running in Keil