代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/318613/13474712
txt readme.txt
This is just an example to show how to use the MPEGDEC.lib
with custom bitstream access functions instead of standard
file I/O provided by delfault.
17-Oct-1999 (rscott)
Converted from Amiga toolcha
www.eeworm.com/read/317470/13504367
m genrand.m
function Datatx = genrand(NumSymb,wordsize,NumCarr,Type)
%GENRAND Generates random data to transmit
% Datatx = genrand(NumSymb,wordsize,NumCarr)
% Generates a data set with NumSymb number of rows
www.eeworm.com/read/317053/13511141
m a2dt.m
function beq = a2dT(d,n)
% BEQ = A2DT(D, N) generates the decimal
% equivalent beq of the binary representation
% of a decimal number D with N bits for the
% magnitude part obtained by truncation
www.eeworm.com/read/317053/13511144
m a2dr.m
function beq = a2dR(d,n)
% BEQ = A2DR(D, N) generates the decimal
% equivalent beq of the binary representation
% of a decimal number D with N bits for the
% magnitude part obtained by rounding
%
www.eeworm.com/read/316412/13523406
m randmcg.m
function r = randmcg(p,q)
%RANDMCG Multiplicative congruential uniform random number generator.
% Based on the parameters used by MATLAB version 4.
% The statement
% r = randmcg
% generates a
www.eeworm.com/read/315311/13546131
html xmovewindow.html
Xlib Programming Manual: XMoveWindow
XMoveWindow
Syntax
XMoveWindow(displa
www.eeworm.com/read/315311/13546756
html normal.html
Xlib Programming Manual: Normal Entry/Exit Events
10.6.1 Normal Entry/Exit Events
EnterNotify
and
www.eeworm.com/read/315311/13546774
html normal-and-grabbed.html
Xlib Programming Manual: Normal Focus Events and Focus Events While Grabbed
10.7.1 Normal Focus Events and Focus Events While Grabbed
www.eeworm.com/read/314653/13562589
m isfixed.m
%ISFIXED Test on fixed mapping
%
% I = ISFIXED(W)
% ISFIXED(W)
%
% True if the mapping type of W is 'fixed' (see HELP MAPPINGS). If called
% without an output argument ISFIXED generates an erro
www.eeworm.com/read/314653/13562623
m iscombiner.m
%ISCOMBINER Test whether the argument is a combiner mapping
%
% OK = ISCOMBINER(W)
% ISCOMBINER(W)
%
% INPUT
% W Mapping
%
% OUTPUT
% OK 1/0 indicating if the mapping type of W is COMBINER