-
PDFManual
it is useless, i am sorry
- 2020-06-16 02:00:01下载
- 积分:1
-
vb-opc
vb opc labview vb通过labview的opc接口自动连接plc的程序(vb opc labview)
- 2011-12-09 15:38:52下载
- 积分:1
-
MATLAB希尔伯特Hilbert变换求包络谱 源程序代码
MATLAB希尔伯特Hilbert变换求包络谱 源程序代码(MATLAB Hilbert Hilbert transform for envelope source code)
- 2018-03-20 17:20:10下载
- 积分:1
-
第6章
基于MPC模型预测控制的轨迹规划、然后在对规划的路径进行跟踪控制(Based on the trajectory planning of the MPC model predictive control, and then in the path tracking control of the planning)
- 2018-11-15 10:51:10下载
- 积分: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
-
AccessPort137
说明: 用于串口监听,串口发送数据,自动循环发送等功能(Used for serial port monitoring, serial port send data)
- 2020-06-22 19:40:02下载
- 积分:1
-
凳子点云数据
不同三维激光扫描角度下的凳子点云数据配准数据!用于icp算法配准的学习与参考(Different three-dimensional laser scanning angle of the stool point cloud data registration data! Learning and reference for ICP algorithm registration)
- 2018-01-20 15:18:51下载
- 积分:1
-
这是数据库的教程,是某重点大学的非常专业的讲稿,
这是数据库的教程,是某重点大学的非常专业的讲稿,-This is the Directory database is a key university in a very professional script,
- 2022-12-24 06:40:06下载
- 积分:1
-
6个程序
说明: 齿轮动力学分析,计算吸引子,庞加莱截面图,返回映射吸引子等(Gear dynamic analysis, calculation of dynamic load factor, displacement acceleration and so on)
- 2021-01-24 16:28:38下载
- 积分:1
-
HTML for the web代码for the
Code for the html for the web
- 2022-02-14 00:30:41下载
- 积分:1