代码搜索:Initialize
找到约 10,000 项符合「Initialize」的源代码
代码结果 10,000
www.eeworm.com/read/474070/6829827
m initialize.m
www.eeworm.com/read/474070/6829916
m initialize.m
www.eeworm.com/read/473001/6854019
cpp initialize.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
Vector a(6);
a = 1, 4, 6, 3, 7, 8;
BZTEST(a(0) == 1);
BZTEST(a(1) == 4);
www.eeworm.com/read/195211/8168411
c initialize.c
# include
# include
int search(char* p[], char* name);
/* 给字符型的指针数组赋初值 */
char* names[] = {
"Herb",
"Rex",
"Dennis",
"John",
NULL}; /* NULL指针标志数组内容的结束 */
www.eeworm.com/read/293887/8265847
vi initialize.vi
www.eeworm.com/read/292735/8337244
bas initialize.bas
Attribute VB_Name = "Initialize"
'Initialize.bas
'大部分初始化函数
'- - - - - - - - - - - - - - - - - - - - - - - - - -
'初始化一切
'Something should be initalize before all.
Public Sub Initialize_All()
www.eeworm.com/read/292565/8348347
c initialize.c
/* SPMG/JPEG-LS IMPLEMENTATION V.2.1
=====================================
These programs are Copyright (c) University of British Columbia. All rights reserved.
They may be freely redistribut
www.eeworm.com/read/292565/8348397
c initialize.c
/* SPMG/JPEG-LS IMPLEMENTATION V.2.1
=====================================
These programs are Copyright (c) University of British Columbia. All rights reserved.
They may be freely redistribut
www.eeworm.com/read/173932/9629509
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;
www.eeworm.com/read/173932/9629590
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;