-
Wind_Turbine_In_Matlab_Simulink_2004
说明: 概书关于风机系统在matlab/simulink开发中模拟开发过程,是学习风力发电仿真模拟的很好材料.(The Ebook descripts the development of wind turbine system in matlab/simulink environment. It s a very useful book to learn wind turbine system in matlab.)
- 2021-04-16 14:58:53下载
- 积分:1
-
学生宿舍管理系统vb+access,功能齐全
学生宿舍管理系统vb+access,功能齐全-Student hostel management system vb+ Access, full-featured
- 2022-04-22 18:19:06下载
- 积分:1
-
相位频率检测器Verilog
phase frequency detector verilog
- 2022-04-24 18:12:56下载
- 积分:1
-
用于集成电路设计中,对lef和def的操作
用于集成电路设计中,对lef和def的操作-used for the design of integrated circuits, the right and lef def operation
- 2022-09-19 19:20:03下载
- 积分:1
-
testcurve
一个在窗口显示实时曲线的源代码程序,非常不错-testcurve
- 2022-08-22 16:32:13下载
- 积分:1
-
shell教学视频,非常适合初学者。希望通过审核!
shell教学视频,非常适合初学者。希望通过审核!-shell teaching video, very suitable for beginners. Hope that through review!
- 2023-05-31 02:00:04下载
- 积分:1
-
同步FIFO的C++实现
与硬件实现作对比,可以在路由算法里实现数据的收发。简单的建模模型,确是很有帮助。
文件:FIFO.H,FIFO.CPP,MAIN.CPP
- 2022-03-02 08:15:22下载
- 积分:1
-
提出了一种基于样本的分级检索
MPEG 视频的新方法:首先用I 帧的dct_dc_size 字段快速粗检,然后用断层摄影(tomography)法分析B 帧...
提出了一种基于样本的分级检索
MPEG 视频的新方法:首先用I 帧的dct_dc_size 字段快速粗检,然后用断层摄影(tomography)法分析B 帧运动矢
量的时空分布特性以进一步缩小结果集,最后用DC 图像的精确匹配方法验证检索结果.试验结果表明,本方法
所需计算量较小,且可保证较高的检索精度.-presents a sample classification based on MPEG video retrieval of the new method : First of all I frame with the rapid field dct_dc_size rough Frederick, and then use tomography (tomography) Analysis of B pictures motion vector space-time distribution to further narrow the results set, and DC Images precision Matching test results retrieval. test results showed that the calculation method for small and can guarantee higher retrieval accuracy.
- 2022-03-16 00:41:37下载
- 积分: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
-
CreateEntity
通过数据库直接将所有表内字段生成对应实体类支持Java和C#(All through the database table fields directly correspond to the entity classes generated to support Java and C#)
- 2010-05-14 13:11:02下载
- 积分:1