代码搜索:通讯接口
找到约 10,000 项符合「通讯接口」的源代码
代码结果 10,000
www.eeworm.com/read/351404/10654554
vbw ab通讯源程序.vbw
ab = 154, 154, 700, 614, Z, 44, 44, 590, 504, C
Module1 = 88, 88, 723, 483,
Form1 = 0, 0, 546, 460, , 66, 66, 612, 526, C
www.eeworm.com/read/351404/10654565
vbp ab通讯源程序.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\SYSTEM\stdole2.tlb#OLE Automation
Object={648A5603-2C6E-101B-82B6-000000000014}#1.1#0; MSCOMM32.OCX
Form=Ab.frm
Module=Modu
www.eeworm.com/read/351404/10654569
exe ab通讯源程序.exe
www.eeworm.com/read/158794/10728778
mdb 电子通讯录.mdb
www.eeworm.com/read/158794/10728790
mdb 电子通讯录.mdb
www.eeworm.com/read/276346/10744630
cpp 学生通讯管理系统.cpp
/************************学生通讯管理系统***********************/
#include
#include
#include
#include
//Book类,对应于通讯簿中学生信息的各种字段
class Book
{
public:
char
www.eeworm.com/read/273116/10925772
txt 友人通讯录).txt
package com.bjinfotech.practice.annotation.runtimeframework;import java.util.*;/** * 友人通讯录 * 包含:姓名、年龄、电话、住址(多个)、备注 * @author cleverpig * */@Exportable(name="addresslist",description="address list")pub
www.eeworm.com/read/467452/7013140
txt 通讯录代码.txt
typedef struct{
int num;
char name[9];
char sex[3];
char phone[13];
char addr[31];
}elemtype;
typedef struct lnode{
elemtype data;
lnode *next;
}lnode,*listnode;
#include
www.eeworm.com/read/463401/7182448