代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/287843/8665699
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/431603/8666110
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/386760/8728228
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/386050/8767254
m lines5d.m
%LINES5D Generates three 5-dimensional lines
%
% A = LINES5D(N);
%
% Generates a data set of N points, on 3 non-crossing, non-parallel lines
% in 5 dimensions.
%
% If N is a vector of sizes, exactly
www.eeworm.com/read/429453/8807850
m random_data.m
function b = random_data(nr_data_bits)
% b = random_data(nr_data_bits)
%
% Generates a block of equiprobable random binary data, {0, 1}
%
% Input:
% nr_data_bits = the number of bits to genera
www.eeworm.com/read/429448/8808083
m tx_modulate.m
function [mod_symbols, table] = tx_modulate(bits_in, modulation)
%4.10增加了table的输出
full_len = length(bits_in);
% BPSK modulation
if ~isempty(findstr(modulation, 'BPSK'))
% Angle [pi/4 -3*
www.eeworm.com/read/384965/8826464
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/428048/8900356
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/284183/8956441
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/284159/8958260
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.