Ta上传的资源 (0)

基恩士LK-G5000系列激光位移传感器控制器的TCP通信协议,比RS232串行通信速率高多了。感兴趣的可以研究一下,有助于提升软件性能。

LED显示屏的Dll申明(C#)usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Runtime.InteropServices;namespaceLEDScreen{staticclassClsLED{
C# 17

添加/删除当前打印机的默认纸型【参数说明】SetDefaultPage(纸型名称,调用窗体句柄,宽度cm,高度cm,是否修改)【C#例】先添加引用SetCurPrintDefaultPage.dllSetDefaultPage("收费发票",this.Handle.ToInt32(),18,10,t
VB 52