代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/248079/12602906
c init.c
# include
void main()
{
/* 有尺寸 */
/* 一维整形数组初始化 */
int array1[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
/* 一维字符型数组初始化 */
char array2[13] = "How are you!"; /* 方式一 */
char arr
www.eeworm.com/read/334327/12610130
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/146803/12610157
txt init.txt
close all
set safety off
cd sys(5)+curdir()+"数据"
create database sys(5)+curdir()+"学生管理"
create table 学生档案(学号 c(6) primary key,姓名 c(8),性别 c(10),出生日期 d,民族 c(10),籍贯 c(20),政治面貌 c(4),何时入学 n(4),;
所
www.eeworm.com/read/146803/12610255
prg init.prg
close all
set safety off
if !directory(sys(5)+curdir()+"数据\")
md sys(5)+curdir()+"数据\"
endif
cd sys(5)+curdir()+"数据\"
create database sys(5)+curdir()+"学生管理"
create table 学生档案(学号 c(6) prim
www.eeworm.com/read/146803/12610284
fxp init.fxp
www.eeworm.com/read/146753/12615482
c init.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/146753/12615528
h init.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------