- 3
- 0
- 约5.2千字
- 约 9页
- 2018-01-01 发布于河南
- 举报
字节数组与整型数
字节数组与整型数
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TBytes = array of Byte;
TIntegerRecord = packed record
intValue: Integer;
end;
TBytesRecord = packed record
bytesValue: array[0..3] of Byte;
end;
T_CANFrame = packed record
Byte0: Byte;
Byte1: Byte;
Byte2: Byte;
Byte3: Byte;
Byte4: Byte;
Byte5: Byte;
Byte6: Byte;
Byte7: Byte;
end;
TForm1 = class(TForm)
Button1: TButton;
Button2: TButton;
Button3: TButton;
Button4: TButton;
Button5:
您可能关注的文档
- 历史年代顺口溜 集合定义.doc
- 历史第一册考纲.doc
- 原创[理综生.doc
- 原来最近一直长胖是熬夜的原因.doc
- 原码, 反码, 补码 详解.doc
- 原音消除方法.doc
- 去皱纹.doc
- 双勾函数.doc
- 双ISP接入负载均衡加备份.doc
- 双语学习之---告别无聊的入职培训.doc
- 钢筋混凝土桥盖梁加固施工技术.pptx
- 港口规模结构的核心要素与发展趋势.pptx
- 人教版高中英语必修二Unit1Cultural Heritage-Reading and Thinking课件.pptx
- 樊口大桥悬臂浇筑箱梁挂篮施工技术研究与实践.pptx
- 防水混凝土抗渗试验的必要性与实施原理.pptx
- 钢质门窗及旧柜资源化利用综合解决方案.pptx
- 粉煤灰烧结砖的原料构成与成型工艺体系.pptx
- 钢筋混凝土桥梁实用碳化模型研究.pptx
- 沪科版八年级上册数学习题课件 第15章 轴对称图形与等腰三角形 全章热门考点聚焦.pptx
- 沪科版八年级上册数学习题课件 第15章 轴对称图形与等腰三角形 专题9 等腰三角形中分类讨论的5种常见题型.pptx
原创力文档

文档评论(0)