代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/407834/6919677
h memp_std.h
/*
* SETUP: Make sure we define everything we will need.
*
* We have create three types of pools:
* 1) MEMPOOL - standard pools
* 2) MALLOC_MEMPOOL - to be used by mem_malloc in mem.c
* 3)
www.eeworm.com/read/465445/7055037
h std_pattern.h
#ifndef _GP_STDPATTERN_H
#define _GP_STDPATTERN_H
namespace GP
{
//----------------------------------------------------------------------------------------------
//Singleton
www.eeworm.com/read/433872/7076831
dpr std_dev.dpr
program Std_dev;
uses
Forms,
Unit1 in 'UNIT1.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/461294/7229534
std ga_ini.std
% Initialise Parameters for tree_ga v2.0, then call tree_ga
% Last Modification: 30/5/95
% Population Size
pop_size=25;
% Number of Generations
num_gen=60;
%-------------------------------------
www.eeworm.com/read/461294/7229812
std ga_ini.std
% Initialise Parameters for tree_ga v2.0, then call tree_ga
%
% Author Date Predecessor Modification
% ====== ==== =========== ============
% B.McKay M.Willis
www.eeworm.com/read/392997/7247868
std test.2.std
abcde
Starting memmanager with FIFO
OUTPUT FOR TESTCASE 0
PHYSICAL MEMORY DUMP:
F = Frame Number
V = Virtual Page Number
F 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
V 0 1 88
www.eeworm.com/read/392997/7247874
std test.3.std
abcde
Starting memmanager with SC
OUTPUT FOR TESTCASE 0
PHYSICAL MEMORY DUMP:
F = Frame Number
V = Virtual Page Number
F 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
V 0 1 88 2
www.eeworm.com/read/392997/7247884
std test.4.std
abcde
Starting memmanager with CLOCK
OUTPUT FOR TESTCASE 0
PHYSICAL MEMORY DUMP:
F = Frame Number
V = Virtual Page Number
F 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
V 0 1 88
www.eeworm.com/read/392997/7247891
std test.1.std
abcde
Starting memmanager with NRU
OUTPUT FOR TESTCASE 0
PHYSICAL MEMORY DUMP:
F = Frame Number
V = Virtual Page Number
F 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
V 0 1 88
www.eeworm.com/read/392997/7247894
std test.6.std
abcde
Starting memmanager with AGING
with 5 bits
OUTPUT FOR TESTCASE 0
PHYSICAL MEMORY DUMP:
F = Frame Number
V = Virtual Page Number
F 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1