代码搜索:数据存储
找到约 10,000 项符合「数据存储」的源代码
代码结果 10,000
www.eeworm.com/read/252982/12251684
pdf 远程数据库访问技术.pdf
www.eeworm.com/read/252872/12260351
doc 05 usb数据流模型.doc
www.eeworm.com/read/339039/12266476
exe 例1-5 学生数据.exe
www.eeworm.com/read/339039/12266478
c 例1-5 学生数据.c
/* Note:Your choice is C IDE */
#include
#include
struct stud
{
char name[20];
long num;
int age;
char sex;
float score;
struct stud * next;
};
void
www.eeworm.com/read/339039/12266480
obj 例1-5 学生数据.obj
www.eeworm.com/read/252105/12302652
doc 第七章数据绑定.doc
www.eeworm.com/read/337973/12331710
doc 数据库原理实验指导.doc
www.eeworm.com/read/337933/12333120
txt 模拟数据采器 usart.txt
;Data Acquisition Device 数据采集办法
;* Module Description组件描述:
;* Analog Data Acquisition模拟数据采集器组件使用 EE314
;* 设备接口通过RS232串行口serial port到PC,同时提供协议protocol支持最多5个对;* 手方频道
;* oscillator clock
www.eeworm.com/read/149692/12357048
xls 数据库原理(陈立萍).xls
www.eeworm.com/read/251092/12365190
txt 通过socket访问数据库.txt
作者:zergman
email: zergman@chinaasp.com
日期:6/12/2001 1:15:04 PM
发布者:flyfox
Tip:通过socket访问数据库,分 Clinet, Display,sqlServer三个类
Client.java
import java.awt.*;
import java.io.*;
import ja