代码搜索结果
找到约 10,000 项符合
4 的代码
4v4.m
% 论文仿真原型程序,仿真四种(ZF,ZF-SIC,MMSE,MMSE-SIC) Vblast接收的检测性能,绘制误比特率~信噪比曲线。
% 发端初始化===============================================================
% 发射天线数tx,接收天线数rx,发射矩阵长度L(帧长)
tx=4;rx=4;L=10000;
Modulat
3_4_4.c
//用递归调用的方式,计算x的n次方幂:
#include
unsigned long power(int x,int n) reentrant
{
unsigned long p;
for (p=1L;n>0;--n)
p*=x;
return(p);
}
main ()
{
int x,n;
input(x,n); //调用输入函数(略)输
algo4-4.cpp
// algo4-4.cpp 生成书名关键词索引文件bookidx.txt,算法4.9~4.14
// 为运行algo4-5.cpp做准备
#include"c1.h"
typedef int ElemType;
#include"c2-5.h"
#include"bo2-6.cpp"
#include"c4-2.h"
#include"bo4-2.cpp"
例4-4.m
function fhandle = makeParabola(a, b, c)
% Makeparabola返回一个抛物线的函数句柄
% @创建函数句柄
fhandle = @parabola;
function y = parabola(x)
y = a*x.^2 + b*x + c;
end
end
ex4(4).java
// arrays/Ex4.java
// TIJ4 Chapter Arrays, Exercise 4, page 759
// Repeat the previous exercise for a three-dimensional array.
import java.util.*;
public class Ex4 {
static double[][][] create
vidu4-4.hex
:020000040000fa
:080000000001040000000000f3
:020000040000fa
:10020000ef82200080ff2000000188000000000035
:10021000050007000c00070080010200000000003c
:100220000040da000000fe004440a9000000200069
:1
vidu4-4.c
/*******************************************************************************
; Vidu4-4.c la chuong trinh viet bang C30 de chay tren mot dsPIC *
; Chuong trinh thuc hien viec sau: Khoi tao R
vidu4-4.s
;*******************************************************************************
; Vidu4-4.s la chuong trinh viet bang hop ngu de chay tren mot dsPIC *
; Chuong trinh thuc hien viec sau: Khoi ta
vidu4-4.hex
:020000040000fa
:080000000001040000000000f3
:020000040000fa
:100200004f82200080ff20000001880000000000d5
:100210000000eb00000778000c000900002f7800b8
:100220000007eb0066000700690007008700070071
:1