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

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

error: ISO C++ forbids declaration of 'XXXX' with no type - C/C++ - 清泛IT论坛,有思想、有深度

...t; class ConfigDialog {   class MainWindow *mainWindow; }; 拓展:class 修饰后,只申明,不分配内存。头文件也可省略不写,但必须是以指针的形式申明。 class Declare;(√) class Declare *dec;(√) class Declare dec;  (×) ...
https://www.tsingfun.com/it/cp... 

编译错误 error: ISO C++ forbids declaration of ‘xxx’ with no type [-...

...f ‘typeof’ with no type [-fpermissive] typeof关键字是GNU C拓展,编译选项需要加 -std=gnu99 (或-std=gnu++11 对应C++11标准)才能被识别。类似于c++11的decltype关键字。 2604编译错误
https://www.tsingfun.com/it/ai2/ai2_robot.html 

App Inventor 2 语音交互机器人Robot,使用讯飞语音识别引擎 - App Invento...

...单,但是已经具有一定的交互性和可玩性,大家可以自行拓展。 本次课程的关键点在于语音识别引擎的选择,好在直接安装后无需设置就能使用。 文本转语音引擎:一般安卓手机已经默认装好了,但是不排除有些手机没有或...
https://bbs.tsingfun.com/thread-1276-1-1.html 

App Inventor 2 解决一个编译报错DX failed - App Inventor 2 中文网 - 清...

...llFiles(Main.java:607) ---- 原因很明显,重复导入了两个mqtt拓展,虽然不是同一家的,但是核心组件用的都是eclipse组织的代码,导致类重复定义,编译失败。 去掉一个后,编译正常。
https://bbs.tsingfun.com/thread-1279-1-1.html 

用这个做的app能实现开机自启吗 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

....com/questi ... e-starts-on-android 3、理论上原生Java可以应用到拓展上实现,不过目前我们还没有精力研究这一块,有兴趣你可以研究一下。
https://bbs.tsingfun.com/thread-1277-1-1.html 

怎样用app inventor连接终端的wifi热点。 - App Inventor 2 中文网 - 清泛I...

...块clientsocket,是不是还要增加其它模块才可以?使用Wifi拓展:https://puravidaapps.com/wifi.php   貌似可以实现,你可以自己先研究一下。中文版后续会整理研究。
https://bbs.tsingfun.com/thread-1463-1-1.html 

leancloud云存储如何接入App Inventor 2? - App Inventor 2 中文网 - 清泛...

...pp Inventor 2由于没有专用组件,可以选择使用Java/Kotlin开发拓展接入,也能采用更通用的 curl 方式接入: 使用 “Web客户端”组件: 这个AI2组件几乎等同于通用的 curl 命令,能完成数据的 Post,Get,文本,二进制等数据的通...
https://www.fun123.cn/referenc... 

将Genymotion模拟器与App Inventor一起使用 · App Inventor 2 中文网

... 教育 入门必读 中文教程 IoT专题 AI2拓展 ChatGPT接入 Aia Store 开通VIP 搜索 将Genymotion模拟器与App Inventor一起使...
https://bbs.tsingfun.com/thread-1555-1-1.html 

App Inventor 2 如何开发掌控版做互联网通讯App? - App Inventor 2 中文网...

...是需要再安装插件还是怎么弄? 答复: [hide]使用MQTT拓展,下载地址:https://www.fun123.cn/reference/components/connectivity.html#Mqtt 参考IoT专题的最后一篇文章:https://blog.csdn.net/INT_TANG/article/details/128210609 [/hide]
https://bbs.tsingfun.com/thread-1577-1-1.html 

APPinventor如何输出三个数中最大值? - App Inventor 2 中文网 - 清泛IT社...

问:APPinventor输出三个数中最大值 答:使用“数学”中的“最大值”积木,点击拓展按钮拖动参数至3个,详细步骤如下: