代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/149300/5701402
cpp switcherbutton.cpp
// SwitcherButton.cpp
//
// Programmed by: JIMMY BRUSH (Kathy007@email.msn.com)
//
// Legal:
//
// THIS CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
// You may use and distribute thi
www.eeworm.com/read/149300/5701411
cpp switcherwnd.cpp
// SwitcherWnd.cpp
//
// Programmed by: JIMMY BRUSH (Kathy007@email.msn.com)
//
// Legal:
//
// THIS CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
// You may use and distribute this c
www.eeworm.com/read/135941/5876917
txt sb-live-mixer.txt
Sound Blaster Live mixer / default DSP code
===========================================
The EMU10K1 chips have a DSP part which can be programmed to support
various ways of sample processing, w
www.eeworm.com/read/123945/6056782
m fbltest.m
% PROGRAM DEMONTRATION OF CONTROL USING FEEDBACK LINEARIZATION
%
% Programmed by Magnus Norgaard, IAU/IMM, Technical Univ. of Denmark
% LastEditDate: Feb. 21, 1996
close all
StopDemo=0;
figure
www.eeworm.com/read/111672/6154034
m test2.m
% DEMONSTRATION PROGRAM FOR TESTING NNARX
%
% Programmed by Magnus Norgaard, IAU/IMM/EI, Technical Univ. of Denmark
% LastEditDate: Aug 21, 1995
close all
StopDemo=0;
figure
guihand=gcf;
for
www.eeworm.com/read/111672/6154074
m test5.m
% DEMONSTRATION PROGRAM FOR TESTING NNOE
%
% Programmed by Magnus Norgaard, IAU/IMM/EI, Technical Univ. of Denmark
% LastEditDate: Aug 21, 1995
close all
StopDemo=0;
figure
guihand=gcf;
for
www.eeworm.com/read/102935/6230723
txt sb-live-mixer.txt
Sound Blaster Live mixer / default DSP code
===========================================
The EMU10K1 chips have a DSP part which can be programmed to support
various ways of sample processing, w
www.eeworm.com/read/349590/6291670
m lsmatrix.m
function R=lsmatrix(x,M)
% function R=lsmatrix(x,M)
% Computes the MxM normal equations matrix
% for the residual windowing case (no windowing)
%
% Programmed by Dimitris Manolakis, 10/4/96
%
%
www.eeworm.com/read/349590/6291682
m udut.m
function [U,D]=udut(R)
% function [U,D]=udut(R)
% Computes the Upper-Lower UDL decomposition of a
% symmetric positive definite matrix.
%
% Programmed by: Dimitris Manolakis, 1996
%
%---------
www.eeworm.com/read/158100/11643517
m lsmatrix.m
function R=lsmatrix(x,M)
% function R=lsmatrix(x,M)
% Computes the MxM normal equations matrix
% for the residual windowing case (no windowing)
%
% Programmed by Dimitris Manolakis, 10/4/96
%
%