代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/168218/9931803
cpp dsimul.cpp
// simulated pointer dual available space lists
#include
#include "dsimul.h"
void main(void)
{
int x;
SimSpace L(5);
x = L.Allocate();
cout
www.eeworm.com/read/168218/9931823
cpp simul.cpp
// test simulated pointers
#include
#include "simul.h"
void main(void)
{
int x;
SimSpace L(5);
x = L.Allocate();
cout
www.eeworm.com/read/168218/9932822
cpp dsimul.cpp
// simulated pointer dual available space lists
#include
#include "dsimul.h"
void main(void)
{
int x;
SimSpace L(5);
x = L.Allocate();
cout
www.eeworm.com/read/166836/9995607
m sa.m
% Main Program sa.m
Tinit=120; % Initial Simulated Temperature
l=0.98; % Temperature Decrement Parameter
Tfinal=0.00001; % Final Temperature
x=-1:0.1:1; % Computation and Display of objecti
www.eeworm.com/read/362142/10016384
m get_time.m
function t=get_time
% Return the value of running time
%Can be used for simulation or real time -- comment out appropriate
% sections for each use
% Simulation section
global tstep
% For rea
www.eeworm.com/read/362142/10016412
m get_time.m
function t=get_time
% Return the value of running time
%Can be used for simulation or real time -- comment out appropriate
% sections for each use
% Simulation section
global tstep
% For rea
www.eeworm.com/read/360770/10079060
m e681.m
%------------------------------------------------------------------
% Example 6.8.1: Simulated Annealing
%------------------------------------------------------------------
clc
clear
gl
www.eeworm.com/read/358191/10194136
cpp simul.cpp
// test simulated pointers
#include
#include "simul.h"
void main(void)
{
int x;
SimSpace L(5);
x = L.Allocate();
cout
www.eeworm.com/read/358191/10194630
cpp dsimul.cpp
// simulated pointer dual available space lists
#include
#include "dsimul.h"
void main(void)
{
int x;
SimSpace L(5);
x = L.Allocate();
cout
www.eeworm.com/read/161587/10393612
cpp simul.cpp
// test simulated pointers
#include
#include "simul.h"
void main(void)
{
int x;
SimSpace L(5);
x = L.Allocate();
cout