책 이미지

책 정보
· 분류 : 국내도서 > 대학교재/전문서적 > 공학계열 > 컴퓨터공학 > 컴퓨터공학/전산학 개론
· ISBN : 9791189057008
· 쪽수 : 269쪽
· 출판일 : 2018-03-02
목차
Project0 Creating C Program with Visual Studio
Project1 Executing and Debugging C Program
Project2 First Project (Hello World Printing)
Project3 Compaing Two Integers
Project4 Solving Linear Epuation
Project5 Solving Quadratic Equation
Project6 Finding Randomly Created Numbe Game
Project7 Finding Randomly Created Number Game
Project8 Finding GCD and LCM
Project9 Decimal to Binary
Project10 Binary to Decimal
Project11 Solving f(x)=0
Project12 Solving Fibonacci Rabbit Problem
Project13 One-dimensional Arrays and Pointers
Project14 Array and Image
Project15 Area Estimation by Monte Carlo Method
Project16 Searching and Sorting
Project17 Finding IP address of internet domain name
Project18 Twe-dimensional Array and Matrix Operation
Project19 Image Compression by using a Twe-dimensional Array
Project20 Creating and Reading Bit Map File
Project21 Pattern Creation
Project22 Designing Recursive Factorial and GCD functions
Project23 ASCII Art
Project24 Evaluating Postfix Expression
Project25 Evaluating Infix Expression
Project26 Finite State Machine and Token Parsing
Project27 Implementing BNF Parser
Project28 Console Input / Output
Project29 Depth First Search Game