代码搜索:Initialize
找到约 10,000 项符合「Initialize」的源代码
代码结果 10,000
www.eeworm.com/read/436618/7766895
m fdtd_solve.m
% initialize the matlab workspace
clear all; close all; clc;
% define the problem
define_problem_space_parameters;
define_geometry;
define_sources_and_lumped_elements;
define_output_parameter
www.eeworm.com/read/124910/6036397
c brdinit.c
/* Copyright (C) 1994, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil),
On-Line Applications Resea
www.eeworm.com/read/473531/6846001
c main.c
/*
* Digital AC Dimmer
*
* Copyright (c) 2005-2006 Chris Fallin
* Placed under the modified BSD license
*
* main.c: main code for dimmer module
*/
#include "dim.h"
www.eeworm.com/read/350392/10745128
h jsp_rename.h
/* This file is generated from jsp_rename.def by genrename. */
#ifndef _JSP_RENAME_H_
#define _JSP_RENAME_H_
/*
* startup.c
*/
#define iniflg _kernel_iniflg
/*
* banner.c
*/
#d
www.eeworm.com/read/148263/5716559
h jsp_rename.h
/* This file is generated from jsp_rename.def by genrename. */
#ifndef _JSP_RENAME_H_
#define _JSP_RENAME_H_
/*
* startup.c
*/
#define iniflg _kernel_iniflg
/*
* banner.c
*/
#d
www.eeworm.com/read/287817/8667617
asm test.asm
*-----------------*
* *
* This is a test. *
* *
*-----------------*
reset: b initialize,unc
initialize:
end
www.eeworm.com/read/178281/9410637
js menu_init.js
function init() {
if (mtDropDown.isSupported()) {
mtDropDown.initialize();
}
}
www.eeworm.com/read/373265/9466611
a51 startup.a51
;-------------------------------------------------------------------------------
; Copyright (c) Raisonance S.A. 1989 - 2003
; This is the 'C' language "STARTUP" routine for RC51
;
; File nam
www.eeworm.com/read/176304/9507445
js menu_init.js
function init() {
if (mtDropDown.isSupported()) {
mtDropDown.initialize();
}
}
www.eeworm.com/read/167221/9976064
js menu_init.js
function init() {
if (mtDropDown.isSupported()) {
mtDropDown.initialize();
}
}