常用詞匯:
站在用戶的角度思考問(wèn)題,與客戶深入溝通,找到酉陽(yáng)土家族苗族網(wǎng)站設(shè)計(jì)與酉陽(yáng)土家族苗族網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗(yàn),讓設(shè)計(jì)與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個(gè)性化、用戶體驗(yàn)好的作品,建站類型包括:成都網(wǎng)站設(shè)計(jì)、成都網(wǎng)站建設(shè)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、空間域名、雅安服務(wù)器托管、企業(yè)郵箱。業(yè)務(wù)覆蓋酉陽(yáng)土家族苗族地區(qū)。
1、short:修飾int,短整型數(shù)據(jù),可省略被修飾的int。
2、long:修飾int,長(zhǎng)整型數(shù)據(jù),可省略被修飾的int。
3、long long:修飾int,超長(zhǎng)整型數(shù)據(jù),可省略被修飾的int。
4、signed:修飾整型數(shù)據(jù),有符號(hào)數(shù)據(jù)類型。
5、unsigned:修飾整型數(shù)據(jù),無(wú)符號(hào)數(shù)據(jù)類型。
6、restrict:用于限定和約束指針,并表明指針是訪問(wèn)一個(gè)數(shù)據(jù)對(duì)象的唯一且初始的方式。
7、return:用在函數(shù)體中,返回特定值(如果是void類型,則不返回函數(shù)值)。
8、continue:結(jié)束當(dāng)前循環(huán),開(kāi)始下一輪循環(huán)。
9、break:跳出當(dāng)前循環(huán)或switch結(jié)構(gòu)。
10、goto:無(wú)條件跳轉(zhuǎn)語(yǔ)句。
11、if:條件語(yǔ)句,后面不需要放分號(hào)。
12、else:條件語(yǔ)句否定分支(與if連用)。
13、switch:開(kāi)關(guān)語(yǔ)句(多重分支語(yǔ)句)。
14、case:開(kāi)關(guān)語(yǔ)句中的分支標(biāo)記,與switch連用。
15、default:開(kāi)關(guān)語(yǔ)句中的“其他”分支,可選。
常用函數(shù):
1、int isalpha(int ch) 若ch是字母('A'-'Z','a'-'z'),返回非0值,否則返回0。
2、int isalnum(int ch) 若ch是字母('A'-'Z','a'-'z')或數(shù)字('0'-'9'),返回非0值,否則返回0。
3、int abs(int i) 返回整型參數(shù)i的絕對(duì)值。
4、double cabs(struct complex znum) 返回復(fù)數(shù)znum的絕對(duì)值。
5、double fabs(double x) 返回雙精度參數(shù)x的絕對(duì)值。
6、long labs(long n) 返回長(zhǎng)整型參數(shù)n的絕對(duì)值。
參考資料來(lái)源:百度百科—C語(yǔ)言
拜托人家問(wèn)你那些是干什么的,沒(méi)問(wèn)那些英文是什么。。。。
#includestdio.h是指本程序中要用到標(biāo)準(zhǔn)輸入輸出文件,要知道scanf和printf都不是C語(yǔ)言就有的東西,而是在標(biāo)準(zhǔn)輸入輸出庫(kù)中調(diào)用的,所以在運(yùn)行帶有#include的程序時(shí)就會(huì)自動(dòng)調(diào)用頭文件,常用的還有:stding.h
字符串操作頭文件
math.h
數(shù)學(xué)庫(kù)函數(shù)頭文件
conio.h
屏幕抄作頭文件
dos.h
DOS接口函數(shù)頭文件
auoc.h
動(dòng)態(tài)地址分配函數(shù)頭文件
graphics.h
圖形庫(kù)函數(shù)頭文件
stdcib.h
常用函數(shù)庫(kù)頭文件
#include
assert.h
//設(shè)定插入點(diǎn)
#include
ctype.h
//字符處理
#include
errno.h
//定義錯(cuò)誤碼
#include
float.h
//浮點(diǎn)數(shù)處理
#include
fstream.h
//文件輸入/輸出
#include
iomanip.h
//參數(shù)化輸入/輸出
#include
iostream.h
//數(shù)據(jù)流輸入/輸出
#include
limits.h
//定義各種數(shù)據(jù)類型最值常量
#include
locale.h
//定義本地化函數(shù)
#include
math.h
//定義數(shù)學(xué)函數(shù)
#include
stdio.h
//定義輸入/輸出函數(shù)
#include
stdlib.h
//定義雜項(xiàng)函數(shù)及內(nèi)存分配函數(shù)
#include
string.h
//字符串處理
#include
strstrea.h
//基于數(shù)組的輸入/輸出
#include
time.h
//定義關(guān)于時(shí)間的函數(shù)
#include
wchar.h
//寬字符處理及輸入/輸出
#include
wctype.h
//寬字符分類
標(biāo)準(zhǔn)
C/C++
(同上的不再注釋)
#include
algorithm
//STL
通用算法
#include
bitset
//STL
位集容器
#include
cctype
#include
cerrno
#include
clocale
#include
cmath
#include
complex
//復(fù)數(shù)類
#include
cstdio
#include
cstdlib
#include
cstring
#include
ctime
#include
deque
//STL
雙端隊(duì)列容器
#include
exception
//異常處理類
#include
fstream
#include
functional
//STL
定義運(yùn)算函數(shù)(代替運(yùn)算符)
#include
limits
#include
list
//STL
線性列表容器
#include
map
//STL
映射容器
#include
iomanip
#include
ios
//基本輸入/輸出支持
#include
iosfwd
//輸入/輸出系統(tǒng)使用的前置聲明
#include
iostream
#include
istream
//基本輸入流
#include
ostream
//基本輸出流
#include
queue
//STL
隊(duì)列容器
#include
set
//STL
集合容器
#include
sstream
//基于字符串的流
#include
stack
//STL
堆棧容器
#include
stdexcept
//標(biāo)準(zhǔn)異常類
#include
streambuf
//底層輸入/輸出支持
#include
string
//字符串類
#include
utility
//STL
通用模板類
#include
vector
//STL
動(dòng)態(tài)數(shù)組容器
#include
cwchar
#include
cwctype
using
namespace
std;
C99
增加
#include
complex.h
//復(fù)數(shù)處理
#include
fenv.h
//浮點(diǎn)環(huán)境
#include
inttypes.h
//整數(shù)格式轉(zhuǎn)換
#include
stdbool.h
//布爾環(huán)境
#include
stdint.h
//整型環(huán)境
#include
tgmath.h
//通用類型數(shù)學(xué)宏
x+=100
x-=100
x*=100
x/=100
x=100
x=100
x=100
x|=100
x^=100
等,能參與運(yùn)算的都可以,這東西沒(méi)必要去追究吧....
表達(dá)啥意思,只不過(guò)是簡(jiǎn)寫..
x^=100 -- x = x^100 沒(méi)啥意思,其他雷同
用有意義的英文單詞或英文單詞縮寫來(lái)表示該函數(shù)的作用
例如插入排序函數(shù)名可以寫成Insertsort
總之便于理解和記憶即可!
文章題目:c語(yǔ)言常用運(yùn)算函數(shù)縮寫,c語(yǔ)言縮寫詞
轉(zhuǎn)載源于:http://jinyejixie.com/article40/hopoho.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供ChatGPT、企業(yè)建站、品牌網(wǎng)站設(shè)計(jì)、關(guān)鍵詞優(yōu)化、定制開(kāi)發(fā)、小程序開(kāi)發(fā)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)