App下載

詞條

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

1991.3.6 復(fù)數(shù)的數(shù)學(xué)運算

... cmath.exp(a) (-4.829809383269385-5.5920560936409816j) >>> 討論 Python中大部分與數(shù)學(xué)相關(guān)的模塊都能處理復(fù)數(shù)。比如如果你使用numpy,可以很容易的構(gòu)造一個復(fù)數(shù)數(shù)組并在這個數(shù)組上執(zhí)行各種操作: >>> import numpy as np >>> a =...

http://www.o2fo.com/youshq/l7mn1ozt.html

1992.Pillow ImageWin模塊(僅限Windows)

...塊包含在Windows上創(chuàng)建和顯示圖像的支持。 ImageWin可以與pythonwin和其他用戶界面工具包一起使用,這些工具包提供對Windows設(shè)備上下文或窗口句柄的訪問。例如,tkinter通過winfo_id方法使窗口句柄可用:from PIL import ImageWin dib = ImageWin....

http://www.o2fo.com/pillow_course/pillow_course-67mf3iq6.html

1993.PyTorch torch.nn 到底是什么?

...像組成(介于 0 到 9 之間)。 我們將使用 pathlib 處理路徑(Python 3 標(biāo)準(zhǔn)庫的一部分),并下載數(shù)據(jù)集。 我們只會在使用模塊時才導(dǎo)入它們,因此您可以確切地看到正在使用模塊的每個細(xì)節(jié)。from pathlib import Path import requests DATA_PATH = ...

http://www.o2fo.com/pytorch/pytorch-mrni3btn.html

1994.TensorFlow模塊:tf.metrics

...cs定義在:tensorflow/tools/api/generator/api/metrics/__init__.py.用于Python API的導(dǎo)入.這個文件是計算機(jī)生成的!不要編輯.生成者:tensorflow/tools/api/generator/create_python_api.py腳本.功能accuracy(...):計算predictions與labels匹配的頻率.auc(...):通過黎...

http://www.o2fo.com/tensorflow_python/tensorflow_python-ke8y2yhg.html

1995.Atom 基本的自定義

...中軟換行,在ruby文件中將tab顯示為兩個空格的寬度,在python文件中顯示為4個空格的寬度。下面是作用于語言的幾種選項,這是它們的列表:editor.tabLength editor.softWrap editor.softWrapAtPreferredLineLength editor.preferredLineLength editor.scrollPastE...

http://www.o2fo.com/atomflightmanualzhcn/3bia1log.html

1996.httpx 介紹

HTTPX是Python 3的全功能HTTP客戶端,它提供同步和異步API,并支持HTTP / 1.1和HTTP / 2。 為了方便對方法的理解,本篇教程全文代碼基本都是采用python shell 環(huán)境進(jìn)行調(diào)試!使用 pip 安裝 HTTPX:pip install httpx現(xiàn)在,讓我們開始吧:>>&g...

http://www.o2fo.com/httpx/httpx-intro.html

1997.Electron 測試

...clang-format并準(zhǔn)備一個簡短的教程。這個存儲庫中沒有很多Python,但是它也受編碼樣式規(guī)則的約束。npm run lint-py會檢查所有Python,并pylint以此來檢查。單元測試如果你不使用構(gòu)建工具,請確保您已配置電子的本地構(gòu)建這個名字之一...

http://www.o2fo.com/electron_/electron_-7tak37lh.html

1998.Flask 擴(kuò)展之WTF(表格)

...TForms庫提供了一個簡單的接口。使用Flask-WTF,我們可以在Python腳本中定義表單字段,并使用HTML模板進(jìn)行渲染。還可以將驗證應(yīng)用于WTF字段。首先,需要pip安裝Flask-WTF擴(kuò)展:pip install flask-WTFflask-WTF包含一個Form類,該類必須用作用...

http://www.o2fo.com/rrhflask/rrhflask-vk3j32bv.html

1999.PHP數(shù)組

... 這里有一個基本的例子: <?PHP $myarray = array("PHP", "Java", "Python","www.o2fo.com"); $size = count($myarray); print_r($myarray); ?> 上面的代碼生成以下結(jié)果。 在第一行,我們創(chuàng)建一個數(shù)組, array()函數(shù)。 array()函數(shù)以變量或值的列表作為...

http://www.o2fo.com/php/php-array.html

2000.TensorFlow提供允許變量共享的模板

...__ import print_function import functools import traceback from tensorflow.python.framework import ops from tensorflow.python.ops import variable_scope from tensorflow.python.platform import tf_logging as logging from tensorflow.python.util.deprecation import deprecated __all__ = ["make_template"] d...

http://www.o2fo.com/tensorflow_python/tensorflow_python-qu8r2fa4.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1991.3.6 復(fù)數(shù)的數(shù)學(xué)運算

... cmath.exp(a) (-4.829809383269385-5.5920560936409816j) >>> 討論 Python中大部分與數(shù)學(xué)相關(guān)的模塊都能處理復(fù)數(shù)。比如如果你使用numpy,可以很容易的構(gòu)造一個復(fù)數(shù)數(shù)組并在這個數(shù)組上執(zhí)行各種操作: >>> import numpy as np >>> a =...

http://www.o2fo.com/youshq/l7mn1ozt.html

1992.Pillow ImageWin模塊(僅限Windows)

...塊包含在Windows上創(chuàng)建和顯示圖像的支持。 ImageWin可以與pythonwin和其他用戶界面工具包一起使用,這些工具包提供對Windows設(shè)備上下文或窗口句柄的訪問。例如,tkinter通過winfo_id方法使窗口句柄可用:from PIL import ImageWin dib = ImageWin....

http://www.o2fo.com/pillow_course/pillow_course-67mf3iq6.html

1993.PyTorch torch.nn 到底是什么?

...像組成(介于 0 到 9 之間)。 我們將使用 pathlib 處理路徑(Python 3 標(biāo)準(zhǔn)庫的一部分),并下載數(shù)據(jù)集。 我們只會在使用模塊時才導(dǎo)入它們,因此您可以確切地看到正在使用模塊的每個細(xì)節(jié)。from pathlib import Path import requests DATA_PATH = ...

http://www.o2fo.com/pytorch/pytorch-mrni3btn.html

1994.TensorFlow模塊:tf.metrics

...cs定義在:tensorflow/tools/api/generator/api/metrics/__init__.py.用于Python API的導(dǎo)入.這個文件是計算機(jī)生成的!不要編輯.生成者:tensorflow/tools/api/generator/create_python_api.py腳本.功能accuracy(...):計算predictions與labels匹配的頻率.auc(...):通過黎...

http://www.o2fo.com/tensorflow_python/tensorflow_python-ke8y2yhg.html

1995.Atom 基本的自定義

...中軟換行,在ruby文件中將tab顯示為兩個空格的寬度,在python文件中顯示為4個空格的寬度。下面是作用于語言的幾種選項,這是它們的列表:editor.tabLength editor.softWrap editor.softWrapAtPreferredLineLength editor.preferredLineLength editor.scrollPastE...

http://www.o2fo.com/atomflightmanualzhcn/3bia1log.html

1996.httpx 介紹

HTTPX是Python 3的全功能HTTP客戶端,它提供同步和異步API,并支持HTTP / 1.1和HTTP / 2。 為了方便對方法的理解,本篇教程全文代碼基本都是采用python shell 環(huán)境進(jìn)行調(diào)試!使用 pip 安裝 HTTPX:pip install httpx現(xiàn)在,讓我們開始吧:>>&g...

http://www.o2fo.com/httpx/httpx-intro.html

1997.Electron 測試

...clang-format并準(zhǔn)備一個簡短的教程。這個存儲庫中沒有很多Python,但是它也受編碼樣式規(guī)則的約束。npm run lint-py會檢查所有Python,并pylint以此來檢查。單元測試如果你不使用構(gòu)建工具,請確保您已配置電子的本地構(gòu)建這個名字之一...

http://www.o2fo.com/electron_/electron_-7tak37lh.html

1998.Flask 擴(kuò)展之WTF(表格)

...TForms庫提供了一個簡單的接口。使用Flask-WTF,我們可以在Python腳本中定義表單字段,并使用HTML模板進(jìn)行渲染。還可以將驗證應(yīng)用于WTF字段。首先,需要pip安裝Flask-WTF擴(kuò)展:pip install flask-WTFflask-WTF包含一個Form類,該類必須用作用...

http://www.o2fo.com/rrhflask/rrhflask-vk3j32bv.html

1999.PHP數(shù)組

... 這里有一個基本的例子: <?PHP $myarray = array("PHP", "Java", "Python","www.o2fo.com"); $size = count($myarray); print_r($myarray); ?> 上面的代碼生成以下結(jié)果。 在第一行,我們創(chuàng)建一個數(shù)組, array()函數(shù)。 array()函數(shù)以變量或值的列表作為...

http://www.o2fo.com/php/php-array.html

2000.TensorFlow提供允許變量共享的模板

...__ import print_function import functools import traceback from tensorflow.python.framework import ops from tensorflow.python.ops import variable_scope from tensorflow.python.platform import tf_logging as logging from tensorflow.python.util.deprecation import deprecated __all__ = ["make_template"] d...

http://www.o2fo.com/tensorflow_python/tensorflow_python-qu8r2fa4.html

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

w3cschool 建議您:

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

熱門課程