代码搜索:Initialize
找到约 10,000 项符合「Initialize」的源代码
代码结果 10,000
www.eeworm.com/read/489524/6472577
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/6472666
m initialize.m
clear all
swid = 1;
pfa = 1e-7;
np = 1;
R_1st_frame = 106e3; % Range for first frame
R0 = 90e3; % range to last frame
SNR0 = 8.5; % SNR at R0
frame = 0.8e3; % frame size
www.eeworm.com/read/487368/6510714
c initialize.c
# include
# include
int search(char* p[], char* name);
/* 给字符型的指针数组赋初值 */
char* names[] = {
"Herb",
"Rex",
"Dennis",
"John",
NULL}; /* NULL指针标志数组内容的结束 */
www.eeworm.com/read/486418/6532264
c initialize.c
/* Data initializtion routines */
# include
# include
# include
# include "global.h"
# include "rand.h"
/* Function to initialize a population randomly */
void initial
www.eeworm.com/read/485261/6556902
asv initialize.asv
% The algorithms implemented by Alexander Vezhnevets aka Vezhnick
% href="mailto:vezhnick@gmail.com">vezhnick@gmail.com
%
% Copyright (C) 2005, Vezhnevets Alexander
% vezhnick@gmail
www.eeworm.com/read/485261/6556904
m initialize.m
% The algorithms implemented by Alexander Vezhnevets aka Vezhnick
% href="mailto:vezhnick@gmail.com">vezhnick@gmail.com
%
% Copyright (C) 2005, Vezhnevets Alexander
% vezhnick@gmail
www.eeworm.com/read/481688/6637091
m initialize.m
%{
? 初始化函数
a) 输入参数
? 蚂蚁的数目ant_number
? 点的数目item_number
? 空间尺寸Z,空间大小Z*Z
b) 输出参数
? 蚂蚁的平面窗格矩阵
? 点的平面窗格矩阵
%}
function [ant_matrix,item_window]=initialize(ant_number,item_number,Z)
ant_matrix_x=
www.eeworm.com/read/480287/6669719
m initialize.m
www.eeworm.com/read/480287/6669731
m initialize.m
www.eeworm.com/read/480287/6669755