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

https://www.fun123.cn/referenc... 

App Inventor 2 字典代码块 · App Inventor 2 中文网

...husetts Institute of Technology" }, "enrolled": true, "classes": ["6.001", "18.01", "8.01"] } 上面的示例显示,在 JSON 中,键(在 : 之前引用的文本)可以映射到不同类型的值。 允许的类型包括数字、文本、其他字典、布尔值和列表。在块语...
https://www.fun123.cn/reference/iot/ble.html 

App Inventor 2 低功耗蓝牙(BLE) 硬件接入、数据通信及IO控制 · App Inventor 2 中文网

...数 + 16位UUID的形式,由厂商定义,如BLE串口服务的UUID是0x001,使用的UUID基数是:6E400001-B5A3-F393-E0A9-E50E24DCCA9E。 标准16位UUID技术文档请参考:https://www.bluetooth.com/specifications/assigned-numbers/。 点此自助购买 以上演示的aia源码。 ...
https://www.fun123.cn/referenc... 

MQTT物联网协议完全实践指南 · App Inventor 2 中文网

...rature/set office/light/meeting_room/brightness/get factory/sensor/machine_001/status/online 通配符使用规则: // 单级通配符匹配 call UrsPahoMqttClient1.Subscribe "home/+/temperature" // 匹配 home/livingroom/temperature // 多级通配符匹配 call UrsPahoMqttClient1.Subscribe "...
https://www.fun123.cn/reference/other/vr.html 

使用虚拟现实和App Inventor进行实验 · App Inventor 2 中文网

...axis. Here is the snippet showing on how we implemented this: angle += 0.001 * timeElapsed; forward.setAll(0, 1, 0); up.setAll(1f * (float) Math.cos(angle), 0, 1f * (float) Math.sin(angle)); side.setAll(-1f * (float) Math.sin(angle), 0, 1f * (float) Math.cos(angle)); object.setRotationMatrix...
https://www.fun123.cn/referenc... 

水果vs蔬菜智能分类器 - EdgeML图像识别项目 · App Inventor 2 中文网

... # 训练轮数 batch_size: 16-32 # 批次大小 learning_rate: 0.001 # 初始学习率 optimizer: Adam # 优化器 validation_split: 0.2 # 验证集比例 early_stopping: true # 早停机制 patience: 10 # 耐心值 高级训练配置: 学习率调度: 余弦...