代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/365074/9880250
asm init.asm
section .data
global b
align 4
b:
dd 1
global d
align 1
d:
db 100
global carray
align 1
carray:
db 99
db 104
db 97
db 114
db 97
db 99
db 116
db 101
db 114
db 32
db 97
db 114
db 114
db 97
db 121
db 10
www.eeworm.com/read/365074/9880256
o init.o
www.eeworm.com/read/365033/9880890
obj init.obj
www.eeworm.com/read/365033/9881111
obj init.obj
www.eeworm.com/read/364933/9886590
o init.o
www.eeworm.com/read/364933/9886596
o init.o
www.eeworm.com/read/364933/9886602
s init.s
;汇编指令实验
;定义端口E寄存器预定义
AREA Init,CODE,READONLY ;该伪指令定义了一个代码段,段名为Init,属性只读
ENTRY ;程序的入口点标识
EXPORT __ENTRY
__ENTRY
ResetEntry
mov sp,#0x0c700000 ;定义堆栈指针
I
www.eeworm.com/read/364932/9887577
c init.c
#include "apue.h"
#include
#include
#include
void
daemonize(const char *cmd)
{
int i, fd0, fd1, fd2;
pid_t pid;
struct rlimit rl;
struct sigaction sa
www.eeworm.com/read/364704/9897754
js init.js
//打开窗口的函数
function switchSysBar(){
if (parseInt(navigator.appVersion)>=4) {
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("query").style.display="none"
}
els
www.eeworm.com/read/168707/9900442
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