代码搜索:CONCEPTS
找到约 1,063 项符合「CONCEPTS」的源代码
代码结果 1,063
www.eeworm.com/read/100285/6272312
hlp history.hlp
.pgaw:Help.f.t insert end \
"PostgreSQL history\n\n" {title} \
"The Berkeley Postgres project\n" {bold} \
"Implementation of the Postgres DBMS began in 1986. The initial concepts for the system were p
www.eeworm.com/read/227966/6350250
m threshold.m
function a = threshold(dE,T,q)
% Threshold acceptance method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software for infor
www.eeworm.com/read/227966/6350262
m tsallis.m
function a = tsallis(dE,T,q)
% Tsallis acceptance method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software for informati
www.eeworm.com/read/227966/6350271
m metropolis.m
function a = metropolis(dE,T,q)
% Metropolis acceptance method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software for inf
www.eeworm.com/read/227966/6350276
m ensembleinit.m
function [W,Ew,Wbsf,Ebsf,Ea] = ensembleInit(walkers, newstate, X, cost)
% Ensemble initialization method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See htt
www.eeworm.com/read/484851/6575699
m threshold.m
function a = threshold(dE,T,q)
% Threshold acceptance method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software for infor
www.eeworm.com/read/484851/6575711
m tsallis.m
function a = tsallis(dE,T,q)
% Tsallis acceptance method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software for informati
www.eeworm.com/read/484851/6575720
m metropolis.m
function a = metropolis(dE,T,q)
% Metropolis acceptance method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.com/software for inf
www.eeworm.com/read/484851/6575725
m ensembleinit.m
function [W,Ew,Wbsf,Ebsf,Ea] = ensembleInit(walkers, newstate, X, cost)
% Ensemble initialization method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See htt
www.eeworm.com/read/342759/12001169
h ccc_empl.h
#ifndef CCC_EMPL_H
#define CCC_EMPL_H
#include
using namespace std;
/**
A basic employee class that is used in many examples
in the book "Computing Concepts with C++ Essentials"
*/
c