代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/282312/9102559
h init.h
/////////////////////////////////////////////////
///////////////////*端口定义*////////////////////
/////////////////////////////////////////////////
sbit DATA=P0^0; //功放板4094数据线
sbit CL
www.eeworm.com/read/282293/9104700
gel init.gel
/* This GEL file is loaded on the command line of Code Composer
* The StartUp() function is called every time you start
* Code Composer. You can customize this function to
* initialize wait st
www.eeworm.com/read/282288/9105593
c init.c
/*
* =============================================================================
* ALADDIN Version 2.1.
*
* init.c : Init
www.eeworm.com/read/282286/9106190
c init.c
/*
* =============================================================================
* ALADDIN Version 1.0 :
* init.c : Initialize symbol table
*
www.eeworm.com/read/381047/9113060
ppt init.ppt
www.eeworm.com/read/282122/9118677
init siproxd.init
#!/bin/bash
#
# /etc/rc.d/init.d/siproxd
#
# Starts the siproxd daemon
#
# chkconfig: 345 94 80
#
# description: Listen and dispatch SIP messages
# processname: siproxd
# Source function library.
.
www.eeworm.com/read/184163/9119376
c init.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/184147/9119948
s init.s
##########################################################################################
#
# Filename: init.s
#
# Description:This code initials memory,stack pointer,exception vectors,variables
www.eeworm.com/read/184145/9120022
s init.s
##########################################################################################
#
# Filename: init.s
#
# Description:This code initials memory,stack pointer,exception vectors,variables
www.eeworm.com/read/380937/9121876
c init.c
# include
void main()
{
/* 有尺寸 */
/* 一维整形数组初始化 */
int array1[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
/* 一维字符型数组初始化 */
char array2[13] = "How are you!"; /* 方式一 */
char arr