搜索资源列表
Clock
- 这是一个时钟显示的小程序,能够显示系统的时钟,界面漂亮-This is a clock display applet that can display system clock, beautiful interface
Clock
- C++ 时钟类的实现,闹钟功能。程序可以自动获取系统时间,也可用户自己设置时间。闹钟通过蜂鸣实现,-Achieve C++ clock class, alarm clock function. Program can automatically obtain the system time, the user can also set up their own time. Achieved by beep alarm,
Clock_project
- 题目:图形时钟 在屏幕上显示一个图形时钟(用程序绘制一个与时钟样式相似即可),时间与系统时间一致,且要随着时间的走动准确的走动。要求将时针、分针、秒针的特性封装成类,并利用继承关系。-Topic: graphical clock Displays a graphical clock on the screen (with the procedures for drawing a style similar to and clock), time and the system tim
watch
- 这是个基于控制台应用程序开发简易钟表运行程序,黑底白字,模仿windows系统屏保时钟制作-This is a simple console application development watches to run the program based on, black bottom mispronounced character, imitation windows screensaver clock making
lab02
- f(n)=f(n-1)+f(n-2) f(0)=f(1)=1,求斐波那契数列第20项,分别用循环和递归的方式,比较时间效率。提示:可以使用c函数clock取出当前系统时间,计算前后各一次,两次相减除以每秒的时钟数,就可以得到以秒为单位的差距-f (n) = f (n-1)+ f (n-2) f (0) = f (1) = 1, Item 20 seeking Fibonacci number Fibonacci sequence that were circulating and recursi