代码搜索:Initialize
找到约 10,000 项符合「Initialize」的源代码
代码结果 10,000
www.eeworm.com/read/169028/5429077
asm initialize.asm
;**********************************************
;Name :RAMInitial
;Function:clr bank0~bank1
;Input :
;Output :
;Register Used:
;***********************************************
RAMInitial:
cl
www.eeworm.com/read/169028/5429089
asm initialize.asm
;**********************************************
;Name :RAMInitial
;Function:clr bank0~bank1
;Input :
;Output :
;Register Used:
;***********************************************
RAMInitial:
cl
www.eeworm.com/read/169028/5429108
asm initialize.asm
;**********************************************
;Name :RAMInitial
;Function:clr bank0~bank1
;Input :
;Output :
;Register Used:
;***********************************************
RAMInitial:
cl
www.eeworm.com/read/162614/5523072
m initialize.m
/* Contributed by Nicola Pero - Wed Mar 7 17:55:04 CET 2001 */
#include
/* Test that +initialize is automatically called before the class is
accessed */
static int class_variable =
www.eeworm.com/read/345992/3194220
h initialize.h
/* $Header: /xtel/isode/isode/others/quipu/uips/doog/RCS/initialize.h,v 9.0 1992/06/16 12:45:18 isode Rel $ */
#ifndef _init_h_
#define _init_h_
void initialize();
#endif
www.eeworm.com/read/341356/3252595
sh initialize.sh
#!/bin/bash
psql -U opennms opennms < clean.sql
cp *.xml /opt/OpenNMS/etc
www.eeworm.com/read/340843/3263748
cpp initialize.cpp
#include
#include
#include // include strTrim should include shlwapi.lib
#include "initialize.h"
#include "accelerator.h"
/******************************
www.eeworm.com/read/340843/3263760
h initialize.h
#ifndef INITIALIZE_H_
#define INITIALIZE_H_
/***************************************************
加速器的基本参数设置
***************************************************/
#define COMPORT "COM1" //
www.eeworm.com/read/340665/3278574
m initialize.m
/* Contributed by Nicola Pero - Wed Mar 7 17:55:04 CET 2001 */
#include
/* Test that +initialize is automatically called before the class is
accessed */
static int class_variable =
www.eeworm.com/read/339658/3296291
c initialize.c
# include
# include
int search(char* p[], char* name);
/* 给字符型的指针数组赋初值 */
char* names[] = {
"Herb",
"Rex",
"Dennis",
"John",
NULL}; /* NULL指针标志数组内容的结束 */