代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/354135/10386936
c sim.c
/* Simulate AWGN channel
* Copyright 1994 Phil Karn, KA9Q
*/
#include
#define OFFSET 128
double normal_rand(double mean, double std_dev);
/* Turn binary symbols into individual
www.eeworm.com/read/353439/10446477
java fill41.java
// generics/Fill41.java
// TIJ4 Chapter Generics, Exercise 41, page 737
// Modify Fill2.java to use the classes in typeinfo.pets instead
// of the Coffee classes.
// Using adapters to simulate lat
www.eeworm.com/read/278889/10490755
m simfile.m
function Yt = simFILE(model, filename,Xt,Yt)
% Only for intern LS-SVMlab use;
%
% simulate the LS-SVM model using the FILE interface to the C-file;
% By default, the file 'buffer.mc' is used to pass t
www.eeworm.com/read/160823/10495093
c sim.c
/* Simulate AWGN channel
* Copyright 1994 Phil Karn, KA9Q
* May be used under the terms of the GNU Public License
*/
#include
#define OFFSET 128
double normal_rand(double mean, d
www.eeworm.com/read/160819/10495246
cpp rollsum.cpp
#include
using namespace std;
#include "dice.h"
#include "prompt.h"
// simulate rolling two dice to obtain specified sum
// Owen Astrachan, 8/9/94
int main()
{
Dice d1(6); /
www.eeworm.com/read/277263/10650033
ec hostser.ec
/* HostSer.c:
*
* this routine and HostSerDo.c are used for simulate
* the Branch Host
*
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/421949/10676297
m simfile.m
function Yt = simFILE(model, filename,Xt,Yt)
% Only for intern LS-SVMlab use;
%
% simulate the LS-SVM model using the FILE interface to the C-file;
% By default, the file 'buffer.mc' is used to pass t
www.eeworm.com/read/272894/10936891
dpr ex.dpr
//Simulate
program Ural_1370(Input,Output);
const
MaxSize=10;
type
TIndex=Longint;
TData=array[1..MaxSize]of Byte;
var
N,M:TIndex;
D:TData;
procedure Main;
var
i:TIndex;
X:TIndex
www.eeworm.com/read/165343/7143960
m jakes.m
function g2 = jakes(N)
% function g2 = jakes(N)
% use Jakes method to simulate the amplitude of a fading channel
% returns |g|^2, which is the SQUARE magnitude of the channel.
%
% e.g., to plot in dB
www.eeworm.com/read/454660/7385875
java fill41.java
// generics/Fill41.java
// TIJ4 Chapter Generics, Exercise 41, page 737
// Modify Fill2.java to use the classes in typeinfo.pets instead
// of the Coffee classes.
// Using adapters to simulate lat