代码搜索结果
找到约 10,000 项符合
SD Card 的代码
test2.pas
program test;
var a
end;asdf
sadf
s a
sd
fsdf#$@#$%@$@#$
devices
sd 7
st 11
ns 12
rd 13
devices
sd 7
st 11
ns 12
rd 13
cc_build_debug.log
------------------------------- SD.pjt - Debug -------------------------------
Build Complete,
0 Errors, 0 Warnings, 0 Remarks.
wtlsini.m
function [r,p,M,dh] = wtlsini(d,w,m)
% WTLSINI - Initial approximation for the WTLS problem.
%
% [r,p,M,dh] = wtlsini(d,w,m)
%
% D = [d1 ... dN] - data matrix, sd := size(D,1)
% W - sd x N weight matr
tls.m
function [r,p,M,dh] = tls(d,m)
% TLS - Total Least Squares approximation.
%
% [r,p,M,dh] = tls(d,m)
%
% D = [d1 ... dN] - data matrix
% m - complexity specification, m < size(D,1)
% R - parameter of
msp430x42x0_sd16a_12.s43
;******************************************************************************
; MSP430x42x0 Demo - SD16_A, Single Conversion on Single Channel Using ISR
; SMCLK input is
msp430x42x0_sd16a_08.s43
;******************************************************************************
; MSP430x42x0 Demo - SD16_A, Single Conversion on a Channel using buffered input
;
; Description: This program us