av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術(shù)文章
文章詳情頁

python如何建立全零數(shù)組

瀏覽:46日期:2022-07-17 08:29:53

語句格式:

numpy.zeros(shape, dtype=float, order=’C’)

參數(shù)說明:

shape:整型或元素為整型的序列,表示生成的新數(shù)組的shape,如(2,3)或 2。

dtype:生成數(shù)組的數(shù)據(jù)格式,如numpy.int8。默認(rèn)為numpy.float64。

order:{’C’, ’F’}可選,是否將多維數(shù)據(jù)存儲為C-或Fortran-contiguous(按行或按列)順序。

返回值:ndarray,一個指定了shape, dtype, order的零數(shù)組。

示例見下:

第四個例子看起來很方便。

Numpy文檔原文:

numpy.zerosnumpy.zeros(shape, dtype=float, order=’C’)Return a new array of given shape and type, filled with zeros.Parameters:shape : int or sequence of intsShape of the new array, e.g., (2, 3) or 2.dtype : data-type, optionalThe desired data-type for the array, e.g., numpy.int8. Default is numpy.float64.order : {‘C’, ‘F’}, optionalWhether to store multidimensional data in C- or Fortran-contiguous (row- or column-wise) order in memory.Returns:out : ndarray

Array of zeros with the given shape, dtype, and order.

#指定長度的一維數(shù)組>>> np.zeros(5)array([ 0., 0., 0., 0., 0.]) #指定數(shù)據(jù)類型,指定長度的一維數(shù)組>>> np.zeros((5,), dtype=int)array([0, 0, 0, 0, 0]) #二維數(shù)組>>> np.zeros((2, 1))array([[ 0.], [ 0.]]) >>> s = (2,2)>>> np.zeros(s)array([[ 0., 0.], [ 0., 0.]]) #指定dtype>>> np.zeros((2,), dtype=[(’x’, ’i4’), (’y’, ’i4’)]) # custom dtypearray([(0, 0), (0, 0)], dtype=[(’x’, ’<i4’), (’y’, ’<i4’)])

內(nèi)容擴(kuò)展:

python創(chuàng)建數(shù)組的方法

直接定義法:

1.直接定義

matrix=[0,1,2,3]

2.間接定義

matrix=[0 for i in range(4)]print(matrix)

Numpy方法:

Numpy內(nèi)置了從頭開始創(chuàng)建數(shù)組的函數(shù):

zeros(shape)將創(chuàng)建一個用指定形狀用0填充的數(shù)組。默認(rèn)的dtype是float64。

下面是幾種常用的創(chuàng)建方法:

#coding=utf-8import numpy as npa = np.array([1,2,3,4,5])print ab = np.zeros((2,3))print bc = np.arange(10)print cd = np.arange(2,10,dtype=np.float)print de = np.linspace(1.0,4.0,6)print ef = np.indices((3,3))print f

到此這篇關(guān)于python如何建立全零數(shù)組的文章就介紹到這了,更多相關(guān)python建立全零數(shù)組的方法內(nèi)容請搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 亚洲一区二区在线视频 | 久久久久国产精品视频 | 日韩大片在线观看 | 九九久久免费视频 | 免费毛片在线播放免费 | 久久久二区 | 久久国产美女 | 一区二区三区四区在线视频 | 麻豆国产一区二区三区四区 | av片免费| 酒色成人网 | 日韩欧美高清 | 中文字幕一区二区在线播放 | 亚洲国产激情 | 特级做a爱片免费69 伊人超碰在线 | 成人一级毛片 | 欧美成人精品欧美一级乱黄 | 午夜网 | 精品国产99久久久久久宅男i | 日本理论片午伦夜理片在线观看 | 97精品在线| 国产精品手机在线 | 国产在线一区二区 | 免费爱爱网站 | 黄色xxxxx| a毛片免费看 | 国产成人在线视频 | 国产精品二区三区 | 亚洲免费久久 | 草草视频在线 | 久久久久久伊人 | 亚洲福利专区 | 婷婷一区二区三区 | 国产农村妇女aaaaa视频 | 亚洲影院av| 国产男女视频 | 国产理论在线 | 国产超碰在线 | 国产精品视频久久久 | 黑人精品一区二区 | www99热 |