代码搜索:电话语音卡
找到约 4,160 项符合「电话语音卡」的源代码
代码结果 4,160
www.eeworm.com/read/323420/13340777
exe 电话本.exe
www.eeworm.com/read/315470/13541860
txt 打电话程序.txt
using Microsoft.WindowsMobile.Telephony;
private void talkto()
{
Phone personPhone = new Phone();
personPhone.talk("139....");
}
www.eeworm.com/read/260718/6287421
frm 咨询电话.frm
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.1#0"; "RICHTX32.OCX"
Begin VB.Form Form13
BorderStyle = 0 'None
Caption = "Form13"
ClientHeight = 9
www.eeworm.com/read/260718/6287565
frx 咨询电话.frx
www.eeworm.com/read/264964/11292571
doc 电话通讯本.doc
www.eeworm.com/read/261557/11637899
doc 电话号码.doc
www.eeworm.com/read/148850/12421030
txt 电话簿.txt
13671007206
68273848
0256621052
0252235703
03353630140
13901213327
www.eeworm.com/read/130405/14195372
h 电话传输程序.h
/********************************************
ht9200A/ht9170程序
双音多频接收发射程序 OK
********************************************/
sbit DATA = P1^1 ;
sbit CLK = P1^3 ;
sbit CE = P1^2 ;
/******
www.eeworm.com/read/127054/14387179
cpp 电话超市管理.cpp
////// 计算机012班 201041231 廖文帅 ////
#include
#include
#include
#include
const int Maxg=10; //最多的用户数量
const int Maxtel=10; //超市最大数
www.eeworm.com/read/127054/14387182