SlideShare a Scribd company logo
1 of 70
Download to read offline
Week1
แสดงชื่อรหัสนิสิต Hello GI
Week 1
แสดงคำว่ำ ชื่อ รหัสนิสิต Hello GI
1. เปิดโปรแกรมDev-C++
2. พิมพ์ ส่วนของ Preprocessor Directive เป็นคำสั่ง #include เป็น Header file เข้ำมำ
ในโปรแกรม เพื่อเรียกใช้งำน
3. พิม void main ()
4. ใส่ {และ}
5. ใช้ฟังก์ชัน printf() ในกำรสั่งพิมตัวแปร หรือ ข้อควำม จะต้องมีเครื่องหมำย(“……”)
จะขึ้นบรรทัดใหม่ ใส่ n ไว้หน้ำข้อควำม
6. พิมพ์ getch()
7. เซฟงำน
8. เปลี่ยนนำมสกุลเป็น .c ทุกครั้ง
9. ทำกำรกดคอมไพล์แอนด์รัน
10. จะขึ้นหน้ำต่ำงแสดงข้อควำม
Week2
กำรรับค่ำเลขจำนวนเต็ม2จำนวนและหำผลบวก
Week2
กำรรับค่ำเลขจำนวนเต็ม2จำนวนและหำผลบวก
1. พิมพ์หัวเรื่อง
2. พิมพ์ void main()
3. เลือก Data type เป็น ระ และตั้งชื่อตัวแปร num1 , num2 และ sum แทนผลบวก
4. ใช้ฟังก์ชัน printf แล้วพิมพ์คำว่ำ please insert number
5. ใช้scanf สำหรับรับค่ำตัวแปร
6. ใช้ฟังก์ชัน printf แล้วพิมพ์คำว่ำ please insert number2
7. ใช้scanf สำหรับรับค่ำตัวแปร
8. พิมพ์sum ซึ่งคือ ผลบวกของ num1+num2
9. ใช้ printf พิมพ์ว่ำ sum of %d+ %d = %d",num1,num2,sum
10. พิมพ์ getch()
11.ใส่return 0
12.เซฟ เปลี่ยนนำมสกุล และ กดคอมไพล์แอนด์รัน
13. เมื่อขึ้นหน้ำต่ำงดำ ลองพิมเลขที่ต้องกำรหำค่ำ7และ8ก็จะได้ 15
Week3
กำรหำพื้นที่สี่เหลี่ยมคำงหมู
Week3
กำรหำพื้นที่สี่เหลี่ยมคำงหมู
1. พิมพ์หัวเรื่อง
2. พิมพ์ void main()
3. ตั้งชื่อตัวแปร w1 (ด้ำนคู่ขนำนที่1) , w2 (ด้ำนคู่ขนำนที่2) , h (ควำมสูง) , area
(1/2*ผลบวกด้ำนคู่ขนำน*ฐำน*ควำมสูง)
4. Printf พิมพ์ด้ำนคู่ขนำนที่1
5. พิมพ์ scanf รับค่ำ โดยรับw1 และเป็น %f
6. Printf พิมพ์ด้ำนคู่ขนำนที่2
7. พิมพ์ scanf รับค่ำ โดยรับw2 และเป็น %f
8. Printf พิมพ์ ควำมสูง
9. พิมพ์scanfในกำรรับค่ำh และ%f
10. ตัวแปร area=0.5*(w1+w2)*h
11. Printf แสดงข้อควำม
12.พิมพ์ getch() ตำมด้วย return0
13. เซฟงำน และกดคอมไพล์แอนด์รัน
14. พิมพ์ตัวเลขที่ต้องกำรหำค่ำ 4,5,6 จะได้ค่ำที่ต้องกำรหำ
Week4
หำพื้นที่สำมเหลี่ยม
Week4
หำพื้นที่สำมเหลี่ยม
1. เลือก data type เป็นfloat ให้ b (ฐำน) h (ควำมสูง) area (1/2*ผลบวกด้ำนคู่ขนำน*
ฐำน*ควำมสูง)
2. Printf แสดงเกี่ยวกับฐำน ใช้scanfรับค่ำ ตัวแปร รับค่ำเป็น%f
3. Area พิมพ์สูตร area = 0.5*(b*h) และใช้printf แสดงค่ำตัวเลข ตำมด้วยgetch()
return0
4. เซฟงำนและกดคอมไพล์แอนด์รัน
5. ลองกดหำค่ำ
Week5
นำตัวอักษร มำบวกกัน
Week5
นำตัวอักษร มำบวกกัน
1. เลือก data type เป็นchar ตั้งชื่อตัวแปร ch1 เก็บค่ำg ch2 เก็บค่ำk ใช้printf แสดง
ข้อควำม
2. ใช้คำสั่งif ถ้ำ ch2 > ch1 ให้แสดง ch2 more than ch1
3. ใช้printf แสดงคำว่ำgoodbye แล้วn เพื่อขึ้นบรรทัดใหม่ ตำมด้วยgetch() return0
4. เซฟงำนและกดคอมไพล์แอนด์รัน
Week5(2)
นำตัวอักษรมำบวกกัน (ASCII) กรอกเอ งA-Z
Week5(2)
นำตัวอักษรมำบวกกัน (ASCII) กรอกเอ งA-Z
1. เลือก data type เป็นchar ตั้งชื่อตัวแปร ch1 , ch2 ใช้printf แสดงคำว่ำ
Please in sert Character1 ใส่ตัวไหนก็ได้ A-Z ใช้scanfรับค่ำ
2. ใช้printf แสดงคำว่ำ Please in sert Character2 ใส่ตัวไหนก็ได้ A-Z ใช้scanfรับค่ำ
ใช้printf แสดงข้อควำม
3. ใช้คำสั่งif ถ้ำ ch2 > ch1 ให้แสดง ch2 more than ch1ใช้printf แสดงคำว่ำ
goodbye แล้วn เพื่อขึ้นบรรทัดใหม่ ตำมด้วยgetch() return0
4. เซฟงำนเปลี่ยนนำมสกุลและกดคอมไพล์แอนด์รัน
5. ลองพิมพ์ตัวอักษรA-Z
Week5(3)
เขียนโปรแกรมที่แสดงอำยุโดยคำสั่ง if else
Week5(3)
เขียนโปรแกรมที่แสดงอำยุโดยคำสั่ง if else
1. เลือก data type เป็นint ตั้งชื่อตัวแปร age ใช้printf แสดงคำว่ำ How old are you
ใช้scanf รับค่ำ age
2. ใช้if ถ้ำอำยุ>หรือ=60 ให้printf แสดงคำว่ำyou are oldest
ถ้ำ<60 แสดงคำว่ำ you are baby face
3.ใช้printf แสดงคำว่ำgoodbye แล้วn เพื่อขึ้นบรรทัดใหม่ ตำมด้วยgetch() return0
เซฟงำนเปลี่ยนนำมสกุลและกดคอมไพล์แอนด์รัน
Week6
คำนวณเกรดโยใช้if else if
Week6
คำนวณเกรดโยใช้if else if
1. เลือก data type เป็นint ตั้งชื่อตัวแปร scoreใช้printf แสดงคำว่ำ
Please in sert your scroe ใช้scanf รับค่ำscore ใช้%d
2. ใช้else if ในกำรช่วยกรณีมีเยอะ ทำไปเรื่อยๆ ตำมด้วยgetch() return0
เซฟงำนเปลี่ยนนำมสกุลและกดคอมไพล์แอนด์รัน
Week6(2)
กำรสั่งอำหำรใช้switch case
Week6(2)
กำรสั่งอำหำรใช้switch case
1. ใช้ฟังก์ชัน printf แสดง you want to order ใช้scanf รับค่ำ เป็น%c เพรำะใช้ char
2. ใช้switch ทำหลำยๆเคส ใช้ตัวอักษรย่อ พร้อมบอกรำคำแล้วเบรเพื่อหยุด ปิดด้วย
default ตำมด้วยgetch() return0 เซฟงำนเปลี่ยนนำมสกุลและกดคอมไพล์แอนด์รัน
Week6(3)
กำรสั่งอำหำรโดยใช้switch case และใช้ for ใน
กำรทำซ้ำ
Week6(3)
กำรสั่งอำหำรโดยใช้switch case และใช้ for ในกำรทำซ้ำ
1. เลือกdata type เป็นcharตั้งชื่อตัวแปร menu แล้วเลือก data type เป็น int ตั้งตัวแปร
เป็น counter ใช้ for ตั้งแต่1-4 เพิ่มไปเรื่อยๆทีละ1 ใช้printf แสดง you want to order
ใช้scanf รับค่ำ menu
2. ใช้switch case เมื่อทำหลำยอัน แล้วใส่ {} ลงไป พิมพ์caseแต่ละอันหยุดด้วยbreak
พิมพ์ default ใช้printf แสดงข้อควำมตำมด้วยgetch() return0 เซฟงำนเปลี่ยนนำมสกุล
และกดคอมไพล์แอนด์รัน
Week7
สูตรคูณโดยคำสั่งdowhile
Week7
สูตรคูณโดยคำสั่งdowhile
1. เลือก data type เป็น int ตั้งตัวแปรเป็น counter เริ่มที่1จบที่12
ใช้printf แสดง 2 x %d เมื่อคูรแล้วเลขจะออกมำเป็น %d และcounter++จะเพิ่มค่ำทีละ1
ใช้printf แสดงข้อควำมgood byeตำมด้วยgetch() return0 เซฟงำนเปลี่ยนนำมสกุลและกด
คอมไพล์แอนด์รัน
Week7(2)
สูตรคูณแม่2 คำสั่งdo while
Week7(2)
สูตรคูณแม่2 คำสั่งdo while
1. เลือก data type เป็น int ตั้งตัวแปรเป็น counter และ counter เริ่มตั้งแต่1
ใช้printf แสดง โดยแสดงว่ำ 2คูณ กับ%d จะได้%d counter++ เป็นกำรเพิ่มค่ำไป1
ใช้คำสั่งwhile ในกำรกำหนดค่ำ counter จบที่12 ใช้printf แสดงคำว่ำgoodbye getch()
return0 เซฟงำนเปลี่ยนนำมสกุลและกดคอมไพล์แอนด์รัน
Week7 (3)
สูตรคูณโดยกรอกแม่อะไรก็ได้
Week7 (3)
สูตรคูณโดยกรอกแม่อะไรก็ได้ และคำสั่ง for ในกำรทำซ้ำ
1. เลือก data type เป็น int ตั้งตัวแปรเป็น counter และ numberเริ่มที่1จบที่12
counter++ เป็นกำรเพิ่มค่ำไป1 ค่ำfor จะไม่ปิดท้ำยด้วย ; ใช้printf แสดง %d x %d = %D
ใช้printf แสดงข้อควำมโดยแสดงคำว่ำ goodbyeตำมด้วย getch() return0 เซฟงำนเปลี่ยน
นำมสกุลและกดคอมไพล์แอนด์รัน
Week8 array (1)
แสดง 1 2 3 4 5 โดยใช้อำเรย์
Week8 array (1)
แสดง 1 2 3 4 5 โดยใช้อำเรย์
1. เลือกdaatatype เป็นint ตั้งชื่อตัวแปร ให้เป็นa และข้ำงใน[] เร่มนับตั้งแต่0ใช้printfแสดง
ข้อควำม goodbye ตำมด้วย getch() return0 เซฟงำนเปลี่ยนนำมสกุลและกดคอมไพล์
แอนด์รัน
Week 8 (2)
อำเรย์ 2 มิติ ทำเป็นตำรำงสูตรคูณ
Week 8 (2)
อำเรย์ 2 มิติ ทำเป็นตำรำงสูตรคูณ
1. เลือกdatatype เป็นint ตั้งชื่อตัวแปร ให้เป็นtable และข้ำงใน([9] [9])ตัวแรก row ตัว
หลัง column j คือ column ตั้งแต่1-9 i เริ่มนับตั้งแต่0ถึง9i++ j เริ่มนับตั้งแต่0ถึง9i++
ตำมด้วย getch() return0 เซฟงำนเปลี่ยนนำมสกุลและกดคอมไพล์แอนด์รัน
Week8(3)
ให้ nattawadee เป็น eedawattan
โดยใช้อำเรย์
Week8(3)
ให้ nattawadee เป็น eedawattan โดยใช้อำเรย์
1. เลือกdata type เป็น int และ char ตั้งชื่อตัวแปรi โดยใช้ char ใช้printfแสดงข้อควำม
Strlen คือควำมยำวของชื่อ I เป็นกำรลดค่ำโดยแสดงถอยหลังตำมด้วย getch() return0 เซฟ
งำนเปลี่ยนนำมสกุลและกดคอมไพล์แอนด์รัน
นางสาวณัฐวดี ชุมสิงห์

More Related Content

What's hot

59170109 ณัฐฐพล
59170109 ณัฐฐพล59170109 ณัฐฐพล
59170109 ณัฐฐพลBeam Suna
 
ชื่อนางสาวอรยา กรดเครือ รหัสนิสิต 59670118 กลุ่ม 3301
ชื่อนางสาวอรยา กรดเครือ รหัสนิสิต 59670118 กลุ่ม 3301ชื่อนางสาวอรยา กรดเครือ รหัสนิสิต 59670118 กลุ่ม 3301
ชื่อนางสาวอรยา กรดเครือ รหัสนิสิต 59670118 กลุ่ม 3301Oraya Krodkrua
 
ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107 กลุ่ม 3301  
ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107  กลุ่ม 3301  ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107  กลุ่ม 3301  
ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107 กลุ่ม 3301  Oraya Krodkrua
 
ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107   กลุ่ม 3301
ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107   กลุ่ม 3301ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107   กลุ่ม 3301
ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107   กลุ่ม 3301Oraya Krodkrua
 
ชื่อนางสาวรัตนาวลี     ติมุลา    รหัสนิสิต 59670108  กลุ่ม 3301
ชื่อนางสาวรัตนาวลี     ติมุลา    รหัสนิสิต 59670108  กลุ่ม 3301ชื่อนางสาวรัตนาวลี     ติมุลา    รหัสนิสิต 59670108  กลุ่ม 3301
ชื่อนางสาวรัตนาวลี     ติมุลา    รหัสนิสิต 59670108  กลุ่ม 3301Oraya Krodkrua
 
การเขียนคำสั่งควบคุมขั้นพื้นฐาน
การเขียนคำสั่งควบคุมขั้นพื้นฐานการเขียนคำสั่งควบคุมขั้นพื้นฐาน
การเขียนคำสั่งควบคุมขั้นพื้นฐานNookky Anapat
 
นางสาวพิชญ์สิณี ศรีไพศาลสุข
นางสาวพิชญ์สิณี ศรีไพศาลสุขนางสาวพิชญ์สิณี ศรีไพศาลสุข
นางสาวพิชญ์สิณี ศรีไพศาลสุขPhitsinee Mymintz
 
ตัวแปรในภาษาซี
ตัวแปรในภาษาซีตัวแปรในภาษาซี
ตัวแปรในภาษาซีboky_peaw
 
การเขียนฟังก์ชั่นในภาษา C
การเขียนฟังก์ชั่นในภาษา Cการเขียนฟังก์ชั่นในภาษา C
การเขียนฟังก์ชั่นในภาษา CWarawut
 
การประกาศตัวแปรในภาษาซี
การประกาศตัวแปรในภาษาซีการประกาศตัวแปรในภาษาซี
การประกาศตัวแปรในภาษาซีmycomc55
 
Multi threaded programming in c and c++ 2021-09-03
Multi threaded programming in c and c++ 2021-09-03Multi threaded programming in c and c++ 2021-09-03
Multi threaded programming in c and c++ 2021-09-03KIMVR1
 

What's hot (20)

Week7
Week7Week7
Week7
 
59170109 ณัฐฐพล
59170109 ณัฐฐพล59170109 ณัฐฐพล
59170109 ณัฐฐพล
 
7 2โครงสร้าง
7 2โครงสร้าง7 2โครงสร้าง
7 2โครงสร้าง
 
Control structure
Control structureControl structure
Control structure
 
ชื่อนางสาวอรยา กรดเครือ รหัสนิสิต 59670118 กลุ่ม 3301
ชื่อนางสาวอรยา กรดเครือ รหัสนิสิต 59670118 กลุ่ม 3301ชื่อนางสาวอรยา กรดเครือ รหัสนิสิต 59670118 กลุ่ม 3301
ชื่อนางสาวอรยา กรดเครือ รหัสนิสิต 59670118 กลุ่ม 3301
 
02 basic
02 basic02 basic
02 basic
 
ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107 กลุ่ม 3301  
ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107  กลุ่ม 3301  ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107  กลุ่ม 3301  
ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107 กลุ่ม 3301  
 
ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107   กลุ่ม 3301
ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107   กลุ่ม 3301ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107   กลุ่ม 3301
ชื่อนางสาวรัตนาวดี   ติมุลา   รหัสนิสิต 59670107   กลุ่ม 3301
 
ชื่อนางสาวรัตนาวลี     ติมุลา    รหัสนิสิต 59670108  กลุ่ม 3301
ชื่อนางสาวรัตนาวลี     ติมุลา    รหัสนิสิต 59670108  กลุ่ม 3301ชื่อนางสาวรัตนาวลี     ติมุลา    รหัสนิสิต 59670108  กลุ่ม 3301
ชื่อนางสาวรัตนาวลี     ติมุลา    รหัสนิสิต 59670108  กลุ่ม 3301
 
Week8
Week8Week8
Week8
 
การออกแบบและพัฒนาโปรแกรม Week5
การออกแบบและพัฒนาโปรแกรม Week5การออกแบบและพัฒนาโปรแกรม Week5
การออกแบบและพัฒนาโปรแกรม Week5
 
Python101
Python101Python101
Python101
 
Week2
Week2Week2
Week2
 
การเขียนคำสั่งควบคุมขั้นพื้นฐาน
การเขียนคำสั่งควบคุมขั้นพื้นฐานการเขียนคำสั่งควบคุมขั้นพื้นฐาน
การเขียนคำสั่งควบคุมขั้นพื้นฐาน
 
นางสาวพิชญ์สิณี ศรีไพศาลสุข
นางสาวพิชญ์สิณี ศรีไพศาลสุขนางสาวพิชญ์สิณี ศรีไพศาลสุข
นางสาวพิชญ์สิณี ศรีไพศาลสุข
 
ตัวแปรในภาษาซี
ตัวแปรในภาษาซีตัวแปรในภาษาซี
ตัวแปรในภาษาซี
 
การเขียนฟังก์ชั่นในภาษา C
การเขียนฟังก์ชั่นในภาษา Cการเขียนฟังก์ชั่นในภาษา C
การเขียนฟังก์ชั่นในภาษา C
 
การประกาศตัวแปรในภาษาซี
การประกาศตัวแปรในภาษาซีการประกาศตัวแปรในภาษาซี
การประกาศตัวแปรในภาษาซี
 
Dev c
Dev cDev c
Dev c
 
Multi threaded programming in c and c++ 2021-09-03
Multi threaded programming in c and c++ 2021-09-03Multi threaded programming in c and c++ 2021-09-03
Multi threaded programming in c and c++ 2021-09-03
 

Viewers also liked

Dispusitius de gestió de xarxa
Dispusitius de gestió de xarxaDispusitius de gestió de xarxa
Dispusitius de gestió de xarxaraullozanosaunet
 
Presentacion angel aponte
Presentacion angel apontePresentacion angel aponte
Presentacion angel aponteANDYGFB
 
tecnica de remisión de valores en el ingeniero
tecnica de remisión de valores en el ingeniero tecnica de remisión de valores en el ingeniero
tecnica de remisión de valores en el ingeniero yoelisfuenmayor
 
La quimica del amor manu y jakeline
La quimica del amor manu y jakelineLa quimica del amor manu y jakeline
La quimica del amor manu y jakelineJuanesteban1623
 
นางสาววิภาวี ยอดชัยภูมิ
นางสาววิภาวี ยอดชัยภูมินางสาววิภาวี ยอดชัยภูมิ
นางสาววิภาวี ยอดชัยภูมิPhitsinee Mymintz
 
นายกิติกร เพชรคง
นายกิติกร เพชรคง นายกิติกร เพชรคง
นายกิติกร เพชรคง Phitsinee Mymintz
 
Job search at a dead end? Building Accessible Online Recruiting & Hiring Syst...
Job search at a dead end? Building Accessible Online Recruiting & Hiring Syst...Job search at a dead end? Building Accessible Online Recruiting & Hiring Syst...
Job search at a dead end? Building Accessible Online Recruiting & Hiring Syst...Denis Boudreau
 
What is difference between search and research
What is difference between search and researchWhat is difference between search and research
What is difference between search and researchMuhammad Ahsan Nawaz
 
12 ge lecture presentation
12 ge lecture presentation12 ge lecture presentation
12 ge lecture presentationmahmood jassim
 
19 ge dna tech lecture presentation
19 ge dna tech lecture presentation19 ge dna tech lecture presentation
19 ge dna tech lecture presentationmahmood jassim
 
Trabajo final informatica
Trabajo final informaticaTrabajo final informatica
Trabajo final informaticaJasmine Dixon
 
Bioinspired Character Animations: A Mechanistic and Cognitive View
Bioinspired Character Animations: A Mechanistic and Cognitive ViewBioinspired Character Animations: A Mechanistic and Cognitive View
Bioinspired Character Animations: A Mechanistic and Cognitive ViewSimpson Count
 
นางสาวอรอนงค์ เกตุดาว รหัสนิสิต 59170038 กลุ่ม 1
นางสาวอรอนงค์ เกตุดาว รหัสนิสิต 59170038 กลุ่ม 1นางสาวอรอนงค์ เกตุดาว รหัสนิสิต 59170038 กลุ่ม 1
นางสาวอรอนงค์ เกตุดาว รหัสนิสิต 59170038 กลุ่ม 1Phitsinee Mymintz
 
07 ge lecture presentation
07 ge lecture presentation07 ge lecture presentation
07 ge lecture presentationmahmood jassim
 

Viewers also liked (20)

Dispusitius de gestió de xarxa
Dispusitius de gestió de xarxaDispusitius de gestió de xarxa
Dispusitius de gestió de xarxa
 
Presentacion angel aponte
Presentacion angel apontePresentacion angel aponte
Presentacion angel aponte
 
tecnica de remisión de valores en el ingeniero
tecnica de remisión de valores en el ingeniero tecnica de remisión de valores en el ingeniero
tecnica de remisión de valores en el ingeniero
 
Cutc presentation 06012015
Cutc presentation 06012015Cutc presentation 06012015
Cutc presentation 06012015
 
La quimica del amor manu y jakeline
La quimica del amor manu y jakelineLa quimica del amor manu y jakeline
La quimica del amor manu y jakeline
 
-Diplomski rad-
-Diplomski rad--Diplomski rad-
-Diplomski rad-
 
English G. Karimzadeh's CV-23
English G. Karimzadeh's CV-23English G. Karimzadeh's CV-23
English G. Karimzadeh's CV-23
 
นางสาววิภาวี ยอดชัยภูมิ
นางสาววิภาวี ยอดชัยภูมินางสาววิภาวี ยอดชัยภูมิ
นางสาววิภาวี ยอดชัยภูมิ
 
นายกิติกร เพชรคง
นายกิติกร เพชรคง นายกิติกร เพชรคง
นายกิติกร เพชรคง
 
Job search at a dead end? Building Accessible Online Recruiting & Hiring Syst...
Job search at a dead end? Building Accessible Online Recruiting & Hiring Syst...Job search at a dead end? Building Accessible Online Recruiting & Hiring Syst...
Job search at a dead end? Building Accessible Online Recruiting & Hiring Syst...
 
Presentazione Azienda Tekcell sp a
Presentazione Azienda Tekcell sp aPresentazione Azienda Tekcell sp a
Presentazione Azienda Tekcell sp a
 
What is difference between search and research
What is difference between search and researchWhat is difference between search and research
What is difference between search and research
 
12 ge lecture presentation
12 ge lecture presentation12 ge lecture presentation
12 ge lecture presentation
 
19 ge dna tech lecture presentation
19 ge dna tech lecture presentation19 ge dna tech lecture presentation
19 ge dna tech lecture presentation
 
Trabajo final informatica
Trabajo final informaticaTrabajo final informatica
Trabajo final informatica
 
Bioinspired Character Animations: A Mechanistic and Cognitive View
Bioinspired Character Animations: A Mechanistic and Cognitive ViewBioinspired Character Animations: A Mechanistic and Cognitive View
Bioinspired Character Animations: A Mechanistic and Cognitive View
 
นางสาวอรอนงค์ เกตุดาว รหัสนิสิต 59170038 กลุ่ม 1
นางสาวอรอนงค์ เกตุดาว รหัสนิสิต 59170038 กลุ่ม 1นางสาวอรอนงค์ เกตุดาว รหัสนิสิต 59170038 กลุ่ม 1
นางสาวอรอนงค์ เกตุดาว รหัสนิสิต 59170038 กลุ่ม 1
 
cv english
cv englishcv english
cv english
 
07 ge lecture presentation
07 ge lecture presentation07 ge lecture presentation
07 ge lecture presentation
 
cv english
cv englishcv english
cv english
 

Similar to นางสาวณัฐวดี ชุมสิงห์

2. โครงสร้างภาษาซี
2. โครงสร้างภาษาซี2. โครงสร้างภาษาซี
2. โครงสร้างภาษาซีmansuang1978
 
ม.3 รหัสจำลอง Pseudocode
ม.3 รหัสจำลอง Pseudocodeม.3 รหัสจำลอง Pseudocode
ม.3 รหัสจำลอง PseudocodeBansit Deelom
 
ฟังก์ชั่นย่อยและโปรแกรมมาตรฐาน ม.6.1
ฟังก์ชั่นย่อยและโปรแกรมมาตรฐาน ม.6.1ฟังก์ชั่นย่อยและโปรแกรมมาตรฐาน ม.6.1
ฟังก์ชั่นย่อยและโปรแกรมมาตรฐาน ม.6.1Little Tukta Lita
 
คำสั่งรับข้อมูลจากคีย์บอร์ด
คำสั่งรับข้อมูลจากคีย์บอร์ดคำสั่งรับข้อมูลจากคีย์บอร์ด
คำสั่งรับข้อมูลจากคีย์บอร์ดเทวัญ ภูพานทอง
 
โปรแกรม ภาษาซี
โปรแกรม ภาษาซีโปรแกรม ภาษาซี
โปรแกรม ภาษาซีfinverok
 
ภาษา C เบื้องต้น
ภาษา C เบื้องต้นภาษา C เบื้องต้น
ภาษา C เบื้องต้นputthita
 
C Programming
C ProgrammingC Programming
C ProgrammingWarawut
 

Similar to นางสาวณัฐวดี ชุมสิงห์ (20)

2. โครงสร้างภาษาซี
2. โครงสร้างภาษาซี2. โครงสร้างภาษาซี
2. โครงสร้างภาษาซี
 
ภาษาซีเบื้องต้น
ภาษาซีเบื้องต้นภาษาซีเบื้องต้น
ภาษาซีเบื้องต้น
 
ม.3 รหัสจำลอง Pseudocode
ม.3 รหัสจำลอง Pseudocodeม.3 รหัสจำลอง Pseudocode
ม.3 รหัสจำลอง Pseudocode
 
C language
C languageC language
C language
 
C language
C languageC language
C language
 
Week3
Week3Week3
Week3
 
compromint
compromintcompromint
compromint
 
ฟังก์ชั่นย่อยและโปรแกรมมาตรฐาน ม.6.1
ฟังก์ชั่นย่อยและโปรแกรมมาตรฐาน ม.6.1ฟังก์ชั่นย่อยและโปรแกรมมาตรฐาน ม.6.1
ฟังก์ชั่นย่อยและโปรแกรมมาตรฐาน ม.6.1
 
Week2
Week2Week2
Week2
 
คำสั่งรับข้อมูลจากคีย์บอร์ด
คำสั่งรับข้อมูลจากคีย์บอร์ดคำสั่งรับข้อมูลจากคีย์บอร์ด
คำสั่งรับข้อมูลจากคีย์บอร์ด
 
Chapter1
Chapter1Chapter1
Chapter1
 
59170104
5917010459170104
59170104
 
C lang
C langC lang
C lang
 
03 input math
03 input math03 input math
03 input math
 
Week6
Week6Week6
Week6
 
โปรแกรม ภาษาซี
โปรแกรม ภาษาซีโปรแกรม ภาษาซี
โปรแกรม ภาษาซี
 
ภาษา C เบื้องต้น
ภาษา C เบื้องต้นภาษา C เบื้องต้น
ภาษา C เบื้องต้น
 
Know1 3
Know1 3Know1 3
Know1 3
 
Know2 2
Know2 2Know2 2
Know2 2
 
C Programming
C ProgrammingC Programming
C Programming
 

นางสาวณัฐวดี ชุมสิงห์