代码搜索:Simulated

找到约 1,823 项符合「Simulated」的源代码

代码结果 1,823
www.eeworm.com/read/300337/3847521

java sbxcrossover.java

/** * SBXCrossover.java * Class representing a simulated binary (SBX) crossover operator * @author Juan J. Durillo * @version 1.0 */ package jmetal.base.operator.crossover; import jmetal.base.*
www.eeworm.com/read/386597/2570132

m stochastic_sa.m

function [patterns, targets] = Stochastic_SA(train_patterns, train_targets, params, plot_on) %Reduce the number of data points using the stochastic simulated annealing algorithm %Inputs: % train_
www.eeworm.com/read/385462/2590271

c test-mmap.c

/* * Small test program to verify simulated mmap behaviour. * * When running qemu-linux-user with the -p flag, you may need to tell * this test program about the pagesize because getpagesize() wil
www.eeworm.com/read/474600/6813448

m stochastic_sa.m

function [patterns, targets] = Stochastic_SA(train_patterns, train_targets, params, plot_on) %Reduce the number of data points using the stochastic simulated annealing algorithm %Inputs: % train_
www.eeworm.com/read/415663/11059475

m visualize.m

function visualize( neighbor_dist, node_coord, beacons, failure_nodes, ... large,show_edges, obstacles) %visualize a simulated topology % large: if to use large circle and plot node number, a
www.eeworm.com/read/113579/15452998

m get_data.m

function [X, y, conf] = get_data(conf, field) % % Get training or test data for a simulated learning problem. % % The input data is returned in X, the output in y. Optional % parameters are controlled
www.eeworm.com/read/429621/8798186

m m6.m

% M file for Project 6 on single-phase induction motor % in Chapter 6. It sets the machine parameters and % also plots the simulated results when used in conjunction % with SIMULINK file s6.m.
www.eeworm.com/read/429611/8799373

h timer.h

#ifndef _TIMER_H #define _TIMER_H #ifndef _GLOBAL_H #include "global.h" #endif /* Software timers * There is one of these structures for each simulated timer. * Whenever the timer is runn
www.eeworm.com/read/282044/9122576

makefile

# Makefile for the C++ version of the Simulated Annealing code # # # To port to your machine: # set CFLAGS for your C compiler # set CC to your C compiler # set CPFLAGS for your C++ compiler # set CPP
www.eeworm.com/read/170101/9820220

makefile

# Makefile for the C++ version of the Simulated Annealing code # # # To port to your machine: # set CFLAGS for your C compiler # set CC to your C compiler # set CPFLAGS for your C++ compiler # set CPP