代码搜索:扫描程序
找到约 10,000 项符合「扫描程序」的源代码
代码结果 10,000
www.eeworm.com/read/213474/15134188
bak 学生操作系统程序.bak
** 主程序
set talk off
clear
use student2
for i=1 to 3 step 1
public a,b,flag
a="******"
b="******"
@ 4,50 say "学生操作系统"
@ 5,20 say "学生学号" get a
@ 6,20 say "学生密码" get b
read
go top
flag=0
d
www.eeworm.com/read/213474/15134197
prg 学生操作系统程序.prg
** 主程序
set talk off
clear
use student2
for i=1 to 3 step 1
public a,b,flag
a="******"
b="******"
@ 4,50 say "学生操作系统"
@ 5,20 say "学生学号" get a
@ 6,20 say "学生密码" get b
read
go top
flag=0
d
www.eeworm.com/read/213474/15134200
fxp 图书管理程序.fxp
www.eeworm.com/read/213474/15134204
prg 图书管理程序.prg
**图书管理程序
set talk off
clear
use 图书信息表
@ 10,15 say "1,--------查询图书"
@ 11,15 say "2.--------增加图书"
@ 12,15 say "3.--------删除图书"
@ 13,15 say "4.--------修改图书"
@ 14,15 say "5.--------返回上一目录"
accept
www.eeworm.com/read/213474/15134208
fxp 学生操作系统程序.fxp
www.eeworm.com/read/212481/15155720
ppt vb程序设计课件.ppt
www.eeworm.com/read/211227/15184185
doc 前厅接待程序名.doc
www.eeworm.com/read/210674/15193595
cpp 组播通讯发送程序.cpp
#include
#define BUFSIZE 1024
#define MAXADDRSTR 16
#define LOOPMAX 10
#include "stdio.h"
int main() {
int nRet, i;
int nIP_TTL = 2;
BOOL bFlag;
DWORD dF
www.eeworm.com/read/210674/15193596
cpp 组播通讯接收程序.cpp
#include
#define BUFSIZE 1024
#define MAXADDRSTR 16
#define LOOPMAX 10
#include "stdio.h"
int main() {
int nRet, i;
int nIP_TTL = 2;
BOOL bFlag;
DWORD dF
www.eeworm.com/read/210370/15200315
sql vb程序实现文件存取.sql
'VB/VBA中实现数据库中的文件存取
'示例数据库为ACCESS数据库,用SQL数据库的话,只需要改连接字符串
'
'*************************************************************************
'**
'** 使用 ADODB.Stream 保存/读取文件到数据库
'** 引用 Microsoft Activ