大约有 2,200 项符合查询结果(耗时:0.0067秒) [XML]

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

APP INVENTOR硬件交互学习教程06——硬件参数上报 - 创客硬件开发 - 清泛IT...

... 2.程序逻辑 增加接收处理和显示判断 3.arduino nano代码 // 引脚定义 const int ledPin1 =  5;// the number of the LED pin const int ledPin2 =  6; const int ledPin3 =  3; const int bluePin =  6;// the number of the LED pin const in...
https://bbs.tsingfun.com/thread-1819-1-1.html 

怎么在订阅发布主体内以16位数据发送 modbus 报文 - App Inventor 2 拓展 -...

怎么在MQTT 中 在订阅中发送16位数据参考代码如下: App Inventor 2  发表于 2024-07-12 18:22 参考代码如下: 你好,按照你给的例子,修改了以后点击发送出现错误,请给解答一下 15898807301 发表于 2024-07-13 18:13 你好,按照...
https://bbs.tsingfun.com/thread-1863-1-1.html 

AppInventor2 知识产权保护相关问题分享 - App Inventor 2 中文网 - 清泛IT...

...前申请软著是需要 50 页源码,其实 aia 源码包里是有2个代码文件的,界面和逻辑都有一个文件,只是我不确定软著这个代码是否有效,可能可以,源码只要要求格式,不要求什么类型源码。可以尝试一下或咨询软著专业人员。 ...
https://bbs.tsingfun.com/thread-1999-1-1.html 

“当屏幕1.关闭其他屏幕时”这个事件是怎么触发的? - App Inventor 2 中文...

...闭其他屏幕时”是每个屏幕都有的事件,如Screen1的事件代码如下: 当Screen1跳转到屏幕"test"时,屏幕"test"调用“关闭屏幕并返回值”方法后,上面的事件就会触发,代码如下: 事件触发后的测试结果,Scree...
https://bbs.tsingfun.com/thread-2100-1-1.html 

appinventor2开发出来的App,可以申请软著和发明专利吗? - App Inventor 2...

...权(软著)可申请: App Inventor 2生成的应用程序,其源代码和界面设计由开发者创作,符合著作权法中的“作品”定义,因此可以申请软件著作权。注意事项: 准备材料:包括软件说明书、源代码(通常提供前后各30页)和功...
https://www.fun123.cn/referenc... 

App Inventor 2 ECharts 拓展:基于 ECharts 强大的个性化数据图表展示 · ...

...单曲面 方程式模式,该方程式来自官方demo,代码如下: { x: { step: 0.05 }, y: { step: 0.05 }, z: function (x, y) { if (Math.abs(x) < 0.1 && Math.abs(y) < 0.1) { return '-'; } return Math.sin(x *...
https://bbs.tsingfun.com/thread-2330-1-1.html 

app inventor 2 怎么进行延迟操作? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...又相对高效率的实现方案:需要用到计时器组件: 实现代码如下: 代码原理非常简单,就是计算好要 sleep 到的时刻,然后一直循环等待到那个时刻为止。测试方法如下: 经过测试,该方法有效,能正常 sleep 指定的毫秒数,但...
https://www.fun123.cn/reference/iot/spp.html 

App Inventor 2 经典蓝牙(SPP) 硬件接入:hc05 · App Inventor 2 中文网

... HC05 简单介绍 基本接入代码参考 乱码问题排查思路 参与讨论 « 返回首页 Iot 专题 经典蓝牙硬件有很多款,但是hc05尤为常见,这里以hc05为例,介绍一下经典蓝牙模如何接入AppInventor。 ...
https://bbs.tsingfun.com/thread-2441-1-1.html 

【天气API】对接国内免费好用的天气API - App应用开发 - 清泛IT社区,为创新赋能!

...herInfo?key=【你的_API_KEY】8&amp;city=110000&amp;extensions=all 复制代码 阿里云也有天气API。中国天气 weather.com.cn 虽然很权威,但是不对外提供API,网上的多数链接都失效了,不考虑。 优先选择高德。 参考:https://zhuanlan.zhihu.com/p...
https://bbs.tsingfun.com/thread-805-1-1.html 

c++ boost::multi_index composite keys efficiency - c++1y / stl - 清泛IT社区,为创新赋能!

...p;&nbsp; &nbsp;&gt; &nbsp; &nbsp; &gt; &nbsp;&nbsp;&gt; &gt; multi_t;复制代码The resulting container is in a sense equivalent to this: struct element_cmp { &nbsp;&nbsp;bool operator()(const element&amp; v1, const element&amp; v2)const &nbsp;&nbsp;{ &nbsp; &nbsp; if(v1.x&lt;v2.x)return true; &nbs...