代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/318888/13467746
m fig7_10.m
%
% Fig7_10.m - M-file for generating Figure 7-10
%
n=[0:127];
x1=sin(2*pi*30*n/128);
X1=abs(fft(x1));
x2=sin(2*pi*30.5*n/128);
X2=abs(fft(x2));
subplot(2,1,1),plot(n,X1),axis([0 64 0 70]),
t
www.eeworm.com/read/315402/13544613
plg testmovebutton.plg
Build Log
--------------------Configuration: TestMoveButton - Win32 Debug--------------------
Command Lines
Creating temporary file "G:\Temp\RS
www.eeworm.com/read/307110/13728890
plg get.plg
Build Log
--------------------Configuration: get - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\x61\LOCAL
www.eeworm.com/read/305602/13764625
java generatebill.java
/**
* A concrete state for generating bill
*/
import java.io.*;
public class GenerateBill extends ShopState {
public static boolean instanceFlag = false; //true if have 1 instance
p
www.eeworm.com/read/304913/13783414
rep lpc2148学习板.rep
*************************************************************
FileName = LPC2148学习板.GBR
AutoAperture = True
*************************************************************
Generating :
File
www.eeworm.com/read/301306/13860637
plg m1.plg
Build Log
--------------------Configuration: M1 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\Company\LO
www.eeworm.com/read/134479/5892693
makefile
ROOTDIR = ../../..
EXECUTABLE = timing
FILES = main readwrite runkernel blas oneway_matmult_4x4 fourway_matmult_4x4 \
fft2d qfft reduction wfft fft sparseMat
LIBRARIES = $(RUNTIME_LIBS)
BRCCFL
www.eeworm.com/read/109514/6174101
out nanoxml-lite.out
\BOOKMARK [0][-]{chapter.1}{Introduction}{}
\BOOKMARK [1][-]{section.1.1}{About XML}{chapter.1}
\BOOKMARK [1][-]{section.1.2}{About NanoXML}{chapter.1}
\BOOKMARK [1][-]{section.1.3}{NanoXML 2}{chapter
www.eeworm.com/read/456224/6278899
m example9_1plot.m
function ret = Example9_1plot(X,Y)
%
% generating values for plotting
% faster then using Example9_1.m
%
R = sqrt((X-4).^2 + (Y-4).^2 + 0.1);
ret = -20*sin(R)./R;
%
% this is not actually
www.eeworm.com/read/126757/6314999
m fig7_10.m
%
% Fig7_10.m - M-file for generating Figure 7-10
%
n=[0:127];
x1=sin(2*pi*30*n/128);
X1=abs(fft(x1));
x2=sin(2*pi*30.5*n/128);
X2=abs(fft(x2));
subplot(2,1,1),plot(n,X1),axis([0 64 0 70]),
t