-
This is the classic Snake game code, VC series, and they hope to help everyone
这是经典的贪吃蛇游戏的代码,VC编的,希望对大家有帮助-This is the classic Snake game code, VC series, and they hope to help everyone
- 2022-01-26 03:04:05下载
- 积分:1
-
USB工具USB开发工具
usb开发工具 usb开发工具-usb tools usb development tools
- 2022-04-15 16:05:20下载
- 积分:1
-
关于RS 编解码的资料!
关于RS 编解码的资料! -On the RS codec information!
- 2022-05-07 19:52:53下载
- 积分:1
-
这是一个用powerbuilder做的成绩管理系统,能实现插入、删除、查询等功能。...
这是一个用powerbuilder做的成绩管理系统,能实现插入、删除、查询等功能。-This is a powerbuilder do with the performance management system, able to insert, delete, For inquiries, and other functions.
- 2023-08-30 10:05:05下载
- 积分:1
-
生成一个高斯水印后,对待嵌入水印的载体图像进行二维的DCT变换,然后嵌入水印...
生成一个高斯水印后,对待嵌入水印的载体图像进行二维的DCT变换,然后嵌入水印-Generates a Gaussian watermark, the watermark embedded in the carrier to treat two-dimensional image of the DCT transform, and then embedding the watermark
- 2022-03-25 18:46:23下载
- 积分:1
-
本程序是用SDK写的俄罗斯方块,得分与速度和一次消的行数有关,本人初学VC++写了一差不多一个月才写出来站长一定要用哦!...
本程序是用SDK写的俄罗斯方块,得分与速度和一次消的行数有关,本人初学VC++写了一差不多一个月才写出来站长一定要用哦!-this program is written in Russian SDK squares with the speed and scoring a few Cancellation of the trip, I was learning a VC almost one month before they write head must use!
- 2022-03-06 01:34:37下载
- 积分:1
-
extaspnet extaspnet extaspnet
ExtAspNet ExtAspNet ExtAspNet- ExtAspNetExtAspNetExtAspNet
- 2022-03-11 05:21:51下载
- 积分:1
-
I wrote a MS
我写了个和MS的扫雷长象和玩法都一样,但我的有以下特别功能: 1 开始游戏第一下永远不会点到雷 2 (保存/恢复 )可以在任何时候保存游戏状态,可在任何时候恢复 3 100% 纯 JAVA 编写, 可以在任何系统上运行,比如苹果电脑和LINUX等 4 100% 公开源代码 这个游戏基于MVC架构编写. 把jar文件默认打开程序设为JAVA虚拟机,就可双击JMinesweeper来启动游戏,如果没有装JAVA虚拟机可以去SUN的主页上下载: http://jdl.sun.com/webapps/download/AutoDL?BundleId=9992 把JMinesweeper.jar用WinRAR或WinZip解压后,可以在解压文件夹中找到这个游戏的所有源码。-I wrote a MS-like mine, and games are played are the same, but I have the following functions : starting a game will never be the first to mine two points (preservation/restoration) can be preserved at any time, the game may be resumed at any time 3100% Pure Java prepared, any system running, such as Linux and Apple Computer as 4,100% of the open-source MVC framework based on the game prepared. put jar document procedures set by default to open Java Virtual Machine, JMinesweeper can double-click to start the game, if not installed Java Virtual Machine can go to the home page of the Sun Download : http://jdl.sun.com/webapps/download/AutoDL BundleId = 9992 J
- 2022-03-11 13:54:32下载
- 积分:1
-
VB编写的推箱子游戏
利用VB开发的推箱子小游戏,支持自定义地图及关卡。可完美编译运行,是学习游戏开发的好材料。
- 2023-05-30 10:30: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