大约有 10,000 项符合查询结果(耗时:0.0141秒) [XML]
AppInventor如何选相反数? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
问:AppInventor如何选相反数?
答:使用“数学”中的“相反数”积木:
返回给定数字的负数,若给定负数则返回正数。如:8 返回 -8,-0.7 返回 0.7,0 则仍然返回 0。
文档:https://www.fun123.cn/reference/blocks/math.html#neg
App Inventor如何取文本每一个字符进行运算? - App Inventor 2 中文网 - ...
...符,比如某个字母'a'。
文档:https://www.fun123.cn/reference/blocks/text.html#segment
2、要看具体的每个字符的运算要求,是要字符还是字符对应的数字(ascii码)。
3、拿出的字符,可以转换成数字(ascii码):帮助->拓展,ascii转换拓展...
App Inventor 2 Encrypt.Security 安全性扩展:MD5哈希,SHA/AES/RSA/BASE6...
...符串,一个布尔值是否为大写。属性可以在Designer视图和Blocks视图中设置所有属性。AesKey您可以为AES加密/解密方法设置此属性。将在生成AES密钥时自动设置(该方法GenerateAesKey成功调用)。RsaPrivateKey您可以为RSA decrypt方法设置此...
蓝牙接收数据转换出错 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
...描述一下。
进制转换请参考:https://www.fun123.cn/reference/blocks/math.html#convertnumber在数字模块中有一个数字转抱功能,可以实现数制之间的转换,你可以将收到的数据,生成一个列表,再一个一个转换,大概是可以的。你可以偿试...
app inventor什么时候需要用到字典块? - App Inventor 2 中文网 - 清泛网 ...
...字典。
更多用法请查看文档:https://www.fun123.cn/reference/blocks/dictionaries.htmlAppInventor,AppInventor20
Ai2 Starter模拟器连接一直失败? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
...相关设置,如下:Chrome浏览器地址栏输入:chrome://flags/#block-insecure-private-network-requests并设置为 Disabled,重新打开浏览器就好了。
4、放弃使用ai2Starter,使用商业模拟器,具体参考:《App Inventor 2 连接方式:AI伴侣、模拟器、USB...
appinventor2中求某个值在列表中的索引用什么方法? - App Inventor 2 中文...
...
更多列表用法请参考中文文档:https://www.fun123.cn/reference/blocks/lists.html
AppInventor2列表排序,函数式编程轻松实现高级排序算法 - App Inventor 2 ...
...(文本和数字):
来自文档:https://www.fun123.cn/reference/blocks/lists.html#sort
2、基本类型的降序排序可以实现吗?
当然可以,这时就要用到函数式编程了,按照函数中指定的逻辑进行排序:
可以看到仅仅就是对前后...
有没有关于CRC校验的扩展? - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!
...ty.appinventor.mit.edu/t/can-someone-help-me-reproduce-this-code-using-the-blocks/60372/15CRC16 算法有多种,本扩展以 ASCII 格式接收数据并以 CRC16/CCITT-FALSE 格式给出结果。在线计算CRC网站:https://crccalc.com/
MIT官方已升级至2.71版本,几乎就是仅增加一个全新主题 - App Inventor 2 ...
...er Interface Settings > Neo to try it out
ChatBot component adds a new block, ConverseWithImage to ask questions about images (API key needs payment for gpt-4)
Palette categories can be independently expanded/collapsed
The main body of MIT App Inventor now loads via the CloudFlare content deli...
