高效的碎片化閱讀之《寫給大家看的C語言書》(三)

以下內容來自於《寫給大家看的C預言書》一書,作者是Greg Perry。

指針 pointer
段 segment
偏移量 offset
平滑內存模式 flat memory model
取值運算符 dereferencing operator
堆 heap
變量 variable
指針常量 pointer constant
自由的堆 free heap
未分配的堆 unallocated heap
已分配的堆 allocated heap
結構體 structure
成員 member
記錄 record
點運算符 dot operator
文件 file
順序訪問 sequential-access
隨機訪問 random-access
打開 open
文件指針 file pointer
全局的 global
局部的 local
寫 write
讀 read
附加 append
函數 function
傳遞 pass
傳遞實參 passing an argument
接收形參 receives the parameters
按值 by value
按地址 by address
原型 prototype
條件運算符 condition operator
遞增運算符 increment operator
遞減運算符 decrement operator
前綴遞增 prefix increment
前綴遞減 prefix decrement
後綴遞增 suffix increment
後綴遞減 suffix decrement
循環 loop
無限循環 infinite loop
嵌套 nesting
迭代 iteration
原始的 primitive
緩衝區 buffer
無緩衝的 unbuffered
字符測試函數
character-testing function
字符串連接 string concatenation
絕對值 absolute value
標準庫 standard library
元素 element
數組 array
下標 subscript
並行數組 parallel array
順序搜索 sequential search
二分搜索 binary search
斐波那契搜索 Fibonacci search
排序 sorting
冒泡排序 bubble sort
升序 ascending
指針變量 pointer variable

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章