-
SerialPortConnection
说明: C# 语言实现指纹一对一的录入以及一对一多对一验证等等(C# Language implements fingerprint one-to-one input and one-to-one, one-to-many, one-to-one verification, etc.)
- 2020-06-20 22:40:01下载
- 积分:1
-
计算器程序
#include float add(float,float); float sub(float,float); float product(float,float); float divide(float,float); void main() 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-28 03:21:54下载
- 积分:1
-
bula-fipronil-800-nortox
说明: Bula Fipronil anti carrapatos
- 2019-02-25 11:11:40下载
- 积分:1
-
非线性方程求根
说明: 二分法和牛顿迭代法求解非线性方程的根的matlab实现(Matlab implementation of dichotomy method and Newton iteration method for solving roots of nonlinear equations)
- 2019-01-26 21:22:36下载
- 积分: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
-
示波器
给大家上传一个用Labview做的示波器供大家参考!里面有源程序,大家可以套用。(To upload a Labview oscilloscope for your reference! There are active programs, you can apply them.)
- 2019-03-28 14:54:51下载
- 积分:1
-
DDvoice
说明: 智能语音助手专注于提供优质的语音服务,可以搜索任何你能想到的问题知你所想聆你所言软件内拥有8大常用功能主要功能(Intelligent voice assistants focus on providing high quality voice services. They can search any questions you can think of and know that the software you want to listen to has eight main functions in common use)
- 2020-06-20 11:20:02下载
- 积分:1
-
ISO_9001_V2008 standard
说明: ISO9001 reference standard
- 2019-04-01 16:39:35下载
- 积分:1
-
用KALMAN滤波方法的雷达检测轮船、飞机、导弹等的航迹分析,源程序分析。...
用KALMAN滤波方法的雷达检测轮船、飞机、导弹等的航迹分析,源程序分析。-Kalman filtering method using the estimated target track of the Matlab source
- 2022-01-21 21:25:16下载
- 积分:1
-
specfem3D_par_ASKI
说明: 用于在任何类型的六面体协调网格(结构化或非结构化)中模拟声学(流体)、弹性(固体)、耦合声学/弹性、多孔弹性或地震波传播。例如,它可以对地震后地震波在沉积盆地或任何其他区域地质模型中的传播进行建模。它也可用于非破坏性实验或海洋声学。(Used to simulate acoustic (fluid), elastic (solid), coupled acoustic / elastic, porous elastic or seismic wave propagation in any type of hexahedral coordination grid (structured or unstructured). For example, it can model the propagation of seismic waves in a sedimentary basin or any other regional geological model after an earthquake. It can also be used in non-destructive experiments or ocean acoustics.)
- 2020-02-17 17:14:45下载
- 积分:1