Simadyn+D
Simadyn+D技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
500
Simadyn+D 全部资料 500 份
This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within
This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within any terminal-progra...
2016-04-23
23
ADC0809采样控制电路的实现ADC0809是CMOS的8位A/D转换器
ADC0809采样控制电路的实现ADC0809是CMOS的8位A/D转换器,片内有8路模拟开关,可控制8个模拟量中的一个进入转换器中,转换时间约100us。主要控制信号有,START是转换启动信号,高电平有效。ALE是3位通道选择地址(AD...
2016-10-13
194
Run the SQL script given to you to create a Library database. Note that each row in the Book table d
Run the SQL script given to you to create a Library database. Note that each row in the Book table denotes a book copy.
2014-01-16
133
void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >=
void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 ||...
2014-01-17
130