搜索结果
找到约 190 项符合
bits 的查询结果
按分类筛选
- 全部分类
- 技术资料 (60)
- 单片机编程 (21)
- 加密解密 (12)
- 单片机开发 (12)
- VHDL/FPGA/Verilog (10)
- 学术论文 (7)
- 其他 (7)
- 压缩解压 (5)
- DSP编程 (3)
- 数值算法/人工智能 (3)
- 多媒体处理 (2)
- 通讯/手机编程 (2)
- 嵌入式综合 (2)
- 模拟电子 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- 文章/文档 (2)
- 数据结构 (2)
- Delphi控件源码 (2)
- 系统设计方案 (2)
- 软件设计/软件工程 (2)
- 其他嵌入式/单片机内容 (2)
- 书籍 (1)
- C/C++语言编程 (1)
- VHDL/Verilog/EDA源码 (1)
- 书籍源码 (1)
- 资料/手册 (1)
- 其他书籍 (1)
- 通信网络 (1)
- 电子书籍 (1)
- 驱动编程 (1)
- Linux/Unix编程 (1)
- Modem编程 (1)
- 串口编程 (1)
- 语音压缩 (1)
- 编译器/解释器 (1)
- Java编程 (1)
- 文件格式 (1)
- CA认证 (1)
- 数学计算 (1)
- 通讯编程文档 (1)
- 嵌入式/单片机编程 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- matlab例程 (1)
- 中间件编程 (1)
- 邮电通讯系统 (1)
- VIP专区 (1)
技术资料 PCA9538 8bit I2C bus and SMBus low power IO port with interrupt and reset
The PCA9538 is a 16-pin CMOS device that provides 8 bits of General Purpose parallelInput/Out
技术资料 74180 TTL 9位奇数、偶数发生器、校验器
These universal 9-bit (8 data bits plus 1 parity bit) paritygenerators/checkers feature odd/e
通讯编程文档 The programming port of all the FP PLC’s support OPEN MEWTOCOL-COM. This is very useful when you wan
The programming port of all the FP PLC’s support OPEN MEWTOCOL-COM. This is very useful when you want to monitor PLC values/bits or to set PLC values or bits via your COMPUTER. You can use any language such as Basic, C, Pascal, Assembler or even if other suppliers of PLCs can send ASCII strings, th ...
技术资料 PCA9539 PCA9539R 16-bit I2C-bus and SMBus low power IO port with interrupt and reset
The PCA9539; PCA9539R is a 24-pin CMOS device that provides 16 bits of GeneralPurpose paralle
技术资料 PCA9535 PCA9535C 16bit I2C bus and SMBus low power IO port with interrupt
The PCA9535 and PCA9535C are 24-pin CMOS devices that provide 16 bits of GeneralPurpose paral
VHDL/FPGA/Verilog VHDL实现SPI功能源代码 -- The SPI bus is a 3 wire bus that in effect links a serial shift -- register betw
VHDL实现SPI功能源代码
-- The SPI bus is a 3 wire bus that in effect links a serial shift
-- register between the "master" and the "slave". Typically both the
-- master and slave have an 8 bit shift register so the combined
-- register is 16 bits. When an SPI transfer takes place, the master and
-- s ...
单片机开发 As mentioned, most computers include a serial port. The only hardware setup required is connecting t
As mentioned, most computers include a serial port. The only hardware setup required is connecting the serial cable to the serial port on the PC and the serial port on the instrument. The serial instrument may include some hardware drivers or software utilities for communication, and should include ...
其他 simulating a convolutional encoder allows the user to input a source code to be encoded and also in
simulating a convolutional encoder
allows the user to input a source code to be encoded and also input the values of the generator polynomials. It outputs the encoded data bits, where 1/n is the code rate
单片机编程 ADC Oversampling Techniques fo
Luminary Micro provides an analog-to-digital converter (ADC) module on some members of theStellaris microcontroller family. The hardware resolution of the ADC is 10 bits; however, due to noiseand other accuracy-diminishing factors, the true accuracy is less than 10 bits. This application noteprovide ...
文件格式 rsa加密算法的vc实现
rsa加密算法的vc实现,可以实现1024位的加密-the source code of rsa algorithm in vc,which can do 1024bits encryption.