App下載

詞條

大約有 1,000 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,353 項(xiàng)。(搜索耗時(shí):0.0150秒)

951.易語言5.5版更新版本說明

... 編譯前插件\CompilerPluginsSample.e",其所使用的編譯前插件C++工程源代碼在其中的"src"目錄中; 19. 增加了".e8"易語言配置信息文件支持,具體請(qǐng)查看"samples\e8"中的相關(guān)例程. 注: ".e8"文件實(shí)際上就是一個(gè)Ansi文本".ini"格式文件,...

http://m.hgci.cn/eyuyantutorials/vwrf1pm5.html

952.[譯]同步VS異步

...編程。我個(gè)人認(rèn)為這是一個(gè)壞主意,但是Boost.Asio(就像C++一樣)在你需要的時(shí)候允許你深入底層。 通常來說,當(dāng)你寫一個(gè)異步應(yīng)用時(shí),你會(huì)很容易掉入這個(gè)陷阱。比如在響應(yīng)一個(gè)異步*write*操作時(shí),你做了一個(gè)同步*read*操作: ``...

http://m.hgci.cn/nlzbw/nlzbw-b7gi25ye.html

953.第八章:高效文件處理、正則表達(dá)式、文件名匹配

...式來快速的創(chuàng)建新函數(shù)。例如,這個(gè)簡潔的函數(shù)修改了 C++ 源碼文件的后綴名。 -- file: ch08/Useful.hs cc2cpp = mapM (renameWith (flip replaceExtension ".cpp")) =<< namesMatching "*.cc" cc2cpp 函數(shù)使用了幾個(gè)我們已經(jīng)見過多次的函數(shù)。 flip 函數(shù)接受...

http://m.hgci.cn/real_world_haskell/4auzxozt.html

954.Pandas 提高性能

...time compiled to native machine instructions, similar in performance to C, C++ and Fortran, without having to switch languages or Python interpreters.Numba works by generating optimized machine code using the LLVM compiler infrastructure at import time, runtime, or statically (using the included pyc...

http://m.hgci.cn/hyspo/hyspo-1k3h372r.html

955.第十四章:Monads

...式使用Monad最多的語言,但是在別的語言里面也存在,從C++到OCaml。由于Haskell的 do 表示法,強(qiáng)大的類型系統(tǒng)以及語言的語法使得Monad在Haskell里面非常容易處理。Monads使用來控制求值順序的創(chuàng)建Logger Monad?Logger 類的定義非常簡單:...

http://m.hgci.cn/real_world_haskell/il1a1p5o.html

956.scikit-learn 線性模型

...法“l(fā)iblinear”使用的是坐標(biāo)下降(CD)法, 并依賴于優(yōu)秀的C++ LIBLINEAR library庫,該庫隨Scikit-Learn一起提供。然而,用 liblinear庫實(shí)現(xiàn)的CD算法不能學(xué)習(xí)真正的多分類模型;取而代之的是, 會(huì)將優(yōu)化問題按照 “one-vs-rest”的方式進(jìn)行分...

http://m.hgci.cn/gkiwe/gkiwe-xd2e3rc1.html

957.第九章:I/O學(xué)習(xí) —— 構(gòu)建一個(gè)用于搜索文件系統(tǒng)的庫

...語言 深入謂詞寫作的內(nèi)部,我們的謂詞將檢查大于128kb的C++源文件: -- file: ch09/BetterPredicate.hs myTest path _ (Just size) _ = takeExtension path == ".cpp" && size > 131072 myTest _ _ _ _ = False 這并不是令人感到愉快的工作,斷言需要四個(gè)參數(shù),并...

http://m.hgci.cn/real_world_haskell/zi9fmozt.html

958.第五章:編寫 JSON 庫

...: ghc 。如果你熟悉 gcc 或者 cl (微軟 Visual Studio 使用的 C++ 編譯器組件)之類的編譯器,那么你對(duì) ghc 應(yīng)該不會(huì)感到陌生。 編譯一個(gè) Haskell 源碼文件可以通過 ghc 命令來完成: $ ghc -c SimpleJSON.hs $ ls SimpleJSON.hi SimpleJSON.hs SimpleJSON...

http://m.hgci.cn/real_world_haskell/ge41cozt.html

959.PyTorch 使用自定義 C ++運(yùn)算符擴(kuò)展 TorchScript

...ne our library target add_library(warp_perspective SHARED op.cpp) # Enable C++11 target_compile_features(warp_perspective PRIVATE cxx_range_for) # Link against LibTorch target_link_libraries(warp_perspective "${TORCH_LIBRARIES}") # Link against OpenCV target_link_libraries(warp_perspective opencv_co...

http://m.hgci.cn/pytorch/pytorch-ljs93bz6.html

960.TensorFlow定義用于構(gòu)造圖形的類和函數(shù)

...y navigate a computation graph. self._consumers = [] # Attributes used for C++ shape inference. Not inspected, only forwarded. self._handle_shape = tensor_shape_pb2.TensorShapeProto() self._handle_dtype = types_pb2.DT_INVALID @property def op(self): """The `Operation` that produces this tensor as an...

http://m.hgci.cn/tensorflow_python/tensorflow_python-s62t2d4y.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

951.易語言5.5版更新版本說明

... 編譯前插件\CompilerPluginsSample.e",其所使用的編譯前插件C++工程源代碼在其中的"src"目錄中; 19. 增加了".e8"易語言配置信息文件支持,具體請(qǐng)查看"samples\e8"中的相關(guān)例程. 注: ".e8"文件實(shí)際上就是一個(gè)Ansi文本".ini"格式文件,...

http://m.hgci.cn/eyuyantutorials/vwrf1pm5.html

952.[譯]同步VS異步

...編程。我個(gè)人認(rèn)為這是一個(gè)壞主意,但是Boost.Asio(就像C++一樣)在你需要的時(shí)候允許你深入底層。 通常來說,當(dāng)你寫一個(gè)異步應(yīng)用時(shí),你會(huì)很容易掉入這個(gè)陷阱。比如在響應(yīng)一個(gè)異步*write*操作時(shí),你做了一個(gè)同步*read*操作: ``...

http://m.hgci.cn/nlzbw/nlzbw-b7gi25ye.html

953.第八章:高效文件處理、正則表達(dá)式、文件名匹配

...式來快速的創(chuàng)建新函數(shù)。例如,這個(gè)簡潔的函數(shù)修改了 C++ 源碼文件的后綴名。 -- file: ch08/Useful.hs cc2cpp = mapM (renameWith (flip replaceExtension ".cpp")) =<< namesMatching "*.cc" cc2cpp 函數(shù)使用了幾個(gè)我們已經(jīng)見過多次的函數(shù)。 flip 函數(shù)接受...

http://m.hgci.cn/real_world_haskell/4auzxozt.html

954.Pandas 提高性能

...time compiled to native machine instructions, similar in performance to C, C++ and Fortran, without having to switch languages or Python interpreters.Numba works by generating optimized machine code using the LLVM compiler infrastructure at import time, runtime, or statically (using the included pyc...

http://m.hgci.cn/hyspo/hyspo-1k3h372r.html

955.第十四章:Monads

...式使用Monad最多的語言,但是在別的語言里面也存在,從C++到OCaml。由于Haskell的 do 表示法,強(qiáng)大的類型系統(tǒng)以及語言的語法使得Monad在Haskell里面非常容易處理。Monads使用來控制求值順序的創(chuàng)建Logger Monad?Logger 類的定義非常簡單:...

http://m.hgci.cn/real_world_haskell/il1a1p5o.html

956.scikit-learn 線性模型

...法“l(fā)iblinear”使用的是坐標(biāo)下降(CD)法, 并依賴于優(yōu)秀的C++ LIBLINEAR library庫,該庫隨Scikit-Learn一起提供。然而,用 liblinear庫實(shí)現(xiàn)的CD算法不能學(xué)習(xí)真正的多分類模型;取而代之的是, 會(huì)將優(yōu)化問題按照 “one-vs-rest”的方式進(jìn)行分...

http://m.hgci.cn/gkiwe/gkiwe-xd2e3rc1.html

957.第九章:I/O學(xué)習(xí) —— 構(gòu)建一個(gè)用于搜索文件系統(tǒng)的庫

...語言 深入謂詞寫作的內(nèi)部,我們的謂詞將檢查大于128kb的C++源文件: -- file: ch09/BetterPredicate.hs myTest path _ (Just size) _ = takeExtension path == ".cpp" && size > 131072 myTest _ _ _ _ = False 這并不是令人感到愉快的工作,斷言需要四個(gè)參數(shù),并...

http://m.hgci.cn/real_world_haskell/zi9fmozt.html

958.第五章:編寫 JSON 庫

...: ghc 。如果你熟悉 gcc 或者 cl (微軟 Visual Studio 使用的 C++ 編譯器組件)之類的編譯器,那么你對(duì) ghc 應(yīng)該不會(huì)感到陌生。 編譯一個(gè) Haskell 源碼文件可以通過 ghc 命令來完成: $ ghc -c SimpleJSON.hs $ ls SimpleJSON.hi SimpleJSON.hs SimpleJSON...

http://m.hgci.cn/real_world_haskell/ge41cozt.html

959.PyTorch 使用自定義 C ++運(yùn)算符擴(kuò)展 TorchScript

...ne our library target add_library(warp_perspective SHARED op.cpp) # Enable C++11 target_compile_features(warp_perspective PRIVATE cxx_range_for) # Link against LibTorch target_link_libraries(warp_perspective "${TORCH_LIBRARIES}") # Link against OpenCV target_link_libraries(warp_perspective opencv_co...

http://m.hgci.cn/pytorch/pytorch-ljs93bz6.html

960.TensorFlow定義用于構(gòu)造圖形的類和函數(shù)

...y navigate a computation graph. self._consumers = [] # Attributes used for C++ shape inference. Not inspected, only forwarded. self._handle_shape = tensor_shape_pb2.TensorShapeProto() self._handle_dtype = types_pb2.DT_INVALID @property def op(self): """The `Operation` that produces this tensor as an...

http://m.hgci.cn/tensorflow_python/tensorflow_python-s62t2d4y.html

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

w3cschool 建議您:

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

熱門課程