代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/214045/15115255
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 process
www.eeworm.com/read/210580/15195779
m fmt_awgn_bse_dfe_ser.m
function [ratio, errors] = FMT_AWGN_BSE_DFE_SER(SNRpBit,modulation,alphabet)
% This file is used to simulate performance of the FMT system
% with different modulation method in baseband.
echo off
www.eeworm.com/read/493646/1164564
py simulator.py
# -- coding: utf-8
""" Simulator plugin for HarvestMan. This
plugin changes the behaviour of HarvestMan
to only simulate crawling without actually
downloading anything.
Author: Anand B Pillai
www.eeworm.com/read/491809/1187539
cc disk.cc
// 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/491809/1187547
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/457704/1595218
vxworks install.vxworks
Install process for VxWorks. (latest tested 0.8.8)
____________________________
From a tornado user:
I built them in tornado GUI, and just test them in the simulate.
1. Create a bootable vxwo
www.eeworm.com/read/219550/4847897
java joingenerator.java
package planet.simulate;
import planet.chord.*;
import planet.commonapi.Id;
/**
* @author Pedro Garc韆
* @author Carles Pairot
*
* To change the template for this generated type comment
www.eeworm.com/read/219550/4847902
java samplegenerator.java
package planet.simulate;
import planet.chord.*;
import planet.commonapi.Id;
/**
* @author Pedro Garc韆
*
* To change the template for this generated type comment go to
* Window>Preferen
www.eeworm.com/read/190346/5183911
sh prebuild-cleanup.sh
#!/bin/sh
### Purify a system, to simulate building Subversion on a "clean" box.
###
### You'll probably need to run this as `root', and may need to change
### some paths for your system.
# C
www.eeworm.com/read/345495/3199110
tcl start_verify.tcl
proc start_verify {batch index} {
variable compiling
variable simulate_times
variable test_case_number
variable batch_data {}
variable batchmode
variable piple
########################################