App下載

詞條

大約有 12,000 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,409 項。(搜索耗時:0.0117秒)

10731.Go 語言 Map

原文鏈接:https://gopl-zh.github.io/ch4/ch4-03.html 4.3. Map 哈希表是一種巧妙并且實用的數(shù)據(jù)結(jié)構(gòu)。它是一個無序的key/value對的集合,其中所有的key都是不同的,然后通過給定的key可以在常數(shù)時間復(fù)雜度內(nèi)檢索、更新或刪除對應(yīng)的value。 ...

http://o2fo.com/xhaqg/xhaqg-qbcw3plv.html

10732.PyTorch (可選)將模型從 PyTorch 導(dǎo)出到 ONNX 并使用 ONNX Runtime 運行

... https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html 在本教程中,我們描述了如何將 PyTorch 中定義的模型轉(zhuǎn)換為 ONNX 格式,然后在 ONNX Runtime 中運行它。 ONNX Runtime 是針對 ONNX 模型的以性能為中心的引擎,可在多個平臺和...

http://o2fo.com/pytorch/pytorch-fs5q3bsv.html

10733.Android 繪制表盤

...文: http://developer.android.com/training/wearables/watch-faces/drawing.html配置完工程和添加了實現(xiàn)表盤服務(wù)(watch face service)的類之后,我們可以開始編寫初始化和繪制自定義表盤的代碼了。這節(jié)課通過 Android SDK 中的 WatchFace 示例,來介紹系...

http://o2fo.com/android_training_course/android_training_course-l6vd27hr.html

10734.Android 顯示位置地址

...ou - 原文:http://developer.android.com/training/location/display-address.html獲取最后可知位置和獲取位置更新課程描述了如何以一個Location對象的形式獲取用戶的位置信息,這個位置信息包括了經(jīng)緯度。盡管經(jīng)緯度對計算地理距離和在地圖上顯...

http://o2fo.com/android_training_course/android_training_course-5on927gv.html

10735.控制器(Controllers)

...造響應(yīng); 不應(yīng)處理應(yīng)被模型處理的請求數(shù)據(jù); 應(yīng)避免嵌入HTML或其他展示代碼,這些代碼最好在?視圖中處理.

http://o2fo.com/yii2manual/9rwpcozt.html

10736.PyTorch torch.nn.init

...:[PyTorch torch.nn.init_blank](https://pytorch.org/docs/stable/nn.init.html) ------ ``` torch.nn.init.calculate_gain(nonlinearity, param=None)? ``` 返回給定非線性函數(shù)的推薦增益值。 取值如下: | 非線性 | 獲得 | | --- | --- | | 線性/身份 | ![img](https://pytorch.apache...

http://o2fo.com/pytorch/pytorch-162i3bxb.html

10737.管理Android網(wǎng)絡(luò)的使用情況

...- 原文:http://developer.android.com/training/basics/network-ops/managing.html這一課會介紹如何細(xì)化管理使用的網(wǎng)絡(luò)資源。如果我們的程序需要執(zhí)行大量網(wǎng)絡(luò)操作,那么應(yīng)該提供用戶設(shè)置選項,來允許用戶控制程序的數(shù)據(jù)偏好。例如,同步數(shù)據(jù)...

http://o2fo.com/android_training_course/android_training_course-9azt27fy.html

10738.Tomcat JNDI 資源

...信息來源: http://www.oracle.com/technetwork/java/javase/jdbc/index.html 一個 Java 數(shù)據(jù)庫連接性能相關(guān)信息網(wǎng)站。 http://java.sun.com/j2se/1.3/docs/guide/jdbc/spec2/jdbc2.1.frame.html JDBC 2.1 API 規(guī)范。 http://java.sun.com/products/jdbc/jdbc20.stdext.pdf JDBC 2.0 標(biāo)準(zhǔn)擴展 ...

http://o2fo.com/tomcat/4xy31k9e.html

10739.Apache 日志文件

...0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 "http://www.example.com/start.html" "Mozilla/4.08 [en] (Win98; I ;Nav)" Shell 多個訪問日志 只需在配置文件中指定多個CustomLog指令即可創(chuàng)建多個訪問日志。例如,以下指令將創(chuàng)建三個訪問日志。第一個包含基本...

http://o2fo.com/apache/apache-1mzq3k2u.html

10740.卷2:第13章 Moodle

...源和活動組成。一個資源可以是一份PDF文檔,Moodle的一個HTML頁面,或者干脆是一個指向網(wǎng)絡(luò)上其他位置的鏈接。一個活動可能是一個論壇,一次測驗,或者是一個Wiki。在一門課程中,這些資源和活動以某種方式被組織起來。例...

http://o2fo.com/open_source_architecture/mcp73ozt.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

10731.Go 語言 Map

原文鏈接:https://gopl-zh.github.io/ch4/ch4-03.html 4.3. Map 哈希表是一種巧妙并且實用的數(shù)據(jù)結(jié)構(gòu)。它是一個無序的key/value對的集合,其中所有的key都是不同的,然后通過給定的key可以在常數(shù)時間復(fù)雜度內(nèi)檢索、更新或刪除對應(yīng)的value。 ...

http://o2fo.com/xhaqg/xhaqg-qbcw3plv.html

10732.PyTorch (可選)將模型從 PyTorch 導(dǎo)出到 ONNX 并使用 ONNX Runtime 運行

... https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html 在本教程中,我們描述了如何將 PyTorch 中定義的模型轉(zhuǎn)換為 ONNX 格式,然后在 ONNX Runtime 中運行它。 ONNX Runtime 是針對 ONNX 模型的以性能為中心的引擎,可在多個平臺和...

http://o2fo.com/pytorch/pytorch-fs5q3bsv.html

10733.Android 繪制表盤

...文: http://developer.android.com/training/wearables/watch-faces/drawing.html配置完工程和添加了實現(xiàn)表盤服務(wù)(watch face service)的類之后,我們可以開始編寫初始化和繪制自定義表盤的代碼了。這節(jié)課通過 Android SDK 中的 WatchFace 示例,來介紹系...

http://o2fo.com/android_training_course/android_training_course-l6vd27hr.html

10734.Android 顯示位置地址

...ou - 原文:http://developer.android.com/training/location/display-address.html獲取最后可知位置和獲取位置更新課程描述了如何以一個Location對象的形式獲取用戶的位置信息,這個位置信息包括了經(jīng)緯度。盡管經(jīng)緯度對計算地理距離和在地圖上顯...

http://o2fo.com/android_training_course/android_training_course-5on927gv.html

10735.控制器(Controllers)

...造響應(yīng); 不應(yīng)處理應(yīng)被模型處理的請求數(shù)據(jù); 應(yīng)避免嵌入HTML或其他展示代碼,這些代碼最好在?視圖中處理.

http://o2fo.com/yii2manual/9rwpcozt.html

10736.PyTorch torch.nn.init

...:[PyTorch torch.nn.init_blank](https://pytorch.org/docs/stable/nn.init.html) ------ ``` torch.nn.init.calculate_gain(nonlinearity, param=None)? ``` 返回給定非線性函數(shù)的推薦增益值。 取值如下: | 非線性 | 獲得 | | --- | --- | | 線性/身份 | ![img](https://pytorch.apache...

http://o2fo.com/pytorch/pytorch-162i3bxb.html

10737.管理Android網(wǎng)絡(luò)的使用情況

...- 原文:http://developer.android.com/training/basics/network-ops/managing.html這一課會介紹如何細(xì)化管理使用的網(wǎng)絡(luò)資源。如果我們的程序需要執(zhí)行大量網(wǎng)絡(luò)操作,那么應(yīng)該提供用戶設(shè)置選項,來允許用戶控制程序的數(shù)據(jù)偏好。例如,同步數(shù)據(jù)...

http://o2fo.com/android_training_course/android_training_course-9azt27fy.html

10738.Tomcat JNDI 資源

...信息來源: http://www.oracle.com/technetwork/java/javase/jdbc/index.html 一個 Java 數(shù)據(jù)庫連接性能相關(guān)信息網(wǎng)站。 http://java.sun.com/j2se/1.3/docs/guide/jdbc/spec2/jdbc2.1.frame.html JDBC 2.1 API 規(guī)范。 http://java.sun.com/products/jdbc/jdbc20.stdext.pdf JDBC 2.0 標(biāo)準(zhǔn)擴展 ...

http://o2fo.com/tomcat/4xy31k9e.html

10739.Apache 日志文件

...0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 "http://www.example.com/start.html" "Mozilla/4.08 [en] (Win98; I ;Nav)" Shell 多個訪問日志 只需在配置文件中指定多個CustomLog指令即可創(chuàng)建多個訪問日志。例如,以下指令將創(chuàng)建三個訪問日志。第一個包含基本...

http://o2fo.com/apache/apache-1mzq3k2u.html

10740.卷2:第13章 Moodle

...源和活動組成。一個資源可以是一份PDF文檔,Moodle的一個HTML頁面,或者干脆是一個指向網(wǎng)絡(luò)上其他位置的鏈接。一個活動可能是一個論壇,一次測驗,或者是一個Wiki。在一門課程中,這些資源和活動以某種方式被組織起來。例...

http://o2fo.com/open_source_architecture/mcp73ozt.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程