-
基于AM335X平台的Ethercat实现.pdf
说明: EtherCAT(以太网控制自动化技技)是一种用于确定性以太网的高性能技业通信协议,它扩展了IEEE 802.3 以太网标准,使得数据传输中具有可预测性定时及高精度同步等特点。这个开放性标准作为 IEC 61158 的组成部分,常用于机械设计及运动控制等应用中。EtherCAT 采用标准的IEEE802-3 以太网帧,帧结构如图 1。EtherCAT 协议直接用标准以太网的帧格嵌传输数据,并不修改其基本结构(ethercat communication)
- 2019-04-19 14:00:20下载
- 积分:1
-
TreeGrid.rar
树形结果,要资源管理器用的,我上传的第一个东西,不知道有没有重复的,(Tree result Used to resource management, and I uploaded the first thing, do not know if I have repeated,)
- 2010-12-24 12:11:00下载
- 积分:1
-
多目标跟踪源代码
使用OpenCV编写的多目标跟踪的视频图像处理,用鼠标拖动跟踪区域
- 2022-06-21 05:41:27下载
- 积分:1
-
main
Threshold
Adaptive Threshold
- 2014-01-12 22:26:26下载
- 积分:1
-
nucleus_EDGE_source
从nucleus EDGE中拷贝出的nucleus plus源码,是1.15版本的,这个是比较新的,至少在pudn中还没找到比这个新的。(Copy from the nucleus EDGE out of the nucleus plus source code, is a 1.15 version, this is a relatively new, at least not found in pudn than this new one.)
- 2009-12-06 16:31:07下载
- 积分:1
-
MP3-Player-by-SD_USB 播放mp3文件
Nuvoton NUC505使用LibMAD从USB、SD卡软解压播放mp3文件。需要我共享的LibMad库(Nuvoton NUC505 decode mp3 files by LibMAD USB/SD。Need my share LibMad.)
- 2020-06-28 14:00:02下载
- 积分:1
-
5种摄像头算法
说明: 五种阳光算法,对摄像头遇到的阳光进行减弱(Five sun algorithms to reduce the sunlight the camera encounters)
- 2020-03-04 20:31:44下载
- 积分:1
-
操作系统轮转法实验
C++轮转法,实现轮转,辨别哪个时间片最好,显示运行时间,运行进程,进程状态
- 2022-05-27 22:03:34下载
- 积分:1
-
C# 只允许运行一个程序实例的方法及代码
Visual C# 设置程序只能运行一个实例,当用户再次打开同一窗口时,会弹出提示,告诉你本程序已经在运行了,具体的实现代码参考如下:
设置程序只能运行一个实例:
var MyModuleName = System.Diagnostics.Process.GetCurrentProcess().MainModule.ModuleName;
var MyProcessName =System.IO.Path.GetFileNameWithoutExtension(MyModuleName);
System.Diagnostics.Process[] MyProcesses = System.Diagnostics.Process.GetProcessesByName(MyProcessName);
if (MyProcesses.Length > 1)
{
MessageBox.Show("程序已经运行!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Error);
this.Close();
}
- 2023-03-23 03:40:03下载
- 积分:1
-
Damped-oscillation-curve
以MATcom为内核的C++程序,调用MATLAB拟合衰减振荡曲线(多线程)(In MATcom as the core C++ program, call the MATLAB fitting damped oscillation curve (multi-threading))
- 2013-09-21 10:23:25下载
- 积分:1