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

https://ullisroboterseite.de/a... 

AI2 SideBar Extension

...d functions can be triggered by a button. With larger apps, however, the available space quickly decreases and the layout becomes confusing. A side bar can help here. There are a number of implementations, but I haven't found a sufficiently extensive one and developed one myself. Almost all proper...
https://www.tsingfun.com/it/bigdata_ai/422.html 

MongoDB数据导出导入工具:mongoexport,mongoimport - 大数据 & AI - 清泛...

... line -k [ --slaveOk ] arg (=1) use secondaries for export if available, default true 参数说明: -h: 指明数据库宿主机的IP -u: 指明数据库的用户名 -p: 指明数据库的密码 -d: 指明数据库的名字 -c: 指明collection的名字 -f: 指明要导出那些...
https://www.tsingfun.com/it/bigdata_ai/2236.html 

从源代码剖析Mahout推荐引擎 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...= 2; final static int RECOMMENDER_NUM = 3; public static void main(String[] args) throws IOException, TasteException { String file = "datafile/item.csv"; DataModel model = new FileDataModel(new File(file)); UserSimilarity user = new EuclideanDistanceSimilarity(...
https://bbs.tsingfun.com/thread-2250-1-1.html 

【教学】AppInventor2人工智能应用:Personal Image Classifier (PIC) Tool...

...,不然就是玩玩看 look 就算了,談不上什麼客製化。對於AI視覺辨識來說:當然就是要app看懂我們要它看懂的東西,這樣才酷啊!請看MIT App Inventor 這位帥氣學生開發者的介紹影片,針對繁複的訓練流程建立好一個網頁,您可用...
https://www.tsingfun.com/it/opensource/856.html 

常用Git命令汇总 - 开源 & Github - 清泛网 - 专注C/C++及内核技术

...联网转型中的公司),新公司以前的代码基本是使用SVN做版本控制,所以R哥叫HG做了一次Git分享,准备把...跟着R哥来到了新公司(一个从硬件向互联网转型中的公司),新公司以前的代码基本是使用SVN做版本控制,所以R哥叫HG...
https://www.tsingfun.com/it/cpp/1284.html 

STL 算法 - C/C++ - 清泛网 - 专注C/C++及内核技术

...这对元素的第一个元素的ForwardIterator .否则返回last.重载版本使用输入的二元操作符代替相等的判断 函数原形 template<class FwdIt> FwdIt adjacent_find(FwdIt first, FwdIt last); template<class FwdIt, class Pred> FwdIt adjacent_find(FwdIt first, Fwd...
https://bbs.tsingfun.com/thread-1381-1-1.html 

BLE(二)信道&amp;数据包&amp;协议栈格式 - 创客硬件开发 - 清泛IT社区,...

文章源自:https://www.gandalf.site/2018/11/ble_23.html 参考功耗蓝牙(BLE)安全初探 0x1 信道BLE的物理通道即“频道,分别是‘f=2402+k*2 MHz, k=0, … ,39’,带宽为2MHz”的40个RF Channel。 其中,有3个信道是advertising channel(广播通道)...
https://www.tsingfun.com/down/ebook/94.html 

Eclipse RCP Plug-in开发自学教程(Eclipse3.6) - 文档下载 - 清泛网 - ...

...过本人的整理、添加以及部分的重写,将原有的Eclipse3.3版本的一些内容完全迁移到Eclipse3.6版本上来。基于开源以...本教程素材来源于网络,经过本人的整理、添加以及部分的重写,将原有的Eclipse3.3版本的一些内容完全迁移到Ecl...
https://www.tsingfun.com/it/tech/2448.html 

eclipse 工程多版本共存的编译技巧 - 更多技术 - 清泛网 - 专注C/C++及内核技术

eclipse 工程多版本共存的编译技巧eclipse 工程多版本共存的设置方法:多个工程输出的文件名差异化,但最终生成的lib名一致,ldconfig会自动生成真正的lib so。设置输出的文件名,这个随便都行,用于区分多版本so eclipse 工程多...
https://bbs.tsingfun.com/thread-2358-1-1.html 

MIT已发布v2.75版本,中文网已同步升级最新版本 - App Inventor 2 中文网 -...

...上述新特性。 修复表格布局的复制粘贴bug,中文网v2.74版本已升级修复该bug。 之前: 修复后: 部分源自:https://mp.weixin.qq.com/s/02-o10bIa9e3ngW3N90Qsw 绝对布局作为一个容器类组件,绝对布局允许其中的其他组件自由地...