代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/183829/9136010
o init.o
www.eeworm.com/read/281740/9136844
c init.c
#include "s3c2410.h"
/* SDRAM 13个寄存器的值 */
unsigned long const mem_cfg_val[]={ 0x22111110, //BWSCON
0x00000700, //BANKCON0
0x00000700, //BANKCON1
0x00000700, //BANKCON2
0x000
www.eeworm.com/read/281739/9136887
c init.c
#include "s3c2410.h"
#include "init.h"
#include "mmu.h"
/* SDRAM 13个寄存器的值 */
unsigned long const mem_cfg_val[]={ 0x22111110, //BWSCON
0x00000700, //BANKCON0
0x00000700, //BANKCON1
0x
www.eeworm.com/read/281739/9136910
h init.h
void disable_watch_dog();
void memsetup();
void reset_nand();
void init_nand();
inline void wait_idle(void);
void nand_read_ll(unsigned char *buf, unsigned long start_addr, int size);
void init_uart()
www.eeworm.com/read/183805/9137638
c init.c
/* GNU Chess 5.0 - init.c - initialization of variables code
Copyright (c) 1999-2002 Free Software Foundation, Inc.
GNU Chess is based on the two research programs
Cobalt by Chua Kong-S
www.eeworm.com/read/380520/9143925
init scull.init
#!/bin/bash
# Sample init script for the a driver module
DEVICE="scull"
SECTION="misc"
# The list of filenames and minor numbers: $PREFIX is prefixed to all names
PREFIX="scull"
FI
www.eeworm.com/read/183703/9143954
h init.h
#ifndef __init_h
#define __init_h
/*-------------------------------------------------------------------------------*/
#define sta 2
#define RXD 0
#define TXD 1
#pragma interrupt
www.eeworm.com/read/380406/9150490
obj init.obj
www.eeworm.com/read/380406/9150499
lst init.lst
C51 COMPILER V7.50 INIT 11/24/2008 09:12:35 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE INIT
OBJECT MODULE PLACED IN In
www.eeworm.com/read/380406/9150533
c init.c
/*===============================================================================//
//== 文 件 名:Init.c
//== author :gnsusn
//== 说 明:
//== 修改日志:2008.7.15 创建文件
//==
//=========================