代码搜索:Initialize
找到约 10,000 项符合「Initialize」的源代码
代码结果 10,000
www.eeworm.com/read/301005/13872307
dcu initialize.dcu
www.eeworm.com/read/301005/13872329
ddp initialize.ddp
www.eeworm.com/read/128026/5992966
c initialize.c
# include
# include
int search(char* p[], char* name);
/* 给字符型的指针数组赋初值 */
char* names[] = {
"Herb",
"Rex",
"Dennis",
"John",
NULL}; /* NULL指针标志数组内容的结束 */
www.eeworm.com/read/107846/6188135
c initialize.c
# include
# include
int search(char* p[], char* name);
/* 给字符型的指针数组赋初值 */
char* names[] = {
"Herb",
"Rex",
"Dennis",
"John",
NULL}; /* NULL指针标志数组内容的结束 */
www.eeworm.com/read/363748/6288762
m initialize.m
function initialize()
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 2 参数定义单元
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 2.1 OFDMA收发机系统参数定义单元
% 命名规律: N_xxx: xxx的数目,为非负整数
%
www.eeworm.com/read/145285/6350475
c initialize.c
# include
# include
int search(char* p[], char* name);
/* 给字符型的指针数组赋初值 */
char* names[] = {
"Herb",
"Rex",
"Dennis",
"John",
NULL}; /* NULL指针标志数组内容的结束 */
www.eeworm.com/read/491724/6433387
doj initialize.doj
www.eeworm.com/read/491724/6433396
c initialize.c
#include "Talkthrough.h"
//--------------------------------------------------------------------------//
// Function: Init_EBIU //
// //
// Description: This functio
www.eeworm.com/read/491236/6437933
m initialize.m
% this function is part of the linear_array_gui
% DO NOT REMOVE %%%%%%%
clear all
Nr = 25;
dolr =0.5;
theta0 =0;
winid = -1;
nbits = -3;
win(1:Nr) = 1;
www.eeworm.com/read/489524/6472535
m initialize.m
clear all
sigma0 = -20;
thetaA = 1;
thetaE = 2;
SL = -20;
hr = 3;
ht = 100;
pt = 75;
f0 = 5.6e9;
b = 1e6;
t0 = 290;
f = 6;
l = 10;
ant_id = 1;
Rmin = 2;
Rmax = 50;