代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/172493/9705461

cpp matrix.cpp

#include #include #include using namespace std; const int BALANCES_ROWS = 11; const int BALANCES_COLS = 6; const double RATE_MIN = 5; const double RATE_MAX =
www.eeworm.com/read/172216/9719486

c main.c

//=============================================================================================================== // The information contained herein is the exclusive property of // Sunnnorth Tech
www.eeworm.com/read/171373/9758637

c max542_16dac_driver.c

#include "SPCE061V004.H" #define din 0x0080 #define sclk 0x0040 #define ldac 0x0020 #define cs 0x0010 int main() { initial_iob(); DAC(0x7fff); while(1) *P_Watchdog_Cle
www.eeworm.com/read/171011/9775701

uv2 mp3.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 File 1,1, 0x
www.eeworm.com/read/170967/9777975

c txe_tmch.c

/**************************************************************************/ /* */ /* Copyright (c) 1996-2000 by E
www.eeworm.com/read/170841/9785472

c ds1302.c

#include #include "LCD1602.h" #include "DS1302.h" void Delay1ms(unsigned int count) { unsigned int i,j; for(i=0;i
www.eeworm.com/read/367038/9785557

s startup.s

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

h string-buffer.h

/* * iSCSI driver for Linux * Copyright (C) 2002 Cisco Systems, Inc. * maintained by linux-iscsi-devel@lists.sourceforge.net * * This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/268801/11120759

c ds1302.c

#include #include "LCD1602.h" #include "DS1302.h" void Delay1ms(unsigned int count) { unsigned int i,j; for(i=0;i
www.eeworm.com/read/412656/11189774

c retarget.c

/* ** Copyright (C) ARM Limited, 2001. All rights reserved. */ /* ** This implements a 'retarget' layer for low-level IO. Typically, this ** would contain your own target-dependent implement