代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/463000/7190803
m dist.m
% Program 7-7
%
% dist.m
%
% This function generates attenuation due to distance
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = dist(a,b,alpha)
% a,b: position of
www.eeworm.com/read/455033/7379111
cpp mt19937ar.cpp
/*
A C-program for MT19937, with initialization improved 2002/1/26.
Coded by Takuji Nishimura and Makoto Matsumoto.
Before using, initialize the state by using init_genrand(seed)
or in
www.eeworm.com/read/454938/7381250
c alg7.c
#include
#include
#include
class equal_and_odd{
public:
bool
operator()( int val1, int val2 )
{
return ( val1 == val2 &&
( val1 == 0
www.eeworm.com/read/451642/7460481
m plot1.m
% Generates a stem plot showing the ACF
% for a Gold sequence
% Kai Borre, February 12, 2006
ca_codes
close all
figure(1)
pl = stem(0:51,[0 Corr11(1:50) 0],'.');
axis off
set(get(pl,'Ba
www.eeworm.com/read/446971/7562004
c alg7.c
#include
#include
#include
class equal_and_odd{
public:
bool
operator()( int val1, int val2 )
{
return ( val1 == val2 &&
( val1 == 0
www.eeworm.com/read/446761/7565500
m gnray.m
function [n1,n2]=gnray(m,sgma)
% [n1 n2]=gnray(m,sgma)
% [n1 n2]=gnray(sgma)
% [n1 n2]=gnray
% GNRAY generates two independent rayleigh variables with
% mean m & S.D sgma
% if one of the input
www.eeworm.com/read/445470/7595269
m simulated_ecg_waveform_generator.m
% ecg.m - ECG generator.
%
% x = ecg(L) = column vector
%
% generates piecewise linear ECG signal of length L
% must post-smooth it with an N-point smoother:
% y = sgfilt(d, N, x), usually with d=0, a
www.eeworm.com/read/437050/7755875
m triang.m
% TRIANG.M
%
% P. Flandrin, Mar. 13, 2003
%
% generates a triangular waveform
%
% inputs : - N : # of data samples
% - p : period
%
% output : - x : signal
function x = triang(N,p);
K
www.eeworm.com/read/436812/7762299
h farthestinsertion.h
#ifndef FI_H
#define FI_H
#include
#include "Problem.h"
#include "Solution.h"
/*
farthestInsertion.h
Header file for the function cyclicFI(), which generates a vrpsd solution
according
www.eeworm.com/read/436805/7762368
h farthestinsertion.h
#ifndef FI_H
#define FI_H
#include
#include "Problem.h"
#include "Solution.h"
/*
farthestInsertion.h
Header file for the function cyclicFI(), which generates a vrpsd solution
according