代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/448374/7534253
c init.c
#include "Sysdef.h"
#include
//=================================================================================================
//======================================================
www.eeworm.com/read/447454/7550940
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/447342/7554275
c init.c
#include "global.h"
#include "symbol.c"
struct entry keywords[]={
"div",DIV,
"mod",MOD,
0, 0
};
init()
{
struct entry *p;
for(p=keywords;p->token;p++)
insert(p->lexptr,p->to
www.eeworm.com/read/446791/7564956
c init.c
void InitPro()
{
// Clrlcdram();
// Clrlcdram_L();
// Clrlcdram_R();
// Clrlcdram_D();
// Clrlcdram_U();
// Clrlcdram_B();
}
//晶振初始化
void OscInit()
{
OSCXCN=0X67;
De
www.eeworm.com/read/446759/7565535
c init.c
/**************************************************************************
**
** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved.
**
** Meschach Library
**
**
www.eeworm.com/read/446553/7576742
c init.c
#include "global.h"
extern n_gen, m_pv, s_pq;
nodeptr zero, one, mi_one;
nameptr name_header;
funcptr func_header;
init(double zi[], double zj[], int zn)
{
nodeptr new_node();
nam
www.eeworm.com/read/446553/7576952
c init.c
#include "global.h"
extern n_gen, m_pv, s_pq;
nodeptr zero, one, mi_one;
nameptr name_header;
funcptr func_header;
init()
{
nodeptr new_node();
nameptr p, last_name, new_name();
www.eeworm.com/read/446438/7578705
s init.s
;************************************************************************************************
;Chinese Academy of Sciences, Institute of Automation
;File Name: Init.s
;Description: Write Flash
www.eeworm.com/read/446438/7578711
o init.o
www.eeworm.com/read/446340/7581136