แปลศัพท์
PopThai
dropdown
US
477 ผลลัพธ์ สำหรับ 

*statement*

 ลองค้นหาคำในรูปแบบอื่น: statement, -statement-
ค้นหาอัตโนมัติโดยใช้statement
Longdo Approved EN-TH
(n)งบการเงิน
(n)งบกำไรขาดทุน เช่น This is a sample form of Income Statement, showing income and expenses for a given period of business operations.
(n)งบกำไรขาดทุน เช่น Can anyone direct me to a place where I can get a sample Profit and Loss statement for tax purposes?Syn.financial statement
NECTEC Lexitron Dictionary EN-TH
(n)แถลงการณ์See Also:คำแถลง, ถ้อยแถลงSyn.declaration, remark, assertion
(n)กล่าวซ้ำSee Also:พูดใหม่Syn.paraphrase, reiteration, repetition
(n)การกล่าวบิดเบือนSee Also:การกล่าวเกินจริงSyn.falsity, exaggeration, distortion
(n)การกล่าวเกินจริง
(n)รายการเงินฝากถอนในบัญชีเงินฝากSyn.statement
(n)เอกสารบอกวัตถุประสงค์ขององค์กร
Hope Dictionary
ข้อความสั่งคำนวณ <คำแปล>หมายถึง คำสั่งที่กำหนดให้คอมพิวเตอร์ นำค่าไปเก็บไว้ในหน่วยความจำหรือนำค่าเหล่านั้นไปทำการคำนวณ เมื่อได้ผลจากการคำนวณแล้วจึงนำไปเก็บในตำแหน่งที่ซี่งกำหนดไว้ เช่น score = A+B หมายความว่า ให้นำค่า A+B ได้ผลเท่าใด นำไปเก็บไว้ที่ score
ข้อความสั่งควบคุมในการเขียนโปรแกรมหรือชุดคำสั่งนั้น โดยปกติ เครื่องคอมพิวเตอร์จะทำงานตามคำสั่งไปทีละคำสั่ง โดยเรียงไปตามลำดับก่อนหลัง แต่เราอาจใช้ข้อความสั่งให้ควบคุมการทำงานได้เช่น กระโดดข้าม, วนกลับไปทำบางคำสั่งใหม่หรือวนหลาย ๆ รอบหรือหยุดทำถ้า ... ข้อความสั่งเหล่านี้มีอยู่หลายคำสั่ง ขึ้นอยู่กับภาษาเป็นต้นว่า GOTO, DO, IF ในภาษาฟอร์แทรน หรือ FOR.....NEXT ในภาษาเบสิก
ข้อความสั่งทำการหมายถึง คำสั่งในภาษาระดับสูงที่สั่งให้คอมพิวเตอร์ลงมือทำการ คำสั่งเหล่านี้ ตัวแปลโปรแกรม (compiler) จะแปลเป็นภาษาเครื่อง (machine language) แล้วเครื่องจะปฏิบัติการตามคำสั่งนั้น เช่น คำสั่งกำหนดค่า A = 2 ถ้าเครื่องเจอคำสั่งนี้ ก็จะลงมือกระทำการ (execute) ด้วยการนำค่า 2 ไปเก็บไว้ในหน่วยความจำช่องหนึ่งที่มีอยู่ (address) ชื่อ A เป็นต้นดู non executable statement เปรียบเทียบ
หมายถึง คำสั่งในภาษาระดับสูง (high level language) ที่สั่งให้เครื่องคอมพิวเตอร์ลงมือทำการ คำสั่งเหล่านี้ ตัวแปลโปรแกรม จะแปลเป็นภาษาเครื่อง (machine language) ก่อน แล้วเครื่องจึงจะปฏิบัติตาม เช่น ข้อความสั่งทำการกำหนดให้ A = 2 ถ้าเครื่องคอมพิวเตอร์พบคำสั่งนี้ ก็จะลงมือทำหาร ด้วยการนำ 2 ไปเก็บไว้ในหน่วยความจำช่องหนึ่งที่มีอยู่ (address) แล้วกำหนดชื่อที่เก็บนั้นว่า A เป็นต้นมีความหมายเหมือน excutable statement
ข้อความสั่งไม่ทำการหมายถึง คำสั่งที่เครื่องคอมพิวเตอร์จะไม่ทำการใด ๆ แต่เป็นการแจ้งให้ตัวแปลชุดคำสั่ง (compiler) รับรู้ข้อความบางอย่างที่ต้องการแจ้งให้ทราบเท่านั้น เช่น คำสั่ง END เป็นต้น คำสั่งนี้เป็นเพียงต้องการแจ้งให้ทราบว่า จบโปรแกรมนั้น ๆ แล้วเท่านั้น นอกจากนั้น ก็อาจเป็นคำสั่งให้เตรียมที่ในหน่วยความจำบ้าง เตรียมจัดรูปแบบข้อมูลบ้าง ถ้าสั่งให้อ่านข้อมูลโดยใช้คำสั่ง Read คำสั่งนี้เป็นข้อความสั่งทำการ (excutable statement) เครื่องจะทำการทันทีที่พบคำสั่งนี้ แต่อ่านข้อมูลแล้วนำไปจัดเก็บในรูปแบบตามคำสั่ง FORMAT (ในภาษาฟอร์แทรน) คำสั่ง FORMAT ถือว่าเป็นข้อความสั่งไม่ทำการดู excutable statement เปรียบเทียบ
(สเทท'เมินทฺ) n. คำแถลง, ถ้อยแถลง, การแถลง, การบรรยาย, รายงานการเงิน, งบดุล, บัญชีการเงิน.Syn.assertion
Nontri Dictionary
(n)คำกล่าว, การบอกเล่า, รายงาน, คำแถลง, การบรรยาย
ศัพท์บัญญัติราชบัณฑิตยสถาน
ข้อความเทียม[ปรัชญา ๒ มี.ค. ๒๕๔๕]
คำให้การครั้งก่อน[นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
๑. การฟื้นสัญญา๒. การจัดทดแทน[ประกันภัย ๒ มี.ค. ๒๕๔๕]
๑. การให้กลับเข้ารับตำแหน่งเดิม (ก. ปกครอง)๒. การฟื้นสัญญา (ประกันชีวิต)[นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
ข้อกำหนดการจัดทดแทน[ประกันภัย ๒ มี.ค. ๒๕๔๕]
ข้อกำหนดการจัดทดแทน มีความหมายเหมือนกับ reinstatement clause ความหมายที่ ๑[ประกันภัย ๒ มี.ค. ๒๕๔๕]
เบี้ยประกันภัยเพื่อการจัดทดแทน[ประกันภัย ๒ มี.ค. ๒๕๔๕]
๑. การให้กลับเข้ารับตำแหน่ง๒. การคืนสู่สภาพเดิม[รัฐศาสตร์ ๑๗ ส.ค. ๒๕๔๔]
งบความรับผิดติดพัน[ประกันภัย ๒ มี.ค. ๒๕๔๕]
รายละเอียดของข้อตกลง[นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
ข้อความถากถาง[นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
ข้อความสถิติ[ปรัชญา ๒ มี.ค. ๒๕๔๕]
ข้อความสั่ง[คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
ข้อความ[ประชากรศาสตร์ ๔ ก.พ. ๒๕๔๕]
คำแถลง, ข้อแถลงความ[นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
ข้อความสั่ง[เทคโนโลยีสารสนเทศ ๑๑ มี.ค. ๒๕๔๕]
๑. ข้อความ๒. ประพจน์ [ มีความหมายเหมือนกับ proposition ][คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
หมายเลขข้อความสั่ง[คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
คำแถลงกิจการ, คำชี้แจงเกี่ยวกับกิจการและทรัพย์สิน (ในคดีล้มละลาย)[นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
คำฟ้องเรียกค่าเสียหาย[นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
ข้อความสังเคราะห์[ปรัชญา ๒ มี.ค. ๒๕๔๕]
คำให้การต่อสู้คดี[นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
คำแถลงข้อเท็จจริง[นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
คำแถลงคัดค้าน[นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
ข้อความวิเคราะห์[ปรัชญา ๒ มี.ค. ๒๕๔๕]
คำแถลงประกอบงบประมาณ[รัฐศาสตร์ ๑๗ ส.ค. ๒๕๔๔]
ข้อความเด็ดขาด[ปรัชญา ๒ มี.ค. ๒๕๔๕]
ข้อความเทียม[ปรัชญา ๒ มี.ค. ๒๕๔๕]
ข้อความสถิติ[ปรัชญา ๒ มี.ค. ๒๕๔๕]
ข้อความสังเคราะห์[ปรัชญา ๒ มี.ค. ๒๕๔๕]
ข้อความวิเคราะห์[ปรัชญา ๒ มี.ค. ๒๕๔๕]
การฟื้นสัญญาโดยอัตโนมัติ[ประกันภัย ๒ มี.ค. ๒๕๔๕]
ข้อความสั่งคำนวณ[คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
ข้อความสั่งกำหนดค่า[คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
ข้อความสั่งกำหนดค่า[เทคโนโลยีสารสนเทศ ๑๑ มี.ค. ๒๕๔๕]
รายการบัญชีความเสียหาย[ประกันภัย ๒ มี.ค. ๒๕๔๕]
คำแถลงประกอบงบประมาณ[รัฐศาสตร์ ๑๗ ส.ค. ๒๕๔๔]
ประพจน์เงื่อนไขสองทาง[คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
ประพจน์เงื่อนไขสองทาง[คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
ประพจน์เงื่อนไขสองทาง[คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
การแถลงอายุคลาดเคลื่อน[ประกันภัย ๒ มี.ค. ๒๕๔๕]
ข้อความเด็ดขาด[ปรัชญา ๒ มี.ค. ๒๕๔๕]
คำสารภาพว่าเป็นชู้ (โดยสามี), คำสารภาพว่ามีชู้ (โดยภริยา)[นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
ประพจน์เชื่อม[คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
ประพจน์เชื่อม[คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
ข้อความขัดแย้ง[คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
ข้อความสั่งควบคุม[คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
ประพจน์มีเงื่อนไข[คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
ประพจน์มีเงื่อนไข[คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
ข้อความขัดกัน[คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
คลังศัพท์ไทย (สวทช.)
การแจ้งความรับผิดชอบ[เทคโนโลยีการศึกษา]
การแจ้งความรับผิดชอบ[บรรณารักษ์และสารสนเทศศาสตร์]
งบการเงิน[TU Subject Heading]
งบการเงินรวม[TU Subject Heading]
พันธกิจองค์กร[TU Subject Heading]
การรายงานการศึกษาผลกระทบสิ่งแวดล้อม[สิ่งแวดล้อม]
งบการเงินประจำปี[การบัญชี]
ใบแจ้งยอดเงินฝากจากธนาคาร[การบัญชี]
งบบัญชีกระแสเงินสด[การบัญชี]
งบการเงินรวม[การบัญชี]
งบการเงินเปรียบเทียบ[การบัญชี]
งบการเงินอย่างย่อ[การบัญชี]
งบการเงินรวม[การบัญชี]
งบกำไรขาดทุน[การบัญชี]
งบการเงินคือ งบดุล, งบกำไรขาดทุน, รายงานทางการเงิน[การบัญชี]
งบการเงิน[การบัญชี]
หมายเหตุ ประกอบงบการเงิน[การบัญชี]
งบกระแสเงินทุน[การบัญชี]
งบการเงินระหว่างกาล[การบัญชี]
ใบแจ้งยอดประจำเดือน[การบัญชี]
งบกำไรขาดทุนแบบหลายชั้น[การบัญชี]
งบกำไรขาดทุน[การบัญชี]
งบกำไรสะสม[การบัญชี]
งบกำไรขาดทุนแบบขั้นเดียว[การบัญชี]
งบ, ใบแจ้งยอด[การบัญชี]
งบแสดงการเปลี่ยนแปลงฐานะการเงิน[การบัญชี]
งบแสดงฐานะการเงิน[การบัญชี]
งบแสดงแหล่งที่มาและการใช้เงินทุน[การบัญชี]
รายละเอียดประกอบ[การบัญชี]
ข้อความเตือน[การแพทย์]
ข้อความสมมูล, ข้อความสองข้อความที่มีค่าความจริงเหมือนกันทุกกรณี กรณีต่อกรณี[พจนานุกรมศัพท์ สสวท.]
ประพจน์, ข้อความที่เป็นจริงหรือเท็จอย่างใดอย่างหนึ่งเท่านั้น โดยอาจอยู่ในรูปประโยคบอกเล่าหรือประโยคปฏิเสธก็ได้[พจนานุกรมศัพท์ สสวท.]
ประพจน์,   ดู proposition[พจนานุกรมศัพท์ สสวท.]
งบกำไรขาดทุน[การแพทย์]
แบบแสดงยอดชั้นเดียว[การแพทย์]
Longdo Unapproved EN-TH**ระวัง คำแปลอาจมีข้อผิดพลาด**
(n)ข้อความสั่งทำการหมายถึง คำสั่งในภาษาระดับสูงที่สั่งให้คอมพิวเตอร์ลงมือทำการ
(n)งบกำไรขาดทุนSyn.profit and loss statement
ตัวอย่างประโยคจาก Open Subtitles**ระวัง คำแปลอาจมีข้อผิดพลาด**
Madame Halimi, danke, dass Sie heute hier sprechen wollen, nach dem Statement des Staatsanwalts.24 Days (2014)
Warum haben Sie Joe Carroll als einzigen in Ihrem Missionsstatement erwähnt?Betrayal (2014)
Ich habe unsere Statements verfasst.Impetus (2014)
Ich möchte von Ihnen ein offizielles Statement darüber, was wirklich passiert ist.Jail Birds (2014)
Haben Sie Ihr Statement abgegeben?Wingman (2014)
Haben Sie ein Statement abzugeben, wieso Sie mich angelogen haben darüber, was Sie arbeiten?Wingman (2014)
Und bei sämtlichen Statements, denke immer daran, es ist nicht Patrick, sondern "Pa-trique."Charlie Pledges a Sorority Sister (2014)
...einem Statement verlauten lassen, es bestehe keine Gefahr der Ausbreitung von radioaktiver Verseuchung, auch wenn die Zahl der Todesopfer ansteigt.Godzilla (2014)
Das ist ein echtes Statement. Wow!Hell and Back (2015)
Wir reden hier nicht nur von Schuhen, Jean, sondern von einem persönlichen Statement.November Rule (2015)
Sie sprechen nicht mit Reportern und es gibt auch kein Statement.Remember (2015)
Glass hinterlässt seine Ex-Frau und seinen einzigen Sohn Aaron, der heute dieses Statement abgab:Pocket Listing (2015)
In der Zwischenzeit geben sie ein Statement heraus, dass wir mit Moskau in Verbindung stehen.Chapter 30 (2015)
In Ihrem Statement beharren Sie darauf, dass es um Redefreiheit geht, aber geht es hier wirklich um die Rechte von Schwulen?Chapter 30 (2015)
Die einzige Reaktion vom Kreml war ein kurzes schriftliches Statement von Außenminister Bugayev, das besagt, ich zitiere:Chapter 35 (2015)
Ich gebe euch ein Statement.The Affair (2015)
Zuerst einen Black-Hat, bekannt dafür, Zero-Days zu verkaufen, dann einen perversen Feuerteufel, gezwungen, Feuer zu legen und jetzt einen rachsüchtigen Brandstifter, - der ein öffentliches Statement abgibt.Fire Code (2015)
Er macht ein Statement. Ein Öffentliches.One of Us (2015)
Vor nur wenigen Stunden hat das US State Department bestätigt, dass Reddington in das Gewahrsam der Vereinigten Staaten übergeben wurde, jedoch gaben die Offiziellen keinerlei Statement zu seinem derzeitigen Verbleib ab.Luther Braxton (No. 21) (2015)
Danach können alle Kandidaten fünf Minuten lang frei diskutieren. Wir beginnen allerdings mit den Eröffnungsstatements.Chapter 37 (2015)
Sie wollte heute ein Statement abgeben, um es hinter sich zu bringen.Exposed (2015)
- Ich gebe ein Statement ab.Exposed (2015)
Brasher hat beim Raub- und Morddezernat das vorläufige Statement abgegeben.Chapter Seven: Lost Boys (2015)
Ich habe nicht erwartet, dass ihr die als Fashion-Statement tragt.Welcome to the Dollhouse (2015)
- Ja. Ich setze ein Statement, aber es macht so viel mehr Spaß, wenn ich mich dabei amüsieren kann.Love Taps (2015)
Wenn dies eine Art politisches Statement ist, verstehe ich es nicht.When Your Number's Up (2015)
Okay, geben Sie ein "Wir lassen nichts unversucht" -Statement raus.Your Inside Voice (2015)
Außenminister Cyrus Vance und der künftige Präsident Gerald R. Ford bestätigen das UFO-Phänomen in einem offiziellen Statement.My Struggle (2015)
Rechtlich kann ich dein geistiges Eigentum benutzen, in diesem Fall Kunst, solange ich a) es wesentlich verändere und b) ein Statement mit meiner Arbeit mache.To the Victor Belong the Spoils (2015)
Es tut mir wirklich leid, aber draußen steht eine Armee Reporter, die ein Statement von Ihnen wollen.The Candidate (2015)
Der Rest von dir gibt ein verdammtes Statement ab.Purpose in the Machine (2015)
Nein, ich plante eine politische Tat, ein Statement im Namen einer Gruppe, die es leid ist, dass wir uns gegenseitig töten.Quantico (2015)
KÖNIGLICHE HOTHEIT Sein offizielles Statement: "Ja, ich bin der Prinz von Cordovia.Hank After Dark (2015)
Ich glaube, er hat ein ziemlich endgültiges Statement gesetzt, als er fortgegangen ist.The Bad Seed (2015)
Präsident Obama hat heute Morgen ein Statement abgegeben:Viral (2016)
Im Fall der zwei entführten Kinder gelang es uns nicht, ein Statement des Leiters der Ermittlung, Carl Mørck, zu bekommen.Department Q: A Conspiracy of Faith (2016)
Ich störe ungern dein Fashion-Statement, aber hier geht's um etwas Ernstes.Take It Personal (2016)
ตัวอย่างประโยคจาก Tanaka JP-EN Corpus
NECTEC Lexitron-2 Dictionary (TH-EN)
(n)telephone billSee Also:telephone charge, telephone statementExample:ธนาคารให้บริการชำระค่าไฟฟ้า ค่าน้ำประปา ค่าโทรศัพท์ค่าภาษีและค่าธรรมเนียมให้แก่ส่วนราชการและองค์การต่างๆThai Definition:ค่าใช้จ่ายในการใช้โทรศัพท์
(n)annual government statement of expenditureSee Also:budgetExample:รัฐบาลได้มีการจัดสรรงบประมาณแผ่นดินสนับสนุนการพัฒนาส่วนภูมิภาคและท้องถิ่นในวงเงิน 6, 000 ล้านบาทThai Definition:บัญชีแบบกำหนดรายรับรายจ่ายของแผ่นดิน
(v)retract one's wordsSee Also:retract one's statementExample:ฝ่ายรัฐบาลขอให้ฝ่ายค้านถอนคำพูดที่ดูหมิ่นนายกรัฐมนตรีThai Definition:ยกเลิกคำที่พูดไปแล้ว ให้เป็นเหมือนว่าไม่เคยพูดคำนั้นมาก่อน
(end)word used at the end of a statement among friends but not politelyExample:อย่านอนมันเลยวะ เดี๋ยวก็ได้เวลาทำงานแล้วThai Definition:คำอุทานไม่สุภาพต่อท้ายประโยค
(n)pointSee Also:argument, sense, aspect, statementExample:คำพูดทุกกระทงความที่ออกมาจากปากชายผู้นี้ เป็นเสมือนการตอกย้ำความรู้สึกที่เจ็บปวดของผู้ฟังThai Definition:ตอนหนึ่งๆ ของข้อความ
(n)official statementSee Also:communique, bulletinSyn.คำแถลง, คำอธิบาย, คำชี้แจง, ถ้อยแถลงExample:นายกรัฐมนตรีออกแถลงการณ์ยอมรับความผิดพลาดของการบริหารของรัฐบาลThai Definition:คำอธิบายเหตุการณ์เป็นทางการ
(v)stateSee Also:make a statement, announce, express, declare, proclaim, tellSyn.แถลง, อธิบาย, ชี้แจงExample:อัยการได้แถลงการณ์ด้วยวาจาโดยสรุปคำฟ้องคำให้การและคำเบิกความของพยานปากต่างๆThai Definition:อธิบายเหตุการณ์เป็นทางการ
(clas)caseSee Also:instance, person, item, account, issue, story, party, statement, recordExample:ในปีถัดมามีข่าวการแท้งลูกในหญิง 7 ราย ในสหรัฐฯ และแคนาดา ซึ่งต้องนั่งทำงานอยู่หน้าจอภาพเป็นเวลานานๆThai Definition:ลักษณนามใช้แก่สิ่งที่มีลักษณะเป็นเรื่อง ส่วน บุคคล หรือสิ่งซึ่งแยกกล่าวเป็นอย่างๆ ไป
(n)caseSee Also:instance, person, item, account, issue, story, party, statement, recordExample:ถ้าคุณได้พบกับคนไข้อีกรายหนึ่งที่มีอาการคล้ายคลึงกับคุณ คุณจะรู้สึกดีขึ้นThai Definition:เรื่อง ส่วน บุคคล หรือสิ่งซึ่งแยกกล่าวเป็นอย่างๆ ไป
(end)particle used at the end of a simple statementExample:ผู้ที่จะรักษาอำนาจไว้ให้คุณได้คือเขาละThai Definition:คำประกอบกริยาเพื่อเน้นความให้มีน้ำหนักขึ้น
(n)testimonySee Also:statement, answer, pleaSyn.ข้อเท็จจริง, ปากคำExample:เจ้าหน้าที่ได้บันทึกคำให้การของเขาไว้ในเครื่องบันทึกเสียง
(n)argumentSee Also:statement, declaration, announcement, bulletinExample:ประธานสภาร.ส.ช.อ่านคำแถลงการณ์ทางโทรทัศน์Thai Definition:คำแถลงด้วยวาจาหรือเป็นหนังสือ ซึ่งคู่ความฝ่ายหนึ่งกระทำหรือยื่นต่อศาล เพื่อเสนอความเห็นต่อศาล ในข้อความในประเด็นที่ได้ยกขึ้นอ้างในคำคู่ความหรือในปัญหาข้อใดที่ศาลพึงมีคำสั่งหรือคำพิพากษาNotes:(กฎหมาย)
(n)testimonySee Also:statement, evidenceSyn.คำให้การExample:ผู้เสียหายไม่ยอมเข้าให้ปากคำกับพนักงานสอบสวนโดยอ้างว่าเกรงกลัวอิทธิพล
(n)balance sheetSee Also:statement, recordExample:งบต่างๆ ที่อาจจะให้คอมพิวเตอร์ทำให้คือ งบรายได้ งบดุล แผนกำไร และรายงายด้านการเงินอื่นๆThai Definition:รายการแสดงสินทรัพย์และหนี้สิน เพื่อให้รู้ฐานะการเงินของกิจการ ณ วันใดวันหนึ่ง
(n)budgetSee Also:estimate, statementSyn.งบดุล, งบบัญชีExample:คณะวิจัยติดตามผลจัดทำมาตรฐานเครื่องคอมพิวเตอร์สำหรับให้นักเรียนใช้วางแผนงบประมาณUnit:บาทThai Definition:ประมาณการรายรับและรายจ่าย
(v)take a statement with a grain of saltExample:ข่าวต่างๆ ที่มาจากยุโรปและอเมริกา เราควรฟังหูไว้หูดีกว่า อย่าได้เชื่ออะไรง่ายๆThai Definition:รับฟังไว้เพื่อประกอบการพิจารณา, เชื่อเพียงครึ่งเดียวNotes:(สำนวน)
(v)give one's wordSee Also:utter a promise, make a statementSyn.ลั่นปาก, ลั่นวาจาExample:โคชลั่นคำจะพาทีมไปให้ถึงฝันให้ได้Thai Definition:พูดเป็นเชิงให้สัญญา, ให้คำมั่น
(v)speakSee Also:utter a promise, make a statementSyn.ลั่นวาจา, ลั่นคำThai Definition:พูดเป็นเชิงให้สัญญา, ให้คำมั่น
(end)particle used after a negative statement to make the sense milderSyn.ดอกExample:พวกเขาไม่เข้าใจว่าสาขาปัญญาประดิษฐ์นี้คืออะไรหรอกThai Definition:คำลงท้ายแสดงการปฏิเสธของข้อความข้างหน้า
(n)statementSee Also:wordsSyn.เนื้อเรื่องExample:ข้าพเจ้าขอสารภาพว่าตนเองรู้สึกงุนงง จับต้นชนปลายเรื่องราวและถ้อยความที่เขาสนทนากันไม่ได้Thai Definition:เรื่องราวที่เขียนหรือเรียบเรียง
(n)wordSee Also:confession, expression, statement, term, sayingExample:การกล่าวคำอวยพรในงานมงคลสมรสจะกล่าวเพียงสั้นๆ ด้วยถ้อยคำที่เป็นมงคลแก่คู่สมรส ไม่ควรจะพูดเยิ่นเย้อThai Definition:คำที่กล่าว
(n)statementSee Also:argument, summation, declaration, pamphlet, contents, textSyn.คำชี้แจง, คำประกาศExample:ถ้อยแถลงของเขาทำให้ผมเห็นสัจจะของความเป็นมนุษย์Thai Definition:คำอธิบายเป็นทางการ
(v)half resist and half yieldSee Also:admit in sort and deny in part, make a noncommittal statementSyn.ภาคเสธExample:เธอแบ่งรับแบ่งสู้ในเรื่องการลงสมัคร ส.ส. เพราะเรื่องความเป็นหญิงของเธอThai Definition:รับบ้างปฏิเสธบ้าง, รับหรือปฏิเสธโดยมีเงื่อนไข
(n)summarySee Also:brief, short written statementExample:ย่อความนี้ยาวเกินไป
(n)statement for paymentSee Also:billThai Definition:ใบเรียกเก็บเงินNotes:(บาลี), (โบราณ)
(n)wordsSee Also:statement, speech, talk, mentionSyn.ถ้อยคำ, เรื่อง, คำอธิบาย, คำกล่าวExample:พระเป็นผู้กล่าวกถาในงานทำบุญบ้าน
(n)statementSee Also:term, message, text, passage, account, baby, contentSyn.เนื้อความ, ใจความExample:อาจารย์สั่งให้นักเรียนตัดข้อความเกี่ยวกับสิ่งแวดล้อมจากหนังสือต่างๆ มาอ่านหน้าห้องUnit:เรื่องThai Definition:เนื้อความตอนหนึ่งๆ, ใจความสั้นๆ ของเรื่อง
(n)statementSee Also:declaration, remark, assertionExample:ฝ่ายรัฐบาลได้ยื่นคำแถลงเป็นหนังสือต่อศาลรัฐธรรมนูญUnit:คำThai Definition:ถ้อยคำบอกเล่าหรือแจ้งให้ทราบอย่างเป็นทางการ
(v)(make a) statementSee Also:give information, publish a statement, publish news, informExample:เวลาที่เจรจาความทางการเมืองกับต่างประเทศและแถลงข่าว เขานิยมใช้ภาษาจีนและใช้ล่ามแปลThai Definition:ให้ข่าวเป็นทางการ
(end)particle used at the end of a statement to emphasize itSyn.ล่ะExample:ฉันกำลังสนใจผู้ชายคนนั้นแหละThai Definition:คำประกอบเพื่อเน้นความอยู่ท้ายประโยค
Volubilis Dictionary (TH-EN-FR)
[baengrap-baengsū] (v) EN: half resist and half yield ; admit in sort and deny in part ; make a noncommittal statement
[bairap ngoendeūoen] (n, exp) EN: salary statement ; pay slip  FR: fiche de salaire [ f ] ; bulletin de paie/paye [ m ]
[boēkkhwām] (v) EN: give evidence ; testify ; make a statement  FR: témoigner ; déposer
[boēkkhwām thet] (v, exp) EN: make a false statement
[fanghūwaihū] (v) EN: take a statement with a grain of salt
[haikān thet] (v, exp) EN: make a false statement ; give false testimony ; perjure ; perjure oneself   FR: porter un faux témoignage
[kham-] (pref) EN: words ; remarks : statements)  FR: actions orales ou écrites ; commentaires
[khamføng] (n) EN: accusation ; charge ; statement of claim ; indictment
[khamthalaēng] (n) EN: statement
[khatitham] (n) EN: Buddhist doctrine ; moral teaching ; moral lesson ; moral saying ; wise saying ; uplifting statement
[khø-āng] (n) EN: justification ; excuse ; pretext ; supporting statement ; claim  FR: justification [ f ] ; prétexte [ m ] ; excuse [ f ]
[khø kharahā] (n) EN: reproach ; disparaging statement ; scandal ; gossip ; blame
[khøkhwām] (n) EN: text ; wording ; context ; passage ; statement ; message ; clause ; matter
[khøkhwām phanthakit] (n, exp) EN: mission statement
[klap kham haikān] (v, exp) EN: retract a statement
[ngop] (n) EN: budget ; sum of money ; account ; financial statement  FR: budget [ m ] ; fonds [ mpl ] ; somme [ f ] ; compte [ m ]
[ngopdun] (n) EN: balance sheet ; statement ; record  FR: bilan [ m ] ; balance [ f ]
[ngop kamrai khātthun] (n, exp) EN: profit and loss statement
[ngop kamrai sasom] (n, exp) EN: statement of retained earnings ; statement of undistributed profits ; statement of earned surplus
[ngop kānngoen rūam] (n, exp) EN: consolidated financial statements
[ngop krasaē ngoensot] (n, exp) EN: cas flow statement ; statement of cash flows
[ngoppramān] (n) EN: budget ; budget estimate ; estimate ; statement  FR: budget [ m ] ; estimation budgétaire [ f ]
[ngoppramān phaendin] (n, exp) EN: annual government statement of expenditure ; budget
[ngop tonthun kān phalit] (n, exp) EN: cost of goods manufacturing statement
[phlik kham haikān] (v, exp) EN: retract a statement  FR: revenir sur sa déposition ; se rétracter ; se dédire
[phūt-phlām] (v, exp) EN: ramble ; make unfounded statements ; make irresponsible remarks  FR: parler pour ne rien dire ; parler en l'air
[rāi] (n) EN: case ; instance ; person ; item ; account ; issue ; story ; party ; statement ; record  FR: article [ m ] ; rubrique [ f ]
[rāi] (n) EN: [ classif. : case; instance ; item ; account ; issue ; story ; party ; statement ; record ]
[rāi-ngān kān banchī] (n, exp) EN: statement
[thalaēngkān] (n) EN: official statement ; communique ; bulletin  FR: communiqué [ m ] ; bulletin [ m ]
[thalaēngkhāo] (v, exp) EN: make a statement ; give information ; publish a statement ; publish news ; inform  FR: informer
[thalaēng nayōbāi ratthabān] (n, exp) EN: government's policy statements ; policy statement ; policy speech  FR: déclaration de politique gouvernementale [ f ]
[thøikham] (n) EN: words ; wording ; diction ; declaration ; statement
[thøikhwām] (n) EN: contents ; text ; wording ; statement  FR: sens [ m ] ; signification [ f ]
[thøithalaēng] (n) EN: statement ; argument ; summation
[thøn khamphūt] (v, exp) EN: retract ; retract one's words ; retract one's statement ; talk back what one has said ; eat one's words  FR: se rétracter ; ravaler ses paroles (fam.)
[wājā] (n) EN: speech ; words ; discourse ; remark ; vocable ; utterance ; statement ; comment  FR: mot [ m ] ; parole [ f ] ; discours [ m ]
[wātha] (n) EN: words ; statement ; oratory ; speech ; creed
[yøkhwām] (n) EN: summary ; precis ; abstract ; brief ; short written statement  FR: précis [ m ] ; sommaire [ m ] ; abrégé [ m ] ; résumé [ m ] ; condensé [ m ] ; digest [ m ] (anglic.)
CMU Pronouncing Dictionary
Oxford Advanced Learners Dictionary
WordNet (3.0)
(n)a periodic statement prepared by a bank for each client
(n)a statement made with careful qualifications
(n)a financial statement that gives operating results for a specific periodSyn.earnings report, profit-and-loss statement, operating statement
(n)a statement of a mathematical relation
(n)a statement that contains a mistake
(n)the condition of being reinstated
(n)the act of restoring someone to a previous position
(n)a revised statement
(n)a message that is stated or declared; a communication (oral or written) setting forth particulars or facts etc
(n)(music) the presentation of a musical theme
(n)a nonverbal message
(n)a document showing credits and debitsSyn.financial statement
(n)a statement that is restrained in ironic contrast to what might have been saidAnt.overstatement
(n)a statement of the desirability of something
(n)a statement of recent transactions and the resulting balanceSyn.accounting, account statement
(n)the act of affirming or asserting or stating somethingSyn.assertion, statement
(n)a fact or assertion offered as evidence that something is trueSyn.statement
(n)making to seem more important than it really isSyn.overstatement, magnificationAnt.understatement
(n)(computer science) a line of code written as part of a computer programSyn.command, program line, statement
(n)a true statementSyn.true statementAnt.falsehood
Collaborative International Dictionary (GCIDE)

n. An incorrect statement. [ 1913 Webster ]

n. An exaggerated statement or account. [ 1913 Webster ]

n. The act of reinstating; the state of being reinstated; re&unr_;stablishment. [ 1913 Webster ]

n. 1. The act of stating, reciting, or presenting, orally or on paper; as, to interrupt a speaker in the statement of his case. [ 1913 Webster ]

2. That which is stated; a formal embodiment in language of facts or opinions; a narrative; a recital. “Admirable perspicuity of statement.” Brougham. [ 1913 Webster ]

n. The act of understating, or the condition of being understated; that which is understated; a statement below the truth. [ 1913 Webster ]

CC-CEDICT CN-EN Dictionary
[  /  , fā biǎo, ㄈㄚ ㄅㄧㄠˇ]to issue (a statement); to publish; to issue; to put out#841[Add to Longdo]
[  /  調, qiáng diào, ㄑㄧㄤˊ ㄉㄧㄠˋ]to emphasize (a statement); to stress#1204[Add to Longdo]
[, gòng, ㄍㄨㄥˋ]offer; sacrificial offering; trial statement; confession#1948[Add to Longdo]
[  /  , shēng míng, ㄕㄥ ㄇㄧㄥˊ]statement; declaration#2253[Add to Longdo]
[  /  , shuō fǎ, ㄕㄨㄛ ㄈㄚˇ]way or style of speaking; statement; wording; to expound Buddhist teaching#2395[Add to Longdo]
[  /  , shuō fa, ㄕㄨㄛ ㄈㄚ˙]way of speaking; wording; formulation; one's version (of events); statement; theory; hypothesis; interpretation#2395[Add to Longdo]
[, miē, ㄇㄧㄝ]the bleating of sheep; (Cantonese) final particle which transforms statements into questions that indicate doubt or surprise#3377[Add to Longdo]
[  /  , fā yán, ㄈㄚ ㄧㄢˊ]statement; utterance#4111[Add to Longdo]
[  /  , gān cuì, ㄍㄢ ㄘㄨㄟˋ]straightforward; clear-cut; blunt (e.g. statement); you might as well; simply#5378[Add to Longdo]
[  /  , jiǎ huà, ㄐㄧㄚˇ ㄏㄨㄚˋ]a lie; untrue statement; misstatement#21240[Add to Longdo]
[ , zhēn yán, ㄓㄣ ㄧㄢˊ]true statement; incantation (translates Sanskrit: dharani 陀羅尼|陀罗尼)#35961[Add to Longdo]
[ 稿 /  稿, nǐ gǎo, ㄋㄧˇ ㄍㄠˇ]to draft (a statement)#113003[Add to Longdo]
[    /    , bù jīng zhī tán, ㄅㄨˋ ㄐㄧㄥ ㄓ ㄊㄢˊ]absurd statement; cock-and-bull story#445082[Add to Longdo]
[ , zuò chū, ㄗㄨㄛˋ ㄔㄨ]to put out; to come up with; to make (a choice, decision, proposal, response, comment etc); to issue (a permit, statement, explanation, apology, reassurance to the public etc); to draw (conclusion); to deliver (speech, judgment); to devise (explanation);[Add to Longdo]
[    /    , miǎn zé shēng míng, ㄇㄧㄢˇ ㄗㄜˊ ㄕㄥ ㄇㄧㄥˊ]disclaimer; statement denying or limiting responsibility[Add to Longdo]
[    /    , tí chū yì yì, ㄊㄧˊ ㄔㄨ ㄧˋ ㄧˋ]to disagree; to object; to differ; to challenge (a statement)[Add to Longdo]
[    /    , quán lì shēng míng, ㄑㄩㄢˊ ㄌㄧˋ ㄕㄥ ㄇㄧㄥˊ]copyright statement[Add to Longdo]
[    /    , fā biǎo shēng míng, ㄈㄚ ㄅㄧㄠˇ ㄕㄥ ㄇㄧㄥˊ]to issue a statement; to issue a declaration[Add to Longdo]
[    /    , lián hé fā biǎo, ㄌㄧㄢˊ ㄏㄜˊ ㄈㄚ ㄅㄧㄠˇ]joint statement; joint announcement[Add to Longdo]
[   /   , shēng míng shū, ㄕㄥ ㄇㄧㄥˊ ㄕㄨ]statement[Add to Longdo]
Saikam JP-TH-EN Dictionary
申告
[しんこく, shinkoku] TH: แบบแสดงรายการที่เกี่ยวกับทางราชการเช่นการเสียภาษี
申告
[しんこく, shinkoku] EN: statement
DING DE-EN Dictionary
Abrechnung { f }; Behauptung { f }; Darstellung { f }
Anweisung { f } | Anweisungen { pl }
statement | statements[Add to Longdo]
Ausgabebezeichnung { f }
edition statement[Add to Longdo]
Aussage { f } | Aussagen { pl }; Meinungsäußerungen { pl } | unwiderlegliche Aussage
statement | statements | apodictic statement[Add to Longdo]
Aussagesatz { m }
clause of statement[Add to Longdo]
(Konto-) Auszug { m }
statement (of account)[Add to Longdo]
Bankabrechnung { f }
Begründung { f }
statement of grounds; explanatory statement[Add to Longdo]
Beschwerdebegründung { f }
statement of appeal; notice of grievance[Add to Longdo]
Bilanzpressekonferenz { f }
financial statement press conference[Add to Longdo]
Darstellung { f }; Behauptung { f }; Äußerung { f } | Darstellungen { pl }; Behauptungen { pl }; Äußerungen { pl } | falsche Darstellung; falsche Behauptung
statement | statement | misstatement[Add to Longdo]
Diffamierung { f }; diffamierende Bemerkung { f }
defamatory statement[Add to Longdo]
Einspruchsschrift { f }
statement of opposition[Add to Longdo]
Einverständniserklärung { f }
statement of agreement[Add to Longdo]
Erklärung { f }; Mitteilung { f } | eine Erklärung abgeben | eine Erklärung unterschreiben
statement | to make a statement | to sign a statement[Add to Longdo]
neue Formulierung { f }
restatement[Add to Longdo]
Gegenerklärung { f }
counterstatement[Add to Longdo]
Gewinn- und Verlustrechnung
all inclusive income statement[Add to Longdo]
Illustrationsvermerk { m }
statement of illustrations[Add to Longdo]
Jahresabschluss { m }
annual financial statement[Add to Longdo]
Klagebegründung { f } | Klagebegründungen { pl }
statement of claim | statements of claim[Add to Longdo]
Klausel über automatische Fortführung der Versicherung nach einem Schadensfall
automatic reinstatement clause[Add to Longdo]
Konkurstabelle { f }
realisation and liquidation statement[Add to Longdo]
Kontoauszug { m } | Kontoauszüge { pl }
statement of account | statements of account[Add to Longdo]
Kostenaufstellung { f } | Kostenaufstellungen { pl }
statement of cost | statements of costs[Add to Longdo]
Kriterienaufstellung { f }
statement of criteria[Add to Longdo]
Laufanweisung { f }
for-statement[Add to Longdo]
Matrixbilanz { f }
articulation statement[Add to Longdo]
Ortsangabe { f } | Ortsangaben { pl }
statement of place | statements of place[Add to Longdo]
Rechenschaftsbericht { m } | Rechenschaftsberichte { pl }
statement of accounts | statements of accounts[Add to Longdo]
Regierungserklärung { f } [ pol. ] | Regierungserklärung { f } zur Lage der Nation (USA)
government statement | State of the Union message [ Am. ][Add to Longdo]
Schadensaufmachung { f }
average statement[Add to Longdo]
Schalteranweisung { f }; Schalterbefehl { m }
alter statement[Add to Longdo]
Schleifenanweisung { f }
do-statement[Add to Longdo]
Schleifendurchlaufbefehl { m }
perform statement[Add to Longdo]
Stellungnahme { f }
opinion; comment; statement[Add to Longdo]
Syntaxfehler { m } | Syntaxfehler in der Anweisung
syntax error; bad syntax | syntax error in statement[Add to Longdo]
Tiefstapelei { f }
understatement; modesty; overmodesty[Add to Longdo]
Übertreibung { f } | Übertreibungen { pl }
overstatement | overstatements[Add to Longdo]
Umfangsangabe { f }
statement of size[Add to Longdo]
Unterbewertung { f }
understatement[Add to Longdo]
Untertreibung { f }; Understatement { n } | Untertreibungen { pl }
understatement | understatements[Add to Longdo]
Verfasserangabe { f }
author statement[Add to Longdo]
Verfasserangabe { f }
statement of responsibility[Add to Longdo]
Wiedereinsetzung { f }
reinstatement[Add to Longdo]
Zeugenaussage { f } [ jur. ]
testimony; witness's statement[Add to Longdo]
Zielvorstellung { f }
personal goal statements[Add to Longdo]
Zuordnungsanweisung { f }; Zuweisungskommando { n }
assignment statement[Add to Longdo]
Zwischenbilanz { f }
interim financial statement[Add to Longdo]
arithmetisch { adj } | arithmetische Anweisung { f } | arithmetische Funktion { f } | arithmetische Gleichung { f }; Ausdruck { m } | arithmetische Prüfung { f } | arithmetische Reihe { f } | arithmetischer Befehl | arithmetischer Block | arithmetischer Elementarausdruck; Rechenwerk { n } | arithmetischer Überlauf | arithmetisches Mittel | arithmetisches Unterprogramm
arithmetic; arithmetical | arithmetic statement | arithmetic function | arithmetic expression | arithmetic check | arithmetic series | arithmetical instruction | arithmetic block | arithmetic element | arithmetic overflow | arithmetic mean | arithmetic subroutine[Add to Longdo]
EDICT JP-EN Dictionary
[きさい, kisai](n, vs) (See 記録) record; statement; description; mention; listing; registration; booking; entry; (P)#450[Add to Longdo]
[ふっき, fukki](n, vs, adj-no) (1) return; comeback; reinstatement; (2) carriage return; CR; (P)#612[Add to Longdo]
[きょうどう, kyoudou](n, vs, adj-no) (esp. 共同) doing together (as equals); sharing; common (land, etc.); joint (statement, etc.); cooperation; co-operation; collaboration; association; (P)#1000[Add to Longdo]
[めいれい, meirei](n, vs) (1) order; command; decree; directive; (2) { comp } (software) instruction; statement; (P)#2541[Add to Longdo]
[もうしたて, moushitate](n) statement; account (of something); declaration; allegation; (P)#2877[Add to Longdo]
[しゅし, shushi](n) (1) meaning; point (e.g. of a statement); gist; effect; (2) (趣旨 only) goal; intent; object; aim; point; (P)#3489[Add to Longdo]
[めいじ, meiji](n, adj-no, vs) specification; explicit statement; (P)#4045[Add to Longdo]
[げん(P);こと, gen (P); koto](n) word; remark; statement; (P)#6272[Add to Longdo]
[せいめい, seimei](n, vs) declaration; statement; proclamation; (P)#7548[Add to Longdo]
[がいせつ, gaisetsu](n, vs) general statement; outline#8762[Add to Longdo]
[めいげん, meigen](n, vs) declaration; statement; (P)#10240[Add to Longdo]
[しんこく, shinkoku](n, vs) report; statement; filing a return; notification; (P)#12417[Add to Longdo]
[noka](prt) endorsing and questioning the preceding statement (sentence ending particle); lamenting reflections on the preceding statement (sentence ending particle)[Add to Longdo]
[コンパイラしじめいれい, konpaira shijimeirei](n) { comp } compiler-directing statement[Add to Longdo]
[システムてきごうせいせんげん, shisutemu tekigouseisengen](n) { comp } system conformance statement[Add to Longdo]
[shinpurusute-tomento](n) { comp } simple statement[Add to Longdo]
[sute-tomento](n) statement; (P)[Add to Longdo]
[ステートメントばんごう, sute-tomento bangou](n) { comp } statement number[Add to Longdo]
[nashonarusute-tomento](n) statement by the government; national statement[Add to Longdo]
[プロトコルじっそうてきごうせいせんげん, purotokoru jissoutekigouseisengen](n) { comp } protocol implementation conformance statement; PICS[Add to Longdo]
[ポインタだいにゅうぶん, pointa dainyuubun](n) { comp } pointer assignment statement[Add to Longdo]
[ポツダムせんげん, potsudamu sengen](n) Potsdam Declaration (July 26, 1945 statement establishing the terms of a Japanese surrender)[Add to Longdo]
[いっさついれる, issatsuireru](v1) to give a signed statement or an IOU[Add to Longdo]
[うき, uki](n) (primarily used in vertical writing) aforementioned (statement); preceding; at right[Add to Longdo]
[がくれきさしょう, gakurekisashou](n) false statement (misrepresentation) of one's academic career[Add to Longdo]
[かんきょうはいりょしょ, kankyouhairyosho](n) environmental impact statement[Add to Longdo]
[きほんぶん, kihonbun](n) { comp } basic statement[Add to Longdo]
[おおせ, oose](n) statement; command; wishes (of a superior)[Add to Longdo]
[ぐちん, guchin](n, vs) report in detail; formal statement[Add to Longdo]
[くうはくぶん, kuuhakubun](n) empty statement[Add to Longdo]
[かたせんげんぶん, katasengenbun](n) { comp } type declaration statement[Add to Longdo]
[けいぞくぶん, keizokubun](n) { comp } continued statement[Add to Longdo]
[けいさんしょ, keisansho](n) statement of account[Add to Longdo]
[けっさんほうこく, kessanhoukoku](n) financial statement[Add to Longdo]
[げんせんちょうしゅうひょう, gensenchoushuuhyou](n) tax certificate slip; statement of earnings; tax-income certificate[Add to Longdo]
[いいちがい, iichigai](n) slip of the tongue; misstatement[Add to Longdo]
[いいすぎ, iisugi](n) exaggeration; overstatement[Add to Longdo]
[いいまちがい, iimachigai](n) slip of the tongue; misstatement; verbal slip-up[Add to Longdo]
[いいまちがえ, iimachigae](n) slip of the tongue; misstatement; verbal slip-up[Add to Longdo]
[いいなおし, iinaoshi](n) restating; restatement[Add to Longdo]
[げんせつ, gensetsu](n, vs) remark; statement; discourse[Add to Longdo]
[げんめい, genmei](n, vs) declaration; statement; assertion; (P)[Add to Longdo]
[ごたく, gotaku](n) tedious talk; impertinent talk; repetitious talk; saucy speech; pretentious statement[Add to Longdo]
[こうのうがき, kounougaki](n) statement of the efficacy of a medicine[Add to Longdo]
[こうじゅつ, koujutsu](n, vs, adj-no) dictation; verbal statement; (P)[Add to Longdo]
[こうじょう, koujou](n) (1) vocal message; speech; statement; (2) prologue at the start of a kabuki performance; (P)[Add to Longdo]
[こうじょうしょ(口上書);こうじょうがき, koujousho ( koujousho ); koujougaki](n) verbal note (notes verbale); written statement[Add to Longdo]
[こうせん, kousen](n) oral statement[Add to Longdo]
[こうりょう, kouryou](n) general plan; main points; summary; platform (e.g. for a campaign); mission statement; (P)[Add to Longdo]
[さき, saki](n) (primarily used in vertical writing) undermentioned (statement); following; at left; (P)[Add to Longdo]
COMPDICT JP-EN Dictionary
[コンパイラしじめいれい, konpaira shijimeirei]compiler-directing statement[Add to Longdo]
[システムてきごうせいせんげん, shisutemu tekigouseisengen]system conformance statement[Add to Longdo]
[しんぷるすてーとめんと, shinpurusute-tomento]simple statement[Add to Longdo]
[すてーとめんと, sute-tomento]statement[Add to Longdo]
[ステートメントばんごう, sute-tomento bangou]statement number[Add to Longdo]
[ポインタだいにゅうぶん, pointa dainyuubun]pointer assignment statement[Add to Longdo]
[きほんぶん, kihonbun]basic statement[Add to Longdo]
[かたせんげんぶん, katasengenbun]type declaration statement[Add to Longdo]
[けいぞくぶん, keizokubun]continued statement[Add to Longdo]
[さんじゅつぶん, sanjutsubun]arithmetic statement[Add to Longdo]
[さんじゅつめいれい, sanjutsumeirei]arithmetic instruction, arithmetic statement[Add to Longdo]
[つぎのじっこうぶん, tsuginojikkoubun]next executable statement[Add to Longdo]
[じっこうふのうぶん, jikkoufunoubun]nonexecutable statement[Add to Longdo]
[じっこうぶん, jikkoubun]executable statement[Add to Longdo]
[てつづきぶんきぶん, tetsudukibunkibun]procedure branching statement[Add to Longdo]
[じょうけんぶん, joukenbun]conditional statement[Add to Longdo]
[じょうけんめいれい, joukenmeirei]conditional statement[Add to Longdo]
[だいにゅうぶん, dainyuubun]assignment statement[Add to Longdo]
[たんじゅんじっこうぶん, tanjunjikkoubun]action statement[Add to Longdo]
[にゅうしゅつりょくぶん, nyuushutsuryokubun]input-output statement[Add to Longdo]
[はんいめいじぶん, han'imeijibun]delimited scope statement[Add to Longdo]
[ひじっこうぶん, hijikkoubun]nonexecutable statement[Add to Longdo]
[ふっき, fukki]return, comeback, reinstatement, carriage return (CR)[Add to Longdo]
[ふくごうぶん, fukugoubun]compound statement[Add to Longdo]
[ぶん, bun]statement, text[Add to Longdo]
[ぶんキーワード, bun ki-wa-do]statement keyword[Add to Longdo]
[ぶんラベル, bun raberu]statement label[Add to Longdo]
[ぶんかんすう, bunkansuu]statement function[Add to Longdo]
[ぶんないようそ, bunnaiyouso]statement entity[Add to Longdo]
[ぶんばんごう, bunbangou]statement label[Add to Longdo]
[ほんやくしじぶん, honyakushijibun]compiler directing statement[Add to Longdo]
[むじょうけんぶん, mujoukenbun]imperative statement, unconditional statement[Add to Longdo]
[めいれい, meirei]instruction, statement, command[Add to Longdo]
[めいれいぶん, meireibun]imperative sentence, statement[Add to Longdo]
[りようしゃていぎだいにゅうぶん, riyoushateigidainyuubun]defined assignment statement[Add to Longdo]
เพิ่มคำศัพท์
add
ทราบความหมายของคำศัพท์นี้? กด เพื่อใส่คำนี้พร้อมความหมาย เพื่อเป็นวิทยาทานแก่ผู้ใช้ท่านอื่น ๆ