import截圖:numpy
import
datetime
def數列相加(n):
a =list(range(n))
b =list(range(n))
c =for i in
range(n):
return
cdef
陣列相加(n):
a =numpy.arange(n)
b =numpy.arange(n)
c = a+b
return
cdef
執行時差():
now1 =datetime.datetime.now()
數列相加(300000)
now2 =datetime.datetime.now()
陣列相加(300000)
now3 =datetime.datetime.now()
time = (now2-now1)-(now3 -now2)
print("
列表執行時間(30w資料):
" , now2-now1,"
\n陣列執行時間(30w資料):
" , now3-now2)
if__name__ == "
__main__":
print(數列相加(20))
print(陣列相加(20))
執行時差()
第五次作業
一 問題及 include using namespace std class time void add a minute void add an hour void add seconds int n void add minutes int n void add hours int n voi...
第五次作業
當我們在討論多型性的時候,通常會用過載函式進行舉例,而這次發現的問題主要在過載運算子上,因此我希望通過對過載運算子的測試來得出乙個結論。我們想知道為什麼前置運算子和後置運算子會有區別,因此設計了乙個實驗來證明它 得到最終結果如預期那樣。通過這次作業,我能感受到前置和後置運算子的區別,通過x 和y x...
第五次作業
insert into student sno,sname,s sdept,sage values 201215128 陳冬 男 is 18 建表時規定學號唯一,而在建表時已經加入了該學號,所以不能有兩個相同學號。3.70 insert into student sno,sname,s sdept,...