代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/426862/8994246
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/283457/9020378
h realinit.h
/*This is the file which initializes the population*/
void realinit(population *pop_ptr);
void realinit(population *pop_ptr)
{
int i,j,r,d2;
float d,d1;
for (i = 0 ; i < popsize ; i++)
{
www.eeworm.com/read/184267/9114011
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/379331/9200497
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/181507/9247599
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/377308/9281292
h realinit.h
/*This is the file which initializes the population*/
void realinit(population *pop_ptr);
void realinit(population *pop_ptr)
{
int i,j,r,d2;
float d,d1;
for (i = 0 ; i < popsize ; i++)
{
f
www.eeworm.com/read/180505/9304118
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/179954/9328962
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/176189/9512873
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/360340/10101856
h realinit.h
/*This is the file which initializes the population*/
void realinit(population *pop_ptr);
void realinit(population *pop_ptr)
{
int i,j,r,d2;
float d,d1;
for (i = 0 ; i < popsize ; i++)
{