搜索:parallel+serial
找到约 1,062 项符合「parallel+serial」的查询结果
结果 1,062
按分类筛选
- 全部
- 技术资料 (65)
- 单片机开发 (45)
- 串口编程 (29)
- 其他 (27)
- Linux/Unix编程 (22)
- 驱动编程 (19)
- 嵌入式/单片机编程 (18)
- 微处理器开发 (16)
- 通讯编程文档 (13)
- 其他书籍 (12)
- matlab例程 (11)
- 软件设计/软件工程 (11)
- 文章/文档 (10)
- VHDL/FPGA/Verilog (10)
- Windows CE (10)
- 其他嵌入式/单片机内容 (10)
- 嵌入式Linux (9)
- 通讯/手机编程 (7)
- USB编程 (7)
- VC书籍 (7)
- 系统设计方案 (6)
- 单片机编程 (4)
- DSP编程 (4)
- 电子书籍 (4)
- Java编程 (4)
- 汇编语言 (4)
- Delphi控件源码 (4)
- GPS编程 (4)
- 软件工程 (3)
- 手机短信编程 (3)
- 编译器/解释器 (3)
- 网络 (3)
- 并口编程 (3)
- 中间件编程 (3)
- 行业发展研究 (3)
- 并行计算 (3)
- 操作系统开发 (2)
- 书籍源码 (2)
- Modem编程 (2)
- 文件格式 (2)
- 数学计算 (2)
- 人工智能/神经网络 (2)
- VxWorks (2)
- 其他行业 (2)
- 3G开发 (2)
- 接口技术 (1)
- 数值算法/人工智能 (1)
- 单片机相关 (1)
- 开发工具 (1)
- 实用工具 (1)
- 嵌入式综合 (1)
- 开发板开源 (1)
- 教程资料 (1)
- 磁盘编程 (1)
- SCSI/ASPI (1)
- J2ME (1)
- 邮电通讯系统 (1)
- 电子政务应用 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 认证考试资料 (1)
- 能源行业(电力石油煤炭) (1)
- 软件 (1)
- 书籍 (1)
https://www.eeworm.com/dl/908321.html
技术资料
ex3
进行串口的通信的实验 适合初学者的使用 也适合其他人员的研究使用-Experiments carried out serial communication is also suitable for b
https://www.eeworm.com/dl/911162.html
技术资料
SerialCommsAPI
API串口读写模块 这是用VB编的通过API来对串口进行读写操作-API to read and write serial port using VB module which is made thr
https://www.eeworm.com/dl/502/31075.html
单片机编程
3-V TO 5.5-V MULTICHANNEL RS-2
The MAX3243E device consists of three line drivers, five line receivers, and a dual charge-pump circuit with±15-kV ESD (HBM and IEC61000-4-2, Air-Gap Discharge) and ±8-kV ESD (IEC61000-4-2, Contact Discharge)protection on serial-port connection pins. The device meets the requir ...
https://www.eeworm.com/dl/652/356451.html
文章/文档
The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general co
The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control
and data transfer communication between ICs.
Some of the features of the I2C bus are:
&#8226 Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and gro ...
https://www.eeworm.com/dl/502/30988.html
单片机编程
PCA9536 4bit I2C bus and SMBus
The PCA9536 is an 8-pin CMOS device that provides 4 bits of General Purpose parallelInput/Output (GPIO) expansion for I2C-bus/SMBus applications and was developed toenhance the NXP Semiconductors family of I2C-bus I/O expanders. I/O expanders providea simple solution when additio ...
https://www.eeworm.com/dl/502/31107.html
单片机编程
8-bit IC and SMBus IO Port wit
The CAT9534 is an 8-bit parallel input/output portexpander for I²C and SMBus compatible applications.These I/O expanders provide a simple solution inapplications where additional I/Os are needed: sensors,power switches, LEDs, pushbuttons, and fans.The CAT9534 consists of an ...
https://www.eeworm.com/dl/663/172730.html
VHDL/FPGA/Verilog
这是06年4月刚刚完成的程序
这是06年4月刚刚完成的程序,从opencore.org下载而来。用vhdl语言描写,以及matlab仿真,testbench,以及在xinlinx上的综合。
The MDCT core is two dimensional discrete cosine transform implementation designed for use in compression systems like JPEG. Architecture is based on parallel dis ...
https://www.eeworm.com/dl/665/470886.html
matlab例程
Written for engineering and computer science students and practicing engineers, this book provides t
Written for engineering and computer science students and practicing engineers, this book provides the fundamental applications and mathematical techniques of signal processing. Topics covered include programming in MATLAB, filters, networking, and parallel processing.
MATLAB i ...
https://www.eeworm.com/dl/665/347556.html
matlab例程
迭代自适应Simpson
迭代自适应Simpson,Lobatto积分
In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, ...