If the hardware can handle the defined fps , no problem .
若果硬件能跟上定义好的fps,那没问题。
Research on a new marine drug - fps in treating chronic renal failure .
治疗慢性肾衰的海洋新药fps的研究。
Making the game state independent of the fps seems to be the best implementation for a game loop .
在游戏循环中,让游戏状态独立于fps看上去是最好的实现方法。
Another implementation of a game loop is to let it run as fast as possible , and let the fps dictate the game speed .
另一种游戏循环的实现就是让其尽可能快地运行,然后让fps控制游戏速度。
Making the fps dependent on a constant game speed is a solution that is quickly implemented and keeps the game code simple . But there are some problems : defining a high fps will pose problems on slower hardware , and defining a low fps will waste visual appeal on fast hardware .