-
显示地震剖面对地震专业的学生来说显示地震剖面特别重要本程序实现了地震剖面的绘制...
显示地震剖面对地震专业的学生来说显示地震剖面特别重要本程序实现了地震剖面的绘制-Seismic profiles show that the earthquake professional students who show the seismic profiles of particular importance to realize this process of mapping the seismic profiles
- 2023-03-20 23:15:04下载
- 积分:1
-
随机森林
说明: 随机森林matlab工具箱,可以实现分类和回归(Randomforest Tool Box)
- 2020-07-14 15:47:03下载
- 积分:1
-
addsysss
说明: 程序代码,用于简单的写入文本文件,比较基础,适合参考(Program code, for simple writing text files, more basic, suitable for reference)
- 2020-06-24 17:20:01下载
- 积分:1
-
JTAG Tools is a software package which enables working with JTAG
JTAG Tools is a software package which enables working with JTAG-aware
(IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter.
- 2022-02-27 08:54:08下载
- 积分:1
-
从vc中调用matlab的画图、数值计算等函数,方便易行。
从vc中调用matlab的画图、数值计算等函数,方便易行。-from vc Calling Matlab drawing, numerical calculation function, user-friendly.
- 2022-06-06 15:20:06下载
- 积分:1
-
HDLstyle
学习xilinxVHDL语言的一本好书,为官方资料,可方便读者熟悉xilinx的代码风格(A good VHDL,it s fittable for the reader to be familiar with the style of xilinx)
- 2009-10-02 08:42:47下载
- 积分:1
-
Triton
Triton game, modification of pyton or snake
- 2012-08-18 04:48:48下载
- 积分:1
-
openmv与stm32通信
说明: openmv与stm32通讯,协议包,完成数据互传(Communication between openmv and stm32)
- 2020-11-30 16:29:27下载
- 积分:1
-
Energy-detection-of-unknown-deterministic-signals
一篇关于能量检测的经典论文,非常经典,并具有启发性(A classic papers on the energy detection, very classic, and instructive)
- 2009-12-14 13:34:08下载
- 积分: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