代码搜索:Initialize
找到约 10,000 项符合「Initialize」的源代码
代码结果 10,000
www.eeworm.com/read/169721/9844991
c initialize.c
# include
# include
int search(char* p[], char* name);
/* 给字符型的指针数组赋初值 */
char* names[] = {
"Herb",
"Rex",
"Dennis",
"John",
NULL}; /* NULL指针标志数组内容的结束 */
www.eeworm.com/read/364310/9912861
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/362900/9977179
cpp initialize.cpp
/* Copyright (C) 2005-2008 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as pu
www.eeworm.com/read/164727/10091915
cpp initialize.cpp
//初始化商品数据
#include "begin.h"
void basic::initialize( fstream f )
{bargain peijian;
char *s="end";
f.seekp( 0, ios::end ) ; // 读指针移到文件末尾
long posEnd = f.tellp() ; // 记录文件尾位置
cout
www.eeworm.com/read/164727/10091937
obj initialize.obj
www.eeworm.com/read/360387/10099231
m initialize.m
function Initialize
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Electromagnetic Finite-Difference Time-Domain %
% Version 1.20, Release 1 %
%
www.eeworm.com/read/359809/10124066
c initialize.c
/******************************************
*******************************************/
#include "at89x52.h"
#include "type.h"
#include "intrins.h"
#include "tlc2543.h"
//process.c
extern
www.eeworm.com/read/356303/10232178
c initialize.c
# include
# include
int search(char* p[], char* name);
/* 给字符型的指针数组赋初值 */
char* names[] = {
"Herb",
"Rex",
"Dennis",
"John",
NULL}; /* NULL指针标志数组内容的结束 */
www.eeworm.com/read/356292/10232315
c initialize.c
# include
# include
int search(char* p[], char* name);
/* 给字符型的指针数组赋初值 */
char* names[] = {
"Herb",
"Rex",
"Dennis",
"John",
NULL}; /* NULL指针标志数组内容的结束 */
www.eeworm.com/read/356183/10235325
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;