Log In (forget password?)

Tag:

69 entries about basic.

สามวันผ่านไป (Back to Basic)
in EVE by อีฟ, 3 days ago
    สามวันที่ผ่านมา กลับไปเริ่มตั้งแต่ตัวขี้ก้างกระโดดหย็องแหย็งจนถึงหุ่นแบบไม่ละเอียด   ภาพที่นำมาลงเป็นส่วนของการฝึกจำเส้นรอบนอกกับจุดสังเกตนิด...
Tags: basic, drawing, figure
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 คืออะไร?
in by Glinda The Good, 15 days ago
      เคยได้อ่านจาก Magazineไทย และได้ยินเพื่อนพูดทำนองนี้     "ชิ้น Classic อย่างเชิ้ตขาวใส่ได้ไม่มี Out&qu...
Code Java SE Basic สำหรับมือใหม่หัดเขียน
public class aintoduction { /** * @param args */ public static void main(String[] args) { // ประกาศตัวแปล String aName = "Auttapong Maesincee"; String aId= "5270280026"; Stri...
มาสนุกกับ Java Programmer Game : iRobot
in Little Green Dream by Dreamer, 32 days ago
ในสนามประลองยุทธของเมือง 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...
Code MATLAB แบบ basic สร้าง script M-file เพื่อ plot graph
เลือก new แล้ว สร้าง blank m-file ขึ้นมา % ใส่สมการกราฟลงไป t=0:pi/100:2*pi; y=sin(t); y2=sin(t-.25); y3=sin (t-.5); plot(t,y,t,y2,t,y3);   % เซฟเป็น...
Tags: basic, code, matlab, matric, sum