代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/250750/12386922
m smb_edmodel.m
function []=smb_EDmodel
% the programe for simulated moving bed with MOL method
% Author: Jianqi Liu
% Southern yangtze university, Wuxi, PRC
% $Date: 2006/05/01 $
% illumination: this
www.eeworm.com/read/227108/14440816
m tsp1.m
function TSP(testDataSet,algorithmToUse)
close all;
defAlgrithm = 'SA'; % Simulated Annealing...
nPoint = 0;
if (nargin == 0)
disp(sprintf('[%s]Please input the test data set and the
www.eeworm.com/read/227106/14440898
m tsp1.m
function TSP(testDataSet,algorithmToUse)
close all;
defAlgrithm = 'SA'; % Simulated Annealing...
nPoint = 0;
if (nargin == 0)
disp(sprintf('[%s]Please input the test data set and the
www.eeworm.com/read/227102/14440978
m tsp1.m
function TSP(testDataSet,algorithmToUse)
close all;
defAlgrithm = 'SA'; % Simulated Annealing...
nPoint = 0;
if (nargin == 0)
disp(sprintf('[%s]Please input the test data set and the
www.eeworm.com/read/222509/14687433
java aircraft.java
import java.awt.*;
/**
* A simulated aircraft.
*
* @author James M. Clarke
* @version 02/03/2007
*/
public class Aircraft
{
private Position where;
private
www.eeworm.com/read/214672/15092261
cc console.cc
// console.cc
// Routines to simulate a serial port to a console device.
// A console has input (a keyboard) and output (a display).
// These are each simulated by operations on UNIX files.
// The si
www.eeworm.com/read/491809/1187542
cc console.cc
// console.cc
// Routines to simulate a serial port to a console device.
// A console has input (a keyboard) and output (a display).
// These are each simulated by operations on UNIX files.
// The si
www.eeworm.com/read/219550/4847909
java scheduler.java
package planet.simulate;
import planet.util.OrderedList;
import java.util.*;
/**
* This class implements the interface IScheduler and manage
* events to produce to simulated network.
* @a
www.eeworm.com/read/194563/5127479
tex eraseevt.tex
\section{\class{wxEraseEvent}}\label{wxeraseevent}
An erase event is sent when a window's background needs to be repainted.
On some platforms, such as GTK+, this event is simulated (simply generated
www.eeworm.com/read/193974/5138337
py test_profile.py
"""Test suite for the profile module."""
import profile
# In order to have reproducible time, we simulate a timer in the global
# variable 'ticks', which represents simulated time in milliseconds.
#