代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/130861/7109356
src init.src
; .\Init.SRC generated from: ..\SourceFile\Init.c
; COMPILER INVOKED BY:
; C:\Program Files\Keil\C51\BIN\C51.EXE ..\SourceFile\Init.c LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\Init.lst) SRC(.\I
www.eeworm.com/read/296774/7114291
c init.c
/* GNU Objective C Runtime initialization
Copyright (C) 1993, 1995 Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
This file is part of GNU CC.
GNU CC is free software; you
www.eeworm.com/read/296774/7114322
c init.c
/* Handle initialization things in C++.
Copyright (C) 1987, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
www.eeworm.com/read/133357/7125798
m init.m
image=zeros(8,8);
value=0;
for i=1:8
for j=1:8
image(i,j)= value;
value=value+1;
end
end
image
www.eeworm.com/read/376506/7128184
s init.s
AREA Init, CODE, READONLY
ENTRY
IMPORT main
;IMPORT Time0_irq
;中断向量表
Vectors
LDR PC, RESET1
LDR PC, UndefinedAddr
LDR PC, SWI_Addr
LDR
www.eeworm.com/read/376506/7128193
o init.o
www.eeworm.com/read/381973/7130364
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/443943/7132183
cpp init.cpp
//==============初始化有关函数==================
//****************************************************
//读取地图数据
BOOL LoadMaps()
{
char *Name[]={"maps\\home.map","maps\\city.map","maps\\wood.map","ma
www.eeworm.com/read/464230/7139778
s init.s
; *******************************************************
; * NAME : 44BINIT.S *
; * Version : 10.JAn.2003 *
; * Description: *
; * C start up codes *
; * Configure memory, Initi
www.eeworm.com/read/140797/7146841
inc init.inc
; -*- fundamental -*-
; -----------------------------------------------------------------------
;
; Copyright 2004 H. Peter Anvin - All Rights Reserved
;
; This program is free software; you ca