代码搜索:elementary
找到约 391 项符合「elementary」的源代码
代码结果 391
www.eeworm.com/read/311187/3687603
c 93.c
#include
#include
#include
#include
/*定义游戏级别*/
#define ELEMENTARY 15 /*初级*/
#define INTERMEDIATE 8/*中级*/
#define ADVANCED 3/*高级*/
#define R 5
www.eeworm.com/read/415674/11058933
c 93.c
#include
#include
#include
#include
/*定义游戏级别*/
#define ELEMENTARY 15 /*初级*/
#define INTERMEDIATE 8/*中级*/
#define ADVANCED 3/*高级*/
#define R 5
www.eeworm.com/read/414747/7093362
m ofdm.m
%The available bandwidth is 8 MHz
%2K is intended for mobile services
clear all;
close all;
%DVB-T Parameters
Tu=224e-6; %useful OFDM symbol period
T=Tu/2048; %baseband elementary period
G=0;
www.eeworm.com/read/127739/6001519
h asn1c_out.h
#ifndef _ASN1_COMPILED_OUTPUT_H_
#define _ASN1_COMPILED_OUTPUT_H_
/*
* An elementary chunk of target language text.
*/
typedef struct out_chunk {
char *buf;
int len;
TQ_ENTRY(struct out_chunk)
www.eeworm.com/read/222063/4822878
svn-base readme.svn-base
Two elementary video bitstreams can be downloaded from openavs project site.
1. stream.avs is a clip from "House of Fury" movie.
2. avsteat.video is a clip from "Kung Fu Hustle" movie.
Use the play
www.eeworm.com/read/127739/6001532
c asn1c_out.c
#include "asn1c_internal.h"
#include "asn1c_out.h"
/*
* Add an elementary chunk of target language text
* into appropriate output stream.
*/
int
asn1c_compiled_output(arg_t *arg, const char *fmt,
www.eeworm.com/read/294840/8203997
m dmb_t_channel_esti_equa.m
clear all;
close all;
%OFDM Transmission
%DMB-T Parameters
Tu=500e-6; %useful OFDM symbol period
T=Tu/3780; %baseband elementary period
G=420/3780; %choice of 1/4, 1/9
delta=G*Tu; %guard ba
www.eeworm.com/read/301985/13845026
m ofdm_u.m
clear all;
close all;
Tu=224e-6; %useful OFDM symbol period
T=Tu/2048; %baseband elementary period
G=0; %choice of 1/4, 1/8, 1/16, and 1/32
delta=G*Tu; %guard band duration
Ts=delta+Tu; %total
www.eeworm.com/read/221511/14739429
m rgl1.m
clear all;
close all;
Numloop=10000;
N=1024;
Tu=102.4e-6; %useful OFDM symbol period
T=Tu/N; %baseband elementary period
G=1/32;
M=G*N;
delta=G*Tu; %guard band duration
Ts=delta+Tu; %total O
www.eeworm.com/read/221511/14739432
m cs6.m
clear all;
close all;
Numloop=10000;
N=1024;
Tu=102.4e-6; %useful OFDM symbol period
T=Tu/N; %baseband elementary period
G=1/32;
M=G*N;
delta=G*Tu; %guard band duration
Ts=delta+Tu; %total O