代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/334933/3360518
m p2_2.m
% Program P2_2
% Generate a sinusoidal input signal
clf;
n = 0:200;
x = cos(2*pi*0.05*n);
% Compute the output signal
x1 = [x 0 0]; % x1[n] = x[n+1]
x2 = [0 x 0]; % x2[n] = x[n]
x3 = [0 0 x
www.eeworm.com/read/334933/3360592
m p2_2.m
% Program P2_2
% Generate a sinusoidal input signal
clf;
n = 0:200;
x = cos(2*pi*0.05*n);
% Compute the output signal
x1 = [x 0 0]; % x1[n] = x[n+1]
x2 = [0 x 0]; % x2[n] = x[n]
x3 = [0 0 x]; % x3
www.eeworm.com/read/334226/3371390
m pow2-2.m
x = [3, 0, -3, 4, 0, -4, 5, 0, -5];
y = [-2, -2, -2, 1, 1, 1, 3, 3, 3];
z = x .* (2 .^ y);
all (abs (pow2 (x,y) - z) < sqrt (eps))
www.eeworm.com/read/333376/3387766
t2_data_2
Network Working Group P. Mockapetris
Request for Comments: 1035 ISI
www.eeworm.com/read/331684/3405831
java~2~ loginframe2.java~2~
package sfms;
import java.sql.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import com.borland.jbcl.layout.*;
public class loginFrame2 extends JFrame {
JPanel content
www.eeworm.com/read/331508/3411665
rc2 demo2.rc2
//
// DEMO2.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
www.eeworm.com/read/331508/3411955
rc2 ftp2.rc2
//
// FTP2.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
www.eeworm.com/read/331310/3414157
c jffs2_2.c
//==========================================================================
//
// jffs2_2.c
//
// Test fseek on a filesystem
//
//===========================================================