-
calibration
介绍一下制作这个类库的流程:新建一个项目→选择 类库 → 在这个类库的基础上添加新建项 → 用户控件→添加 引用HalconDotNet → 拖一个 Halcon显示图像的HalconWindow 上去 → 改写,添加 放大 缩小的功能 完毕。(Description: halcon and C # joint programming, control function 1, support the mouse button zoom and left drag 2, support in the image after scaling, region, xld, roi can reproduce 3, support region, xld in accordance with the specified color display, and In the zoom after the recurrence of 4, support rectangle 1, rectangle 2, circle, and straight roi drawing 5, you can display the current position of the left mouse button image gray value 6, you can save the original image, or screenshots of the current window
(Halcon and C # joint programming))
- 2017-08-03 09:21:27下载
- 积分:1
-
FPA
说明: 先进的群智能算法-花授粉算法,采用matlab编写(an advanced swarm intelligence algorithm - flower pollination algorithm, developed by using matlab)
- 2019-03-05 18:20:26下载
- 积分:1
-
路径规划问题 用来确定最短路径
说明: 路径规划问题,从起始地点到终点有多条路径,用来确定最短路径(In path planning, there are multiple paths from the starting point to the end point to determine the shortest path)
- 2020-06-21 10:48:25下载
- 积分:1
-
APFC
simulink pfc 很好的文件啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊(simulink pfc Very good documents,)
- 2017-08-17 15:54:39下载
- 积分:1
-
Simulink三相电机短路故障仿真
说明: 三相异步电动机故障simulink,用于分析计算(Three phase asynchronous motor fault Simulink is used for analysis and calculation)
- 2020-10-31 17:09:55下载
- 积分:1
-
bdfeb
STM32 all the information produced by the MP3, Calculated transmission characteristics and reflection characteristics of the one-dimensional photonic crystals, Including compression ratio, image restoration computing uptime and peak signal to noise ratio.
- 2017-06-16 15:20:45下载
- 积分:1
-
glcd_persian_good
这是液晶显示器的头
- 2022-02-14 13:41:50下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
女娲传说,RPG,拯救人类,全屏游戏,下载后直接把后缀改为jar即可...
女娲传说,RPG,拯救人类,全屏游戏,下载后直接把后缀改为jar即可-Nuwa legend, RPG, save mankind, full-screen games, downloading directly to the suffix can jar
- 2023-04-09 05:00:02下载
- 积分:1
-
CFAR
利用恒虚警检测概率检测方法(CFAR)添加了一定噪声的目标信号中目标的个数(The process of CFAR in target detection)
- 2021-01-11 17:08:48下载
- 积分:1