登录
首页 » 其他 » Delphi纸牌游戏动画特效

Delphi纸牌游戏动画特效

于 2022-01-26 发布 文件大小:48.43 kB
0 73
下载积分: 2 下载次数: 1

代码说明:

一个基于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; //扑克的花色,只读

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 获取本机IP的源码
    C# GetMachineIP 获取本机IP的源码,实现步骤:定义一个变量,用来记录IP地址,System.Net.IPAddress[] addressList = System.Net.Dns.GetHostByName(System.Net.Dns.GetHostName()).AddressList;//获取IP地址列表,然后遍历IP地址列表,获得遍历到的IP地址,最后显示IP地址。
    2022-09-19 12:35:03下载
    积分:1
  • VB检测操作USB弹出实例
    VB检测操作USB弹出实例,比如可检测到U盘是否插入到电脑中,不用时候如何弹出U盘,里面的代码可参考性高,确实不错。程序同时可检测判断磁盘类型,确定哪一个是USB设备。
    2022-10-25 02:35:04下载
    积分:1
  • This is a realization of the J2ME smartphone simulator run by the Russian box sm...
    这是一个J2ME实现的在智能手机模拟器上运行通过的俄罗斯方块小游戏.编译运行环境为eclipse+eclipseme+J2ME wireless Toolkit-This is a realization of the J2ME smartphone simulator run by the Russian box small game. Compiler runtime environment for wireless J2ME eclipse eclipseme Toolkit
    2022-12-22 03:25:03下载
    积分:1
  • MATLAB六体中制备的轨迹航行自由度…
    matlab编写的航行体六个自由度运动轨迹生成程序-matlab body of six degrees of freedom of navigation in the preparation of trajectory generator
    2022-03-15 13:45:07下载
    积分:1
  • 关于sdram学习的方法和心得,属于菜鸟进阶型资料
    关于sdram学习的方法和心得,属于菜鸟进阶型资料-About sdram learning methods and experiences, advanced type of information belongs to rookie
    2022-12-06 02:25:03下载
    积分:1
  • C#通过API调用windows菜单
    C#通过Win32的API接口来调用windows系统的菜单,因此本源码的重点不是展示菜单是否漂亮,而是Win32的API如何调用,如何调用想要的系统功能或菜单来显示,这才是重点。注意:用P/Invoke调用动态链接库中非托管函数时,应执行如下步骤:   1、定位包含该函数的DLL。   2、把该DLL库装载入内存。   3、找到即将调用的函数地址,并将所有的现场压入堆栈。   4、调用函数。
    2022-03-17 17:38:35下载
    积分:1
  • 可以产生随机网络拓扑(包括waxman等多种模型)的源码
    可以产生随机网络拓扑(包括waxman等多种模型)的源码-can have random network topology (including Ms. various models) FOSS
    2022-03-23 23:04:56下载
    积分:1
  • long time before the commencement of a time machine operation of the cpu
    很久前作的一个启动机器时候的cpu运行情况-long time before the commencement of a time machine operation of the cpu
    2022-03-20 00:46:29下载
    积分:1
  • winpcap3.1源代码,对网络底层驱动有兴趣的人员…
    winpcap3.1源代码,供网络底层驱动有兴趣人员研究-winpcap3.1 source code, the underlying driver for the network staff has interest in research
    2022-10-01 21:05:03下载
    积分:1
  • 赶快下吧!特好的 曾获世界程序大赛一等奖
    赶快下吧!特好的 曾获世界程序大赛一等奖-quickly! Good special procedures at the World Competition first prize
    2022-05-26 09:12:54下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 47今日下载