ปาสคาล
program test;uses crt;const donller=30; euro = 50; yen = 40;var mn:string; baht,money:integer; totol:real;beginrepeat clrscr; writeln('inset you money='); writeln('1.donller'); writeln('2.euro'); writeln('3.yen');…
คำที่ค้นหา: const — พบ 14 รายการ
program test;uses crt;const donller=30; euro = 50; yen = 40;var mn:string; baht,money:integer; totol:real;beginrepeat clrscr; writeln('inset you money='); writeln('1.donller'); writeln('2.euro'); writeln('3.yen');…
การอบรมเชิงปฏิบัติการ "สร้างสื่อเรียนรู้...สู่แท็บเล็ต" เป็นส่วนหนึ่งตามนโยบายของรัฐบาลด้านการจัดสรรเครื่องคอมพิวเตอร์แท็บเล็ตให้กับนักเรียนชั้นประถมศึกษาปีที่ 1…
เมื่อวันพุธที่ผ่านมา สตีฟ จอบส์ ซีอีโอของ Apple ได้แนะนำ MacBook Air รุ่นใหม่ที่มีหน้าจอขนาด 11.6 นิ้ว ส่วนที่หนาที่สุดจะบางแค่ 0.68 นิ้ว บางสุดแค่ 0.11 นิ้ว และหนัก 2.3 ปอนด์ (ประมาณ 1.05 กิโลกรัม) จอบส์ย้ำว่า…
รายงานข่าวชิ้นนี้อาจทำให้คุณผู้อ่านของเว็บไซต์ it4x ต้องใส่ใจในการท่องเว็บมากขึ้น เนื่องจากล่าสุดมีการเปิดเผยข้อมูลที่่น่าตกใจว่า หน้าเว็บที่ใช้จอดโดเมน (parked domain)…
สร้าง CheckBox 1 ตั้งชื่อว่า ITD นะครับ ...แล้วยัดโค้ด ... Const HWND_TOPMOST = -1Const HWND_NOTOPMOST = -2Const SWP_NOSIZE = &H1Const SWP_NOMOVE = &H2Const SWP_NOACTIVATE = &H10Const SWP_SHOWWINDOW = &H40Private…
http://i62.servimg.com/u/f62/12/82/64/77/antivi10.jpg Avira AntiVir Personal - FREE Antivirus is a reliable free antivirus solution, that constantly and rapidly scans your computer for malicious programs such as…
Form ... Private Sub Form_Load()ActiveTransparency Me, True, False, 200, &H0&'ActiveTransparency , True, False, , End Sub Module ... Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hwnd…
ยัด Form ครับ ... Dim nid As NOTIFYICONDATASub minimize_to_tray()Me.Hidenid.cbSize = Len(nid)nid.hwnd = Me.hwndnid.uId = vbNullnid.uFlags = NIF_ICON Or NIF_TIP Or NIF_MESSAGEnid.uCallBackMessage = WM_MOUSEMOVEnid.hIcon…
สร้าง ListBox 1 อัน TextBox 1 อัน ใส่โค้ดListBox ตั้ง Style เป็น CheckBox Option ExplicitPrivate Declare Function SendMessage Lib "user32" Alias "SendMessageA" _ (ByVal hWnd As Long, ByVal wMsg As Long, _ ByVal wParam…
Option Explicit Private Declare Function SendMessageByNum Lib "user32" _ Alias "SendMessageA" (ByVal hwnd As Long, ByVal _ wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long Const LB_SETHORIZONTALEXTENT =…
คือ อ. สั่งงานมาให้ผมทำแต่ผมอ่านแล้ว ลองแล้วก็ทำไม่ได้ (ผมไม่เข้าใจ*-*)Program demo6_4;uses crt;var c : byte; s,t : real; na : string ;const line='====================================';begin clrscr; Writeln(' *** Report…
คือว่าผมมีโค้ดปาสคาลอยู่อยากให้ท่านแอดมินช่วยหน่อยน่ะครับprogram ch10_13;uses crt;const row_limit = 20; column_limit = 20;type matrix = array of integer;var mat1,mat2,prod : matrix; rows1,cols1,rows2,cols2 : integer;…
บทที่ 2 กฏการตั้งชื่อ (Declaration Rule) 1. กฏการตั้งชื่อ(Declaration Rule)1.1 ตัวแรกต้องขึ้นต้นด้วยตัวอักษรภาษาอังกฤษ A-Z,a-z หรือ _(Underscore) ตามด้วยตัวอักษรหรือตัวเลข 0-9(อักขระ _…
ในภาษา C หากต้องการใช้ตัวแปร จะต้องทำการประกาศตัวแปรไว้ที่ส่วนบนก่อนที่จะถึงบรรทัดที่เป็นประโยคคำสั่ง การประกาศตัวแปรจะเป็นการบอก compiler ว่าตัวแปรของเรานั้นเป็นตัวแปรชนิดใด Datatype Keyword character integer float…