代码搜索:SD Card
找到约 10,000 项符合「SD Card」的源代码
代码结果 10,000
www.eeworm.com/read/134894/13971775
m sd_mlp.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% For training two-layer perceptrons using steepest descent
%
% By: Kevin Passino
% Version: 2/10/99
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/134298/13998407
asm sd_adc.asm
;SD_ADC.A51 来自 《使用PHILIPS LPC 微控制器实现低成本A/D 转换》
; http://www.zlgmcu.com LPC_ADC.PDF
;2004-2-25 21:00 经过测试,效果非常好,用DT9205A万用表比较相差很小。
; 在c中调用声明为: unsigned int Get_SD_ADC(void);
$NOMOD51
$INCLUD
www.eeworm.com/read/236785/13999136
env sd_driver.env
[TRACE_BUFFER]
Enable=0
SaveOPOnly=0
Size=65535
Offset=0
LAScale=0
[PASSPOINT]
Result File=.\Passpoint_Result.txt
Register File=.\Passpoint_Register.txt
[General]
Device=1
Timer=2457600
www.eeworm.com/read/236785/13999145
c sd driver.c
#include "SPCE061A.H"
extern void Delay5us();
////////////////////////****************/
unsigned char *SDInfo1="SD Init Success.";
unsigned char *SDInfo2="SD Init Fail.";
unsigned int ReadBuf
www.eeworm.com/read/236785/13999151
set sd_driver.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPCE060A_061A
[SetLink]
ExeFile=1
Output=.\Debug
www.eeworm.com/read/236785/13999154
lik sd_driver.lik
Version: 3.0
Options: m37
Obj: "C:\PROGRA~1\Sunplus\UNSPID~1.0\startupD_All.obj"
Obj: "D:\SCM\Codes\Exercise\SD_Driver\Debug\Resource.obj"
Obj: "D:\SCM\Codes\Exercise\SD_Driver\Debug\SD Driver.obj
www.eeworm.com/read/236785/13999165
opt sd_driver.opt
www.eeworm.com/read/236785/13999171
spj sd_driver.spj
#Sunplus Debeloper Project File - Name = SunplusIDE
#Sunplus Developer Generated Build File Format Version V1.00
#**DO NOT EDIT**
#TARTYPE (SPCE060A_061A)Application
CFG=Debug
# Begin Project
www.eeworm.com/read/236785/13999183
rc sd_driver.rc
# Begin Project
# Begin SubItem "SD_Driver Resources"
# End SubItem
# End Project
www.eeworm.com/read/236785/13999186
h sd_driver.h
#ifndef __SD_DRIVER_H__
#define __SD_DRIVER_H__
// write your header here
#endif