代码搜索:Telecommunication
找到约 95 项符合「Telecommunication」的源代码
代码结果 95
www.eeworm.com/read/468676/6986354
h snreval80211.h
// file: SnrEval.h
//
// author: Marc L鯾bers
// copyright: (c) by Marc L鯾bers
// Telecommunication Networks Group
// TU-Berlin
// email: loebbers@tkn.tu-
www.eeworm.com/read/147938/12509538
sql operatormanageservices.sql
use TeleCommunication
/*创建新卡*/
if exists(select name
from sysobjects
where name='usp_CreateCard'
and type='P'
)
drop proc usp_CreateCard
go
create proc usp_CreateCard
(
@CardNo char(
www.eeworm.com/read/147938/12509528
sql customerinquiryservices.sql
use TeleCommunication
go
/*验证卡号是否正确*/
if exists(select name
from sysobjects
where name='usp_VerifyCard'
and type='P'
)
drop proc usp_VerifyCard
go
create proc usp_VerifyCard
(
@Card
www.eeworm.com/read/100079/15885879
1 pcomm.1
.\" use tbl and the man macro package
.if n .ds rq ""
.el .ds rq ''
.if n .ds lq ""
.el .ds lq ``
.TH pcomm L
.SH NAME
pcomm \- a telecommunication program
.SH SYNOPSIS
.B pcomm
[
.B \-d
directory ]
www.eeworm.com/read/147938/12509558
sql chargemanageservices.sql
use TeleCommunication
/*计算在服务区内的通话费*/
if exists(select name
from sysobjects
where name='usp_ComputeCallInCell'
and type='P'
)
drop proc usp_ComputeCallInCell
go
create proc usp_ComputeCa