代码搜索结果

找到约 10,000 项符合 G 的代码

lcd_g7.asm

Baud EQU 0FAH ;byte (0F7H 16MHZ;0FAH 11.0592MHZ) Ltime EQU 0CCH ;timer constant (95H 16MHZ; 0CCH) Htime EQU 0F8H ;timer

g723lib.sln

Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "G723Lib", "G723Lib.vcproj", "{C8E2A4F0-D777-44E9-8410-DA71D5ED48E8}" ProjectSection(P

g1jet.m

function [fs, fsx, fsy] = g1Jet( f, scale ) % First order Gaussian jet fs = gD( f, scale, 0, 0 ); fsx = gD( f, scale, 1, 0 ); fsy = gD( f, scale, 0, 1 );

g2jet.m

function [fs, fsx, fsy, fsxx, fsxy, fsyy] = g2Jet( f, scale ) % Second order Gaussian jet fs = gD( f, scale, 0, 0 ); fsx = gD( f, scale, 1, 0 ); fsy = gD( f, scale, 0, 1 );

s3g.m

function [ret,x0,str,ts,xts]=s3g(t,x,u,flag); %s3g is the M-file description of the SIMULINK system named s3g. % The block-diagram can be displayed by typing: s3g. % % SYS=s3g(T,X,U,FLAG) returns

s3g.mdl

Model { Name "s3g" Version 2.00 SimParamPage Solver SampleTimeColors off WideVectorLines on PaperOrientation landscape StartTime "0.0" StopTime "10" So

m3g.m

% m3g.m is the MATLAB script file for the % fixed terminal voltage case of Project 3 on % synchronous resonance in Chapter 10. % It is to be used with the SIMULINK files : s3g.m and s3geig.m. %