代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/292208/8367349
dpr gzglreport.dpr
program GZGLreport;
uses
Forms,
GZGL_print_YBB in 'GZGL_print_YBB.pas' {FrmGZGL_Print_YBB},
GZGL_DModule in 'GZGL_DModule.pas' {dmd: TDataModule};
{$R *.res}
begin
Application.Ini
www.eeworm.com/read/192668/8367350
m graphcoefficienttest.m
function graphCoefficientTest()
close all;
%% Change When Appropriate %%
Coef = 'Cy';
Beta = '0.0';
LEF = '';
%LEF = ' LEF = 0.0 deg'
data_file = sprintf('Cx_file.txt');
[alpha, elevator, Cx_lo,
www.eeworm.com/read/392011/8367351
m kelvin_2.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% successive approximation converter %
% with finite DAC's slew-rate and bandwidth.
www.eeworm.com/read/192668/8367352
mdl lin_f16block.mdl
Model {
Name "LIN_F16Block"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions on
ShowPortDataTypes
www.eeworm.com/read/392011/8367353
m launch3.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Launch code for sinusoidal input %
% Case of ideal and mismatched binary weighted resistive arr
www.eeworm.com/read/192668/8367354
dat cl9999_alpha1_brett.dat
0 0 0 0 0 0 0 0.0007 0.0005 0.0003 0 0 0 0 0 0 0 0 0 0
www.eeworm.com/read/392011/8367355
m trs.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% thresholds calculation from ideal and mismatched %
% (both random and linear gradient) %
% resistive
www.eeworm.com/read/192668/8367356
m findf16dynamics.m
%================================================
% Matlab Script File used to linearize the
% non-linear F-16 model. The program will
% Extract the longitudal and lateral
% directi
www.eeworm.com/read/392011/8367357
m dbv.m
function y=dbv(x)
% dbv(x) = 20*log10(abs(x)); the dB equivalent of the voltage x
y = -Inf*ones(size(x));
nonzero = x~=0;
y(nonzero) = 20*log10(abs(x(nonzero)));
www.eeworm.com/read/292208/8367358
dfm gzgl_about.dfm
object FrmGZGL_about: TFrmGZGL_about
Left = 202
Top = 149
AutoSize = True
BorderStyle = bsNone
Caption = 'FrmGZGL_about'
ClientHeight = 314
ClientWidth = 500
Color = clBtnFace