代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/492717/6407950
m example2_2.m
x=[2.5 1.5 2];
y=[2 4 1;
3 6 2;
2 4 8];
bar(x,y,1.2);
www.eeworm.com/read/492907/6413829
m chap2_2.m
%Delay Control with Dalin Algorithm
clear all;
close all;
ts=0.5;
%Plant
sys1=tf([1],[0.4,1],'inputdelay',0.76);
dsys1=c2d(sys1,ts,'zoh');
[num1,den1]=tfdata(dsys1,'v');
%Ideal closed loop
www.eeworm.com/read/492667/6418330
#2 i2c.#2
//------------------------------------------------------------------------------------
//
// Copyright 2001 Cygnal Integrated Products, Inc.
//
// FILE NAME : SMB_Ex2.c
// TARGET DEVICE : C
www.eeworm.com/read/492363/6421838
mdl chap2_2.mdl
Model {
Name "chap2_2"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/491818/6426646
jpg 2p2.jpg
www.eeworm.com/read/491818/6426714
jpg 2t2.jpg
www.eeworm.com/read/491236/6437908
m fig2_2.m
% This program can be used tore-produce Figure 2.2 of text
clear all
close all
xg = linspace(-6,6,1500); % randowm variable between -4 and 4
xr = linspace(0,6,1500); % randowm variable between 0 a
www.eeworm.com/read/491236/6437975
asv fig2_2.asv
% This program can be used tore-produce Figure 2.2 of text
clear all
close all
xg = linspace(-6,6,1500); % randowm variable between -4 and 4
xr = linspace(0,6,1500); % randowm variable between 0 a
www.eeworm.com/read/491103/6440768
~2~ mainfrmunit2.pas.~2~
unit mainfrmUnit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Menus, DB, ADODB, ExtCtrls;
type
Tmainfrm = class(TForm)
Ma
www.eeworm.com/read/491103/6440837
~2~ mainfrmunit2.dfm.~2~
object mainfrm: Tmainfrm
Left = 0
Top = 0
Width = 800
Height = 591
Caption = #27426#36814#36827#20837#26412#31995#32479#65281
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
F