-
etc修改工具
问道外传修改工具,具体教程打开后有说明~~~(Question Outreach Modification Tool)
- 2020-06-16 22:40:01下载
- 积分:1
-
学生成绩管理系统 C语言 1、掌握结构化设计方法。 2、了解大型软件的设计技术 3、在实际应用背景下灵活运用线性表的顺序存储结构和链式存储结构。 4、灵活运用线...
学生成绩管理系统 C语言 1、掌握结构化设计方法。 2、了解大型软件的设计技术 3、在实际应用背景下灵活运用线性表的顺序存储结构和链式存储结构。 4、灵活运用线性表上的各种基本运算,完成题目需求。 5、在实例中运用排序与查找算法。-student performance management system a C language, master structural design methods. Two, understand the design of large software technology 3, in the context of practical applications flexibility in the use of the linear sequence table storage structure and chain storage structure. 4, the flexible use of linear form of basic computing, completed topic demand. 5, in the example with the use of ranking search algorithm.
- 2022-05-26 11:00:39下载
- 积分:1
-
underwater image enhancement1
水下图像增强算法,直方图均衡化,适合初学者(Underwater image enhancement, through histogram equalization, including pictures and test results, suitable for beginners to practice.)
- 2021-04-13 18:38:56下载
- 积分:1
-
895和896 全
说明: Cloud computing has turned into a revolutionary milestone of computing world. It has completely transformed the
- 2019-12-24 19:58:36下载
- 积分:1
-
yasea-master
说明: yasea codec, mp4 web codec
- 2020-07-11 22:28:34下载
- 积分:1
-
FOX2WEB编程工具
功能强大,不下后悔!
FOX2WEB编程工具
功能强大,不下后悔!-FOX2WEB powerful programming tool, as many regret it!
- 2022-01-26 16:59:45下载
- 积分:1
-
ATR-Trailer趋势突破EA 没马丁 没网格
说明: 外汇MT4 EA,基于ATR指标,亲测可用(Foreign exchange MT4 EA, based on ATR index, available for pro test)
- 2020-06-30 20:40:02下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
java编程思想,想成为JAVA程序员必看的一本书。
java编程思想,想成为JAVA程序员必看的一本书。-java programming ideas, to become a Java programmer Watchable of a book.
- 2022-02-06 02:16:15下载
- 积分:1
-
DataDCS
说明: modbus 转至dcs modbus dtu 转 modbus tcp(Modbus to DCS dtuto modbus tcp)
- 2020-08-07 01:35:10下载
- 积分:1