大约有 3,000 项符合查询结果(耗时:0.0147秒) [XML]

https://bbs.tsingfun.com/thread-1796-1-1.html 

APP INVENTOR硬件交互学习教程08——增加语音播报 - 创客硬件开发 - 清泛IT...

这一节介绍增加语音播报功能,需要增加一个复选框和一个文本朗读器组件。 1.界面设计 2.程序设计 断电模式可以保存,复选框配置模式
https://bbs.tsingfun.com/thread-1811-1-1.html 

APP INVENTOR硬件交互学习教程10——多个虚拟界面实现 - 创客硬件开发 - 清...

本帖最后由 mzb2012 于 2024-07-10 11:47 编辑 通过配置垂直布局实现两个虚拟界面切换。 1.界面设计 增加了两个垂直布局,作为界面1和界面2的容器存放每个页面的内容;增加导航布局,水平布局增加两个按钮,用于切面切换。 ...
https://bbs.tsingfun.com/thread-1834-1-1.html 

APP INVENTOR硬件交互学习教程11——滑条控制舵机 - 创客硬件开发 - 清泛IT...

这节我们通过滑条控件控制舵机动作。 1.界面设计 增加滑条控件和标签控件,滑条控制舵机动作,标签显示滑条数值。 2.逻辑设计 增加当滑条改变时,显示和发送指令给下位机 3.工程参考
https://bbs.tsingfun.com/thread-2438-1-1.html 

Modbus硬件控制01——什么是Modbus - 创客硬件开发 - 清泛IT社区,为创新赋能!

本帖最后由 mzb2012 于 2025-06-19 12:37 编辑 Modbus算是嵌入式领域比较经典一种通信协议,不管你是初学者,还是工作多年的工程师,都很有必要了解一下。1.什么是Modbus?1.什么是Modebus它是一个Bus,即总线协议。比如串口协议、IIC...
https://bbs.tsingfun.com/thread-2473-1-1.html 

Modbus硬件控制02——modbus继电器 - 创客硬件开发 - 清泛IT社区,为创新赋能!

本帖最后由 mzb2012 于 2025-07-15 12:26 编辑 一、概述 该模块是一款以专用集成电路为核心的经济型MODBUS-485继电器模块,实现了标准MODBUS-485通信功能。它可以与9V,12V或24V电压配合使用。本模块支持所有常见波特率、停止位和校验...
https://stackoverflow.com/ques... 

std::wstring VS std::string

... the C++ program contains implementation-defined behavior as to whether olè is encoded as UTF-8 or not. Further more, the reason you cannot natively stream wchar_t * to std::cout is because the types are incompatible resulting in an ill-formed program and it has nothing to do with the use of encod...
https://stackoverflow.com/ques... 

What's the difference between ASCII and Unicode?

...quence, they didn't need to support accents or other marks such as á, ü, ç, ñ, etc. (aka diacritics). ASCII Extended Some clever people started using the 8th bit (the bit used for parity) to encode more characters to support their language (to support "é", in French, for example). Just using o...
https://stackoverflow.com/ques... 

How to recursively download a folder via FTP on Linux [closed]

... Sep 22 '08 at 9:01 Thibaut BarrèreThibaut Barrère 8,38322 gold badges1919 silver badges2727 bronze badges ...
https://bbs.tsingfun.com/thread-1622-1-1.html 

MQTT相关知识研究笔记 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...区别?Node-RED 是一种编程工具,用于以新颖有趣的方式将硬件设备、API 和在线服务连接在一起。 Node-RED 是一个流程化的工具,不是MQTT网关,它能整合各种资源包括MQTT网关、微信推送、天气推送等服务节点,定义执行流程将各...
https://stackoverflow.com/ques... 

How to encode the filename parameter of Content-Disposition header in HTTP?

...pera 12, FF25, Safari 6, using this filename for download: 你好abcABCæøåÆØÅäöüïëêîâéíáóúýñ½§!#¤%&()=`@£$€{[]}+´¨^~'-_,;.txt On IE7 it works for some characters but not all. But who cares about IE7 nowadays? This is the function I use to generate safe file names f...