代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/320625/13421082
html mainfacetest.html
COG 2.0: boudnary conditions
next
COG 2.0: Setting boundary conditions
Regions have boundaries between them and outer boundaries. F
www.eeworm.com/read/316950/13513867
m floatexample.m
echo on
% This script shows how to use the ga using a float representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Setting the seed to t
www.eeworm.com/read/316950/13513870
m orderbasedexample.m
echo on
% This script shows how to use the ga using an order-based representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global distMatrix
% Setting the
www.eeworm.com/read/316950/13513893
m binaryexample.m
echo on
% This script shows how to use the ga using a float representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Setting the seed back
www.eeworm.com/read/316211/13528386
asm initc5402.asm
.global _InitC5402
.global _OpenMcBSP
.global _CloseMcBSP
.global _WRITEAD50
.include MMRegs.h
_InitC5402:
NOP
LD #0, DP ; reset data–page pointer
STM #0, CLKMD ; software setting of
www.eeworm.com/read/316210/13528397
asm initc5402.asm
.global _InitC5402
.global _OpenMcBSP
.global _CloseMcBSP
.global _READAD50
.include MMRegs.h
_InitC5402:
NOP
LD #0, DP ; reset data–page pointer
STM #0, CLKMD ; software setting of
www.eeworm.com/read/316047/13531345
m floatexample.m
echo on
% This script shows how to use the ga using a float representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Setting the seed to t
www.eeworm.com/read/316047/13531348
m orderbasedexample.m
echo on
% This script shows how to use the ga using an order-based representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global distMatrix
% Setting the
www.eeworm.com/read/316047/13531371
m binaryexample.m
echo on
% This script shows how to use the ga using a float representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Setting the seed back
www.eeworm.com/read/315728/13537622
m segymatdemo1.m
% SegyMATdemo1 : Creates, Reads and plots a Segy File;
% load test data set
load Clown;
% choose a file name;
file='segy_test.sgy';
% Write segy file, using default setting
WriteSegy(file,X);
% Re