包含了常用的max
、min
、sort
、swap
、reverse
。
包含isalnum
、isalpha
、islower
、isupper
、isdigit
、tolower
、toupper
等字元處理方法。
包含 int、long、long long 等型別的最大最小值int_max
、int_min
、long_max
、long_min
、llong_max
、llong_min
。
包含pow
、exp
、log2
、log
、log10
等數學函式。
包含rand()
隨機數生成器。
包含less
、greater
、less_equal
、greater_equal
等比較函式,可以在 sort、priority_queue 中使用。
包含了queue
和priority_queue
。
一般來說,stl 中的容器名和介面卡名就是頭檔名,如vector
、stack
、list
,但優先順序佇列例外。
包含了stringsteam
,從字元流中讀取字串。
【c++】以逗號為分隔符讀取字串
包含pair
和make_pair
。
c++ rand 與 srand 的用法 – playbar
c 打題常用標頭檔案 持續記錄。。。
萬能頭 include存在缺點 搬運 1 包含的標頭檔案的過多,導致程式編譯慢 2 其不屬於標準庫裡面的標頭檔案,只是gcc的內部實現,可移植性不好 include iostream 資料流輸入 輸出 include string 字串類 include cmath 定義數學函式 include c...
標準 C 常用標頭檔案
include 通用演算法 include 位集容器 include 字元處理 include 數學公式 include 複數類 include 標準c的輸入輸出 include 定義雜項函式及記憶體分配函式 include 字串 include 時間函式 include 雙端佇列容器 includ...
C 競賽常用標頭檔案
c 傳統 c include 設定插入點 include 字元處理 include 定義錯誤碼 include 浮點數處理 include 檔案輸入 輸出 include 引數化輸入 輸出 include 資料流輸入 輸出 include 定義各種資料型別最值常量 include 定義本地化函式 i...