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

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

【转】用App Inventor 2实现电子围功能 - App应用开发 - 清泛IT社区,为创新赋能!

...围(本项目未涉及) 步骤2 添加地图组件 Map属性设置 Map组件属性说明:BoundingBox地图的边界Sets or gets the current boundary for the map’s drawn view. The value is a list of lists containing the northwest and southeast coordinates of the current vi...
https://www.fun123.cn/referenc... 

BrightnessTools 拓展:设置手机亮度的工具 · App Inventor 2 中文网

... BrightnessTools 拓展:设置手机亮度的工具 BrightnessTools 拓展 aix拓展下载 demo下载 « 返回首页 BrightnessTools 拓展 ...
https://www.fun123.cn/reference/creative/ 

App Inventor 2 中文网原创内容 · App Inventor 2 中文网

...用法 【微数据库】每次打开app时保持上一次关闭时的状态 【微数据库】App Inventor 2数据存储组件之:微数据库 【游戏入门】App Inventor 2 翻水果游戏开发,你也来试试吧! 【游戏入门】App Inventor 2 绘图动画组件使用,游...
https://www.tsingfun.com/it/cpp/1459.html 

ListCtrl 重绘(Custom Draw) - C/C++ - 清泛网 - 专注C/C++及内核技术

...制前处理这个消息 当这些消息到达,我们就为每个SubItem设置文字和背景的颜色。 void CMyDlg::OnCustomdrawMyList ( NMHDR* pNMHDR, LRESULT* pResult ) { NMLVCUSTOMDRAW* pLVCD = reinterpret_cast<NMLVCUSTOMDRAW*>( pNMHDR ); // Take the default processing unles...
https://bbs.tsingfun.com/thread-1444-1-1.html 

【AI2+AI】人工智能舞姿识别App - 创客硬件开发 - 清泛IT社区,为创新赋能!

...tton将画布背景从纯黑色切换到实时摄像机视图。ResetButton设置Dance Score得分为零。WebViewer组件用来显示摄像头视图,Canvas组件是在黑色背景或实时摄像机视图背景上创建身体骨架模型的地方。WebViewer组件和Canvas组件的尺寸必须匹...
https://bbs.tsingfun.com/thread-1442-1-1.html 

【App Inventor 2 数据可视化】使用柱状图和饼图收集数据 - App应用开发 - ...

...查代码 第2部分:在应用中添加图表使用Chart组件将图表设置为柱状图和饼状图重命名图表组件 第3部分:编写数据输入按钮代码编写一个按钮来跟踪总数对其他按钮进行编码 第4部分:用用户数据更新图表编写一个程序来更新...
https://www.tsingfun.com/it/cpp/639.html 

VC MFC工具(CToolBar)控件 - C/C++ - 清泛网 - 专注C/C++及内核技术

...性 m_Toolbar.SetButtons(nArray,6);//创建六个工具按钮,并依次设置ID号,对应nArray数组的元素 m_Toolbar.SetSizes(CSize(60,56),CSize(50,38));//函数第一个是按钮大小,第二个是图像大小,按钮必须比图像要大,具体是按钮的要 //比图像的宽大...
https://www.tsingfun.com/it/tech/1480.html 

windbg 备忘 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...附上进程(使用Win32 Debugging API)。在这种模式下,可以设置断点,单步调试代码,得到各种调试事件的通知(例如,异常,加载/卸载模块,启动/退出线程,等等)。Visual Studio也可以做到这些,并提供更友好的用户界面。另外...
https://www.fun123.cn/referenc... 

App Inventor 2 SideBarV2 侧边拓展 · App Inventor 2 中文网

..., //URL地址 width: 150, height: 150, colorDark: '#000000', //二维码颜色 colorLight: "#ffffff" //背景颜色}); App Inventor 2 中文网  MIT同步更新的中文本土化 积木式在线App开发平台! © 2023 - document.write(new Date().getFullYear()...
https://www.fun123.cn/referenc... 

通信连接组件 · App Inventor 2 中文网

...@gmail.com 创建)要让您的 Activity启动器 启动此应用程序,设置以下属性: ActivityPackage 到类名,删除最后一个组件(例如: com.gmail.Bitdiddle.Ben.HelloPurr) ActivityClass 到整个类名(例如:com.gmail.Bitdiddle.Ben.HelloPurr.Screen1) ...