使用開(kāi)始菜單中的jupyter notebook 啟動(dòng)呕缭,打開(kāi)后如下圖堵泽,默認(rèn)是C:\Users[你的用戶名]路徑下的內(nèi)容: 想把jupyter的路...
1.下載anaconda https://www.anaconda.com/download/ 下載速度可能比較慢, linux下Anacond...
1. 泛型編程GP與面向?qū)ο驩OP GP(Generic Programming)就是使用模板template為主要工具來(lái)編寫(xiě)程序恢总。OOP(Ob...
關(guān)于new和delete new:先分配內(nèi)存,再調(diào)用ctor -->調(diào)用mallocdelete:先調(diào)用dtor片仿,再釋放內(nèi)存 -->調(diào)用free...
const member function const 放在成員函數(shù)名的后面纹安,成員函數(shù)體的前面----const member function...
C++對(duì)象模型 各種關(guān)系下的構(gòu)造和析構(gòu) 繼承關(guān)系下的構(gòu)造和析構(gòu) 正常情況下,帶有繼承關(guān)系的類對(duì)象的構(gòu)造是由內(nèi)而外砂豌,析構(gòu)由外而內(nèi)的厢岂。即分配內(nèi)存后,...
模板特化分為兩種: 模板全特化 模板偏特化 模板全特化 模板偏特化
模板分為三大類: class template function template member template class template...
C++類中類的設(shè)計(jì)分為三種: 普通的類奸鸯,用于描述一類事物的特性 pointer-like的類 function-like的類 普通的類 poin...