代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/388423/8610257
py __init__.py
__all__ = ['CR', 'FIELD_TYPE','CLIENT','REFRESH','ER','FLAG']
www.eeworm.com/read/388423/8610270
py __init__.py
"""MySQLdb - A DB API v2.0 compatible interface to MySQL.
This package is a wrapper around _mysql, which mostly implements the
MySQL C API.
connect() -- connects to server
See the C API specificati
www.eeworm.com/read/288527/8625199
c init.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: init.c
www.eeworm.com/read/288527/8626785
&&& da_init.&&&
%
% Initialisation of all variables
%
clear all
more off;
data_loaded=0;
df_name=0;
df_path=0;
df_len=0;
df_ent=0;
output_var=0;
pcs_calculated=0;
pc2d_plot=1;
pc3d_plot1=1;
pc3d_plot2
www.eeworm.com/read/432140/8626887
s init.s
AREA |DATA|,CODE,READONLY
ENTRY
ldr r13, =0x1000
IMPORT LedMain
b LedMain
END
www.eeworm.com/read/432140/8627044
o init.o
www.eeworm.com/read/388150/8632562
c init.c
#define __INIT_C__
#include "DF1404.h"
static void PORTInit(void)
{
PORTA = 0xC0;
DDRA = (1
www.eeworm.com/read/388150/8632647
h init.h
#ifdef __INIT_C__
#define EXT_INIT
#else
#define EXT_INIT extern
#endif
#ifndef __INIT_H__
#define __INIT_H__
EXT_INIT void DevicesInit(void);
EXT_INIT void DataInit(void);
#endif
www.eeworm.com/read/432021/8638396
o init.o
www.eeworm.com/read/432021/8638456
c init.c
/*
* $Id: init.c 1339 2006-09-21 19:46:28Z tbailey $
*
* $Log$
* Revision 1.2 2005/10/25 19:06:39 nadya
* rm old macro for Header, all info is taken care of by Id and Log.
*
* Revision 1.1.1