代码搜索:blocking
找到约 1,859 项符合「blocking」的源代码
代码结果 1,859
www.eeworm.com/read/163812/10144433
h blocking_alg.h
/* $Author: peltotal $ $Date: 2006/02/17 09:14:36 $ $Revision: 1.9 $ */
/*
* MAD-ALCLIB: Implementation of ALC/LCT protocols, Compact No-Code FEC,
* Simple XOR FEC, Reed-Solomon FEC, and RLC Con
www.eeworm.com/read/163812/10144439
c blocking_alg.c
/* $Author: peltotal $ $Date: 2006/02/17 09:14:36 $ $Revision: 1.15 $ */
/*
* MAD-ALCLIB: Implementation of ALC/LCT protocols, Compact No-Code FEC,
* Simple XOR FEC, Reed-Solomon FEC, and RLC Co
www.eeworm.com/read/426232/10272929
asv sdma_blocking.asv
lambda2=3;
text_num=10000;%%%%the text num。
ichnum=0;%%%the num of seviceman in the main channel
qchnum=0;%%the num of seviceman in the complex channel
channelnum=5; %%%the num of each chan
www.eeworm.com/read/426227/10273853
m theoretical_blocking.m
%%%%%%%%%%%%理论值计算
for A=1:8;
a=0;
s=10
for n=0:s
a=a+(A)^n/factorial(n);
end
c=1/a;
p=c*((A)^s)/factorial(s);
d(A)=p;
end
SNRindB=1:8;
semilogy(SNRindB
www.eeworm.com/read/426227/10273894
asv sdma_blocking.asv
text_num=100000;%%%%the text num。
channelnum1=5; %%%the num of channel
block_num=0;%%%用the num which is blocking
p1=0; %%%to catch the probability of the blocking instance
ps=0.6; %%%the p
www.eeworm.com/read/426227/10273900
m sdma_blocking.m
text_num=10000;%%%%the text num。
channelnum1=5; %%%the num of channel
block_num=0;%%%用the num which is blocking
p1=0; %%%to catch the probability of the blocking instance
ps=0.6; %%%the pr
www.eeworm.com/read/270596/11032231
class blocking$startl.class
www.eeworm.com/read/270596/11032246
class blocking$stoppeekersl.class
www.eeworm.com/read/436550/7767965
cpp master_blocking.cpp
#include "master_blocking.h"
void master_blocking::main_action()
{
const unsigned int mylength = 0x10; // storage capacity/burst length in words
int mydata[mylength];
unsigned int i;
s
www.eeworm.com/read/436550/7767967
h master_blocking.h
#ifndef __master_blocking_h
#define __master_blocking_h
#include
#include "types.h"
#include "blocking_if.h"
SC_MODULE(master_blocking)
{
// ports
sc_in_clk clock;
s