代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/174160/9605667
m simmg1.m
function [jumptimes, systsize, systtime] = simmg1(tmax, lambda)
% SIMMG1 simulate a M/G/1 queueing system. Poisson arrivals
% of intensity lambda, uniform service times.
%
% [jumptimes, systsize
www.eeworm.com/read/174160/9605680
m branch.m
function [parents]=branch(ngen, prob_vec)
% BRANCH Simulate a branching process and plot it as a tree.
% Each individual can get 0-N children with probabilities
% p0-pN.
%
% [parents] = bran
www.eeworm.com/read/173991/9616827
c minigzip.c
/* minigzip.c -- simulate gzip using the zlib compression library
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* min
www.eeworm.com/read/173188/9669624
h ftcjtag.h
/*++
Copyright (c) 2005 Future Technology Devices International Ltd.
Module Name:
ftcjtag.h
Abstract:
API DLL for FT2232C Dual Device setup to simulate the Joint Test Action Gro
www.eeworm.com/read/268683/11125560
java device.java
/*
* Device.java ver 0.1.0
*
* Created on 2006年12月12日, 下午3:12
*
*To simulate a device to the system
*
*History 2006年12月12日 ver 0.1.0 class create
*
www.eeworm.com/read/334779/12574298
cpp prg1_2.cpp
// File: prg1_2.cpp
// the program simulates playing the game of Craps.
// if die is a randomNumber object, simulate tossing
// the dice with the expression
// (1 + die.random(6)) + (1+ die.ran
www.eeworm.com/read/112003/15496294
txt anwater.txt
Anfy Water - Copyright (C) by Fabio Ciucci 1997-99
This applet can simulate water wavings over any GIF or JPG image. This
applet is fully parametrized, so you can generate many vari
www.eeworm.com/read/108017/15596270
c minigzip.c
/* minigzip.c -- simulate gzip using the zlib compression library
* Copyright (C) 1995-2002 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* min
www.eeworm.com/read/104631/15686637
cpp gradientprogressctrl.cpp
// GradientProgressCtrl.cpp : implementation file
//
#include "stdafx.h"
#include "Simulate.h"
#include "GradientProgressCtrl.h"
#include "MemDC.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#und
www.eeworm.com/read/104631/15686685
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "Simulate.h"
//#include "SimulateView.h"
#include "MainFrm.h"
#include "math.h"
#ifdef _DEBUG
#d