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

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

Personal Image Classifier (PIC) 拓展:自行训练AI图像识别模型,开发图像...

...s://appinventor.mit.edu/explore/resources/ai/personal-image-classifier-part1这里仅截取部分训练步骤:最后可以在线对新输入的图片进行AI识别,如:微笑表情: 最后,可以下载训练好的模型数据。App Inventor 2 使用拓展及AI模型数据,对图像进...
https://www.fun123.cn/aia-store/240131150201850 

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

... 2024-01-31 15:02     购买信息: ...
https://www.fun123.cn/aia-store/240126104220566 

打地鼠游戏 · App Inventor 2 源码商店

... 2024-01-26 10:49     购买信息: ...
https://www.fun123.cn/aia-store/240126110920432 

接水果游戏 · App Inventor 2 源码商店

... 2024-01-26 13:10     购买信息: ...
https://www.fun123.cn/aia-store/240220092746102 

二分查找(BinarySearch)算法的AI2实现 · App Inventor 2 源码商店

... 屏幕数量: 1 代码块数量: 85 ...
https://www.fun123.cn/aia-store/240129173223243 

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

... 2024-01-29 17:32     购买信息: ...
https://www.fun123.cn/aia-store/240129180118698 

自定义照片文件路径【目录规整】 · App Inventor 2 源码商店

... 2024-01-29 18:03     购买信息: ...
https://www.fun123.cn/aia-store/240220135738971 

水果翻翻翻 · App Inventor 2 源码商店

... 2024-02-20 13:58     购买信息: ...
https://bbs.tsingfun.com/thread-1495-1-1.html 

如何将 excel 中数据按坐标读取并显示到其他屏幕? - App Inventor 2 中文...

转会员提问:把 excel 中的数据分级存储屏幕1,我选序号“12”,又选“A”,就会调取A表格的数据显示在屏幕2中,请问如何实现这个功能? 回复如下: App Inventor 2 目前没有excel操作相关功能,也没有现成的拓展。 目前只能...
https://bbs.tsingfun.com/thread-1498-1-1.html 

App Inventor 2 计算用户连续签到天数的代码分享及解析 - App Inventor 2 ...

...下: [hide][/hide] 逻辑简单解析: 从当前日期往前推100天(当然可以修改为更长时间),使用“计时器”组件的时间计算方法,计算每个日期并格式化为“yyyyMMdd”格式,从签到数据列表中查找日期文本,如果找到则存在签...