-
在MATLAB下实现了图像的方块编码功能
在MATLAB下实现了图像的方块编码功能-Achieve the image in the MATLAB code in the box functionality
- 2022-03-04 13:22:05下载
- 积分:1
-
besselroots
说明: 数学物理方程中贝塞尔函数有无穷多个根,需要根据需要确定自己想要的根(Bessel functions in mathematical physics equations have infinite roots, you need to program to find the root you want.)
- 2020-06-21 10:40:02下载
- 积分: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
-
100个asp简单学习例子
100个asp简单学习例子-100 asp learning simple example
- 2022-01-26 06:04:17下载
- 积分:1
-
元素动画jQuery动画库插件
说明: 一款效果超赞的页面滚动元素动画jQuery动画库插件(JQuery animation library plug-in for page scrolling element animation)
- 2019-01-14 10:22:01下载
- 积分:1
-
引定位代码
说明: jQuery顶部固定标题索引定位代码是一款仿百度知道文章内容页面滚动顶部固定标题索引定位效果代码。(JQuery Top Fixed Title Index Location Code is a code that imitates Baidu Knows Article Content Page Scroll Top Fixed Title Index Location Effect Code.)
- 2019-03-29 15:31:12下载
- 积分:1
-
mips 固件,开发源文件
mips 固件,开发源文件,用于逆向开发,逆向二进制符号执行(MIPS firmware, developing source files for reverse development, reverse binary symbol execution)
- 2020-06-20 00:00:02下载
- 积分:1
-
MATLAB, "Matrix lab," It was based on the matrix of the basic computin...
MATLAB,即“矩阵实验室”,它是以矩阵为基本运算单元。因此,从最基本的运算单元出发,介绍MATLAB的命令及其用法2。-MATLAB, "Matrix lab," It was based on the matrix of the basic computing unit. Therefore, from the most basic computing element is introduced, and MATLAB ordered two of its use.
- 2022-08-15 14:22:56下载
- 积分:1
-
自己开发的动物识别系统,大家使用了就知道了
自己开发的动物识别系统,大家使用了就知道了-their development of the animal identification system used by everyone will know the
- 2022-01-26 03:57:42下载
- 积分:1
-
ADS1292R-STMF1
说明: ads1292心率传感器STM32F1驱动程序(ads1292 heart rate sensor STM32F1 driver)
- 2020-10-11 14:47:33下载
- 积分:1