-
Delphi纸牌游戏动画特效
一个基于Delphi编写的纸牌游戏动画特效,并不是一个完整的游戏,而是生成的纸牌动态效果,和图像处理有关的一个Delphi范例,如演示截图所示,生成的动画 效果还是挺不错的,或许可作为某方面的借鉴。部分代码如下:
FCardId:Cardinal ; //扑克的编号,0-51为各花色的1-K,52为大王,53小王
FFaceUp:bool; //是否正面朝上
procedure SetCardId(id:Cardinal);//设置扑克牌的编号
procedure SetFaceUp(Flag:Bool); //设置是否正面朝上
function GetValue:integer; //得到扑克牌的点数
function GetSuit:TCardSuit; //得到扑克牌的花色
procedure Paint; override; //画扑克牌的程序
constructor Create(AOwner:TComponent);overload;override; //构造函数
constructor Create(AOwner:TComponent;Id:Cardinal);overload;
procedure SetCard(Suit:TCardSuit;Value:Cardinal); //设置扑克牌的编号
property CardId:Cardinal read FCardId write SetCardId; //扑克牌编号
property FaceUp:bool read FFaceUp write SetFaceUp default False; //正面朝上
property Value:integer read GetValue; //扑克的点数,只读
property Suit:TCardSuit read GetSuit; //扑克的花色,只读
- 2022-01-26 05:07:33下载
- 积分:1
-
3D峰面
3D空间的RRT避障算法,通过仿真可以找到一条有效路径(RRT obstacle avoidance algorithm in 3D space can find a valid path through simulation)
- 2018-06-13 18:50:20下载
- 积分:1
-
inversion
该算法可以反演计算二维地质模型的表面重力值和重力异常(The algorithm can calculate the surface gravity two-dimensional geological model and gravity anomaly)
- 2017-11-02 17:41:49下载
- 积分:1
-
很普通的一个管理系统 也没有什么好说的了
很普通的一个管理系统 也没有什么好说的了-A very common management system of the Nothing to say
- 2022-03-24 15:43:32下载
- 积分:1
-
C# 屏蔽热键或组合键
C# 屏蔽热键,程序将判断热键是否为组合键,判断当前键是否为屏蔽的热键,判断当前键是否为自定义的热键,加载键盘的按下事件,加载键盘的松开事件,加载键盘的单击事件,对记录屏蔽热键的数组进行初始化。。。程序中有一个自定义函数比较实用,用于屏蔽指定的系统热键,以及执行自定义热键,请下载源码查看。
- 2022-03-25 01:48:56下载
- 积分:1
-
PIC Singlechip PICC environment PIC18Fxx2 Series Universal header files
PIC单片机PICC环境下PIC18Fxx2系列通用头文件-PIC Singlechip PICC environment PIC18Fxx2 Series Universal header files
- 2022-03-20 22:28:15下载
- 积分:1
-
五子棋网络对战
说明: 游戏代码包含两部分,常规的C/S模式(C代表客户端,S代表服务端)
下载代码后先启动服务器,服务器正常启动后,你会在控制台看到相关的日志(这里注意,服务器是没有做界面管理的),接着启动客户端(可以启动多个客户端),连接服务器后点击菜单栏联网、对战、匹配等操作(The game code consists of two parts, the conventional C/S mode (C represents the client, S represents the server)
After downloading the code, start the server first. After the server starts normally, you will see the relevant logs in the console (note that the server does not do interface management), then start the client (can start multiple clients), connect the server and click on the menu bar to connect, fight, match and other operations.)
- 2020-06-20 12:20:02下载
- 积分:1
-
Emv Reader Writer v8.6
说明: emv software for computers
- 2020-07-03 12:22:18下载
- 积分:1
-
一种快速准确的网络入侵检测系统
- 2022-02-05 09:00:19下载
- 积分:1
-
博弈论
说明: 详细讲解博弈论的好文章,对学习博弈论有很大的作用(A good article explaining game theory in detail)
- 2020-05-05 08:41:40下载
- 积分:1