中图网(原中国图书网):网上书店,尾货特色书店,30万种特价书低至2折!

歡迎光臨中圖網 請 | 注冊
> >>
C11編程導論-(英文版)

包郵 C11編程導論-(英文版)

出版社:電子工業出版社出版時間:2016-04-01
開本: 16開 頁數: 457
中 圖 價:¥34.8(3.9折) 定價  ¥89.0 登錄后可看到會員價
加入購物車 收藏
開年大促, 全場包郵
?新疆、西藏除外
溫馨提示:5折以下圖書主要為出版社尾貨,大部分為全新(有塑封/無塑封),個別圖書品相8-9成新、切口
有劃線標記、光盤等附件不全詳細品相說明>>
本類五星書更多>

C11編程導論-(英文版) 版權信息

C11編程導論-(英文版) 本書特色

本書沿用了deitel特色的“程序實況解說”,深入探討了c語言和c標準庫。通過完整的語法著色、代碼高亮、代碼演練和程序輸出,全面地介紹了測試程序的概念。本書匯集約5000行c代碼和數百個開發技巧,將幫助你構建強大的應用程序。本書的內容包括構建自定義數據結構、標準庫等;并選擇了c11標準的一些新特性,如多線程來幫助你為目前的多核系統編寫高性能的應用程序;c語言安全編程部分展示了如何讓你編寫的程序具有更好的魯棒性,不易受到攻擊。本書適合具有一定高級語言編程背景的程序員閱讀。

C11編程導論-(英文版) 內容簡介

本書沿用了Deitel特色的“程序實況解說”,深入探討了C語言和C標準庫。通過完整的語法著色、代碼高亮、代碼演練和程序輸出,全面地介紹了測試程序的概念。本書匯集約5000行C代碼和數百個開發技巧,將幫助你構建強大的應用程序。本書的內容包括構建自定義數據結構、標準庫等;并選擇了C11標準的一些新特性,如多線程來幫助你為目前的多核系統編寫高性能的應用程序;C語言安全編程部分展示了如何讓你編寫的程序具有更好的魯棒性,不易受到攻擊。 本書適合具有一定高級語言編程背景的程序員閱讀。

C11編程導論-(英文版) 目錄

目錄前言1 introduction1.1 introduction1.2 the c programming language1.3 c standard library1.4 c and other c-based languages1.5 typical c program development environment1.5.1 phase 1: creating a program1.5.2 phases 2 and 3: preprocessing and compiling a c program1.5.3 phase 4: linking1.5.4 phase 5: loading1.5.5 phase 6: execution1.5.6 standard input, standard output and standard error streams1.6 test-driving a c application in windows, linux and mac os x1.6.1 running a c application from the windows command prompt1.6.2 running a c application using gnu c with linux1.6.3 running a c application using gnu c with mac os x1.7 operating systems1.7.1 windows—a proprietary operating system1.7.2 linux—an open-source operating system1.7.3 apple’s mac os x; apple’s ios ? for iphone ? , ipad ? and ipod touch ? devices1.7.4 google’s android2 introduction to c programming2.1 introduction2.2 a simple c program: printing a line of text2.3 another simple c program: adding two integers2.4 arithmetic in c2.5 decision making: equality and relational operators2.6 secure c programming3 control statements: part i3.1 introduction3.2 control structures3.3 the if selection statement3.4 the if … else selection statement3.5 the while repetition statement3.6 class average with counter-controlled repetition3.7 class average with sentinel-controlled repetition3.8 nested control statements3.9 assignment operators3.10 increment and decrement operators3.11 secure c programming4 control statements: part ii4.1 introduction4.2 repetition essentials4.3 counter-controlled repetition4.4 for repetition statement4.5 for statement: notes and observations4.6 examples using the for statement4.7 switch multiple-selection statement4.8 do … while repetition statement4.9 break and continue statements4.10 logical operators4.11 confusing equality ( == ) and assignment ( = ) operators4.12 secure c programming5 functions5.1 introduction5.2 program modules in c5.3 math library functions5.4 functions5.5 function definitions5.6 function prototypes: a deeper look5.7 function call stack and stack frames5.8 headers5.9 passing arguments by value and by reference5.10 random number generation5.11 example: a game of chance5.12 storage classes5.13 scope rules5.14 recursion5.15 example using recursion: fibonacci series5.16 recursion vs. iteration5.17 secure c programming6 arrays6.1 introduction6.2 arrays6.3 defining arrays6.4 array examples6.5 passing arrays to functions6.6 sorting arrays6.7 case study: computing mean, median and mode using arrays6.8 searching arrays6.9 multidimensional arrays6.10 variable-length arrays6.11 secure c programming7 pointers7.1 introduction7.2 pointer variable definitions and initialization7.3 pointer operators7.4 passing arguments to functions by reference7.5 using the const qualifier with pointers7.5.1 converting a string to uppercase using a non-constant pointer to non-constant data7.5.2 printing a string one character at a time using a non-constant pointer to constant data7.5.3 attempting to modify a constant pointer to non-constant data7.5.4 attempting to modify a constant pointer to constant data7.6 bubble sort using pass-by-reference7.7 sizeof operator7.8 pointer expressions and pointer arithmetic7.9 relationship between pointers and arrays7.10 arrays of pointers7.11 case study: card shuffling and dealing simulation7.12 pointers to functions7.13 secure c programming8 characters and strings8.1 introduction8.2 fundamentals of strings and characters8.3 character-handling library8.3.1 functions isdigit , isalpha , isalnum and isxdigit8.3.2 functions islower , isupper , tolower and toupper8.3.3 functions isspace , iscntrl , ispunct , isprint and isgraph8.4 string-conversion functions8.4.1 function strtod8.4.2 function strtol8.4.3 function strtoul8.5 standard input/output library functions8.5.1 functions fgets and putchar8.5.2 function getchar8.5.3 function sprintf8.5.4 function sscanf8.6 string-manipulation functions of the string-handli
展開全部

C11編程導論-(英文版) 作者簡介

Paul Deitel,Deitel & Associates有限公司的CEO兼CTO,畢業于麻省理工學院,主修信息技術。在Deitel & Associate有限公司公司工作的過程中,他已經為行業、政府機關和軍隊客戶提供了數百節編程課程,這些客戶包括思科、IBM、西門子、Sun Microsystems、戴爾、Fidelity、肯尼迪航天中心、美國國家強風暴實驗室、白沙導彈試驗場、Rogue Wave Software、波音公司、SunGard Higher Education、北電網絡公司、彪馬、iRobot、Invensys等。他和本書的合著者Harvey M. Deitel博士是全球暢銷編程語言教材、專業書籍和視頻的作者。Harvey Deitel博士,Deitel & Associates有限公司的董事長和首席戰略官,在計算機領域中擁有50多年的經驗。Deitel博士獲得了麻省理工學院電子工程(學習計算)的學士和碩士學位,并獲得了波士頓大學的數學博士學位(學習計算機科學)。他擁有豐富的行業和大學教學經驗,在1991年與兒子Paul Deitel創辦Deitel & Associates有限公司之前,他是波士頓大學計算機科學系的主任并獲得了終身任職權。Deitel博士為很多大公司、學術研究機構、政府機關和軍方提供了數百場專業編程講座。Deitel的出版物獲得了國際上的認可,并被翻譯為繁體中文、簡體中文、韓語、日語、德語、俄語、西班牙語、法語、波蘭語、意大利語、葡萄牙語、希臘語、烏爾都語和土耳其語。

商品評論(0條)
暫無評論……
書友推薦
編輯推薦
返回頂部
中圖網
在線客服
主站蜘蛛池模板: 智能监控-安防监控-监控系统安装-弱电工程公司_成都万全电子 | 成都亚克力制品,PVC板,双色板雕刻加工,亚克力门牌,亚克力标牌,水晶字雕刻制作-零贰捌广告 | 洛阳装修公司-洛阳整装一站式品牌-福尚云宅装饰 | 深圳公司注册-工商注册代理-注册公司流程和费用_护航财税 | 液压扳手-高品质液压扳手供应商 - 液压扳手, 液压扳手供应商, 德国进口液压拉马 | 冲击式破碎机-冲击式制砂机-移动碎石机厂家_青州市富康机械有限公司 | 快速门厂家-快速卷帘门-工业快速门-硬质快速门-西朗门业 | 美的商用净水器_美的直饮机_一级代理经销商_Midea租赁价格-厂家反渗透滤芯-直饮水批发品牌售后 | 【北京写字楼出租_写字楼租赁_办公室出租网/出售】-远行地产官网 | 金属抛光机-磁悬浮抛光机-磁力研磨机-磁力清洗机 - 苏州冠古科技 | 智能交通网_智能交通系统_ITS_交通监控_卫星导航_智能交通行业 | 纯化水设备-纯水设备-超纯水设备-[大鹏水处理]纯水设备一站式服务商-东莞市大鹏水处理科技有限公司 | 成都装修公司-成都装修设计公司推荐-成都朗煜装饰公司 | (中山|佛山|江门)环氧地坪漆,停车场地板漆,车库地板漆,聚氨酯地板漆-中山永旺地坪漆厂家 | 成都LED显示屏丨室内户外全彩led屏厂家方案报价_四川诺显科技 | 精密模具加工制造 - 富东懿| 卫浴散热器,卫浴暖气片,卫生间背篓暖气片,华圣格浴室暖气片 | 有福网(yofus.com)洗照片冲印,毕业聚会纪念册相册制作个性DIY平台 | 明渠式紫外线杀菌器-紫外线消毒器厂家-定州市优威环保 | 澳门精准正版免费大全,2025新澳门全年免费,新澳天天开奖免费资料大全最新,新澳2025今晚开奖资料,新澳马今天最快最新图库 | 环境模拟实验室_液体-气体控温机_气体控温箱_无锡双润冷却科技有限公司 | 甲级防雷检测仪-乙级防雷检测仪厂家-上海胜绪电气有限公司 | 物联网卡_物联网卡购买平台_移动物联网卡办理_移动联通电信流量卡通信模组采购平台? | 湖南教师资格网-湖南教师资格证考试网 | 防腐木批发价格_深圳_惠州_东莞防腐木厂家_森源(深圳)防腐木有限公司 | 重庆波纹管|重庆钢带管|重庆塑钢管|重庆联进管道有限公司 | 长沙一级消防工程公司_智能化弱电_机电安装_亮化工程专业施工承包_湖南公共安全工程有限公司 | 水压力传感器_数字压力传感器|佛山一众传感仪器有限公司|首页 | 水稻烘干机,小麦烘干机,大豆烘干机,玉米烘干机,粮食烘干机_巩义市锦华粮食烘干机械制造有限公司 水环真空泵厂家,2bv真空泵,2be真空泵-淄博真空设备厂 | 天津热油泵_管道泵_天津高温热油泵-天津市金丰泰机械泵业有限公司【官方网站】 | 东莞爱加真空科技有限公司-进口真空镀膜机|真空镀膜设备|Polycold维修厂家 | PCB厂|线路板厂|深圳线路板厂|软硬结合板厂|电路板生产厂家|线路板|深圳电路板厂家|铝基板厂家|深联电路-专业生产PCB研发制造 | 回收二手冲床_金丰旧冲床回收_协易冲床回收 - 大鑫机械设备 | 2025世界机器人大会_IC China_半导体展_集成电路博览会_智能制造展览网 | 深圳激光打标机_激光打标机_激光焊接机_激光切割机_同体激光打标机-深圳市创想激光科技有限公司 深圳快餐店设计-餐饮设计公司-餐饮空间品牌全案设计-深圳市勤蜂装饰工程 | 次氯酸钠厂家,涉水级次氯酸钠,三氯化铁生产厂家-淄博吉灿化工 | 聚丙烯酰胺_厂家_价格-河南唐达净水材料有限公司 | 福建成考网-福建成人高考网 | 手板_手板模型制作_cnc手板加工厂-东莞天泓 | 节流截止放空阀-不锈钢阀门-气动|电动截止阀-鸿华阀门有限公司 | 北京公积金代办/租房发票/租房备案-北京金鼎源公积金提取服务中心 |