-
cellular automata
说明: 双向八车道高速公路合流区最大交通流率计算(Calculation of the maximum traffic flow rate in the confluence area of two-way eight Lane Expressway)
- 2020-01-30 19:57:03下载
- 积分:1
-
802.11a
802.11a标准 比较全面 各个方面的都有的-802.11a
- 2022-02-15 08:19:19下载
- 积分:1
-
energy_detect_jam
说明: 干扰检测中常用的能量检测算法,可以画出随着JNR的改变,检测概率的图形(The commonly used energy detection algorithm in interference detection can draw the graph of detection probability with the change of JNR.)
- 2019-06-13 12:47:03下载
- 积分:1
-
6-18
说明: PID实现ALC功能源代码,基于stm32F303开发平台(Realization of ALC Functional Source Code by PID)
- 2020-06-21 05:00:02下载
- 积分:1
-
have with the whole process
产生全排列的程序-have with the whole process
- 2022-04-16 02:14:03下载
- 积分:1
-
一个简单的点
简单的点阵程序,在一个16*16的点阵上显示一个汉字-A simple dot-matrix procedure, a 16* 16 dot matrix display a Chinese character
- 2022-08-07 19:11:21下载
- 积分: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
-
GetCertificate
说明: Emergency, Legally Required, and Optional Standby Power Systems
- 2020-04-26 04:30:20下载
- 积分:1
-
llk
使用VC实现的 连连看 所有源代码以及资源文件(Implemented using VC Lianliankan all source code and resource files)
- 2010-07-09 19:44:27下载
- 积分:1
-
Convex_Optimization
一本凸最优化方面的经典文献Convex Optimization 作者Stephen Boyd(A convex optimization of the classic literature Convex Optimization Author: Stephen Boyd)
- 2009-09-09 10:44:49下载
- 积分:1