代码搜索:uncode
找到约 93 项符合「uncode」的源代码
代码结果 93
www.eeworm.com/read/132265/14102614
c main.c
#include
#include
#include "chcode.c"
main()
{ unsigned char * instream;
long i,length;
FILE * fp;
fp=fopen("c:\\test.txt","r");
fseek(fp,0L,2);
www.eeworm.com/read/222789/14673687
c main.c
#include
#include
#include "chcode.c"
main()
{ unsigned char * instream;
long i,length;
FILE * fp;
fp=fopen("c:\\test.txt","r");
fseek(fp,0L,2);
www.eeworm.com/read/207816/15261543
c main.c
#include
#include
#include "chcode.c"
main()
{ unsigned char * instream;
long i,length;
FILE * fp;
fp=fopen("c:\\test.txt","r");
fseek(fp,0L,2);
www.eeworm.com/read/135426/13933811
c main.c
#include
#include
#include "chcode.c"
main()
{ unsigned char * instream;
long i,length;
FILE * fp;
fp=fopen("c:\\test.txt","r");
fseek(fp,0L,2);
www.eeworm.com/read/135422/13933924
c main.c
#include
#include
#include "chcode.c"
main()
{ unsigned char * instream;
long i,length;
FILE * fp;
fp=fopen("c:\\test.txt","r");
fseek(fp,0L,2);
www.eeworm.com/read/134348/13995007
cpp lbc.cpp
// LBC.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "BCHCode.h"
#include
#include
/*产生(a,b)区间上均匀分布的随机数*/
double uniform(doubl
www.eeworm.com/read/105173/15676447
c main.c
#include
#include
#include "chcode.c"
main()
{ unsigned char * instream;
long i,length;
FILE * fp;
fp=fopen("c:\\test.txt","r");
fseek(fp,0L,2);
www.eeworm.com/read/470781/6908259
m simulate.m
function ber=simulate(A)
global snr;
sf=16; %扩频因子
sf_code=[1,1,1,-1,1,1,-1,-1,1,-1,1,-1,-1,-1,-1 1];%扩频码
L=10000;%仿真数据长度
AA=A;
snr=[-10:1:5];%噪声范围,以dB表示
tt=length(snr);
for j=1:L
www.eeworm.com/read/470781/6908261
asv simulate.asv
function [ber]=simulate(A)
sf=16; %扩频因子
sf_code=[1,1,1,-1,1,1,-1,-1,1,-1,1,-1,-1,-1,-1 1];%扩频码
L=10000;%仿真数据长度
snr=[-10:1:5];%噪声范围,以dB表示
tt=length(snr);
for j=1:L %生成数据
data
www.eeworm.com/read/313393/13588785
m simulate.m
function ber=simulate(A)
sf=16; %扩频因子
sf_code=[1,1,1,-1,1,1,-1,-1,1,-1,1,-1,-1,-1,-1 1];%扩频码
L=10000;%仿真数据长度
AA=A;
snr=[-10:1:5];%噪声范围,以dB表示
tt=length(snr);
for j=1:L %生成数据
d