-
创新实验
图像的显著性检测,用于图像显著性检测很好用(Image saliency detection)
- 2018-05-19 08:57:21下载
- 积分:1
-
cyComponents4.41
说明: cyComponents4.41 for Delphi
- 2019-03-15 03:40:33下载
- 积分:1
-
求解背包问题的离散粒子群算法程序
说明: 采用0-1二进制编码对粒子群算法进行改进,用来求解背包问题的离散粒子群算法程序(Using 0-1 binary code to improve particle swarm optimization algorithm, a discrete particle swarm optimization algorithm program for solving knapsack problem)
- 2019-12-13 13:30:55下载
- 积分:1
-
21644321345
说明: 新能源发电并网系统的同步参考坐标系阻抗模型及其稳定性判别方法(Synchronous Reference Frame based Impedance Model and Stability Criterion for Grid-connected Renewable Energy Generation Systems)
- 2020-06-24 14:20:01下载
- 积分:1
-
odefcn (2)
说明: this is just a test file from the semester
- 2020-11-26 17:03:04下载
- 积分:1
-
logistics算法
说明: logistics回归分析算法python实现(Python implementation of logistic regression analysis algorithm)
- 2020-04-22 22:21:56下载
- 积分:1
-
resource文件代码,在小车循迹程序中有着重要应用!
resource文件代码,在小车循迹程序中有着重要应用!
- 2022-01-22 07:03:06下载
- 积分:1
-
SMC
说明: s函数实现的超螺旋滑模控制,可以用于simulink控制系统仿真(Super twisting sliding mode control realized by S-function)
- 2021-04-12 16:48:57下载
- 积分:1
-
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
-
球队队员的管理,包括球员年龄,身高,体重的统计,工资派发...
球队队员的管理,包括球员年龄,身高,体重的统计,工资派发-The management of players, including players age, height, weight statistics, the distribution of wages
- 2023-02-28 17:00:04下载
- 积分:1