代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/134007/5896491

bat asample.bat

REM This Batch-File generates a Sample-Program for the A51-Assembler a51 asample1.a51 debug xref a51 asample2.a51 debug xref a51 asample3.a51 debug xref bl51 asample1.obj,asample2.obj,asample3.
www.eeworm.com/read/131315/5939319

mh-sysv4

# Define USG as -DUSG if you are using a System V operating system. # Define USGr4 also if you are on an SVR4 system. H_CFLAGS=-DUSG -DUSGr4 # The l flag generates a warning from the SVR4 archiver, r
www.eeworm.com/read/128784/5979542

bat asample.bat

REM This Batch-File generates a Sample-Program for the A51-Assembler a51 asample1.a51 debug xref a51 asample2.a51 debug xref a51 asample3.a51 debug xref bl51 asample1.obj,asample2.obj,asample3.
www.eeworm.com/read/119335/6090905

txt roll.txt

Dice roller module This module is part of RPGServ. void Cmd_roll_Init(); Lachesis only: this is the function used by modinit.lst when this module is part of the build - calls Cmd_Alloc voi
www.eeworm.com/read/255407/6291034

c alg16.c

#include #include class even_by_twos { public: even_by_twos( int seed = 0 ) : _seed( seed ){} int operator()() { return _seed += 2; } private: int _seed; }; templat
www.eeworm.com/read/492274/6420292

cpp genera2.cpp

/* The following code example is taken from the book * "The C++ Standard Library - A Tutorial and Reference" * by Nicolai M. Josuttis, Addison-Wesley, 1999 * * (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/491196/6441634

m tx_modulate.m

function mod_symbols = tx_modulate(bits_in, modulation) full_len = length(bits_in); % BPSK modulation if ~isempty(findstr(modulation, 'BPSK')) % Angle [pi/4 -3*pi/4] corresponds to %
www.eeworm.com/read/488462/6487316

m multi_gp.m

function [x] = multi_gp(m,C) % [x]=multi_gp(m,C) % MULTI_GP generates a multivariate Gaussian random % process with mean vector m (column vector) and covariance matrix C. N=length(m); for
www.eeworm.com/read/482846/6614480

cpp genera2.cpp

/* The following code example is taken from the book * "The C++ Standard Library - A Tutorial and Reference" * by Nicolai M. Josuttis, Addison-Wesley, 1999 * * (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/479592/6689128

m tx_modulate.m

function mod_symbols = tx_modulate(bits_in, modulation) full_len = length(bits_in); % BPSK modulation if ~isempty(findstr(modulation, 'BPSK')) % Angle [pi/4 -3*pi/4] corresponds to %