-
aec_nlms_dsp
e4改进NLMS算法的回声消除器研究与DSP实现,挺不错的一篇论文(aec)
- 2010-07-20 11:03:31下载
- 积分:1
-
Fluent_UDF
fluent UDF教程,主要用于学习UDF编程方法(fluent UDF tutorials, mainly for learning programming UDF)
- 2020-07-30 17:08:40下载
- 积分:1
-
HWIF
北方蓝芯科技开发有限公司开发板附送的PIC单片机解码红外遥控器方法与实例(The northern Blue Core Technology Development Co., Ltd. development board comes with the PIC microcontroller to decode infrared remote control method instance)
- 2012-11-14 22:20:54下载
- 积分:1
-
C# 只允许运行一个程序实例的方法及代码
Visual C# 设置程序只能运行一个实例,当用户再次打开同一窗口时,会弹出提示,告诉你本程序已经在运行了,具体的实现代码参考如下:
设置程序只能运行一个实例:
var MyModuleName = System.Diagnostics.Process.GetCurrentProcess().MainModule.ModuleName;
var MyProcessName =System.IO.Path.GetFileNameWithoutExtension(MyModuleName);
System.Diagnostics.Process[] MyProcesses = System.Diagnostics.Process.GetProcessesByName(MyProcessName);
if (MyProcesses.Length > 1)
{
MessageBox.Show("程序已经运行!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Error);
this.Close();
}
- 2023-03-23 03:40:03下载
- 积分:1
-
数据采集实验中的一个作业 led
数据采集实验中的一个作业,简单的流水灯循环及其实现,基于LabWindows CVI平台,可实现颜色调整和时间间隔选择。(A job in data acquisition experiment, a simple water lamp cycle and its implementation. Based on LabWindows CVI platform, color adjustment and time interval selection can be realized.)
- 2017-12-12 15:30:53下载
- 积分:1
-
C#+sql学生档案管理系统
随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。管理信息系统是一个不断发展的新型学科,任何一个单位要生存要发展,要高效率地把内部活动有机地组织起来,就必须建立与自身特点相适应的管理信息系统。
本管理信息系统是采用C#作开发平台实现学生档案管理系统,以SQL Server 2000数据库作为后台数据库支撑,完全遵循C/S模式进行设计,实现管理系统基本功能,主要包括:管理员登录、用户维护、成绩维护、课程维护等相关信息维护。
论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。
关键词:学生档案管理系统;C#;SQL Server 2000数据库; C/S模式
- 2022-05-10 14:20:55下载
- 积分:1
-
swztchirgforwarding
局域网上一个很好用的软件——飞鸽传书IPMSG的源代码原件()
- 2018-06-20 17:52:50下载
- 积分:1
-
modbus
基于MFC 编写的Modbus类,在实际工作中已经稳定使用
- 2022-06-03 20:20:38下载
- 积分:1
-
Bppeizhuna
基于互信息的图像配准源代码,,采用粒子群优化算法可直接使用。
(Based on mutual information image registration source code, using particle swarm optimization algorithm can be used directly.)
- 2012-07-19 09:58:24下载
- 积分:1
-
DWGdirect_NET_3_02
C#读取CAD文件,并显示文件内容,同时还可以转换CAD文件格式(C# reads the CAD file and displays the contents of the file. At the same time, it can also convert the format of the CAD file.)
- 2020-06-21 01:20:08下载
- 积分:1