代码搜索:数据存储
找到约 10,000 项符合「数据存储」的源代码
代码结果 10,000
www.eeworm.com/read/346177/11763624
ppt 5.数据完整性.ppt
www.eeworm.com/read/346177/11763648
ppt 数据库设计-2.ppt
www.eeworm.com/read/346177/11763687
ppt 4.sql数据处理.ppt
www.eeworm.com/read/259692/11772904
doc 后台数据库结构.doc
www.eeworm.com/read/259554/11783133
pdf 007 数据流模型化.pdf
www.eeworm.com/read/345519/11810413
doc 05 usb数据流模型.doc
www.eeworm.com/read/156347/11810594
txt 程序修改数据转换.txt
***********************************************************************************
* 中国论坛网有偿服务说明 *
*****************************************
www.eeworm.com/read/156178/11823260
txt sql生成数据表.txt
CREATE TABLE 学生基本信息表
(学号 CHAR (20) NOT NULL,
姓名 VARCHAR(8) NOT NULL,
性别 CHAR(2) DEFAULT NULL,
专业 VARCHAR(20) DEFAULT NULL,
生日 DATETIME DEFAULT NULL,
身高 DEC(5,2) DEFAULT NULL,
密码 VARCHAR(2
www.eeworm.com/read/344739/11863020
txt 模拟数据采器 usart.txt
;Data Acquisition Device 数据采集办法
;* Module Description组件描述:
;* Analog Data Acquisition模拟数据采集器组件使用 EE314
;* 设备接口通过RS232串行口serial port到PC,同时提供协议protocol支持最多5个对;* 手方频道
;* oscillator clock
www.eeworm.com/read/257902/11908272
txt vc连接sqlserver数据库.txt
VC连接SQL SERVER数据库
void smsLogon::InitSQLServer(CString server, CString db, CString UserName, CString Pwd)
{
m_pConnection.CreateInstance("ADODB.Connection");
CString strCn;
strCn.Empty();
st