大约有 30 项符合查询结果(耗时:0.0097秒) [XML]
图表组件 · App Inventor 2 中文网
...度的百分比。
事件
数据点被点击时(数据序列,x坐标,y坐标)
指示用户单击图表中的数据点,返回指定点的 x轴 和 y轴值。
方法
无
二维图表数据
二维图表数据组件表示图表组件中的单个二维数据序列。例如:如果是折...
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 * Math.PI) * Math.sin(y * Math.PI);
}
}
效果如下:...
数据科学组件 · App Inventor 2 中文网
...异常情况。
属性
无
事件
无
方法
清洗数据(anomaly,xList,yList)
给定单个异常:[(异常指数,异常值)]
迭代 xList 并删除异常索引处的值
迭代 yList 并删除与异常值相同的异常索引处的值
...
绘画动画组件 · App Inventor 2 中文网
...0,则球形精灵将每50毫秒移动10个像素。
中心坐标
(X, Y) 坐标是否是球形精灵的中心,真 表示 (X, Y) 是其中心坐标,假 则表示 (X, Y) 是其左上角坐标。
填充色
球形精灵的颜色。
半径
从球形精灵中心到其边缘的距离。
...
使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文网
...ng App Inventor extensions to implement multitouch: Rotation Detector
Xinyue Deng dengxinyue0420@gmail.com
DRAFT (March 6, 2016): Building extensions requires the App Inventor extensions capability, which is not yet incorporated into the App Inventor release. But you can try some ofary AI2 serv...
使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文网
...ng App Inventor extensions to implement multitouch: Rotation Detector
Xinyue Deng dengxinyue0420@gmail.com
DRAFT (March 6, 2016): Building extensions requires the App Inventor extensions capability, which is not yet incorporated into the App Inventor release. But you can try some ofary AI2 serv...
使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文网
...ng App Inventor extensions to implement multitouch: Rotation Detector
Xinyue Deng dengxinyue0420@gmail.com
DRAFT (March 6, 2016): Building extensions requires the App Inventor extensions capability, which is not yet incorporated into the App Inventor release. But you can try some ofary AI2 serv...
使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文网
...ng App Inventor extensions to implement multitouch: Rotation Detector
Xinyue Deng dengxinyue0420@gmail.com
DRAFT (March 6, 2016): Building extensions requires the App Inventor extensions capability, which is not yet incorporated into the App Inventor release. But you can try some ofary AI2 serv...
使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文网
...m.js?8d287b854d737bdc880e8ddeac1b309d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();
使用App Inventor扩展实现多点触控:Rotation Detector
«...
传感器组件 · App Inventor 2 中文网
...斜到右侧时为负向左(即,其右侧尺寸升高)。
Y分量:当手机静止在平坦表面上时为0,当底部抬起时为正,当其顶部升起时为负。
Z分量:等于 -9.8(当设备处于每秒状态时,地球重力以米每秒为单位)
静止...