代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/251528/12339447
txt release_notes.txt
####################################################################
#
# Release notes for EKF/UKF
#
# $Id: Release_Notes.txt 112 2007-09-04 12:28:19Z ssarkka $
#
###################
www.eeworm.com/read/337753/12342845
c poweroninitial.c
//打开电源开关后的初始化动作.
#include
#include "16311.h"
extern void _16311_DA_send(char,char);
extern void InitialCpu(void);
extern void InitialCpuIO(void);
extern void Initial_16311(voi
www.eeworm.com/read/337726/12347535
adά++-
;;**************************************
;;搖桿可變電阻的分壓當類比輸入,用ADC
;;將其轉換成數位訊號,並顯示在LED上=====
INCLUDE"ET4MM210_RET.H"
CKR == 7 ;ADC轉換的速率, CLK_SOURCE/256
A_CH == 0X0E
www.eeworm.com/read/149309/12387254
c main.c
//==============================================================//
//工程:HM6264(8KX8Bit RAM)驱动程序
//连线:IOA0~IOA12 接13位地址线 输出口
// IOB0~7 接8位数据线 输入口/输出口 默认输入口
// IOB8 WE 输出口
www.eeworm.com/read/250665/12392767
c hellowin.c
/*------------------------------------------------------------
HELLOWIN.C -- Displays "Hello, Windows 98!" in client area
(c) Charles Petzold, 1998
---------------------------
www.eeworm.com/read/148947/12411895
log cc_build.log
dspcl main.c -g -v2xx -as -frH:\f2407
[main.c]
TMS320C2x/C2xx/C5x ANSI C Compiler Version 7.00
Copyright (c) 1987-1999 Texas Instruments Incorporated
"initial.h" ==> disable
"in
www.eeworm.com/read/148947/12411921
c main.c
#include "regs240x.h"
#include "initial.h"
#include "interrupt.h"
void main(void)
{
disable();
inial_system();
while(1);
}
www.eeworm.com/read/250133/12429506
s heap.s
;***********************************************************************************************
;**File Name: heap.s
;**Function: lpc21xx initial heap
;********************************************
www.eeworm.com/read/336594/12435054
sql createrollbacksegment.sql
CREATE PUBLIC ROLLBACK SEGMENT "TEMPROLLBACKSEGMENT"
TABLESPACE "UNDOTBS"
STORAGE ( INITIAL 10K NEXT 10K MAXEXTENTS 5);
ALTER ROLLBACK SEGMENT "TEMPROLLBACKSEGMENT" ONLINE;
www.eeworm.com/read/234581/14105204
txt yabflex.txt
%{
/*
YABASIC --- a tiny integrated Basic Compiler/Interpreter
FLEX - part
this Program is subject to the GNU General Public License;
see the file yabasic.c for detai