代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/341644/3246724
uv2 5.2.3-2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Targe
www.eeworm.com/read/341644/3246765
uv2 14-2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Tar
www.eeworm.com/read/341644/3246860
uv2 4-2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Targe
www.eeworm.com/read/341625/3247386
rc2 menu2.rc2
//
// MENU2.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/341430/3251334
rc2 pushpin2.rc2
//
// PUSHPIN2.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/341344/3254493
java~2~~2~ product.java~2~~2~
package zhaobiao.date;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2003
* Company:
* @author unascribed
* @version 1.0
*/
public class Product {
p
www.eeworm.com/read/341021/3260379
in clog2toslog2.in
#!/bin/sh
JVM=@JVM@
JVMFLAGS=@JVMFLAGS@
# Set PATH to the jar needed by the print program
GUI_LIBDIR=@libbuild_dir@
GUI_HOME=${GUI_LIBDIR}/..
MAIN_LIB=${GUI_LIBDIR}/clog2TOslog2.jar
if [ -z "${GUI
www.eeworm.com/read/340665/3266659
d crange2-2.d
#as: --abi=32
#objdump: -sr
#source: crange2.s
#name: .cranges descriptors for SHcompact and SHmedia in .text.
.*: file format .*-sh64
RELOCATION RECORDS FOR \[\.cranges\]:
OFFSET *TYPE *VALU
www.eeworm.com/read/338783/3312882
eps in2fig2.eps
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: MATLAB graph
%%CreationDate: 08/08/96 07:31:22
%%DocumentFonts: Times-Roman
%%DocumentNeededFonts: Times-Roman
%%Document
www.eeworm.com/read/334933/3360445
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