-
一个五子棋游戏,AI算法写的很好。这个而且界面做的很漂亮,想研究AI算法的可以看看。...
一个五子棋游戏,AI算法写的很好。这个而且界面做的很漂亮,想研究AI算法的可以看看。-A welcome to play, AI algorithm to write well. Interface to do this and that is very beautiful, want to study AI algorithms can look at.
- 2022-07-10 02:53:09下载
- 积分:1
-
计算机网络课后习题答案.
但是不是十分完整.
希望对大家学习好网络有帮助.
谢希仁!...
计算机网络课后习题答案.
但是不是十分完整.
希望对大家学习好网络有帮助.
谢希仁!-after-school computer network Exercises answer. But not very complete. We hope to learn a good network helped. Xie Greek Hui!
- 2023-04-01 12:00:02下载
- 积分:1
-
Singular Value Decomposition matlab procedures, SVD can use this procedure in ad...
奇异值分解的matlab程序,可以利用此svd程序对一维信号进行除噪运算。-Singular Value Decomposition matlab procedures, SVD can use this procedure in addition to one-dimensional signal-noise computing.
- 2022-02-13 05:34:39下载
- 积分:1
-
网络版珠宝大对决。
Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightSer...
网络版珠宝大对决。
Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightServer
BIN目录为运行程序的目录
执行顺序
先运行bin目录下的服务端CenterServer.exe
此程序是登陆服务器 负责在线服务信息的路由。
bin目录下的服务端GemFightGameServer.exe
此程序是游戏服务器 负责珠宝大对决的游戏信息处理信息。
Bin客户端Client.exe
这个就是客户端了也就是游戏大厅 运行后
输入登陆服务器IP即可
账号可以使用 1~5登陆密码和账号相同
登陆后选择珠宝大对决服务器 任意加入2张桌子选择举手,双方都举手后即可开始2人对战。支持多人游戏。
-network version of a showdown between jewelry. Sources directory of the source code, All modules contain public BaseClass | client services DLL GemFight | server Ge mFightServer BIN directory for the program to run the list of first order of operation under the bin directory server CenterServer.exe this procedure is landing server online information service routing . The bin directory server GemFightGameServer.exe this procedure is the game Jewelry server for a showdown between the game of information processing. Bin client Client.exe the client is a games hall is running after importation Teng Lu IP server can a
- 2023-04-13 04:40:04下载
- 积分:1
-
c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。...
c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。-c of a typical application is dll call, like how good call dll procedures, the procedures for reading you will greatly benefit.
- 2022-04-17 11:49:51下载
- 积分:1
-
教鞭驱动程序的发送端、接收端、双机串口通信仿真
教鞭驱动程序的发送端、接收端、双机串口通信仿真-Pointer to send the driver side, the receiving end, dual serial communication simulation machine
- 2023-06-05 11:40:03下载
- 积分:1
-
对游戏引擎有初步的认识!对开发游戏有很大的帮助作用
对游戏引擎有初步的认识!对开发游戏有很大的帮助作用-On the game engine has a preliminary understanding! On the development of the game has a lot of help
- 2022-01-31 03:03:27下载
- 积分:1
-
串口测试,基于VC++,多线程编程,可同时测量四个串口
串口测试,基于VC++,多线程编程,可同时测量四个串口-Serial test, based on VC++, multi-threaded programming, which can measure four serial ports
- 2022-03-20 08:48:17下载
- 积分:1
-
项目名称:科学计算器
姓名:刘博
学号:03031147
班级:能动35
完成时间:2004...
项目名称:科学计算器
姓名:刘博
学号:03031147
班级:能动35
完成时间:2004-11-29
指导教师:罗建军
一.项目背景:
1.背景简介
我们在学习生活中,常会遇到一些繁杂的数值运算,尤其是遇到正弦、余弦、对数等手算困难的运算时,这时候我们就必须用到科学计算器,所以我便着手开发了这个计算器程序,以便用于自己的学习工作。
2.项目目标
编写一个能进行科学计算的计算器程序。
要求:
输入:被计算的数据
输出:计算结果
3.运行环境
1 硬件:
PIII 计算机(CPU 主频 550MHz以上、128MB内存)
2 软件
Windows XP 操作系统
Visual C++ 6.0
二.算法描述
1 选用对话框,并加入控件,做好计算器可视的外表。
2 给控件添加属性中的ID和名称。
3 在CCaculateDilg类中添加主要程序代码。
4 数字的输入
这个计算器应用程序实现的是顺序连接计算,即按照计算数和计算符的输入次序进行计算,知道按下"="按钮为止完成一次计算过程.过程可分为三个步骤:一是对计算数和计算符的输入处理 二是对计算的处理 三是对显示的处理.
1.处理输入
在程序中使用m_operand来储存当前的输入.每次输入时都必须将输入的数字累
- 2022-08-23 23:54:45下载
- 积分:1
-
此程序是无刷电机控制程序,在实物中以经调试通过.各项性能指标均合格.
此程序是无刷电机控制程序,在实物中以经调试通过.各项性能指标均合格.-This program is brushless motor control program, in-kind in order by the debug through. The performance indicators are satisfactory.
- 2023-01-16 17:40:04下载
- 积分:1