代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/371255/9559267
m noiseonf.m
% NOISEONF - Creates 1/f spectrum noise images.
%
% Function to create noise images having 1/f amplitude spectum properties
%
% Usage: im = noiseonf(size, factor)
%
% size - size of image to
www.eeworm.com/read/455115/7377742
m noiseonf.m
% NOISEONF - Creates 1/f spectrum noise images.
%
% Function to create noise images having 1/f amplitude spectum properties
%
% Usage: im = noiseonf(size, factor)
%
% size - size of image to
www.eeworm.com/read/446580/7576526
txt first.txt
First(()={( ,}
First())={) ,}
First(*)={* ,}
First(+)={+ ,}
First(-)={- ,}
First(@)={@ ,}
First(addop)={+ ,- ,}
First(exp)={( ,number ,}
First(exp')={+ ,- ,@ ,}
First(factor)={( ,number ,}
F
www.eeworm.com/read/446580/7576530
txt parsetable.txt
addop
- 4,+ 3,
exp
number 0,( 0,
exp'
) 2,$ 2,- 1,+ 1,
factor
number 10,( 9,
mulop
* 8,
term
number 5,( 5,
term'
- 7,+ 7,) 7,$ 7,* 6,
www.eeworm.com/read/446580/7576545
txt follow.txt
Follow(addop)={( ,number ,}
Follow(exp)={$ ,) ,}
Follow(exp')={$ ,) ,}
Follow(factor)={$ ,) ,* ,+ ,- ,}
Follow(mulop)={( ,number ,}
Follow(term)={$ ,) ,+ ,- ,}
Follow(term')={$ ,) ,+ ,- ,}
www.eeworm.com/read/433881/7905307
doc gif2herc.doc
Gif2Herc
--------
Program to display images saved as GIF files on IBM PC Hercules graphic card.
The program has few stages as follows:
1. Reads GIF file header and determines size of it.
www.eeworm.com/read/198282/7942220
m examp2_10.m
m=sym(1856120); n=sym(1483720); [gcd(m,n), lcm(m,n)]
factor(lcm(n,m))
www.eeworm.com/read/197100/8030371
cpp imgscale.cpp
/**********************************************************************
* File: imgscale.cpp (Formerly dyn_prog.c)
* Description: Dynamic programming for smart scaling of images.
* Author: