代码搜索:通信库
找到约 10,000 项符合「通信库」的源代码
代码结果 10,000
www.eeworm.com/read/410955/11263398
exe 高架库控制.exe
www.eeworm.com/read/336099/12476883
txt 控件支持库.txt
@@ 易语言COM包装支持库
记录格式说明:
“@@ Lang = xxxx”:记录当前翻译用语言的种类,必须在首部,请不要更改。
“@@ TypeLib = xxxx”:如果为包装类型库,则记录类型库的相关信息,请不要更改。
“@@ OCX = xxxx”:如果为包装组件,则记录组件的相关信息,请不要更改,与类型库信息不能同时存在。
“@@ Interface = ...
www.eeworm.com/read/247954/12610799
vbp 通用库管.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\system32\STDOLE2.TLB#OLE Automation
Form=MDIFrmMain.frm
Object={FAEEE763-117E-101B-8933-08002B2F4F5A}#1.1#0; DBLIST32.OCX
www.eeworm.com/read/247954/12610810
vbw 通用库管.vbw
MDIFrmMain = 95, 55, 506, 401, C, 4, 23, 483, 369, C
FrmSet = 132, 132, 598, 537, , 66, 66, 391, 514, C
ModuleFrom = 66, 66, 564, 514,
frmRK = 154, 154, 652, 602, , 110, 110, 608, 558, C
DataEnvi
www.eeworm.com/read/334074/12643538
sct 建库说明.sct
www.eeworm.com/read/334074/12643646
scx 建库说明.scx
www.eeworm.com/read/334051/12645532
dct 数据库.dct
www.eeworm.com/read/334051/12645537
dcx 数据库.dcx
www.eeworm.com/read/334051/12645540
dbc 数据库.dbc
www.eeworm.com/read/135216/13949756
sql 数据库.sql
use master
go
if exists (select * from dbo.sysdatabases where name = 'Trade')
drop database Trade
GO
create database Trade
go
use Trade
go
if exists (select * from dbo.sysobjects whe