-
很重要的一本关于tcp/ip的资料
很重要的一本关于tcp/ip的资料
- 2022-01-25 16:55:28下载
- 积分:1
-
In cdma2000 mobile communication system in the air interface to carry out part o...
在cdma2000移动通信系统中空中接口部分使用CAVE进行身份认证。-In cdma2000 mobile communication system in the air interface to carry out part of the use of CAVE authentication.
- 2022-06-17 08:58:55下载
- 积分:1
-
muiti_band
说明: IDL批量实现影像多单波段合成LayerStacking,并进行滤波SavitzkyGolayFilter,然后再拆分为单波段(IDL batch realizes image multi-single band synthesis LayerStacking, filters SavitzkyGolayFilter, and then splits into single bands)
- 2020-12-14 21:49:14下载
- 积分:1
-
Relay_Example
Relay protection example in PSCAD EMTDC. Relay protection example in PSCAD EMTDC. Relay protection example in PSCAD EMTDC. Relay protection example in PSCAD EMTDC.
- 2010-08-22 00:01:33下载
- 积分:1
-
pso_pathplanning
说明: 通过粒子群优化算法,通过栅格法实现移动机器人路径规划(Path Planning of Mobile Robot Based on Particle Swarm Optimization and Grid Method)
- 2020-11-25 17:59:31下载
- 积分:1
-
TMS320C6678中文版手册
C6678 第五章中文手册,CorePAc,与英文手册对比版本。简单便捷,快速查阅,方便使用(C6678 fifth chapter Chinese manual, CorePAc, and English manual comparison version. Simple and convenient, quick look up, easy to use.)
- 2018-05-17 22:37:57下载
- 积分:1
-
DuckHunt
js的初级游戏,duckhunter,本来想放移动设备上用 结果性能不太好(duck hunter)
- 2013-08-27 15:34:16下载
- 积分:1
-
1_BLDC电机控制算法
详细介绍了BLDC的六步控制算法以及矢量控制算法的实现方式。(The control algorithm of BLDC is introduced)
- 2019-01-07 09:58:48下载
- 积分:1
-
imx274-datasheet
说明: imx274的数据表分享给大家,希望对大家有用(Imx274 data table to share with you, I hope to be useful to you)
- 2020-07-03 17:26:07下载
- 积分: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