大约有 560 项符合查询结果(耗时:0.0052秒) [XML]

https://www.tsingfun.com/it/cpp/1357.html 

C++ 读写xml方法整理(持续更新) - C/C++ - 清泛网 - 专注C/C++及内核技术

...:C++编写的,一个.h,一个.cpp,绿色小巧,直接加入工程源码编译,只支持MFC。 <?xml version="1.0" encoding="utf-8"?> <root> <update ver="1.2.0" pkg="setup.exe" force="1"/> <update ver="1.1.1" pkg="setup.exe" force="0"/> <update ver="1.1.0" pkg="setup.exe" force=...
https://bbs.tsingfun.com/thread-1163-1-1.html 

App Inventor 2 手机蓝牙及语音控制 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

...牙硬件通用教程请看这里: https://www.fun123.cn/reference/iot/ble.html
https://bbs.tsingfun.com/thread-1335-1-1.html 

2024年1月6日签到记录贴 - 灌水吐槽、新手试贴 - 清泛IT论坛,有思想、有深度

...小红花 2,另外我还额外获得了 小红花 10.我今天最想说:「BLE怎么找附近的设备呢」.
https://www.fun123.cn/reference/extensions/ 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...手机WiFi连接管理 【蓝牙】BlueToothLE 拓展:低功耗蓝牙(BLE) Iot 专题 【UI】NotificatioStyle 拓展:个性化通知栏样式 【UI】WordCloud 拓展:免费且酷炫的词云效果 【UI】BubbleTabBar 拓展:打造个性化酷炫的底部导航条 【动态创...
https://www.fun123.cn/reference/other/ 

App Inventor 2 其他参考资料 · App Inventor 2 中文网

...简介 使用App Inventor控制物联网设备/低功耗蓝牙设备(BLE) 传感器 使用位置传感器 将App Inventor项目连接到外部传感器 将Genymotion模拟器与App Inventor一起使用 使用虚拟现实和App Inventor进行实验 ...
https://bbs.tsingfun.com/thread-1661-1-1.html 

APP inventer 2 出现Runtime Error:No virtual method isDeniedPermission...

ble蓝牙App编译成apk后运行报错: 问题原因: 用的广州服务器,版本太老(约5年前的版本)导致的,不但apk运行会报错,AI伴侣大概率也会。建议使用中文网(https://www.fun123.cn)平台,和MIT同步更新的。 参考:https://com...
https://bbs.tsingfun.com/thread-1674-1-1.html 

手机APP上的串口通信组件 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...”组件,App 可以通过手机串口进行通信,不过使用蓝牙/ble 通信可能是目前更主流的方案!(详见 Iot 专题)手机串口通信模型如下:可以看到,手机串口连接时,没有像PC那样指定“COM3”等端口,而是直接使用默认的USB设备: ...
https://www.tsingfun.com/it/ai... 

【持续更新】App Inventor 2 中文拓展一览 - App Inventor 2 中文网 - 清泛...

...模型】PosenetExtension 拓展:人体姿势识别 【AI模型】TeachableMachine 拓展:使用设备摄像头训练视觉模型 【AI模型】FaceMeshExtension 拓展:人脸标记识别 【AI模型】LookExtension 拓展:使用编译到扩展中的神经网络进行物品识别 UI界...
https://bbs.tsingfun.com/thread-1974-1-1.html 

AppInventor2中的二进制数据以什么样的形式传递?字节列表、字节数组是什么...

...bsp; &nbsp;&nbsp;&nbsp;return data; 2、字节列表,来自MIT原版ble拓展中的处理方式: @SimpleFunction &nbsp;&nbsp;public void WriteBytes(String serviceUuid, String characteristicUuid, boolean signed, &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nb...
https://bbs.tsingfun.com/thread-2055-1-1.html 

【待研究】BlueToothLE AutoReconnect 自动重连开启后,后台运行的App激活...

...tWithAddress 进行重新连接。 这个属性设置为“真”后,在ble非主动断开连接时会自动重连。那么,App后台运行并激活后,是否会自动重连呢?待测试验证一下~~