大约有 1,300 项符合查询结果(耗时:0.0062秒) [XML]

https://www.fun123.cn/reference/blocks/math.html 

App Inventor 2 数学代码块 · App Inventor 2 中文网

... 我要反馈 App Inventor 2 数学代码块 基础数字块 ( 0 ) 进制数字块 ( 0 ) 等于 ( = ) 不等于 ( ≠ ) 大于 ( > ) 大于等于 ( ≥ ) 小于 ( < ) 小于等于 ( ...
https://www.tsingfun.com/ilife/tech/1914.html 

一个科技公司只是碰巧卖起了披萨? - 资讯 - 清泛网 - 专注C/C++及内核技术

...的语音控制功能)——“Dom”,只需要动动嘴,就可以与人工智能语音对话下单。 2015年2月,达美乐推出Translator App,消费者用手机话筒对准自己的胃,App“扫描”后,就可以订制一张“适合你胃”的披萨,下单后可直接跳转订...
https://www.fun123.cn/reference/other/testing.html 

实时开发、测试和调试工具 · App Inventor 2 中文网

... « 返回首页 实时开发、测试和调试工具 当你使用 App Inventor 创建应用程序时,你正在手机上实时工作:将按钮图标拖动到查看器,然后该按钮就会立即出现在手机上; 在设计器中更改按钮的颜色,颜色就会发生变化; 拖出...
https://www.tsingfun.com/it/bigdata_ai/337.html 

数据挖掘——分词入门 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

数据挖掘——分词入门谷歌4亿英镑收购人工智能公司DeepMind,百度目前正推进百度大脑项目,腾讯、阿里等各大巨头布局深度学习。随着社会化数据大量产生,硬件速 谷歌4亿英镑收购人工智能公司DeepMind,百度目前正推进“百...
https://www.fun123.cn/referenc... 

使用位置传感器 · App Inventor 2 中文网

... use/customize. Download the file to your computer then upload it into App Inventor. A snapshot of the app in the Component Designer. Annotated blocks to help you undertstand the app. The annotations are block comments that will appear in the app when you upload it as well. Sample App 1: Locat...
https://puravidaapps.com/table.php 

App Inventor Tutorials and Examples: Dynamic Table Layout | Pura Vida Apps

App Inventor and HTML/JavaScript with Input Parameters Pura Vida Apps Snippets Tutorials Extensions Links Search Privacy Policy Contact Dynamic Table Layou...
https://www.fun123.cn/aia-store/240131150201850 

蓝牙BLE硬件接入及IO控制 · App Inventor 2 源码商店

... Aia Store beta App Inventor 2 中文网 开始编程 中文文档 中文教程 中文社区 关于 关于我们 ...
https://www.fun123.cn/aia-store/240129173223243 

手机短信验证码功能 · App Inventor 2 源码商店

... Aia Store beta App Inventor 2 中文网 开始编程 中文文档 中文教程 中文社区 关于 关于我们 ...
https://bbs.tsingfun.com/thread-1528-1-1.html 

FAQ Section: SMS - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

这篇帖子是MIT App Inventor社区中关于短信功能常见问题的FAQ(常见问题解答)部分。它详细介绍了如何在MIT App Inventor中使用短信功能,包括发送和接收短信,以及处理与短信相关的各种问题。其中涵盖了设置发送短信的步骤、使...
https://www.fun123.cn/referenc... 

HC-05/BLE 蓝牙通信数据乱码?接收到的中文乱码?乱码的原理及解决思路 · ...

...码,非UTF-8的,如“你好”对应16进制:C4 E3 BA C3。而App Inventor 2的中文字符串默认是UTF-8编码的(E4 BD A0 E5 A5 BD )。 将App Inventor 2的蓝牙客户端组件的编码改为GBK即可。 当然,将串口编码格式改为UTF-8,App Inventor 2保持默认不变...