代码搜索:init

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

代码结果 10,000
www.eeworm.com/read/183375/9164897

s init.s

;/****************************************Copyright (c)************************************************** ;** 广州周立功单片机发展有限公司 ;** 研
www.eeworm.com/read/183375/9164914

o init.o

www.eeworm.com/read/183326/9168614

c init.c

/* ** Copyright (C) 1991, 1997 Free Software Foundation, Inc. ** ** This file is part of TACK. ** ** TACK is free software; you can redistribute it and/or modify ** it under the terms of the GNU Gener
www.eeworm.com/read/183272/9173100

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/379729/9180089

py __init__.py

# -*- coding: iso-8859-1 -*- # # This file is a part of the Bayes Blocks library # # Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander # Ilin, Tapani Raiko, Harri Valpola and Tomas 謘tman
www.eeworm.com/read/182767/9192026

c init.c

/* Reading/parsing the initialization file. Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Wget. GNU Wget is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/182767/9192193

h init.h

/* Declarations for init.c. Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. This file is part of GNU Wget. GNU Wget is free software; you can redistribute it and/or modify it under
www.eeworm.com/read/182749/9192823

h init.h

//Timer/Counter initialize #define timer0_13bit TMOD&=0xf0 #define timer0_16bit TMOD&=0xf0;TMOD|=0x01 #define timer0_auto_reload TMOD&=0xf0;TMOD|=0x02 #define timer1_13bit
www.eeworm.com/read/379450/9196796

o init.o

www.eeworm.com/read/379450/9196824

s init.s

AREA init, CODE, READONLY, ALIGN=5 ENTRY IMPORT main B main END