-
自己写的扫雷,不需要图片加载,纯手绘图片
自己写的扫雷,不需要图片加载,纯手绘图片-Write their own de-mining, no image loaded, pure hand-painted picture
- 2023-08-08 06:40:03下载
- 积分:1
-
动力学定位
本课题的针对小型水面无人艇的定位问题,确定无人艇的基本结构、尺寸和外观,进而设计控制系统,完成硬件选型,数据连接和传输方法,建立无人艇数学模型并确定一种智能控制方案,(This topic for small water unmanned boat location problem, the basic structure of unmanned craft, the size and appearance, and design of control system, complete the hardware selection, data connection and transmission method, to establish the mathematical model and determine an unmanned craft intelligent control scheme,)
- 2019-04-25 09:46:57下载
- 积分:1
-
GPS跟踪系统在java.it接收并解码NMEA句子。
gps tracking system in java.it receives and decodes nmea sentences.
- 2022-02-10 04:06:33下载
- 积分:1
-
Algorithm for lesson plans, content of ppt file format, document the activities.
算法教案,内涵ppt格式文档,活动文件。-Algorithm for lesson plans, content of ppt file format, document the activities.
- 2022-03-16 01:06:33下载
- 积分:1
-
自动止盈,止损,追踪止损,分批离场EA
说明: 人性化自动设置移动止损,不在家开单也自动设止损(Human automatic set moving stop, not at home to open the order also automatically set stop)
- 2020-06-21 09:20:01下载
- 积分:1
-
BeamformingQAM
说明: 数字波束形成,针对QAM瑞利通道加白高斯噪声的仿真(Digital Beamforming for QAM Rayleigh Channel with White Gauss Noise)
- 2020-06-18 10:40:02下载
- 积分:1
-
学matlab还有比这个更好的吗?我千兴万苦才找到的,这是一个学习matlab的视频,功能强大...
学matlab还有比这个更好的吗?我千兴万苦才找到的,这是一个学习matlab的视频,功能强大-school Matlab also better than this? I 1000-from 10,000 to find, this is a learning Matlab video, powerful
- 2022-05-21 02:23:27下载
- 积分:1
-
PCI_Express_Base_11
PCI Express Base Specification Revision 1.1
- 2010-01-23 15:52:37下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
CEENDAN代码上传
EMD改进版CEEMDAN,具体详见百度(CEEMDAN algorithm further reduces the modal effect by adding adaptive noise and has better convergence good)
- 2020-10-18 16:57:26下载
- 积分:1