ผลต่างระหว่างรุ่นของ "Learning Ruby"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 22: แถว 22:
 
# [[Learning Ruby/Chapter 1: Your first program|โปรแกรมแรก]]
 
# [[Learning Ruby/Chapter 1: Your first program|โปรแกรมแรก]]
 
# [[Learning Ruby/Chapter 1: Writing good programs|การเขียนโปรแกรมที่ดี]]
 
# [[Learning Ruby/Chapter 1: Writing good programs|การเขียนโปรแกรมที่ดี]]
 +
 +
=== บทที่ 2: การควบคุมการทำงานของโปรแกรม ==
 +
# [[Learning Ruby/Chapter 2: Loops|ลูป]]
 +
# [[Learning Ruby/Chapter 2: Getting user input|การรับข้อมูลเข้าจากผู้ใช้]]
 +
# [[Learning Ruby/Chapter 2: Conditionals|เงื่อนไข]]
 +
# [[Learning Ruby/Chapter 2: While loops|ลูป while]]
 +
# [[Learning Ruby/Chapter 2: Writing good programs|การเขียนโปรแกรมที่ดี]]

รุ่นแก้ไขเมื่อ 12:31, 16 กรกฎาคม 2552

เอกสารนี้เขียนขึ้นเพื่อให้ความรู้เกี่ยวกับไวยากรณ์และการเขียนโปรแกรมภาษารูบี้เบื้องต้น ผู้เขียนสมมติว่าผู้อ่านสามารถเขียนโปรแกรมด้วยภาษาเชิงวัตถุอย่าง C++ หรือ Java ได้อยู่แล้ว เอกสารนี้ไม่ใช่เอกสารสอนเขียนโปรแกรม

เกี่ยวกับลิิขสิทธิ์

เอกสารนี้แปลมากจากเอกสาร Learning Ruby ของ Daniel Carrera (http://www.math.umd.edu/~dcarrera/ruby/0.3/)

Copyright (c) 2003 Daniel Carrera

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

A copy of the license is included here.

คำแนะนำทั่วไป

สารบัญ

บทที่ 1: ความรู้พื้นฐาน

  1. ก้าวแรก
  2. สตริง
  3. ชื่อใหม่ของของเก่า
  4. ตัวแปร
  5. โปรแกรมแรก
  6. การเขียนโปรแกรมที่ดี

= บทที่ 2: การควบคุมการทำงานของโปรแกรม

  1. ลูป
  2. การรับข้อมูลเข้าจากผู้ใช้
  3. เงื่อนไข
  4. ลูป while
  5. การเขียนโปรแกรมที่ดี