代码搜索:数据卡

找到约 10,000 项符合「数据卡」的源代码

代码结果 10,000
www.eeworm.com/read/170961/9778400

txt 模拟数据采器 usart.txt

;Data Acquisition Device 数据采集办法 ;* Module Description组件描述: ;* Analog Data Acquisition模拟数据采集器组件使用 EE314 ;* 设备接口通过RS232串行口serial port到PC,同时提供协议protocol支持最多5个对;* 手方频道 ;* oscillator clock
www.eeworm.com/read/269607/11086211

txt 数据库相关说明.txt

备份编号30位 其它编号10位 名称 30位 电话 20位 E-mail 20位 账号 20位 票号 20位 员工名字20位 简称 10位 地址 50位 备份 100位
www.eeworm.com/read/414839/11100200

sql 数据库文件移动.sql

use master --必须在master数据库中创建 go if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_MoveDb]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[p_MoveDb] GO