-
blind-signal
主要包括盲信号的检测程序,还包含实验报告和结果(It is mainly used to denoise seismic signals and data, construct seismic data and then denoise the contrast results.)
- 2019-03-01 21:44:33下载
- 积分:1
-
diagn
function [archstat,pval] = arch(x,p)
- 2020-06-23 23:40:01下载
- 积分:1
-
满屏jQ焦点图
说明: 满屏jQ焦点图是一款基于jquery实现uery满屏焦点图代码(Full-screen jQ Focus Map is a full-screen Focus Map code based on jquery)
- 2019-03-22 15:40:22下载
- 积分:1
-
分形维数
分形维数,给出了具体的程序代码及应用实例,方便用户进一步使用与研究(fractional dimesion; It introduces an specific example of application)
- 2021-04-22 10:58:48下载
- 积分:1
-
W10 Certification C# version 2.7
说明: Win10 开源破解,无马,放心使用。凑够20字了吗(WIn10 certification)
- 2019-06-27 11:51:04下载
- 积分:1
-
喷泉码在瑞丽衰落信道上的相关仿真
多径瑞丽信道在matlab上的仿真研究技术(Multi-path ruili channel simulation research on matlab)
- 2018-12-29 09:41:35下载
- 积分:1
-
apcluster
AP聚类算法用python实现的代码。代码可靠,可以直接运行。代码使用python3写的。(The AP clustering algorithm uses python to implement the code. The code is reliable and can be run directly. The code is written in python3.)
- 2018-09-19 10:57:21下载
- 积分: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
-
clk_freq
时钟分频,通用模块,可以分出任意频率时钟,FPGA Verilog(clock divider fpga verilog)
- 2020-06-22 07:40:02下载
- 积分:1
-
cpp_sec_ppt2
很好的学习C++的教程,这是第七章至第十二章的PPT(Good learning C++ s Guide, which is under Chapter VII to XII of the PPT)
- 2007-12-16 19:52:32下载
- 积分:1