-
任天堂仿真器调试版本可以看到RAM,背景,等等。
任天堂模拟器debug版
可以查看ram,背景等-Nintendo emulator debug version can see ram, background, etc.
- 2022-01-22 07:17:04下载
- 积分:1
-
酒店时钟源码
应用背景
定义一个类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
-
The Multi
The Multi-purpose Clock
- 2022-08-13 11:40:58下载
- 积分:1
-
一个C++.net的华容道游戏, 相信很多朋友都玩过, 在此和大家分享游戏实现源码, 希望大家多多支持....
一个C++.net的华容道游戏, 相信很多朋友都玩过, 在此和大家分享游戏实现源码, 希望大家多多支持.-A C++. Net of Huarong game, I believe many of my friends have played in this game is to achieve and to share source code, I hope everyone can support.
- 2022-03-09 14:20:53下载
- 积分:1
-
MFC source code
MFC入门小程序源代码-MFC source code
- 2022-03-19 18:04:07下载
- 积分:1
-
vc做的一个小游戏。模仿linux下面的一个游戏,消去相同的连通色块,一次消去的越多得分越高,记录保存在注册表中,设置了英雄榜。下次运行的时候,仍然保持了上次的...
vc做的一个小游戏。模仿linux下面的一个游戏,消去相同的连通色块,一次消去的越多得分越高,记录保存在注册表中,设置了英雄榜。下次运行的时候,仍然保持了上次的记录。-vc do a little game. Linux imitate following a game, elimination of the same connectivity and replacing an elimination of the more higher scores, records kept in the registry, set up a hero list. The next runs, remains the last record.
- 2022-04-19 19:13:27下载
- 积分:1
-
辛普森正交复数的常用算法是一种常见的集成我…
复化Simpson求积分,常用算法中很常用的一种积分方法-Complex of Simpson quadrature commonly used algorithm is a common integration method
- 2022-05-25 01:44:50下载
- 积分:1
-
form seismic events with fortran
fortran编写简单的形成地震同相轴,大家需要的可以用下载 用的是雷克子波-form seismic events with fortran
- 2022-03-15 12:09:47下载
- 积分:1
-
用vb实现快速傅立叶变换,运行速度达到最优化,可以c代码媲美,因此可以实现实时傅立叶变换。实现模块化,直接作为一个模块调用即可,非常方便!...
用vb实现快速傅立叶变换,运行速度达到最优化,可以c代码媲美,因此可以实现实时傅立叶变换。实现模块化,直接作为一个模块调用即可,非常方便!-with vb fast Fourier transform, speed of operation to achieve the most optimized code can be comparable to c, it can achieve real-time Fourier transform. To achieve modular, as a direct call modules can be very convenient!
- 2022-03-22 07:18:51下载
- 积分:1
-
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)...
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/
/* Desc: 俄罗斯方块游戏 */
/* Date: 2008.03.12 22:30 */
/********************************/
#include
#include
#include
#include
#include
#include
#define true 1
#define false 0
#define BoardWidth 12
#define BoardHeight 23
#define _INNER_HELPER /*inner helper method*/
- 2022-03-31 10:48:11下载
- 积分:1