代码搜索:init

找到约 10,000 项符合「init」的源代码

代码结果 10,000
www.eeworm.com/read/198531/7931103

init openvpn.init

#!/bin/sh # # openvpn This shell script takes care of starting and stopping # openvpn. # # chkconfig: 345 80 30 # # description: OpenVPN is a robust and highly flexible tunneling a
www.eeworm.com/read/198527/7931251

asm init.asm

.title "init.asm" .def init .ref DotP
www.eeworm.com/read/398558/7937210

c init.c

#include "c8051f020.h" #include void Delay1us(unsigned char us) { while (us) { _nop_(); _nop_(); _nop_(); _nop_(); _nop_(); --us; } } void SYSCLK_Init
www.eeworm.com/read/198308/7941516

s init.s

;****************************************** ;filename:init.s ;description: ;****************************************** IMPORT main AREA init, CODE, READONLY ENTRY start LDR
www.eeworm.com/read/198308/7941523

o init.o

www.eeworm.com/read/198308/7941528

o init.o

www.eeworm.com/read/298649/7946899

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/298649/7947684

&&& 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/198097/7951136

c init.c

/* $OpenBSD: init.c,v 1.8 2005/04/11 07:12:03 deraadt Exp $ */ /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software
www.eeworm.com/read/298556/7951256

init softflowd.init

#!/bin/bash # # softflowd Starts softflowd NetFlow probe # $Id: softflowd.init,v 1.1 2006/03/14 23:15:41 djm Exp $ # # chkconfig: 2345 95 02 # description: Starts and stops the softflowd Netflow probe