代码搜索:Generates

找到约 10,000 项符合「Generates」的源代码

代码结果 10,000
www.eeworm.com/read/204559/15336937

c alg38.c

#include #include #include /* generates: original element sequence: 0 1 1 2 3 5 8 13 21 34 sequence after applying remove_if < 10: 13 21 34
www.eeworm.com/read/204559/15336939

c alg45.c

#include #include #include /* generates: original element sequence: 29 23 20 22 17 15 26 51 19 12 35 40 stable_partition on even element: 20 22
www.eeworm.com/read/204559/15336970

c alg32.c

#include #include #include #include /* * generates: original array values: 3 5 8 13 21 transform each element by doubling: 6 10 16 26 42 tr
www.eeworm.com/read/204359/15340927

pl genimages.pl

#!/usr/bin/perl -w # $Id: genimages.pl,v 1.7 2000/04/24 14:51:28 marijn Exp $ # This script generates the images that go along with the AIRTRAFFIC program. # POVRAY and Imagemagick (convert) needed fo
www.eeworm.com/read/108859/15573765

m dtstem.m

function dtstem(line_han,x,y,mode) % DTSTEM Generates stem plots for various ADSP GUIs. % ADSP Toolbox: Version 2.0 % For use with "Analog and Digital Signal Processing", 2nd Ed. % Published
www.eeworm.com/read/108859/15573906

m operate.m

function [ta,y] = operate(t,x,s,d) % OPERATE Time scaling and time shifting operations for CT signals. % % [TN,YN] = OPERATE(t,x,A,B) generates time and signal values for % x(A*t+B
www.eeworm.com/read/105346/15669942

m data.m

% This file generates test data for Complex_Vector_Multiply.asm example Pnts = 8192; % Number of Samples Wn = 1000; % Sample Rate freq1 = 80; % Frequency 1 of test data freq2 = 200; % F
www.eeworm.com/read/101557/15826812

m slideg.m

function slideg(lo,Gain,hi,flag,trash1,trash2) % SLIDEG Manages a dialog box for the Sliding Gain block in SIMULINK. % SLIDEG(LO,GAIN,HI,FLAG) generates a dialog box when the % Slider
www.eeworm.com/read/101557/15826998

m pulsegen.m

function [sys,x0] = pulsegen(t,x,u,flag,height,width,dt) %PULSEGEN generates perfect pulse for communication toolbox. % Wes Wang % Copyright (c) 1995-96 by The MathWorks, Inc. if f
www.eeworm.com/read/101167/15842847

c timer2_1.c

// Program TIMER2_1.C // // Generates nominal 500 Hz tone on PORTD.0 and performs continual A/D // conversions on Channel 0 when push button on PORTB.0 is depressed. // // Illustrates use of TIME