代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/478063/6719155
sas example2_2.sas
data example<mark>2</mark>_<mark>2</mark>;
input freq@@;
year=intnx('year','1jan1970'd,_n_-1);
format year year4.;
cards;
97 154 137.7 149 164 157 188 <mark>2</mark>04 179 <mark>2</mark>10 <mark>2</mark>0<mark>2</mark> <mark>2</mark>18 <mark>2</mark>09
<mark>2</mark>04 <mark>2</mark>11 <mark>2</mark>06 <mark>2</mark>14 <mark>2</mark>17 <mark>2</mark>10 <mark>2</mark>17 <mark>2</mark>19 <mark>2</m ...
www.eeworm.com/read/478118/6720179
java ex2(2).java
// exceptions/Ex2.java
// TIJ4 Chapter Exceptions, Exercise 2, page 452
/* Define an object reference and initialize it to null. Try to call a method
* through this reference. Now wrap the code in
www.eeworm.com/read/477862/6724667
gif ico2_2.gif
www.eeworm.com/read/477872/6725023
cnf dpsk2(2).cnf
www.eeworm.com/read/477921/6726057
m example2_2.m
b=[0,1];
a=[3,-4,1];
[R,p,C]=residuez(b,a);
R
p
C
[b1,a1]=residuez(R,p,C)
b1
a1
www.eeworm.com/read/477625/6729094
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/477183/6739646
java exp2_2.java
package MyPakeage;
import java.util.Scanner;
interface t1 {
abstract void x1();
}
interface t2 {
abstract void x2();
}
public class exp2_2 {
public static void main(String[] args
www.eeworm.com/read/476529/6755559
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/476387/6758635