代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/258131/11882795
m singlesimulate.m
function sim_state = SingleSimulate( varargin )
% Simulate runs a single simulation
%
% The calling syntax is:
% [sim_param, sim_state] = SingleSimulate( sim_param, sim_state, code_param )
%
www.eeworm.com/read/343962/11916788
cpp minigzip.cpp
/* 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
*/
/*
www.eeworm.com/read/255925/12046100
m contents.m
% Chaotic Systems Toolbox
% Version 1.2 26-Oct-2003
%
% Tested under Matlab 6.5.0.180913a (R13)
%
% This toolbox contains a set of functions which can be used to
% simulate some of the most know
www.eeworm.com/read/129847/14222627
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
*/
/*
www.eeworm.com/read/128482/14294289
cpp initkernel.cpp
#ifndef INIT_KERNEL
#define INIT_KERNEL
// Creates an interrupt handler to simulate context switches
Handler *createCShandler(void) {
Handler* hdl = new Handler;
hdl->name = NULL;
hdl->hand
www.eeworm.com/read/223481/14639219
m singlesimulate.m
function sim_state = SingleSimulate( varargin )
% Simulate runs a single simulation
%
% The calling syntax is:
% [sim_param, sim_state] = SingleSimulate( sim_param, sim_state, code_param )
%
www.eeworm.com/read/493646/1164563
py userbrowse.py
# -- coding: utf-8
""" User browse plugin. Simulate a scenario of a user
browsing a web-page.
(Requested by Roy Cheeran)
Author: Anand B Pillai
Created Au
www.eeworm.com/read/490291/1206242
java userinfo.java
package simulate;
import java.text.SimpleDateFormat;
import java.util.Date;
public class UserInfo {
private String loginname;
private long logintime;
private long logouttime;
private int pid;
p
www.eeworm.com/read/480125/1322855
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
*/
/*
www.eeworm.com/read/470917/1442606
c q_util.c
/* Software floating-point emulation.
Helper routine for _Q_* routines.
Simulate exceptions using double arithmetics.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of