-
CRT在计算机上的运行问题,可解决N个同余式组的问题
CRT在计算机上的运行问题,可解决N个同余式组的问题-CRT running on the computer problem
- 2023-05-14 22:25:02下载
- 积分:1
-
比较SELECTIONSORT、INSERTIONSORT、BOTTOMUPSORT、MERGESORT、QUICKSORT五种排序算法的平均比较次数。...
比较SELECTIONSORT、INSERTIONSORT、BOTTOMUPSORT、MERGESORT、QUICKSORT五种排序算法的平均比较次数。-Comparing SELECTIONSORT, INSERTIONSORT, BOTTOMUPSORT, MERGESORT, QUICKSORT five kinds of sorting algorithms compare the average number of times.
- 2022-01-26 02:10:20下载
- 积分:1
-
recently wrote a small management software, in the initial pages LOGO Lane joine...
最近写了一个小的管理软件,在初始页LOGO里加入了视频,这里正好由于公司做图形这块,于是这里就牵涉到了这个视频文件的保密问题, 其实也没什么,但是这个小文件虽然简单,但也不能让他们自己拿出去做广告吧,因为是免费提供给他们的.这里讨论一下文件的保密,希望有兴趣的朋友一起来讨论一下.
-recently wrote a small management software, in the initial pages LOGO Lane joined the video, here precisely because of this company to do graphics, so here involves a video document of this confidential, in fact, have nothing, but this little document is simple, but we will not let go of their own show advertise it, because it is free for them. here to discuss the confidential document, with the hope of an interest in the friends together to discuss the issue.
- 2023-05-10 15:15:02下载
- 积分:1
-
一个关于VFP对OUTLOOK直接操控的小功能
一个关于VFP对OUTLOOK直接操控的小功能-OUTLOOK on VFP direct manipulation of the small function
- 2022-03-23 19:42:52下载
- 积分:1
-
winphone应用软件
是一个windows phone开发的应用软件,用于winphone的手机上
代码:
- 2022-03-20 18:14:39下载
- 积分:1
-
图像匹配源代码
影像匹配的源代码-image matching source code
- 2022-06-29 14:27:48下载
- 积分:1
-
VC的条码生成器源代码
VC的条码生成器源代码-VC barcode generator source code
- 2022-07-18 20:49:54下载
- 积分:1
-
Basic MP3 player. a basic mp3 player in Visual Basic 6
Basic MP3 player. a basic mp3 player in Visual Basic 6
- 2022-09-19 18:15:03下载
- 积分:1
-
can be used to steal both Windows fonts into the next stall graphics
可用于将两个Windows字体盗用到下一个stall图形中
- 2022-05-13 11:14:30下载
- 积分:1
-
迷宫追寻小游戏 C++MFC
应用背景
这个游戏为玩家控制红色方块,去吃掉棕色,绿色,蓝色的方块,一旦一个方块被吃,便会自动生成另一个相同颜色的方块。直到游戏时间结束为止。
程序函数功能:
ondraw函数:
显示游戏界面(用画刷刷成白色),显示地图(黑色),显示食物0,1,2(分别为:棕色,绿色,蓝色),显示玩家(红色)
显示文字,时间,分数。
OnEraseBkgnd函数:
用来更新窗口背景,游戏以位图为窗口背景。
OnGameStart函数:
关联窗口菜单中的开始游戏。包括:
IniGame();(初始化游戏)
m_nGameStatus=1;(游戏状态1,开始)
SetTimer(1,100,NULL);(定时器0.1秒执行一次OnTime)
Invalidate();(转向OnDraw)
IniGame函数:
初始化游戏,确定游戏显示位置,确定玩家初始位置,转向IniAim函数
IniAim函数:
初始化目标,这里的三个目标的位置为随机产生。
OnKeyDown函数:
监控设备按下的键,确定玩家移动方向。
ReDisPlay函数:
重画点所在的小方块。减少对Invalidate()的调用,使屏幕不太闪硕。
OmTimer函数:
完成时间的计算。
关键技术游戏中的人工智能:
棕色方块的移动算法为基本寻路算法—物体沿着墙走。
绿色方块的移动算法为基本的逃避算法—物体总会向玩家的反方向移动。
蓝色方块的移动算法为漫游算法—随机产生一个方向值,物体移动的方向不
- 2022-03-23 18:25:51下载
- 积分:1