-
服务 客户端 socket
服务端为win32服务程序, 用cmd命令安装 jrserver -i 或 jrserver -u删除,客户端与服务端采用socket连接,
客户端用配置文件保存服务器端口和地址和登录账号,服务装在其他电脑上需配置IP,服务端可以连接sql数据库,需要修改连接字符
- 2022-03-19 20:12:41下载
- 积分: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
-
VC源码完全模仿OICQ的界面的程序,做界面的可以下载看下。
VC源码完全模仿OICQ的界面的程序,做界面的可以下载看下。 -VC-source interface OICQ fully mimic the procedure, and can be downloaded facie interface.
- 2023-04-10 20:55:24下载
- 积分:1
-
使用循环神经网络和动态神经网络算法实现的综合股票分析预测程序,程序可以自动从网上下载最新数据并分析,得出的结果可以以图形/数字显示或保存在CSV文件中...
使用循环神经网络和动态神经网络算法实现的综合股票分析预测程序,程序可以自动从网上下载最新数据并分析,得出的结果可以以图形/数字显示或保存在CSV文件中
-use of recycled neural networks and dynamic neural network algorithm to achieve the comprehensive analysis of stocks procedures, procedures can be automatically downloaded from the Internet the latest data and analysis, the result can be a graphic/digital display or stored in CSV document
- 2023-04-13 04:55:03下载
- 积分:1
-
ModemInfo.rar, access to Modem Information Visual C++ class, welcome to download...
ModemInfo.rar,获取Modem信息的Visual C++类,欢迎下载!-ModemInfo.rar, access to Modem Information Visual C++ class, welcome to download!
- 2022-03-19 03:45:03下载
- 积分:1
-
book on the case, the University of the right to upload the learning needs of le...
书上的例子,上传给大学右需要的学习学习,是本人学习过程中的作品-book on the case, the University of the right to upload the learning needs of learning, and I am learning process works
- 2022-07-19 12:47:09下载
- 积分:1
-
文件打包器sdfa sdfasdf
文件打包器sdfa sdfasdf-asdfasdfasdfasdfaasdfa
- 2022-08-13 19:06:07下载
- 积分:1
-
自己出于爱好编写的俄罗斯方块程序,基于mfc,综合了网上一些源码的优点,程序中附有详细的解释,能够帮初学者快速入门学习...
自己出于爱好编写的俄罗斯方块程序,基于mfc,综合了网上一些源码的优点,程序中附有详细的解释,能够帮初学者快速入门学习-their preparation for the Russian-loving squares procedure, based on mfc, integrated online source some of the advantages of proceeding with a detailed explanation to help beginners learn Quick Start
- 2022-12-06 06:30:03下载
- 积分:1
-
16进制activex控件串口助手,MFC,VS2010
16进制activex控件串口助手,采用activex控件,实现了16进制数据接收与发送,开发工具为vs2010,基于对话框
- 2022-02-02 14:16:32下载
- 积分:1
-
demo for using gnuplot within a python program
demo for using gnuplot within a python program
- 2022-02-20 13:00:57下载
- 积分:1