-
VB垂直工具栏控件,可以用它编写像Windows资源管理器左工具栏相同的样式,内附VB实例代码....
VB垂直工具栏控件,可以用它编写像Windows资源管理器左工具栏相同的样式,内附VB实例代码.-VB Controls the vertical toolbar, you can use it to prepare, like Windows Explorer toolbar left the same style, containing examples of VB code.
- 2022-07-04 12:48:27下载
- 积分:1
-
文字的颜色渐变的源程序
文字的颜色渐变的源程序-text color gradient of the source
- 2022-07-06 23:17:53下载
- 积分:1
-
三星LCD_LTS350Q1在S3X2440上的测试程序
三星LCD_LTS350Q1在S3X2440上的测试程序-Samsung LCD_LTS350Q1 in the test procedure S3X2440
- 2022-03-24 13:16:23下载
- 积分:1
-
曲柄摇杆机构动画演示
曲柄摇杆机构动画演示-crank rocker mechanism animation demo
- 2023-02-02 19:40:03下载
- 积分:1
-
摘 要 本系统按要求制作了一个简易智能电动车,它能实现的功能是:从起跑线出发,沿引导线到达 B 点。在此期间检测到铺设在白纸下的薄铁片,并同时发出声光指示信...
摘 要 本系统按要求制作了一个简易智能电动车,它能实现的功能是:从起跑线出发,沿引导线到达 B 点。在此期间检测到铺设在白纸下的薄铁片,并同时发出声光指示信息,实时存储、显示在“直道区”检测到的薄铁片数目。电动车到达 B 点以后进入“弯道区”,沿圆弧引导线到达 C 点,能够检测 C 点下正方形薄铁片,并在 C 点处停车 5 秒,停车期间发出断续的声光信息。之后继续行驶,在光源的引导下,利用超声传感器传来的信号通过障碍区进入停车区并到达车库。最后,电动车完成上述任务后能够立即停车,全程行驶时间小于 90 秒。-abstract:this systme is about making a simple intelligence electroomobile.the main function:star in the scratch line,along the guide line to point B.during this course,it detectes the thin iror sheet under the blank paper, at the same time it gives out voice and light indicaton message, saves the real-time message,and derects and shows the nombers of the thin iror sheet in the straight district. The electromobile goes into curve district when passing poiont B,and runs,along the camber line to point C. The electromobile can detect the square thin iror sheet under the point C, and stop for 5 seconds.During the pause ,it gives out voice and light message sequencly,then it continues to run .Using light inducting and signal of the ultra
- 2022-02-02 19:35:23下载
- 积分:1
-
简易文本编辑器、复合查询、查询、滚动字幕、简单数据绑定等示例....
简易文本编辑器、复合查询、查询、滚动字幕、简单数据绑定等示例.-simple text editor, composite inquiries, and rolling subtitles, simple data bundled with other examples.
- 2022-03-19 05:40:20下载
- 积分:1
-
NotePad 2 It s Good for Edit !
记事本2很适合编辑!
- 2022-08-18 08:58:33下载
- 积分:1
-
Mazak Integrex 200 PLC梯形图(374a3000)
MAZAK INTEGREX 200 PLC LADDER(374A3000)
- 2022-04-26 10:35:55下载
- 积分:1
-
文件分割器
文件分割器-File splitter
- 2022-02-01 09:17:01下载
- 积分:1
-
ModbusTCP监控程序
资源描述
这里先传个代码的文件先看看吧。TCP的协议样例如下:
请求和响应带有六个字节的前缀,如下:
byte 0: 事务处理标识符 –由服务器复制 –通常为 0
byte 1: 事务处理标识符 –由服务器复制 –通常为 0
byte 2: 协议标识符= 0
byte 3: 协议标识符= 0
byte 4: 长度字段 (上半部分字节) = 0 (所有的消息长度小于256)
byte 5: 长度字段
(下半部分字节) = 后面字节的数量
byte 6: 单元标识符 (原“从站地址”)
byte 7: MODBUS 功能代码
byte 8 on: 所需的数据
因而处理示例“以4的偏移从UI 9读1寄存器”返回5的值将是
- 2022-06-17 16:12:25下载
- 积分:1