會員登入
|
加入會員
|
會員專區
|
購物車
|
自資出版
|
電子書城
|
客服中心
文學小說
商管創投
人文藝坊
勵志養生
進修學習
科學工程
家庭親子
玩樂天地
書名
出版社
作者
isbn
編號
英語會話
|
成交的秘密
|
霹靂影音寫真特典
|
微處理機/單晶片組合語言教學範本(附CD)
.
C HOW TO P
.
JAVA HOW T
文學小說
文學
|
小說
商管創投
財經投資
|
行銷企管
人文藝坊
宗教、哲學
社會、人文、史地
藝術、美學
|
電影戲劇
勵志養生
醫療、保健
料理、生活百科
教育、心理、勵志
進修學習
電腦與網路
|
語言工具
雜誌、期刊
|
軍政、法律
參考、考試、教科用書
科學工程
科學、自然
|
工業、工程
家庭親子
家庭、親子、人際
青少年、童書
玩樂天地
旅遊、地圖
|
休閒娛樂
漫畫、插圖
|
限制級
VISUAL C# HOW TO PROGRAM 6/E (GE)
作者:
DEITEL、DEITEL
分類:
參考•考試•教科書
/
大專學院教科書
叢書系列:大學資訊
出版社:
全華圖書
出版日期:2017/7/4
ISBN:9781292153469
書籍編號:kk0448027
頁數:1056
定價:
1380
元
特別會員價:
95
折
1311
元
書價若有異動,以出版社實際定價為準
訂購後立即為您進貨
訂購後立即為您進貨:目前無庫存量,讀者下訂後,開始進入調書程序,一般天數約為2-10工作日(不含例假日)。
團購數最低為 15 本以上
評價數:
(請將滑鼠移至星星處進行評價)
目前平均評價:
文字連結
複製語法
VISUAL C# HOW TO PROGRAM 6/E (GE)
圖片連結
複製語法
分
享
•
-
內容簡介
作者介紹
書籍目錄
同類推薦
VISUAL C# HOW TO PROGRAM 6/E (GE) 新版特色: ● Integrated coverage of new C# 6 functionality. ● C# 6 new language features appear throughout the book and each occurrence is marked with a “6” margin icon ● All material is updated for use with Visual Studio 2015. Hundreds of exercises updated for student practice skills 圖書特色與優點: Signature “Live Code? Approach” — Language features are presented in the context of a wide variety of complete working programs. ● Features thousands of lines of code in hundreds of complete working programs. ● A broad range of example programs selected from computer science, business, simulation, game playing, graphics, multimedia and many other areas. ● Enables students to confirm that programs run as expected. ● Students can also download the code from the book’s Companion Website www.pearsonglobaleditions.com/deitel. Object-Oriented Programming ● Outstanding, consistent, and applied pedagogy. Icons throughout identify Software Engineering Observations; Good Programming Practices; Common Programming Errors; Portability Tips; Performance Tips; Testing and Debugging Tips; and Look-and-Feel Observations. ● Early-objects approach. The book introduces the basic concepts and terminology of object technology in Chapter 1. In Chapter 2, students will visually manipulate graphical user interface objects, such as labels and images. In Chapter 3, Introduction to C# App Programming, students will write Visual C# program code that manipulates preexisting objects. They will develop their first customized classes and objects in Chapter 4. Our early objects presentation continues in Chapters 5–9 with a variety of straightforward case studies. Chapters 10–12 take a deeper look at classes and objects. ● Rich coverage of programming fundamentals. Chapters 5 and 6 present a friendly treatment of control statements and problem solving. ● A clear, example-driven presentation of classes, objects, inheritance, polymorphism and interfaces. ● Optional case study: Using the UML to develop an object-oriented design and Visual C# implementation of an Automated Teller Machine (ATM). The UML? (Unified Modeling Language?) is the industry-standard graphical language for modeling object-oriented systems. We introduce the UML in the early chapters. Online Chapters 34 and 35 include an optional case study on object-oriented design using the UML. We design and implement the software for a simple automated teller machine. We analyze a typical requirements document that specifies the system to be built. We determine the classes needed to implement that system, theattributes the classes need to have, the behaviors the classes need to exhibit and we specify how the classes must interact with one another to meet the system requirements. From the design we produce a complete working Visual C# implementation. Students often report a “light bulb moment”–the case study helps them “tie it all together” and truly understand object orientation. ● Four programming paradigms. We discuss structured programming, object-oriented programming, generic programming and functional programming (new in this edition). Interesting, Entertaining and Challenging Exercises ● Extensive self-review exercises and answers are included for self-study. ● Each chapter concludes with a substantial set of exercises, including simple recall of important terminology and concepts, identifying the errors in code samples, writing individual program statements, writing methods to perform specific tasks, writing C# classes, writing complete programs and implementing major projects. The Making a Difference exercises encourage you to use computers and the Internet to research and work on significant social problems–we hope you’ll approach these exercises with your own values, politics and beliefs. Illustrations and Figures ● Abundant tables, line drawings, UML diagrams, programs and program outputs are included. The book’s modular organization helps instructors plan their syllabi. Other Features ● Use as appropriate with Windows 7, 8 or 10. ● A clear, example-driven presentation of classes, objects, inheritance, polymorphism and interfaces. ● Early introduction to LINQ and generic collections. ● PLINQ (Parallel LINQ) for multicore performance. ● Asynchronous Programming with async and await. ● Functional programming with lambdas and delegates. ● Immutability, files, database with LINQ to Entities. ● Visual C# debugging, integrated exception handling. ● Extensive treatment of Windows Forms GUI. ● Online coverage of Universal Windows Platform (UWP) GUI for desktop and mobile apps. ● The printed book contains the core content (Chapters 1–23) for introductory course sequences. ● Additional online content for more advanced courses: ASP.NET web app development; XML and LINQ to XML; Building a Microsoft Azure? Cloud Computing App; Web Services and ATM OOD case study. 本書簡介: An informative, engaging, challenging and entertaining introduction to Visual C# Created by world-renowned programming instructors Paul and Harvey Deitel, Visual C# How to Program, Sixth Edition introduces students to the world of desktop, mobile and web app development with Microsoft𠏋?Visual C#?programming language. Students will use the .NET platform and the Visual Studio?Integrated Development Environment to write, test, and debug applications and run them on a wide variety of Windows?devices. At the heart of the book is the Deitel signature live-code approach銄ather than using code snippets, the authors present concepts in the context of complete working programs followed by sample executions. Students begin by getting comfortable with the Visual Studio Community edition IDE and basic C# syntax. Next, they build their skills one step at a time, mastering control structures, classes, objects, methods, variables, arrays, and the core techniques of object-oriented programming. With this strong foundation in place, the authors introduce more sophisticated techniques, including searching, sorting, data structures, generics, and collections. Additional practice is provided through a broad range of example programs and exercises selected from computer science, business, education, social issues, personal utilities, sports, mathematics, puzzles, simulation, game playing, graphics, multimedia and many other areas.
For all basic-to-intermediate level courses in Visual C# programming.
Ch1: Introduction to Computers, the Internet and Visual C# Ch2: Introduction to Visual Studio and Visual Programming Ch3: Introduction to C# App Programming Ch4: Introduction to Classes, Objects, Methods and strings Ch5: Algorithm Development and Control Statements: Part 1 Ch6: Control Statements: Part 2 Ch7: Methods: A Deeper Look Ch8: Arrays; Introduction to Exception Handling Ch9: Introduction to LINQ and the List Collection Ch10: Classes and Objects: A Deeper Look Ch11: Object-Oriented Programming: Inheritance Ch12: OOP: Polymorphism and Interfaces Ch13: Exception Handling: A Deeper Look Ch14: Graphical User Interfaces with Windows Forms: Part 1 Ch15: Graphical User Interfaces with Windows Forms: Part 2 Ch16: Strings and Characters: A Deeper Look Ch17: Files and Streams Ch18: Searching and Sorting Ch19: Custom Linked Data Structures Ch20: Generics Ch21: Generic Collections; Functional Programming with LINQ/PLINQ Ch22: Databases and LINQ Ch23: Asynchronous Programming with async and await Appendices ONLINE Topics Web App Development with ASP.NET XML and LINQ to XML Universal Windows Platform (UWP) GUI, Graphics, Multimedia and XAML REST Web Services Cloud Computing with Microsoft Azure? Windows Presentation Foundation (WPF) GUI, Graphics, Multimedia and XAML ATM Case Study, Part 1: Object-Oriented Design with the UML ATM Case Study, Part 2: Implementing an Object- Oriented Design in C# Using the Visual Studio Debugger
實用不動產稅法精義(
工程與法律(第三版)
敘事表達
會計學(第二版)
經濟學:理論與生活體
勞資關係(第三版)
物理性作業環境監測:
功率半導體元件與封裝
化學性作業環境監測:
化學實驗:生活實用版
Q1:若我已報名付了1000元訂金,接下來我要做什麼? A:感謝您報名,後續相關事情及服務我們會以e-mail和電話跟您聯絡. 您也可以主動來信(andy@book4u.com.tw)詢問。謝謝! Q2:我本身並沒有產品和服務,也沒什麼實務上的經驗,那又能如何賺錢呢?這個課程真的有實際成效嗎? A:我們這個課程共有11項贈品,其中第2項贈品便是資訊產品創造藍圖,它將教您如何用最簡潔而快速的方法創出屬於您自己的資訊產品。一般的課程大多是教您如何捕魚,但多數的成功致富者,其成功的關鍵卻不是仰賴捕魚技術,而是仰賴借力之術,因為唯有借力才能無中生有!才能快速成長!也才能快速致富!本課程3天共有三套樣版,其中一套樣版便是教您打造在沒有任何商品與服務,也沒有任何資源的情況下,就能快速借力致富的樣版!本課程二位講師都是白手起家,對於沒有實務經驗的新手會格外用心,請放心。 Q3:請問贈品中魚池矩陣直效聯盟VVIP是什麼? A:這是一個強大的系統,而我們送的是體驗版,會提供你Email追客系統。國外有一種函授課程,亦即每幾天發一個課程給學員, 就是用EMAIL追客系統來實踐。EMAIL追客系統簡單的說就是今天有一個客戶在你的網站上購買產品或註冊,系統會自動回覆一封確認信,之後你可以自行設計發送內容和發信時間一次一對多發給客戶,而且每封信還會帶入客戶本身的姓名。讓客戶以為是我們專門為客戶所量身訂作的信件。所以Email追客系統可以讓你培養跟客戶的信任感,進而成交。 Q4:請問贈品中資訊產品創造藍圖是什麼? A:這是一位叫林星?老師的課程,課程售價是9800元,現在免費送給你。此課程包含: ● 何謂資訊型產品? ● 資訊型產品的種類大解析!以及如何組織你的資訊型產品賺錢? ● 如何找到你的利基市場? ● 為什麼錯的利基市場,再好的產品與行銷也很難有效! ● 29個國外已經證實能讓你賺到錢的利基市場! ● 如何確保你做出來的產品客戶會很想購買?以及實際可執行的步驟! ● 創造資訊型產品計劃書 ● 15個步驟建立你的資訊型產品事業 ● E-mail精準行銷的10個法則 ● 10個別人沒有告訴你的有效文案撰寫法則 Q5:請問贈品中自動財富系統 6片DVD是什麼? A:此6片DVD定價3200元。內容為《借力淘金!最吸利的鈔級魚池賺錢術》作者之一王紫杰所錄製的DVD,內容為有關網路行銷的知識和技巧,非常豐富且實用,免費送給您。
為了保障您的權益,新絲路網路書店所購買的商品均享有到貨七天的鑑賞期(含例假日)。退回之商品必須於鑑賞期內寄回(以郵戳或收執聯為憑),且商品必須是全新狀態與完整包裝(商品、附件、內外包裝、隨貨文件、贈品等),否則恕不接受退貨。