-
ChromiumFx-3.3239.0
一个非常简单的Cefsharp浏览器,适合刚入门的人学习(A very simple Cefsharp browser for those just getting started)
- 2020-06-18 20:40:01下载
- 积分: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
-
fr2009
可以方便的进行三次以内方幂求和公式的自动推导 此代码为独创(Can easily be a power of less than three times the automatic derivation of the summation formula for the original code)
- 2009-09-06 10:55:01下载
- 积分:1
-
matlab 源程序,对于编程的同学很用,大家看看吧
matlab 源程序,对于编程的同学很用,大家看看吧-Matlab source for programming with the very students, we look at it
- 2022-01-24 09:05:26下载
- 积分:1
-
TinyWebDBServerSetup
can connect pc to android phone
- 2018-05-16 09:54:32下载
- 积分:1
-
Everything-1.3.4.686.x64.Multilingual
一款很实用的搜索软件,轻量实用,操作简单,功能强大(A very practical search software, lightweight and practical, simple operation, powerful)
- 2020-06-18 11:20:02下载
- 积分:1
-
RMLP
主要是不确定环境下逆向物流随机规划源程序(Mainly under uncertain environment reverse logistics stochastic programming source)
- 2017-12-14 20:09:57下载
- 积分:1
-
Epso
改进版的pso, 收敛速度更加快,而且不会陷入局部最优(The improved version of PSO has faster convergence and does not fall into local optima.)
- 2017-10-19 22:56:32下载
- 积分:1
-
GDFtools2.3内部破解版
GDFtools2.3内部破解_梦幻古龙解包工具 带破解机在里面 告别授权版本 值得拥有!(GDFtools2.3 internal crack _ Dream Cologne unpack tool with crack machine inside farewell authorized version deserve!)
- 2020-10-15 17:57:29下载
- 积分:1
-
LEDWATER
说明: LIUSHUIDENG VHDLYUYAN XIADE SHUIDENG(LEDWATER I WRITER IT MYSILF.IT'S EASY ! YOU CAN WRITER IT,TOO)
- 2017-08-31 11:17:13下载
- 积分:1