代码搜索:FPS

找到约 859 项符合「FPS」的源代码

代码结果 859
www.eeworm.com/read/379471/9195016

as fps.as

/** * project3D Engine * @author John Sword * @version 2 - AS3 */ package engine.utils { import flash.events.Event; import flash.text.TextField; import flash.utils.getTimer; publ
www.eeworm.com/read/483729/1275644

as fps.as

/* * Copyright 2007 (c) Tim Knip, ascollada.org. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the
www.eeworm.com/read/178865/5312170

as fps.as

import com.gamepackage.events.*; class com.gamepackage.util.FPS { static private var frameTime: Number = 0; static private var ms: Number; static private var checkCall: Call = new Call( FPS
www.eeworm.com/read/315690/3616851

as fps.as

/* * Copyright 2007 (c) Tim Knip, ascollada.org. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the
www.eeworm.com/read/450088/1672518

as fps.as

/* * Copyright 2007 (c) Tim Knip, ascollada.org. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the
www.eeworm.com/read/450088/1672754

as fps.as

/* * Copyright 2007 (c) Tim Knip, ascollada.org. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the
www.eeworm.com/read/431999/1901625

as fps.as

import com.gamepackage.events.*; class com.gamepackage.util.FPS { static private var frameTime: Number = 0; static private var ms: Number; static private var checkCall: Call = new Call( FPS
www.eeworm.com/read/385350/2593063

as fps.as

/* * Copyright 2007 (c) Tim Knip, ascollada.org. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the
www.eeworm.com/read/355021/3066902

as fps.as

/* * Copyright 2007 (c) Tim Knip, ascollada.org. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the
www.eeworm.com/read/189063/8491857

m fps.m

% function fps_num = fps(fit) % 采用适应度比例再生(FPS)选择个体再生转变或交叉 function fps_num = fps(fit) % 计算概率积累 prob=fit./sum(fit); cum_prob=cumsum(prob); % 生成[0,1]随机数 r_num=rand(1); I=find(cum_prob > r_nu