-
loveyue-master
表白页面源码,包含多种表白方式,免费赠送。(Express page source code, including a variety of forms of expression, free of charge.)
- 2019-04-25 15:59:27下载
- 积分: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
-
BP
说明: 实现合成孔径雷达,多点目标BP算法成像,详细注释(Realization of SAR, multi-point target BP algorithm imaging, detailed notes)
- 2020-05-08 16:34:29下载
- 积分:1
-
Expert Python Programming, 2nd Edition
Become an ace Python programmer by learning best coding practices and advance-level concepts with Python 3.5
- 2020-06-23 00:00:03下载
- 积分:1
-
STCMS_musicV3.1
STCMS音乐系统是一个php+mysql(PHP>=5.0,MYSQL>=5.0)开发的功能强大的音乐系统,本系统有如下特点及功能。(STCMS Music System is a php+ mysql (PHP> = 5.0, MYSQL> = 5.0) developed a powerful music system, the system has the following features and functions.)
- 2009-12-30 11:32:25下载
- 积分:1
-
pollution forecast
空气污染物预测,附有各项源数据及各框架的代码,可供分析使用(Air pollutant prediction, with all source data and codes of each framework, is available for analysis and use.)
- 2018-10-08 14:45:17下载
- 积分:1
-
matlab手写源代码 fourierTransform
说明: 1D 2D DFT FFT matlab手写源代码,跟matlab自带函数进行比较误差小于0.0000000001(1D 2D DFT FFT matlab handwritten source code, compared with the MATLAB function, the error is less than 0.0000000001)
- 2020-06-22 03:20:01下载
- 积分:1
-
在 CCs 的 PIC 单片机输入液晶屏上的显示模拟
在这个项目中,PIC微控制器与CCS编译我从微控制器的模拟输入模拟和字符液晶显示它。我把模拟器写在proteus程序文件。Abedini
- 2022-04-30 02:41:12下载
- 积分:1
-
《Python编程:从入门到实践》
Python编程,从入门到实践,一本非常适合初学者的书籍(Python programming, from entry to practice, a book that is very suitable for beginners)
- 2021-05-07 07:28:36下载
- 积分:1
-
程序
基于机器人人工势场能算法的移动机器人避障路径规划。(Obstacle avoidance path planning for mobile robot based on robot artificial potential field algorithm.)
- 2018-05-18 16:23:19下载
- 积分:1