-
21点算法,非常不错,值得初学者研究,
21点算法,非常不错,值得初学者研究,-21:00 algorithm, very good, worthy of study for beginners,
- 2023-04-13 20:35:03下载
- 积分:1
-
GSCBeamformer
说明: 广义旁瓣消除,matlab示例代码,波束成形经典方法(Generalized sidelobe elimination, MATLAB sample code, beamforming classic method)
- 2021-04-19 15:18:51下载
- 积分:1
-
C++ code for video store
C++ code for video store
- 2022-01-20 23:22:07下载
- 积分:1
-
是MATLAB的BP预测程序,有实际参考价值,需要的就下吧
是MATLAB的BP预测程序,有实际参考价值,需要的就下吧-MATLAB BP is forecasting process, the practical reference value, we need it on the next
- 2022-06-18 19:10:11下载
- 积分:1
-
串口液晶体 0ocm2x8c的驱动 及 文字 图形显示程序
串口液晶体 0ocm2x8c的驱动 及 文字 图形显示程序-0ocm2x8c Serial LCD driver and text graphics procedures
- 2023-03-15 19:15:03下载
- 积分: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
-
3
A 3-node example for ad-hoc simulation with DSDV-A 3-node example for ad-hoc simulation with DSDV
- 2022-01-26 01:41:44下载
- 积分:1
-
VB写的一个小车游戏,控制很少不过可以学到一些东西
VB写的一个小车游戏,控制很少不过可以学到一些东西-VB wrote a trolley games, but control can learn a little something
- 2022-05-24 01:42:08下载
- 积分:1
-
androidScreenShareAndControl-master
android 屏幕录制demo 支持手机分辨率自调(android screenRecord)
- 2018-01-12 10:43:53下载
- 积分:1
-
基于自适应遗传算法的电液弯辊模糊控制系统 很不错的文章 对自适应遗传算法模糊控制进行的详细的分析...
基于自适应遗传算法的电液弯辊模糊控制系统 很不错的文章 对自适应遗传算法模糊控制进行的详细的分析-Based on adaptive genetic algorithm fuzzy bending electro-hydraulic control system is very good article on adaptive genetic algorithm for fuzzy control of a detailed analysis of
- 2022-03-05 16:16:01下载
- 积分:1