代码搜索:电话语音卡
找到约 4,160 项符合「电话语音卡」的源代码
代码结果 4,160
www.eeworm.com/read/443520/7631534
exe 网络ip电话.exe
www.eeworm.com/read/440107/7693911
pdf voip电话原理.pdf
www.eeworm.com/read/397611/8033769
exe 网络ip电话.exe
www.eeworm.com/read/331856/12803704
txt 电话号码.txt
13416920607
07372302558
13873143995
15802587047
15873131654
15874150041
13787780812
13574195637
13478612878
15874871373
15874996390
15921588235
www.eeworm.com/read/330730/12873312
ncb 电话查询系统.ncb
www.eeworm.com/read/330730/12873315
cpp 电话查询系统.cpp
// 电话查询系统.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
struct telephone
{
int number;
char name[15];
telephone * next;
};
telephone * a[26];
int _tmain(int argc, _TCHAR* argv[])
{
www.eeworm.com/read/330730/12873316
suo 电话查询系统.suo
www.eeworm.com/read/330730/12873326
sln 电话查询系统.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "电话查询系统", "电话查询系统.vcproj", "{302B522D-5CC9-4D7F-B29B-075D44CEB386}"
ProjectSection(Pro
www.eeworm.com/read/323420/13340774
asm 电话本.asm
;***********************定义数据段****************************8
DATAS SEGMENT
MESSAGE DB 'PLEASE INPUT YOUR NAME:',13,10,'$'
MESSAGE1 DB 'PLEASE INPUT YOUR TELEPHONE NUMBER:',13,10,'$'
MES