搜索结果
找到约 58 项符合
Drop 的查询结果
按分类筛选
- 全部分类
- C/C++语言编程 (8)
- 单片机编程 (7)
- Delphi控件源码 (5)
- Java编程 (4)
- 其他书籍 (4)
- 微处理器开发 (2)
- VC书籍 (2)
- matlab例程 (2)
- 通讯编程文档 (2)
- SQL Server (2)
- 模拟电子 (1)
- PCB相关 (1)
- 电源技术 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 汇编语言 (1)
- 书籍源码 (1)
- 操作系统开发 (1)
- MySQL数据库 (1)
- 单片机开发 (1)
- 加密解密 (1)
- 企业管理 (1)
- JavaScript (1)
- 家庭/个人应用 (1)
- 游戏 (1)
- 系统设计方案 (1)
- 工业控制 (1)
- DSP工具/软件 (1)
- 书籍 (1)
单片机编程 PCA9670 Remote 8-bit IO expand
The PCA9670 provides general purpose remote I/O expansion for most microcontrollerfamilies via the two-line bidirectional bus (I2C-bus) and is a part of the Fast-mode Plusfamily.The PCA9670 is a drop-in upgrade for the PCF8574 providing higher Fast-mode Plus(Fm+) I2C-bus speeds (1 MHz versus 400 kHz ...
单片机编程 PCA9671 Remote 16-bit IO expan
The PCA9671 provides general purpose remote I/O expansion for most microcontrollerfamilies via the two-line bidirectional bus (I2C-bus) and is a part of the Fast-mode Plus(Fm+) family.The PCA9671 is a drop in upgrade for the PCF8575 providing higher I2C-bus speeds(1 MHz versus 400 kHz) so that the o ...
单片机编程 PCA9672 Remote 8-bit IO expand
The PCA9672 provides general purpose remote I/O expansion for most microcontrollerfamilies via the two-line bidirectional bus (I2C-bus) and is a part of the Fast-mode Plusfamily.The PCA9672 is a drop-in upgrade for the PCF8574 providing higher Fast-mode Plus(Fm+) I2C-bus speeds (1 MHz versus 400 kHz ...
单片机编程 PCA9673 Remote 16-bit IO expan
The PCA9673 provides general purpose remote I/O expansion for most microcontrollerfamilies via the two-line bidirectional bus (I2C-bus) and is a part of the Fast-mode Plusfamily.The PCA9673 is a drop in upgrade for the PCF8575 providing higher Fast-mode Plus(Fm+) I2C-bus speeds (1 MHz versus 400 kHz ...
单片机编程 PCA9674 PCA9674A Remote 8-bit
The PCA9674/74A is a drop-in upgrade for the PCF8574/74A providing higher Fast-modePlus I2C-bus speeds (1 MHz versus 400 kHz) so that the output can support PWMdimming of LEDs, higher I2C-bus drive (30 mA versus 3 mA) so that many more devicescan be on the bus without the need for bus buffers, highe ...
单片机编程 单片机应用技术选编3
单片机应用技术选编(3) 目录  第一章 单片机的综合应用技术1.1 8098单片机存储器的扩展技术1.2 87C196KC单片机的DMA功能1.3 MCS?96系列单片机高精度接口设计1.4 利用PC机的8096软件开发系统1.5 EPROM模拟器及其应用1.6 MCS?51智能反汇编软件的设计与实现1.7 MCS?51系列软件设计与调试中一个值得注意的问题1.8 PL/M语 ...
嵌入式综合 LabVIEW for Everyone(经典英文书籍)
The #1 Step-by-Step Guide to labviewNow Completely Updated for labview 8!
 
Master labview 8 with the industry's friendliest, most intuitive tutorial: labview for Everyone, Third Edition. Top labview experts Jeffrey Travis and Jim Kring teach labview the easy way: through carefully explained, s ...
C/C++语言编程 医院信息管理系统源代码
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_药品库存_药品资料]') and OBJECTPROPERTY(id, N'IsForeignKey') = 1)
ALTER TABLE [dbo].[药品库存] DROP CONSTRAINT FK_药品库存_药品资料
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[FK_门诊划价明细_门诊划 ...
C/C++语言编程 酒店管理系统源代码
if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[FK_帐单明细_入住单]\') and OBJECTPROPERTY(id, N\'IsForeignKey\') = 1)
ALTER TABLE [dbo].[帐单明细] DROP CONSTRAINT FK_帐单明细_入住单
GO
if exists (select * from dbo.sysobjects where id = object_id(N\'[dbo].[FK_入住单_客房信息]\' ...