randgen.cxx
来自「模拟退火算法来源于固体退火原理」· CXX 代码 · 共 15 行
CXX
15 行
// randgen.c++// (c) Copyright 1994, Everett F. Carter Jr.// Permission is granted by the author to use// this software for any application provided this// copyright notice is preserved.static const char rcsid[] = "@(#)randgen.c++ 1.5 14:38:16 7/25/94 EFC";#include <randgen.hpp>ostream* RandomGenerator::ostr = &cerr;// everything else is either inline or pure virtual
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?