代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/268849/11118068
c init.c
#include "MSP430x14x.h"
void init(void)
{
WDTCTL=WDTPW+WDTHOLD;
P1DIR=0X07;}
www.eeworm.com/read/268767/11122586
s init.s
;**************************************************************
;
; This an simple implementation of bootloader for S3C4510B
; Hope it is useful to you.
;
; Enjoy it!
;
;*******************
www.eeworm.com/read/414175/11125578
htm init.htm
agt = navigator.userAgent.toLowerCase();
is_ie = (agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1);
is_gecko= navigator.product == "Gecko";
function ietruebody(){
return (document.
www.eeworm.com/read/268606/11131094
s init.s
;********************************************************************************
;* *
;* Copyright (C) 2003 Oki Elect
www.eeworm.com/read/413988/11134985
asm init.asm
************************************************************
* init.asm
*-----------------------------------------------------------
* Objective:
* Initialize and Set ARn as FIFO Circular Buffer.
www.eeworm.com/read/413813/11141115
m init.m
clc
clear
simtime =500;
Tsamp1 = 1/125E6;
Tsamp2 = 1/250E6;
coeff = [-524,0,459,0,-236,0,9,0,-20,0,41,0,-76,0,133,0,-221,0,354,0,-545,0,815,0,-1190,0,1705,0,-2420,0,3437,0,-4978,0,7614,0,-1345
www.eeworm.com/read/413732/11143717
c init.c
#include"Globle.h"
#include".\init.h"
extern WordType pca_tmp;
/******************************************************************************************
** 函数名 Timer0_init
** 参数 mode 选择工作方
www.eeworm.com/read/413732/11143734
h init.h
#ifndef INIT_H__
#define INIT_H__
#include".\Globle.h"
#define OSC_CRYSTAL 22118400 //晶振频率
#define INSTRU_CIRCLE 12 //指令周期和机器周期的关系
#define BAUND_RATE 9600 //定义波特率
#
www.eeworm.com/read/413632/11148992
s init.s
; *******************************************************
; * NAME : INIT.S *
; * Version : 28.May.2003 *
; * Description: *
; * C start up codes *
; * Configur