帧率是每秒图像的数量,一帧就是一副静止的画面,连续的帧就形成动画,如电视图象等。我们通常说帧数,简单地说,就是在1秒钟时间里传输的图片的帧数,也可以理解为图形处理器每秒钟能够刷新几次,通常用fps(Frames Per Second)表示。每一帧都是静止的图象,快速连续地显示帧便形成了运动的假象。高的帧率可以得到更流畅、更逼真的动画。每秒钟帧数 (fps) 愈多,所显示的动作就会愈流畅。
...
分类:
其他好文 时间:
2014-11-14 15:40:16
阅读次数:
153
//exercise 6.1package second;import java.util.Scanner;public class first { /** * @param args */ public static void main(String[] args) {...
分类:
编程语言 时间:
2014-11-13 14:16:42
阅读次数:
291
#飘红部分为变量test_url="http://test"body_hash={"value"=>100, "year"=>2014, "month"=>11, "day"=>12, "hour"=>16, "minute"=>9, "second"=>0, "host"=>"test"}body...
分类:
编程语言 时间:
2014-11-13 12:13:39
阅读次数:
196
Machine
Time Limit: 2 Seconds Memory Limit: 65536 KB
In a typical assembly line, machines are connected one by one. The first machine's output product will be the second machine's raw mater...
分类:
系统相关 时间:
2014-11-12 16:30:03
阅读次数:
173
alarm(设置信号传送闹钟)相关函数signal,sleep表头文件#include定义函数unsigned int alarm(unsigned int seconds);函数说明alarm()用来设置信号SIGALRM在经过参数seconds指定的秒数后传送给目前的进程。如果参数second....
分类:
其他好文 时间:
2014-11-10 06:25:42
阅读次数:
291
题目来源:树中的最长路解题思路:枚举每一个点作为转折点t,求出以t为根节点的子树中的‘最长路’以及与‘最长路’不重合的‘次长路’,用这两条路的长度之和去更新答案,最终的答案就是这棵树的最长路长度。只要以类似后序遍历的方式依次访问每个结点,从下往上依次计算每个结点的first值和second值,我就能...
分类:
其他好文 时间:
2014-11-08 22:05:53
阅读次数:
335
select student.sno,sname,ssex,sage,sdept,cno,gradefrom student,scwhere student.sno=sc.sno//?查询每个学生及其选课情况;select first.cno,second.cpnofrom course first...
分类:
数据库 时间:
2014-11-07 14:35:11
阅读次数:
356
[iPhone类代码]计算时间,month,week and day,hour , minutes and second//initializtion parameterNSCalendar *calendar = [[NSCalendar alloc] initWithCalendarIdenti...
分类:
其他好文 时间:
2014-11-06 21:49:24
阅读次数:
179
1、PHP获得用户端数据的三个来源:get post cookie2、$_GET的用法,$_GET是通过url来获得值的,所以,我么这里建立两个最简单的网页,first_page.php 和second_page.phpfirst_page.php1 5 >second_page.php strin...
分类:
Web程序 时间:
2014-11-06 19:54:44
阅读次数:
162
Arrange the Schedule
Time Limit: 1 Second Memory Limit: 65536 KB
In Summer 2011, the ZJU-ICPC Team has a n-days training schedule. ZJU-ICPC Team has been divided into 4 Group: Akiba, BiliBi...
分类:
其他好文 时间:
2014-11-05 21:37:51
阅读次数:
284