一、 处理Modbus协议的数据时,碰到IEEE754浮点数的转换,根据规则自己写出转换代码,方便以后使用。 1.在线转换网址:http://lostphp.com/hexconvert/ 二、 转换浮点数32位。 void MainWindow::on_pushButton_clicked() { ...
分类:
其他好文 时间:
2020-09-17 21:59:12
阅读次数:
54
Date的格式总结: G: 公元时代,例如AD公元 yy: 年的后2位 yyyy: 完整年 MM: 月,显示为1-12 MMM: 月,显示为英文月份简写,如 Jan MMMM: 月,显示为英文月份全称,如 Janualy dd: 日,2位数表示,如02 d: 日,1-2位显示,如 2 EEE: 简写 ...
分类:
移动开发 时间:
2020-07-30 14:28:45
阅读次数:
94
#分析 __int64 __fastcall main(__int64 a1, char **a2, char **a3) { char v4; // [rsp+0h] [rbp-4A0h] char v5; // [rsp+10h] [rbp-490h] char v6; // [rsp+20h] ...
分类:
其他好文 时间:
2020-07-20 17:19:13
阅读次数:
86
数据链路层使用的信道主要有以下两种类型: 点对点信道,这种信道使用一对一的点对点通信方式。 广播信道,这种信道使用一对多的广播通信方式,因此过程比较复杂。广播信道上连接的主机很多,因此必须使用专用的共享信道协议来协调这些主机的数据发。 使用点对点信道的数据链路层 数据链路和帧 链路(link):从一 ...
分类:
其他好文 时间:
2020-07-19 11:43:15
阅读次数:
63
1、奇数行 $('.q-t-list-01 a:odd').css( 'background-color', '#f2f2f2') 2、偶数行 $('.q-t-list-01 a:even').css( 'background-color', '#eee') 效果图 ...
分类:
Web程序 时间:
2020-07-10 17:23:44
阅读次数:
59
添加节点 append(content)/appendTo():向当前匹配的所有元素内部的最后插入指定内容。 prepend(content)/preppendTo():向当前匹配的所有元素内部的最前面插入指定内容。 before(content):将指定内容插入到当前所有匹配元素的前面。 afte ...
分类:
Web程序 时间:
2020-07-10 17:19:18
阅读次数:
137
Given an n-ary tree, return the level order traversal of its nodes' values. Nary-Tree input serialization is represented in their level order traversa ...
分类:
其他好文 时间:
2020-07-10 11:20:42
阅读次数:
63
2019个嵌入式市场研究,持续的C/C++优势 2019 Embedded Markets Study reflects emerging technologies, continued C/C++ dominance 根据Eee Times和嵌入式技术在今年早些时候发布的2019个嵌入式市场研究, ...
分类:
编程语言 时间:
2020-07-10 10:03:41
阅读次数:
94
[C 语言中文开发手册fmal (Numerics) - C 中文开发手册 在头文件中定义 ??float fmaf( float x, float y, float z );(1)(自C99)double fma( double x, double y, double z );(2)(自 C99)... ...
分类:
其他好文 时间:
2020-07-09 12:36:22
阅读次数:
74
使用 \appendix 命令 1 \bibliographystyle{IEEEtran} 2 \bibliography{contents/reference} 3 4 \appendix 5 \input{contents/appendix} ...
分类:
其他好文 时间:
2020-07-07 15:41:58
阅读次数:
240