代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/354153/10381863
h aztcd.h
/* $Id: aztcd.h,v 2.60 1997/11/29 09:51:22 root Exp root $
*
* Definitions for a AztechCD268 CD-ROM interface
* Copyright (C) 1994-98 Werner Zimmermann
*
* based on Mitsumi CDROM driver by
www.eeworm.com/read/161454/10409811
asm spislv.asm
;****************************************************************************
; File Name : TMS320x240 SPI Slave Mode Example Code
;
; TMS320x240 SPI example code #2: 4 Pin SPI option
;
www.eeworm.com/read/161454/10409878
asm spimstr.asm
;****************************************************************************
; File Name : TMS320x240 SPI Master Mode Example Code
;
; TMS320x240 SPI example code #1: 4 Pin SPI option
;
www.eeworm.com/read/279462/10435653
asm spislv.asm
;****************************************************************************
; File Name : TMS320x240 SPI Slave Mode Example Code
;
; TMS320x240 SPI example code #2: 4 Pin SPI option
;
www.eeworm.com/read/279462/10435703
asm spimstr.asm
;****************************************************************************
; File Name : TMS320x240 SPI Master Mode Example Code
;
; TMS320x240 SPI example code #1: 4 Pin SPI option
;
www.eeworm.com/read/160633/10512185
asm spislv.asm
;****************************************************************************
; File Name : TMS320x240 SPI Slave Mode Example Code
;
; TMS320x240 SPI example code #2: 4 Pin SPI option
;
www.eeworm.com/read/160633/10512215
asm spimstr.asm
;****************************************************************************
; File Name : TMS320x240 SPI Master Mode Example Code
;
; TMS320x240 SPI example code #1: 4 Pin SPI option
;
www.eeworm.com/read/349111/10848944
m gtls.m
function [r,p,M,dh] = gtls(d,w,m,tol)
% GTLS - Global Total Least Squares approximation with
% one side weighting.
%
% [r,p,M,dh] = gtls(d,w,m,tol)
%
% D = [d1 ... dN] - data matrix, sd := size(D,1)
www.eeworm.com/read/349111/10848958
m mgtlsp.m
function [m,dh] = mgtlsp(d,w,p)
% MGTLSP - Global Total Least Squares misfit computation.
% [M,DH] = MGTLSP(D,W,P) gives the GTLS misfit M and the GTLS
% approximation DH of the data D by the model im
www.eeworm.com/read/349111/10848964
m mgtlsr.m
function [m,dh] = mgtlsr(d,w,r)
% MGTLSR - Global Total Least Squares misfit computation.
% [M,DH] = MGTLSR(D,W,R) gives the GTLS misfit M and the GTLS
% approximation DH of the data D by the model ke