代码搜索:simulate

找到约 2,241 项符合「simulate」的源代码

代码结果 2,241
www.eeworm.com/read/140797/7147077

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 */ /* * mini
www.eeworm.com/read/450539/7482482

readme

This test program uses OpenGL (Mesa) to simulate camera input, and writes decoded Data Matrix streams to STDOUT. If you want to run the gltest binary directly you first have to point LD_LIBRARY_PATH
www.eeworm.com/read/450295/7486045

m example_ms_ar_simul_2_states_t_dist.m

% Example Script for MS_AR_Sim.m (run it in the same directory - just press f5) % This script will simulate a 2 states MS autoregressive model with some pre defined parameters % You can change the
www.eeworm.com/read/450295/7486060

m example_ms_ar_simul_2_states.m

% Example Script for MS_AR_Sim.m (run it in the same directory - just press f5) % This script will simulate a 2 states MS autoregressive model with some pre defined parameters % You can change the
www.eeworm.com/read/332849/12722043

cpp fifo.cpp

#include #include #include using namespace std; #include "fifo.h" fifo::fifo(int seconds_per_page):simulator(seconds_per_page){} void fifo::simulate(string
www.eeworm.com/read/145405/12726380

cpp tabtoolsimulate.cpp

// TabtoolSimulate.cpp : implementation file // #include "stdafx.h" #include "Simulate.h" #include "TabtoolSimulate.h" #include "MainFrm.h" #include "SimulateDoc.h" #include "SimulateView.h"
www.eeworm.com/read/332428/12758450

cpp fifo.cpp

#include #include #include using namespace std; #include "fifo.h" fifo::fifo(int seconds_per_page):simulator(seconds_per_page){} void fifo::simulate(string
www.eeworm.com/read/143592/12858839

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/320045/13434022

m simu2data1.m

function SIMU2DATA clear; clc close all %simulate a 2-way data (matrix) %chrom is a matrix with peak height,peak position and peak variance of several chromatography peaks %such as chrom =[1 20
www.eeworm.com/read/137311/5825875

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