-
idl
说明: 利用IDL进行批量对遥感影像进行重命名,非常方便(Rename remote sensing images in batches)
- 2019-06-05 14:14:18下载
- 积分:1
-
using CSLA.Net framework in c# example.
using CSLA.Net framework in c# example.
- 2023-08-16 11:35:04下载
- 积分:1
-
脸和眼睛的目标检测程序
检测的脸和眼睛
- 2022-10-28 13:35:04下载
- 积分:1
-
板结构,满足三类边界条边,热源在外部
,用vc++编写工程文件很大,源程序里的主函数同大家分享...
板结构,满足三类边界条边,热源在外部
,用vc++编写工程文件很大,源程序里的主函数同大家分享 -plate structure, meet three types of boundary edge, the heat outside, with the preparation of project documents vc great, The main source Lane share the same function
- 2022-01-25 19:34:10下载
- 积分:1
-
C# 使用进程名禁止程序运行多次
C# 使用进程名禁止程序运行多次,
string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称
string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名
Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组
if (processes.Length > 1)//如果该数组长度大于1,说明多次运行
{
MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息
this.Close();//关闭当前窗体
}
- 2022-02-04 01:16:54下载
- 积分:1
-
M-K检验
能够分析各个水文序列的降雨趋势,,包括滑动平均,以及 M-K检验(It can analyze the rainfall trend of each hydrological sequence, including moving average, and M-K test.)
- 2020-11-04 09:09:52下载
- 积分:1
-
circlesuplycenterbest
补偿光源布局,计算光照度,设置循环求最优
简单的一个小程序(Compensate the layout of the light source, calculate the illumination, set the cycle to find the best.)
- 2018-11-29 08:58:24下载
- 积分:1
-
乘法器用werlg做的,大家看一下,有不对的地反,欢迎指正。
乘法器用werlg做的,大家看一下,有不对的地反,欢迎指正。-chengfaqi
- 2022-04-09 04:38:28下载
- 积分:1
-
Teqcspec-changed
经过改进,能在matlab2009及2010上运行,不在出现错误(After improvement, it can run on matlab2009 and 2010 without any errors.)
- 2018-06-22 20:29:37下载
- 积分:1
-
iperf-3.0.12-win32
说明: 此软件可用于有线或者无线网络的网速测试,本人是用于测试行车记录仪 的WIFI吞吐量测试,亲测 有效,要求需要屏蔽箱,否则测出的结果不准(This software can be used to test the network speed of wired or wireless networks. I am a WIFI throughput test for the traffic recorder. The test is effective and requires shielding box. Otherwise, the result is not accurate.)
- 2018-12-24 18:40:32下载
- 积分:1