代码搜索:init

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

代码结果 10,000
www.eeworm.com/read/236468/14014831

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/133757/14025426

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/133753/14026854

cpp init.cpp

//init.cpp #include #include class Area { private: int radius; float area; public: void init(); //无参数的初始化 void init(int,float); //初始化某一初值 i
www.eeworm.com/read/133592/14034452

c init.c

/*****************************/ /* 初始化函数:init() */ /* 内部调用子程序:WriteCommand(),WriteData() */ /* 程序调用入口:init() */ /* 程序调用变量:无 */ /*****************************/ void init(
www.eeworm.com/read/133467/14042497

s init.s

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

c init.c

/*---------------------------------------------------------------------------- */ /* ATMEL Microcontroller Software Support - ROUSSET - */ /*---------------------------------------------
www.eeworm.com/read/133038/14056713

h init.h

#include "stdio.h" #include "stdlib.h" #define TRUE 1 #define FALSE 0 //文件信息: #define TESTIN_FILENAME "testin.txt" #define TESTOUT_FILENAME "testout.txt" FILE * fTestIn; FILE * fTestOut;
www.eeworm.com/read/132780/14073174

c init.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------
www.eeworm.com/read/132766/14074121

gel init.gel

/* This GEL file is loaded on the command line of Code Composer * The StartUp() function is called every time you start * Code Composer. You can customize this function to * initialize wait st
www.eeworm.com/read/132766/14074142

asm init.asm

.page ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Module : init.asm ; ; Purpose : initialize miscellaneous on-chip (TMS320F240) hardware. ; ;