-
MTI&MTD_RADAR
本程序基于实测的LFM脉冲信号回波数据,进行脉冲压缩处理,实现MTI/MTD/Matched Filter等功能,主要完成以下具体功能 1.脉冲压缩的实现以及结果处理, 2.固定目标的对消的实现方法、作用以及必要性分析, 3,脉冲积累的时机、实现方式、效果及必要性分析, 4,动目标检测的实际含义、具体实现方案及结果分析, 5,对目标距离、速度、数量的回答及旁瓣抑制的必要性分析
- 2022-06-16 20:35:54下载
- 积分:1
-
Android控件的动画效果的实现及其AnimationListener和Interpolator的使用方法
Android控件的动画效果的实现及其AnimationListener和Interpolator的使用方法,动画效果很好看,可以参考一下,andriod下的java开发界面开发,主要是用的 AnimationListener和Interpolator的功能
- 2022-02-14 11:44:37下载
- 积分:1
-
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。-c++ programming interface 100 cases. n example of a programming interface on the inside, to digest it myself.
- 2022-05-13 16:31:32下载
- 积分:1
-
超酷的状态条
状态条右下角一般为三个栏目,本代码扩展为五个,并且点击后可以数字增减,。可以设置为图片,点击后可以切换。状态条也可以和滚动条结合哦!
- 2023-01-06 20:55:03下载
- 积分:1
-
基于c#的时钟
资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路,
namespace Clock
{
public partial class MainForm : Form
{
private PointF center;
private float r;
private Pen hourPen;
private Pen minutePen;
private Pen secondPen;
private Thread timeThread;
public MainForm()
{
InitializeComponent();
ShowInTaskbar = false;//不在任务栏中显示
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.UserPaint,true);
SetStyle(ControlStyles.AllPaintingInWmPaint,true);
center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f);
r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f);
hourPen = new Pen(Color.Black, 2.5f);
minutePen = new Pen(Color.Black, 1.5f);
secondPen = new Pen(Color.Black, 0.5f);
timeThread=new Thread(new ThreadStart(DrawTime));
timeThread.Start();
}
protected override void OnPaint(PaintEventArgs e)
{
Graphics g = e.Graphics;
g.Clear(BackColor);
//g.SmoothingMode =
- 2022-01-26 05:22:52下载
- 积分:1
-
没有解压密码 这是一个windows界面编程所需要的希望大家喜欢 能利用...
没有解压密码 这是一个windows界面编程所需要的希望大家喜欢 能利用-not extract passwords This is a windows interface programming needed hope everyone likes to use
- 2022-08-24 16:42:35下载
- 积分:1
-
超级联接控件(象html文件里的超级连接功能)
超级联接控件(象html文件里的超级连接功能)-Supper attach control
- 2022-10-21 09:00:03下载
- 积分:1
-
谢谢和数据表
datasheet xiexie adsf -datasheet xiexie ! asdf
- 2023-09-05 02:05:03下载
- 积分:1
-
vc下的超级好用的按钮类
vc6或vs都可以使用的按钮类,超级好用,可以设置各种属性实现图片加载、鼠标移入等特效动作
- 2022-07-26 09:11:42下载
- 积分:1
-
This is a resource manager, such as through the tree control of computer resourc...
这是一个资源管理器,通过树控件等来实现对计算机资源的一些基本操作,-This is a resource manager, such as through the tree control of computer resources to achieve some of the basic operation,
- 2022-07-17 11:11:36下载
- 积分:1