代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/161538/10398387
m libsvmsim.m
% LIBSVMSIM Simulate Support Vector Machine.
%
% Syntax:
% y = libsvmsim(svm,x);
% [y,p] = libsvmsim(svm,x);
%
% Input Arguments:
% svm - Support vector machine (struct, described in LIBSVMOPT
www.eeworm.com/read/422652/10622683
m waxtop.m
function [adj_matr, nd_coord]=waxtop(lambda, alpha, beta, domain)
% WAXTOP Simulate and plot a random network topology by the method
% suggested by Waxman (1988):
% - nodes are a Poisson proce
www.eeworm.com/read/277111/10667443
pas unit1.pas
{: Verlet cloth simulation and verlet constraints controlled by an
actor's skeleton.
Verlet physics is used to simulate a cloth-like effect on a mesh.
In this demo, the cape mesh i
www.eeworm.com/read/272894/10936770
dpr ex.dpr
{
Simulate
It's an interesting problem
Main difficulty is how to avoid the iterate in single and double quotes.
Use variables instead of quotes.
}
program Ural_1230(Input,Output);
const
www.eeworm.com/read/271381/10998694
txt rayleigh_fading.txt
% Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to
% Baddour's work: "Autoregressive modeling for fading channel simulation", IEEE Transaction on Wirele
www.eeworm.com/read/416912/11009871
java crocodile.java
import java.util.Vector;
/*
* Created on Jul 6, 2003
*
*/
/**
* Crocodile - to simulate artificial life. Eats small fish.
*
* @author iCarnegie av
*
*/
public class Crocodile ext
www.eeworm.com/read/182302/7148397
m fading.m
% Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to
% Baddour's work: "Autoregressive modeling for fading channel simulation", IEEE Transaction on Wirele
www.eeworm.com/read/392997/7247753
h console.h
// console.h
// Data structures to simulate the behavior of a terminal
// I/O device. A terminal has two parts -- a keyboard input,
// and a display output, each of which produces/accepts
// charac
www.eeworm.com/read/392997/7247762
cpp disk.cpp
// disk.cc
// Routines to simulate a physical disk device; reading and writing
// to the disk is simulated as reading and writing to a UNIX file.
// See disk.h for details about the behavior of disks
www.eeworm.com/read/455917/7361835
m mindismain.m
function [errorrate,result]=MINDISmain()
% this function is used to simulate the process of minimum distance
% classification
data=zeros(56*46*400,1);
fid=fopen('facedata','r');
[data,count]=fr