代码搜索结果
找到约 10,000 项符合
SD Card 的代码
sd.hex
:040000000C94C90A89
:140054000000000000000000002F0000000007000700001447
:140068007F147F1400242A7F2A12006264081323003649557D
:14007C00225000000503000000001C224100000041221C00F8
:140090000014083E081
sd.pcb
PCB FILE 6 VERSION 2.80
0 10 0 0 0 0 1 0 16 3
COMP
SD
0 0 3580000 3120000 0 0 0 0 0 0 0 0.000 1 1 1
CS
0 0 3448000 3295000 60000 0.000 0 1 17 0 0 0 0 10000 1 0 0
Designator1
CS
0 0 3580000 3
sd.v
//Written by Vladimir Boykov
//Last modification August, 2005
module sd (
// inputs:
address,
base_clock,
chipselect,
clk,
sd.m
x=0:0.1*pi:2*pi
y=sin(x)
z=cos(x)
plot(x,z,'b',x,y,'r-*')
ylabel('sin')
xlabel('cos')
legend('sin','cos')
% fill(x,z,'y')
set(n1,'enable','off')
sd.doc
0.138 0.1352 0.2334 0.6697 0.5615 0.3872 0.263 0.2594 0.1844 0.1411
0.3536 0.3509 0.4793 0.1264 0.0575 0.6876 0.5309 0.5254 0.1782 0.1327
0.5776 0.5727 0.695 0.2823 0.2166 0.1197 0.0423 0.0435 0.142
sd.lnp
"STARTUP.obj",
"CHAOSHENG.obj"
TO "sd"
sd.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
sd.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\超声波5.13\sd.uv2
Project File Date: 05/18/2007
Output:
sd.cpp
// Sd.cpp : implementation file
//
#include "stdafx.h"
#include "DATABASE.h"
#include "Sd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endi