Tag:
69 entries about basic.
สามวันผ่านไป (Back to Basic)
สามวันที่ผ่านมา
กลับไปเริ่มตั้งแต่ตัวขี้ก้างกระโดดหย็องแหย็งจนถึงหุ่นแบบไม่ละเอียด
ภาพที่นำมาลงเป็นส่วนของการฝึกจำเส้นรอบนอกกับจุดสังเกตนิด...
Code Java SE Basic สำหรับมือใหม่หัดเขียน - class method
public class Main { public static void main(String[] args) { Cubic Mycubic = new Cubic(); int w = 3; int l = 10; int h = 26; System.out.println("Volume of this cubic is equal to " + M...
Code Java SE Basic สำหรับมือใหม่หัดเขียน - Array
public class Array { public static void main(String[] args) { //String A1[]; //String A2[]; //String A3[]; //String A4[]; //String A5[]; //A1 = new String[1]; //A2 = new String[2]; //A3 ...
ชิ้น Classic คืออะไร?
เคยได้อ่านจาก Magazineไทย และได้ยินเพื่อนพูดทำนองนี้
"ชิ้น Classic อย่างเชิ้ตขาวใส่ได้ไม่มี Out&qu...
มาสนุกกับ Java Programmer Game : iRobot
ในสนามประลองยุทธของเมือง Robotary เหล่านักเขียนโปรแกรมต่างก็หลั่งไหลกันเข้ามาสร้างโปรแแกรม bot กันอย่างมากมาย เพื่อช่วงชิงความเป็นจ้าวแห่ง bot อนิจจา! นักเขียนโปรแกรมส่วนใหญ่ต้องเดินคอตกกลับบ้าน ด้ว...
upport for structured programming
upport for structured programming
Some assemblers have incorporated structured programming elements to encode execution flow. The earliest example of this approach was in the Concept-14 macro set,
...
Macros
Macros
Many assemblers support macros, programmer-defined symbols
that stand for some sequence of text lines. This sequence of text lines
may include a sequence of instructions, or a sequence of ...
Assembly Language design
Language design
Basic elements
Any Assembly language consists of 3 types of instruction statements which are used to define the program operations:
opcode mnemonics
data sections
assembl...
