代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/104929/15681088
tex rear.tex
% Two pages that follow the index
\input gkpmac
\pageno=657
\titletrue
\subhead List of Tables
{\obeylines \def\\{\qquad}
Sums and differences\\55
Pascal's triangle\\155
Pascal's triangle extended u
www.eeworm.com/read/102199/15791742
m noisy.m
function x = noisy(x,n)
% X = NOISY(X,N) reverses randomly N pixels
% of the patterns X (RxQ)
% (c) Val Ninov, 1997, valninov@total.net
if nargin < 2 n=1; end;
[r,c]=size(x)
www.eeworm.com/read/430895/8719679
m pnseq.m
function x = PNseq(p)
% Linear shift register for generating PN sequence of polynomial p
% used in Experiment 6
% Communications system 4e: Simon Haykin
N = length(p) - 1; % order of the
www.eeworm.com/read/378188/9242417
makeheader
#!/bin/sh
# Shell script for generating appropiate header for Makefile.
# -----------------------------------------------------------
mod=$1
MAKEINCL=install/Make.Incl
sed 2s/modxxx/${mod}/ ${MAKEINCL
www.eeworm.com/read/423354/10569058
f90 code55.f90
!!!!!!!!!!!!!!!!!!!!!!!!!!! Program 5.5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
www.eeworm.com/read/214471/7110805
m greygenchang.m
% greygenchang: grey generating Wei-Che Chang
%
% To find the grey generating by using Chang method
%
% greygenchang Enter
% input=[......]
% input method (Large=1 Smalle
www.eeworm.com/read/458493/7295645
m lintest.m
function lintest
% lintest Compare schemes for generating a vector of equally spaced values
%
fprintf(' n norm(y1-y) norm(y2-y) norm(y3-y)\n');
for n=[4 5 6 9 10 20 50 100]
y = lin
www.eeworm.com/read/458488/7296070
m lintest.m
function lintest
% lintest Compare schemes for generating a vector of equally spaced values
%
fprintf(' n norm(y1-y) norm(y2-y) norm(y3-y)\n');
for n=[4 5 6 9 10 20 50 100]
y = lin
www.eeworm.com/read/458296/7299569
m pnseq.m
function x = PNseq(p)
% Linear shift register for generating PN sequence of polynomial p
% used in Experiment 6
% Communications system 4e: Simon Haykin
N = length(p) - 1; % order of the
www.eeworm.com/read/458287/7299638
m pnseq.m
function x = PNseq(p)
% Linear shift register for generating PN sequence of polynomial p
% used in Experiment 6
% Communications system 4e: Simon Haykin
N = length(p) - 1; % order of the