摘要: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, IdBaseComponent, IdComponent, 阅读全文
posted @ 2020-01-09 08:52 创新创造学习整合套路 阅读(524) 评论(0) 推荐(0) 编辑
摘要: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdBaseComponent, IdComponent, IdTCPConn 阅读全文
posted @ 2020-01-09 08:46 创新创造学习整合套路 阅读(300) 评论(0) 推荐(0) 编辑
摘要: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls ,OleCtnrs,comobj,Word2000, Ole 阅读全文
posted @ 2020-01-09 08:42 创新创造学习整合套路 阅读(382) 评论(0) 推荐(0) 编辑
摘要: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, IdBaseComponent, IdComponent, 阅读全文
posted @ 2020-01-09 08:32 创新创造学习整合套路 阅读(2727) 评论(0) 推荐(0) 编辑
摘要: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdBaseComponent, IdComponent, IdTCPConn 阅读全文
posted @ 2020-01-09 08:26 创新创造学习整合套路 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: unit unit2; interface uses Classes, Controls, StdCtrls; type TListBox2 = class(TCustomListBox) protected procedure DragOver(Source: TObject; X: Intege 阅读全文
posted @ 2020-01-09 08:18 创新创造学习整合套路 阅读(195) 评论(0) 推荐(0) 编辑
摘要: Delphi 数据类型列表 分类 范围 字节 备注 简单类型 序数 整数 Integer -2147483648 .. 2147483647 4 有符号32位 Cardinal 0 .. 4294967295 4 无符号32位 Shortint -128 .. 127 1 有符号8位 Smallin 阅读全文
posted @ 2020-01-08 19:20 创新创造学习整合套路 阅读(215) 评论(0) 推荐(0) 编辑
摘要: KonNaD Settings & User Manual c2000 N2A1 两个开关都推到左边,都设置成off 阅读全文
posted @ 2020-01-08 15:41 创新创造学习整合套路 阅读(287) 评论(0) 推荐(0) 编辑
摘要: procedure TForm1.FormCreate(Sender: TObject); var s:string; a:integer; b:Single; begin a:=3; b:=108.4; s:= Format('xx is %.*f',[a,b]); self.Caption:=s 阅读全文
posted @ 2020-01-08 13:28 创新创造学习整合套路 阅读(413) 评论(0) 推荐(0) 编辑
摘要: //读 unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Form 阅读全文
posted @ 2020-01-07 15:50 创新创造学习整合套路 阅读(262) 评论(0) 推荐(0) 编辑
摘要: //服务器端unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Fo 阅读全文
posted @ 2020-01-07 15:42 创新创造学习整合套路 阅读(198) 评论(0) 推荐(0) 编辑
摘要: CRC-16 / MODBUS : 1)CRC寄存器初始值为 FFFF;即16个字节全为1; 2)CRC-16 / MODBUS的多项式A001H (1010 0000 0000 0001B) ‘H’表示16进制数,‘B’表示二进制数 计算步骤为: (1).预置 16 位寄存器为十六进制 FFFF( 阅读全文
posted @ 2020-01-07 15:32 创新创造学习整合套路 阅读(669) 评论(0) 推荐(0) 编辑
摘要: unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V 阅读全文
posted @ 2020-01-07 15:24 创新创造学习整合套路 阅读(519) 评论(0) 推荐(0) 编辑
摘要: program ScriptRenameZL; uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, TypInfo, ToolsAPI,CnCommon, CnWizUtils,CnWizIde 阅读全文
posted @ 2020-01-07 15:12 创新创造学习整合套路 阅读(249) 评论(0) 推荐(0) 编辑
摘要: { //写多个请求 01(从设备)10(功能码) 00 77(起始地址) 00 01(寄存器数) 02(字节数) 05 55(写的数据) 6F B8(CRC) //写多个返回 01(从设备) 10(功能码) 00 77(起始地址) 00 01(寄存器数) b1 d3 CRC) //读多个请求 01( 阅读全文
posted @ 2020-01-07 15:04 创新创造学习整合套路 阅读(982) 评论(0) 推荐(0) 编辑
摘要: unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V 阅读全文
posted @ 2020-01-07 14:55 创新创造学习整合套路 阅读(413) 评论(0) 推荐(1) 编辑