-
酒店时钟源码
应用背景
定义一个类Clock
属性有hour、minute、second
功能有display(显示时间)、set(设置时间)和tick(走一秒)
为Clock添加静态成员count,并初始化,在测试代码中先后声明两个钟
2、类的组合:定义Time类,定义Clock2,属性为Time型变量time
3、(从1中)派生一个类HotelClock
属性有hour、minute、second、city(注意:属性继承v.s.新增)
功能有display、set和tick(注意:哪些功能需要重写)
测试代码中声明一个长度为3的HotelClock数组,分别存北京、东京(比北京晚1个小时)和纽约时间(比北京早15个小时),并输出。
4、为HotelClock类重载
- 2023-04-03 23:50:04下载
- 积分:1
-
protel dxp 实 例 5
protel dxp 实 例 5- protel dxp 实 例 5
- 2022-04-06 21:17:53下载
- 积分:1
-
pc.c是移植于μCOS
pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include "includes.h"改为"config.h" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOSReturn()、PC_DOSSaveReturn()、PC_SetTickRate()(删除)、PC_VectGet()(删除)和 PC_VectSet(删除)。 5、因为定时器不同所作的修改,影响的函数: PC_ElapsedStart()和PC_ElapsedStop()。 6、因为实时时钟不同所作的修改,影响的函数:PC_GetDateTime()。-pc.c is transplanted COS-II PC service code (pc.c) major changes : 1,# include "includes.h" with "config.h" two, displayed on the screen changed to UART0 send data on the computer, the function : PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr (), and PC_DispStr () 3, access keys to read from UART0 acquisition, the function : PC_GetKey () 4 because no dos environment changes, it will affect the function : PC_DOSReturn (), PC_DOSSaveReturn (), PC_SetTickRate () (deleted), PC_VectGet () (deleted) and PC_VectSet (deleted). 5, becaus
- 2022-12-20 12:30:03下载
- 积分:1
-
自动聊天机器人
自动聊天机器人 -automatic chatting robot automatically chatting robot
- 2022-02-21 19:29:50下载
- 积分:1
-
七彩俄罗斯方块,用c语言写的。
七彩俄罗斯方块,用c语言写的。-Discus Russian squares with c written language.
- 2022-02-05 18:25:25下载
- 积分:1
-
源码
源码-source
- 2022-05-21 16:07:15下载
- 积分:1
-
city housing provident fund management center, a good database! Provide for your...
某市住房公积金管理中心系统,很好的数据库!提供给大家参考!-city housing provident fund management center, a good database! Provide for your reference!
- 2022-02-04 02:57:52下载
- 积分:1
-
设计一个鼠标程序,在按下Ctrl键的同时按下鼠标左键,在窗口中拖动鼠标,可以画出一个圆;在按下Shift键的同时按下鼠标左键,在窗口中拖动鼠标,画出一个矩形。...
设计一个鼠标程序,在按下Ctrl键的同时按下鼠标左键,在窗口中拖动鼠标,可以画出一个圆;在按下Shift键的同时按下鼠标左键,在窗口中拖动鼠标,画出一个矩形。-The design of a mouse procedures, press the Ctrl key while pressing the left mouse button, drag the mouse in the window, you can draw a circle in pressing Shift key while pressing the left mouse button, drag the mouse in the window , draw a rectangle.
- 2023-08-03 18:50:03下载
- 积分:1
-
1.Src目录
加油站管理系统的源代码,是用VisualC++6开发;
2.Database目录
加油站管理系统所用到的数据库,运行加油站管理...
1.Src目录
加油站管理系统的源代码,是用VisualC++6开发;
2.Database目录
加油站管理系统所用到的数据库,运行加油站管理系统之前请先使用SQL Server 2000的查询分析器创建此数据库。在SQL SERVER2000的查询分析器中打开sql目录中的"加油站管理系统数据库.txt"文件,全选所有代码后按下F5运行创建运行本程序所需要的数据库。
3.创建数据库后默认的登陆用户可以是:账号1,密码999。
4.运行程序前需要在SQL SERVER2000的企业管理器中将用户sa的密码设置为空。选择《企业管理器》中的《安全性》中的《登录》,双击sa设置密码为空。 -1.Src stations directory management system"s source code is developed using Visual C 6; 2.Database stations directory management system used by the database management system running PFS post before using SQL Server 2000 for the creation of this database analyzer. In SQL Server2000 inquiries analyzer open sql directory of "filling station database management system. Txt "file, the entire election code after all the press F5 operating procedures created by the operation of the database. 3. After creating the database default landing users can be : an account number, password 999. 4. Before running the program in the SQL Server2000 Enterprise Manager users will sa set
- 2022-01-28 05:13:07下载
- 积分:1
-
利用托盘实现屏幕上所有窗口的最小化
利用托盘实现屏幕上所有窗口的最小化- All windows are small using the tray realization screen on
- 2023-05-14 21:55:03下载
- 积分:1