-
LavVIEW直方图均衡化实现
labview直方图均衡化,输入图片可以得到图像的原始直方图和均衡化后的直方图以及直方图均衡化后的图像(Histogram equalization)
- 2020-10-09 12:37:34下载
- 积分:1
-
bookstores
孙卫琴tomcat与web技术详解sourcecode静态页面框架(Sun Weiqin Tomcat and web technology to explain the sourcecode static page framework.)
- 2018-04-15 21:12:22下载
- 积分:1
-
在Linux/Unix平台下,用C语言编写一个进程通信的程序,理解fork()等一些系列系统函数的正确使用和工作原理,学会设计基本的进程通信程序。...
在Linux/Unix平台下,用C语言编写一个进程通信的程序,理解fork()等一些系列系统函数的正确使用和工作原理,学会设计基本的进程通信程序。-in Linux/Unix platform using C language of a process of communication procedures, understanding fork () and some other family functions and the use of the correct principle, learn the basic process design communication program.
- 2022-04-08 09:22:57下载
- 积分:1
-
cec13_func
用于部分算法的函数测试,如PSO,FIPS等的粒子群算法(function can be used in PSO, FIPSO,and some particle swarm.)
- 2020-06-22 13:20:02下载
- 积分:1
-
496101031-214
说明: 心音记录的分类-2016年心脏病学挑战赛PhysioNet计算(Classification of heart sound records - 2016 cardiology challenge PhysioNet calculation)
- 2021-03-27 12:19:12下载
- 积分:1
-
DAB_TEST
说明: 仿真实现了DAB的移相控制效果,可用于DAB控制的开发与运行特性分析。(The simulation realizes the effect of phase-shift control of DAB, which can be used for the development and operation characteristic analysis of DAB control.)
- 2020-11-20 00:19:37下载
- 积分:1
-
折线图
说明: 用matlab根据所给的数据画出折线图,以便观察数据变化趋势。(Use matlab to draw a line chart based on the data given in order to observe the trend of data changes.)
- 2020-11-25 21:06:51下载
- 积分:1
-
C# 调用外部的EXE文件
C# 调用外部的EXE文件,程序中主要是使用System.Diagnostics.Process.Start(textBox1.Text);来执行外部的exe文件。
private void button1_Click(object sender, EventArgs e)
{
openFileDialog1.Filter = "exe文件(*.exe)|*.exe";//设置打开文件的格式
if (openFileDialog1.ShowDialog() == DialogResult.OK)//判断是否选择了exe而文件
textBox1.Text = openFileDialog1.FileName;//显示选择的文件
}
private void button2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(textBox1.Text);//执行exe文件
}
- 2023-06-03 22:35:03下载
- 积分:1
-
天堂2行者1.78_For_C6
天堂2 6章私服脱机挂,内含教程,复制保存sec即可(In the 2 chapter of paradise, it contains a tutorial, and SEC can be copied and saved)
- 2021-02-10 22:29:52下载
- 积分:1
-
AY_Emul_Version24_6
ay emulator3 code in c language
- 2020-06-17 01:40:01下载
- 积分:1