代码搜索:3GPP 有哪些应用?
找到约 10,000 项符合「3GPP 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/37146/1069064
mht 有哪些c++经典书籍啊_百度知道.mht
www.eeworm.com/read/204805/15333396
txt 有发送有接收了.txt
Private Sub Command1_Click()
'...发送数据
MSComm1.OutBufferCount = 0 '...清空输出寄存器
MSComm1.Output = Text1.Text & vbCr '...发送数据
End Sub
Private Sub Command2_Click()
'...退出
Unload Me
End S
www.eeworm.com/read/183120/9177990
m 3gpp交织器.m
%3GPP 25.212信道复用与编码规范中的交织器(以长度为1024为例)
%****************************************************************
% K 交织器的交织长度
% R 交织矩阵行数
% C 交织矩阵列数
% p 一个质数
% v 由查表得到一个基本数
% T 行间交织模式序列
www.eeworm.com/read/182836/9188497
chm 3gpp specifications.chm
www.eeworm.com/read/202248/15387905
txt re [问题]北邮计算机有哪些优秀的导师?.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: Re: [问题]北邮计算机有哪些优秀的导师?
Date: Mon, 28 Feb 2005 12:05:19 +0800 (CST)
Status: RO
作者: angie (紫木) 站内: KaoYan
标题: Re: [问题]北邮计算机有哪些优秀的导师?
www.eeworm.com/read/202248/15388099
txt re 咱们学校有应用数学招生吗?.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: Re: 咱们学校有应用数学招生吗?
Date: Mon, 28 Feb 2005 12:01:14 +0800 (CST)
Status: RO
作者: twinsen (Idle中…………) 看板: KaoYan
标题: Re: 咱们学校有应用数学招生吗?
www.eeworm.com/read/279550/10421105
txt 有问题.txt
#include
#include
#include
#include
#include
using namespace std;
#define MAXLEN 100005
int n,bn; //字符串长度
int power, lstSA[MAXLEN], l
www.eeworm.com/read/277165/10657146
bmp 有客.bmp
www.eeworm.com/read/277165/10657323
jpg 有客.jpg
www.eeworm.com/read/197085/8031768
txt 有问题.txt
/*本程序属于第19章,为了说明dynamic_cast的用法。所用的例子就是书上的P836页的描述公司
职员薪水salary()和奖金bonus()(只有程序员才有奖金)发放情况的程序
*/
#include
using namespace std;
class employee {
public:
virtual void salary();
v