ga.fx
来自「about the basic GA in the VC++ using GPU」· FX 代码 · 共 25 行
FX
25 行
float pw;
float ph;
float dw;
float dh;
float w;
float h;
float2 offset1;
float2 offset2;
float pCross;
float pMutation;
float4x1 mat = {1,1,1,1};
#include"Sampler.fx"
#include"ps_fit.fx"
#include"ps_bestIndex.fx"
#include"ps_best.fx"
#include"ps_select.fx"
#include"ps_cross.fx"
#include"ps_mutation.fx"
#include"ps_result.fx"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?