-
FlappyBird源代码
FlappyBird C++实现源代码本项目仅限VS2012或更高版本编译。非VS2012需要自行重新编译fancy2d。本源码仅作学习交流之用,源代码可以任意引用,对于其中潜在的BUG本人概不负责。游戏中资源来自原版安卓游戏,若需使用请联系原作者。===== 项目文件夹 =====fancy2d f2d底层图形库FlappyBird 游戏源代码by CHU 2014/2/16
- 2022-03-30 18:52:36下载
- 积分:1
-
1、BOOTSECT.BIN
功能:1.44M软盘的引导扇区中的文件
源代码文件:BOOTSECT.ASM
编译方法 nasm bootsect...
1、BOOTSECT.BIN
功能:1.44M软盘的引导扇区中的文件
源代码文件:BOOTSECT.ASM
编译方法 nasm bootsect.asm -o bootsect.bin
2、WRBOOT.COM
功能:将BOOTSECT.BIN 写到软盘的引导扇区
源代码文件:WRBOOT.ASM
编译方法 nasm wrboot.asm -o wrboot.com
使用方法:将BOOTSECT.BIN 与WRBOOT.COM
置于同一目录下,软驱中插入软盘,执行WRBOOT.COM
3、OS.PCS
功能:操作系统的任务切换演示
源代码文件:PCS.ASM
编译方法 nasm pcs.asm -o os.pcs
使用方法:将OS.PCS拷贝到引导扇区为BOOTSECT.BIN的软盘上,设定从软驱启动计算机,重新启动计算机,电脑启动成功后可运行OS.PCS文件以显示任务切换。
-1, BOOTSECT.BIN features: 1.44M floppy disk boot sector of the document source code files: BOOTSECT.ASM compiler methods nasm bootsect.asm-o bootsect.bin2, WRBOOT.COM features: The floppy disk BOOTSECT.BIN wrote the guide Sector source code files: WRBOOT.ASM compiler methods nasm wrboot.asm-o wrboot.com use Methods: BOOTSECT.BIN with WRBOOT.COM under the same directory, insert the floppy diskette, the implementation of WRBOOT.COM3, OS.PCS functions: task switching operating system demo source code files: PCS.ASM compiler methods nasm pcs.asm-o os.pcs use
- 2022-03-26 13:01:00下载
- 积分:1
-
VC下实现正则表达式的基本功能,可以根据定义的reg expressions解析日志,提取相应提取项,本人在MFC下测试通过....
VC下实现正则表达式的基本功能,可以根据定义的reg expressions解析日志,提取相应提取项,本人在MFC下测试通过.-under VC expression is the basic functions under the definition of analytic expressions reg logs extracted from the corresponding item, I MFC test.
- 2022-07-01 02:48:49下载
- 积分:1
-
图像驱动
图像驱动-Image driver
- 2022-02-12 08:44:30下载
- 积分:1
-
自己的小程序,入门学习的,可能对大家有用~!
自己的小程序,入门学习的,可能对大家有用~!-Own procedures, entry of the study may be useful to everyone ~!
- 2022-02-15 09:02:57下载
- 积分:1
-
dbau1200 RMI AMD updated sound driver
dbau1200 RMI AMD updated sound driver
- 2022-02-03 19:07:58下载
- 积分:1
-
ACM中常用的算法思想与常用算法,是本人自己精心收集的,其中含清华ACM训练时候的笔迹,对ACM的人员是极佳的参考资料...
ACM中常用的算法思想与常用算法,是本人自己精心收集的,其中含清华ACM训练时候的笔迹,对ACM的人员是极佳的参考资料-ACM commonly used algorithm commonly used algorithms and thinking, is my own collection of carefully, with Tsinghua ACM training when the handwriting on the staff ACM is an excellent reference
- 2022-01-25 20:35:18下载
- 积分:1
-
用c语言编写的产生正态随机数的源代码:
算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。
算法二用到了数学中的雅可比变...
用c语言编写的产生正态随机数的源代码:
算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。
算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时
会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the random function, with large numbers theorem can be simulated normal distribution. Mathematical algorithms used in the two Jacobi transformation, directly generate a normal distribution, but this algorithm is very large in the calculation occurs when the number of overflow error.
- 2023-07-12 06:00:04下载
- 积分:1
-
我自己编的基于对话框的计算器,希望给你带来帮助
我自己编的基于对话框的计算器,希望给你带来帮助-A calculator based on the dialog class . I hope that it would give you some help.
- 2023-03-26 23:30:03下载
- 积分:1
-
使用单独线程实现的计时器
使用单独线程实现的计时器-The example of implementing times using single thread
- 2022-04-19 19:06:32下载
- 积分:1