ผลลัพธ์การค้นหาสำหรับ

statementing

   
ภาษา
Dictionaries languages

English Phonetic Symbols




Chinese Phonetic Symbols


ลองค้นหาคำในรูปแบบอื่น ๆ เพื่อให้ได้ผลลัพธ์มากขึ้นหรือน้อยลง: -statementing-, *statementing*, statement
มีผลลัพธ์ที่ไม่แสดงผลอยู่
ปรับการตั้งค่า
Dictionaries languages

English Phonetic Symbols




Chinese Phonetic Symbols


English-Thai: Longdo Dictionary
financial statement(n) งบการเงิน
income statement(n) งบกำไรขาดทุน เช่น This is a sample form of Income Statement, showing income and expenses for a given period of business operations.
profit and loss statement(n) งบกำไรขาดทุน เช่น Can anyone direct me to a place where I can get a sample Profit and Loss statement for tax purposes?, Syn. financial statement

English-Thai: NECTEC's Lexitron-2 Dictionary [with local updates]
statement(n) แถลงการณ์, See also: คำแถลง, ถ้อยแถลง, Syn. declaration, remark, assertion
restatement(n) กล่าวซ้ำ, See also: พูดใหม่, Syn. paraphrase, reiteration, repetition
misstatement(n) การกล่าวบิดเบือน, See also: การกล่าวเกินจริง, Syn. falsity, exaggeration, distortion
overstatement(n) การกล่าวเกินจริง
bank statement(n) รายการเงินฝากถอนในบัญชีเงินฝาก, Syn. statement
mission statement(n) เอกสารบอกวัตถุประสงค์ขององค์กร

English-Thai: HOPE Dictionary [with local updates]
arithmetic statementข้อความสั่งคำนวณ <คำแปล>หมายถึง คำสั่งที่กำหนดให้คอมพิวเตอร์ นำค่าไปเก็บไว้ในหน่วยความจำหรือนำค่าเหล่านั้นไปทำการคำนวณ เมื่อได้ผลจากการคำนวณแล้วจึงนำไปเก็บในตำแหน่งที่ซี่งกำหนดไว้ เช่น score = A+B หมายความว่า ให้นำค่า A+B ได้ผลเท่าใด นำไปเก็บไว้ที่ score
control statementข้อความสั่งควบคุมในการเขียนโปรแกรมหรือชุดคำสั่งนั้น โดยปกติ เครื่องคอมพิวเตอร์จะทำงานตามคำสั่งไปทีละคำสั่ง โดยเรียงไปตามลำดับก่อนหลัง แต่เราอาจใช้ข้อความสั่งให้ควบคุมการทำงานได้เช่น กระโดดข้าม, วนกลับไปทำบางคำสั่งใหม่หรือวนหลาย ๆ รอบหรือหยุดทำถ้า ... ข้อความสั่งเหล่านี้มีอยู่หลายคำสั่ง ขึ้นอยู่กับภาษาเป็นต้นว่า GOTO, DO, IF ในภาษาฟอร์แทรน หรือ FOR.....NEXT ในภาษาเบสิก
executable statementข้อความสั่งทำการหมายถึง คำสั่งในภาษาระดับสูงที่สั่งให้คอมพิวเตอร์ลงมือทำการ คำสั่งเหล่านี้ ตัวแปลโปรแกรม (compiler) จะแปลเป็นภาษาเครื่อง (machine language) แล้วเครื่องจะปฏิบัติการตามคำสั่งนั้น เช่น คำสั่งกำหนดค่า A = 2 ถ้าเครื่องเจอคำสั่งนี้ ก็จะลงมือกระทำการ (execute) ด้วยการนำค่า 2 ไปเก็บไว้ในหน่วยความจำช่องหนึ่งที่มีอยู่ (address) ชื่อ A เป็นต้นดู non executable statement เปรียบเทียบ
imperative statementหมายถึง คำสั่งในภาษาระดับสูง (high level language) ที่สั่งให้เครื่องคอมพิวเตอร์ลงมือทำการ คำสั่งเหล่านี้ ตัวแปลโปรแกรม จะแปลเป็นภาษาเครื่อง (machine language) ก่อน แล้วเครื่องจึงจะปฏิบัติตาม เช่น ข้อความสั่งทำการกำหนดให้ A = 2 ถ้าเครื่องคอมพิวเตอร์พบคำสั่งนี้ ก็จะลงมือทำหาร ด้วยการนำ 2 ไปเก็บไว้ในหน่วยความจำช่องหนึ่งที่มีอยู่ (address) แล้วกำหนดชื่อที่เก็บนั้นว่า A เป็นต้นมีความหมายเหมือน excutable statement
non executable statementข้อความสั่งไม่ทำการหมายถึง คำสั่งที่เครื่องคอมพิวเตอร์จะไม่ทำการใด ๆ แต่เป็นการแจ้งให้ตัวแปลชุดคำสั่ง (compiler) รับรู้ข้อความบางอย่างที่ต้องการแจ้งให้ทราบเท่านั้น เช่น คำสั่ง END เป็นต้น คำสั่งนี้เป็นเพียงต้องการแจ้งให้ทราบว่า จบโปรแกรมนั้น ๆ แล้วเท่านั้น นอกจากนั้น ก็อาจเป็นคำสั่งให้เตรียมที่ในหน่วยความจำบ้าง เตรียมจัดรูปแบบข้อมูลบ้าง ถ้าสั่งให้อ่านข้อมูลโดยใช้คำสั่ง Read คำสั่งนี้เป็นข้อความสั่งทำการ (excutable statement) เครื่องจะทำการทันทีที่พบคำสั่งนี้ แต่อ่านข้อมูลแล้วนำไปจัดเก็บในรูปแบบตามคำสั่ง FORMAT (ในภาษาฟอร์แทรน) คำสั่ง FORMAT ถือว่าเป็นข้อความสั่งไม่ทำการดู excutable statement เปรียบเทียบ
statement(สเทท'เมินทฺ) n. คำแถลง, ถ้อยแถลง, การแถลง, การบรรยาย, รายงานการเงิน, งบดุล, บัญชีการเงิน., Syn. assertion

English-Thai: Nontri Dictionary
statement(n) คำกล่าว, การบอกเล่า, รายงาน, คำแถลง, การบรรยาย

อังกฤษ-ไทย: ศัพท์บัญญัติราชบัณฑิตยสถาน [เชื่อมโยงจาก orst.go.th แบบอัตโนมัติและผ่านการปรับแก้]
pseudo-statementข้อความเทียม [ปรัชญา ๒ มี.ค. ๒๕๔๕]
previous statementคำให้การครั้งก่อน [นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
reinstatement๑. การฟื้นสัญญา๒. การจัดทดแทน [ประกันภัย ๒ มี.ค. ๒๕๔๕]
reinstatement๑. การให้กลับเข้ารับตำแหน่งเดิม (ก. ปกครอง)๒. การฟื้นสัญญา (ประกันชีวิต) [นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
reinstatement clauseข้อกำหนดการจัดทดแทน [ประกันภัย ๒ มี.ค. ๒๕๔๕]
reinstatement memorandumข้อกำหนดการจัดทดแทน มีความหมายเหมือนกับ reinstatement clause ความหมายที่ ๑ [ประกันภัย ๒ มี.ค. ๒๕๔๕]
reinstatement premiumเบี้ยประกันภัยเพื่อการจัดทดแทน [ประกันภัย ๒ มี.ค. ๒๕๔๕]
reinstatement๑. การให้กลับเข้ารับตำแหน่ง๒. การคืนสู่สภาพเดิม [รัฐศาสตร์ ๑๗ ส.ค. ๒๕๔๔]
run-off statementงบความรับผิดติดพัน [ประกันภัย ๒ มี.ค. ๒๕๔๕]
settlement statementรายละเอียดของข้อตกลง [นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
scandalous statementข้อความถากถาง [นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
statistical statementข้อความสถิติ [ปรัชญา ๒ มี.ค. ๒๕๔๕]
statementข้อความสั่ง [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
statementข้อความ [ประชากรศาสตร์ ๔ ก.พ. ๒๕๔๕]
statementคำแถลง, ข้อแถลงความ [นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
statementข้อความสั่ง [เทคโนโลยีสารสนเทศ ๑๑ มี.ค. ๒๕๔๕]
statement๑. ข้อความ๒. ประพจน์ [ มีความหมายเหมือนกับ proposition ] [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
statement numberหมายเลขข้อความสั่ง [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
statement of affairsคำแถลงกิจการ, คำชี้แจงเกี่ยวกับกิจการและทรัพย์สิน (ในคดีล้มละลาย) [นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
statement of claimคำฟ้องเรียกค่าเสียหาย [นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
synthetic statementข้อความสังเคราะห์ [ปรัชญา ๒ มี.ค. ๒๕๔๕]
statement of defenceคำให้การต่อสู้คดี [นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
statement of factsคำแถลงข้อเท็จจริง [นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
statement of objectionคำแถลงคัดค้าน [นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
statement, analyticข้อความวิเคราะห์ [ปรัชญา ๒ มี.ค. ๒๕๔๕]
statement, budgetคำแถลงประกอบงบประมาณ [รัฐศาสตร์ ๑๗ ส.ค. ๒๕๔๔]
statement, categoricalข้อความเด็ดขาด [ปรัชญา ๒ มี.ค. ๒๕๔๕]
statement, pseudo-ข้อความเทียม [ปรัชญา ๒ มี.ค. ๒๕๔๕]
statement, statisticalข้อความสถิติ [ปรัชญา ๒ มี.ค. ๒๕๔๕]
statement, syntheticข้อความสังเคราะห์ [ปรัชญา ๒ มี.ค. ๒๕๔๕]
analytic statementข้อความวิเคราะห์ [ปรัชญา ๒ มี.ค. ๒๕๔๕]
automatic reinstatementการฟื้นสัญญาโดยอัตโนมัติ [ประกันภัย ๒ มี.ค. ๒๕๔๕]
arithmetic statementข้อความสั่งคำนวณ [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
assignment statementข้อความสั่งกำหนดค่า [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
assignment statementข้อความสั่งกำหนดค่า [เทคโนโลยีสารสนเทศ ๑๑ มี.ค. ๒๕๔๕]
average statementรายการบัญชีความเสียหาย [ประกันภัย ๒ มี.ค. ๒๕๔๕]
budget statementคำแถลงประกอบงบประมาณ [รัฐศาสตร์ ๑๗ ส.ค. ๒๕๔๔]
biconditional proposition; biconditional; biconditional statementประพจน์เงื่อนไขสองทาง [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
biconditional statement; biconditional; biconditional propositionประพจน์เงื่อนไขสองทาง [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
biconditional; biconditional proposition; biconditional statementประพจน์เงื่อนไขสองทาง [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
misstatement of ageการแถลงอายุคลาดเคลื่อน [ประกันภัย ๒ มี.ค. ๒๕๔๕]
categorical statementข้อความเด็ดขาด [ปรัชญา ๒ มี.ค. ๒๕๔๕]
confession statementคำสารภาพว่าเป็นชู้ (โดยสามี), คำสารภาพว่ามีชู้ (โดยภริยา) [นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕]
conjunctive proposition; conjunction; conjunctive statementประพจน์เชื่อม [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
conjunctive statement; conjunction; conjunctive propositionประพจน์เชื่อม [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
contradictory statementsข้อความขัดแย้ง [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
control statementข้อความสั่งควบคุม [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
conditional proposition; conditional; conditional statement; implicationประพจน์มีเงื่อนไข [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
conditional statement; conditional; conditional proposition; implicationประพจน์มีเงื่อนไข [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
contrary statementsข้อความขัดกัน [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]

อังกฤษ-ไทย: คลังศัพท์ไทย โดย สวทช.
Statement of responsibilityการแจ้งความรับผิดชอบ [เทคโนโลยีการศึกษา]
Statement of responsibilityการแจ้งความรับผิดชอบ [บรรณารักษ์และสารสนเทศศาสตร์]
Financial statementsงบการเงิน [TU Subject Heading]
Financial statements, Consolidatedงบการเงินรวม [TU Subject Heading]
Mission statementsพันธกิจองค์กร [TU Subject Heading]
Environmental impact statementการรายงานการศึกษาผลกระทบสิ่งแวดล้อม [สิ่งแวดล้อม]
Annual financial statementงบการเงินประจำปี [การบัญชี]
Bank statementใบแจ้งยอดเงินฝากจากธนาคาร [การบัญชี]
Cash flow statementงบบัญชีกระแสเงินสด [การบัญชี]
Combined financial statementงบการเงินรวม [การบัญชี]
Comparative financial statementงบการเงินเปรียบเทียบ [การบัญชี]
Condensed financial statementงบการเงินอย่างย่อ [การบัญชี]
Consolidated financial statementงบการเงินรวม [การบัญชี]
Earnings statementงบกำไรขาดทุน [การบัญชี]
Financial statementงบการเงินคือ งบดุล, งบกำไรขาดทุน, รายงานทางการเงิน [การบัญชี]
Financial statementงบการเงิน [การบัญชี]
Footnotes to financial statementหมายเหตุ ประกอบงบการเงิน [การบัญชี]
Funds flow statementงบกระแสเงินทุน [การบัญชี]
Interim financial statementงบการเงินระหว่างกาล [การบัญชี]
Monthly statementใบแจ้งยอดประจำเดือน [การบัญชี]
Multiple step income statementงบกำไรขาดทุนแบบหลายชั้น [การบัญชี]
Profit and loss statementงบกำไรขาดทุน [การบัญชี]
Retained earnings statementงบกำไรสะสม [การบัญชี]
Single step income statementงบกำไรขาดทุนแบบขั้นเดียว [การบัญชี]
Statementงบ, ใบแจ้งยอด [การบัญชี]
Statement of changes in financial positionงบแสดงการเปลี่ยนแปลงฐานะการเงิน [การบัญชี]
Statement of financial positionงบแสดงฐานะการเงิน [การบัญชี]
Statement of sources and applications of fundsงบแสดงแหล่งที่มาและการใช้เงินทุน [การบัญชี]
Supplementary statementรายละเอียดประกอบ [การบัญชี]
Cautionary Statementข้อความเตือน [การแพทย์]
equivalent statementsข้อความสมมูล, ข้อความสองข้อความที่มีค่าความจริงเหมือนกันทุกกรณี กรณีต่อกรณี [พจนานุกรมศัพท์ สสวท.]
proposition [ statement ]ประพจน์, ข้อความที่เป็นจริงหรือเท็จอย่างใดอย่างหนึ่งเท่านั้น โดยอาจอยู่ในรูปประโยคบอกเล่าหรือประโยคปฏิเสธก็ได้ [พจนานุกรมศัพท์ สสวท.]
statementประพจน์,   ดู proposition [พจนานุกรมศัพท์ สสวท.]
Income Statementงบกำไรขาดทุน [การแพทย์]
Income Statement, Single-Stepแบบแสดงยอดชั้นเดียว [การแพทย์]

English-Thai: Longdo Dictionary (UNAPPROVED version -- use with care )  **ระวัง คำแปลอาจมีข้อผิดพลาด**
executable statement(n) ข้อความสั่งทำการหมายถึง คำสั่งในภาษาระดับสูงที่สั่งให้คอมพิวเตอร์ลงมือทำการ
financial statement(n) งบกำไรขาดทุน, Syn. profit and loss statement

ตัวอย่างประโยค จาก Open Subtitles  **ระวัง คำแปลอาจมีข้อผิดพลาด**
Sorry to drag you back for further questioning, Mr. De Winter. But you've heard the statement of Mr. Tabb.ผมเสียใจที่ต้องลากคุณเข้ามาสอบถามเพิ่ม แต่คุณก็ได้ยินคําให้การของคุณเเท็บบ์เเล้ว Rebecca (1940)
I have no statement to make at this time.ฉันไม่มี statement to make at this time. The Ugly American (1963)
These reporters want a statement.นักข่าวพวกนี้ต้องการการแถลง Airplane! (1980)
- An understatement as usual.- พูดตามปกติ Teenage Mutant Ninja Turtles (1990)
I've included everything in my statement but I doubt very much that Chief Sterns is taking this possible connection seriously.เราได้รวมทุกอย่างในคำสั่งของฉัน ... ... แต่ฉันสงสัยมากว่าหัวหน้าบุกบั่น ... ... คือการเชื่อมต่อที่เป็นไปได้นี้อย่างจริงจัง Teenage Mutant Ninja Turtles (1990)
If you'll be quiet, I'll make a statement.ถ้าพวกคุณเงียบ ผมจะแถลงการ Basic Instinct (1992)
We're just taking statements from all the neighbors... just to see if they saw or heard anything unusual.เราต้องการกำลังจากเพื่อนบ้าน ที่อาจเห็นหรือได้ยินอะไร The Lawnmower Man (1992)
There's your statement.มีคำสั่งของคุณ In the Name of the Father (1993)
Give me the fucking statement.ให้ฉันงบร่วมเพศ In the Name of the Father (1993)
For fuck's sake, give me the statement.เพศสัมพันธ์เพื่อประโยชน์ของ ให้ฉันงบ In the Name of the Father (1993)
Look, they've no statement nor evidence against me.มองหาพวกเขาได้งบไม่มี หรือหลักฐานต่อฉัน In the Name of the Father (1993)
That name did appear in Mr Conlon's statement. We investigated it.ชื่อที่ไม่ปรากฏในนาย Conlon ของ คำแถลง เราตรวจสอบมัน In the Name of the Father (1993)
Well, then would you be so kind... as to read this statement that you took from him... on the third of November, 1974?อืมแล้วคุณจะเป็นชนิดดังนั้น ... เป็นไปอ่านคำชี้แจงนี้ ที่คุณเอาจากเขา ... ในที่สามของเดือนพฤศจิกายน, 1974? In the Name of the Father (1993)
A statement, My Lord, which vindicates all of these people...คำสั่ง, พระเจ้าของฉันซึ่ง vindicates ทั้งหมดของคนเหล่านี้ ... In the Name of the Father (1993)
- I need to see a copy of this statement.- - ฉันต้องการดูสำเน? In the Name of the Father (1993)
Your statement said you were the first man in.ตามที่คุณให้การไว้ คุณเข้ามาเป็นคนแรก Léon: The Professional (1994)
- That's a bold statement.- นั่นคือคำสั่งตัวหนา Pulp Fiction (1994)
I think we're ready to move on to your final statement.ฉันคิดว่าเราก็พร้อมที่จะย้าย ไปยังคำสั่งสุดท้ายของคุณ Contact (1997)
And maybe that's an understatement.และบางทีที่พูด Contact (1997)
usually very bloody and very public. A "Statement", if you wish.คือว่ามักเป็นการฆ่าเลือดนอง และในที่สาธารณะด้วยค่ะ The Jackal (1997)
"A statement, public and brutal". It has always bothered me, why does he keep comming?"ในสาธารณะและโหด" ผมกังวลใจมากเลยที่เขาไม่ยอมเลิกรา The Jackal (1997)
It was my statement saying we were innocent.มันเป็นคำให้การของฉัน... ...เพื่อบอกว่าเราบริสุทธิ์ Brokedown Palace (1999)
I signed a statement assuming it was just a translation of what I said.ฉันเซ็นคำให้การ... ...ที่ฉันสันนิษฐานว่ามันแปลมาจากสิ่งที่ฉันพูด Brokedown Palace (1999)
- You'll have to sign a statement.- คุณจะต้องเซ็นคำให้การอันนึง Brokedown Palace (1999)
- A statement?- คำให้การอะไร? Brokedown Palace (1999)
A statement of purpose?อยากฟังอย่างนี้ใช่มั้ย? Fight Club (1999)
We're making a statement.เรากำลังจะทำการปฏิวัติ 10 Things I Hate About You (1999)
You mother fucker Statement!ไอ้เย็ดแม่ รายงานตัวด้วย Bad Guy (2001)
Mr. Marshall will make a statement.Mr. Marshall will make a statement. Maid in Manhattan (2002)
I'd like to make a short statement.I'd like to make a short statement. Maid in Manhattan (2002)
- Have a statement?- มีคำสั่ง? Showtime (2002)
This statement a bit too muchThis statement a bit too much Sex Is Zero (2002)
I spent the better part of Friday afternoon convincing the alumnae that your record was impeccable that you would no longer provide contraceptive devices and you'd make a public statement to that effect.ฉันเสียเวลาเกลี้ยกล่อมสมาคมศิษย์เก่า... ว่าเธอมีประวัติไร้ที่ติ... และจะไม่แจกห่วงคุมกำเนิดอีก Mona Lisa Smile (2003)
I'm not willing to make a public statement.ฉันไม่ยินดีจะประกาศอะไรทั้งนั้น Mona Lisa Smile (2003)
Your story doesn't check out, it contradicts our investigation and the statements made by Mrs Peck and Mr Rivers.คำให้การคุณไม่เข้ากับสิ่งที่เราสอบสวนได้ นี่เป็นคำให้การของคุณนายเป็กกับคุณริเวอร์ 21 Grams (2003)
You got his statement at the scene, and hers.คุณได้สอบปากคำเขาไปแล้ว ณ จุดเกิดเหตุ รวมถึงของหล่อนด้วย The O.C. (2003)
Well, your previous statement came at the hospital.การสอบปากคำก่อนหน้านี้ ที่โรงพยาบาล The O.C. (2003)
They already have her statement.พวกเขาสอบปากคำเธอไปแล้ว The O.C. (2003)
I'm making a statement for the open spaces.เขาอยู่ตรงนี้ ไอ้คนบ้าเอ๊ย I Heart Huckabees (2004)
There will be another statement at 6:00 A. M.จะมีคำแถลงการณ์เพิ่มในเวลา 6: 00 โมงเช้า Mr. Monk and the Blackout (2004)
Well, somebody's got to take his statement.เอาล่ะ ต้องมีใครบางคนฟังคำให้การของเขา Mr. Monk and the Employee of the Month (2004)
I will call the police commissioner the next time you're up for reinstatement.ผมจะโทรหาอธิบดีกรมตำรวจ นายจะถูกให้กลับเข้ารับตำแหน่ง Mr. Monk Meets the Godfather (2004)
If you do this, it won't just be me supporting your reinstatement, all right?ถ้าคุณทำตามนี้ มันจะไ่ม่ใช่แค่ได้รับการสนับสนุนจากฉันคนเดียว ถูกไหม Mr. Monk Meets the Godfather (2004)
The reinstatement hearing.การพิจารณาให้กลับเข้ารับตำแหน่ง Mr. Monk Meets the Godfather (2004)
Now I have to call a deputy to get your statement.เอาละ ฉันจะติดต่อตำรวจเพื่อออกใบดูแลผู้ป่วยให้คุณเอง Crusade (2004)
All right. I'll give you some time, but we'll need a full statement from you.เอาล่ะ ผมจะให้เวลาคุณอีกนิดนะ แต่ผมจะต้องขอคำให้การโดยละเอียดจากคุณ White Noise (2005)
Well, that's just the understatement of the year.นั่นมันยังน้อยไป ถ้าเทียบกับที่หนูทำลงไป The Perfect Man (2005)
Okay, I'll make sure I get a statement from him then.โอเค ฉันจะไปดูสิว่า จะสอบปากคำเขาได้มั้ย Four Brothers (2005)
I heard Sutler's going to make a public statement tonight.ฉันได้ยินว่า ซุทส์เล่อร์ จะแถลงต่อสาธารณชนคืนนี้. V for Vendetta (2005)
There's ndalism, crime concealment, political statement...ทำลายทรัพย์สิน ปกปิดอาชญากรรม/N การเมือง Compulsion (2005)

ตัวอย่างประโยคจาก Tanaka JP-EN Corpus
statementAfter the summit, President Mitterand said that he dissociated himself from the statement.
statementAnother tendency of many Japanese that bothers foreigners is to make statements that are too general and too broad by using or implying words like "all" and "every".
statementAs to the source of this statement, I know nothing.
statementBill accepted my statement true.
statementCan you show me any evidence for your statement?
statementDid you accept that his statement as true?
statementDo you believe his statement that he is innocent?
statementDo you believe the witness's statement?
statementHe affirmed the truth of her statement.
statementHe announced my statement to be true.
statementHe assures us that he didn't attach a false statement.
statementHe disputed my statement.
statementHe gave a bald statement of the facts.
statementHe gave witness to the truth of my statement.
statementHe made a false statement to the police.
statementHer futuristic vision helped shape the company's mission statement.
statementHer statements add up to an admission of guilt.
statementHer statement turned out to be false.
statementHer statement was false.
statementHis irreligious statements are offensive.
statementHis statement admits of no doubt.
statementHis statement corresponded to what actually took place.
statementHis statement is void of sincerity.
statementHis statement raised havoc.
statementHis statement really cut me.
statementHis statement runs as follows.
statementHis statement was based on the fact.
statementHis untimely statement has not only let the cat out of the bag but also upset the apple cart for the peace move.
statementI accept the statement as true.
statementI began to doubt the accuracy of his statement.
statementI could not believe his statement.
statementI doubt the truth of his statement.
statementI doubt the veracity of his statement.
statementI'm going to ascertain the truth of his statement.
statementInstead use words like "some", "many", "often", and begin statements with openers like, "In my experience, ...", "Excuse me if I'm wrong, but...", "In many instances, ...."
statementI repeated his exact statement.
statementKathleen's statements turned out to be true.
statementLanguage is unique in that any statement must start out as the creation of an individual mind.
statementShe acknowledged that my statement was true.
statementShe witnessed the truth of the statement.
statementStatements will be mailed every quarter.
statementThat does not accord with his statement.
statementThat would be twenty-seven words instead of four, and while the bare message of the longer statement would be understood, the persuasive force would be lost.
statementThe evidence corresponds to his previous statement.
statementThe Government issued the following statement.
statementThe man's statement to the pretty girl that he was a millionaire was all eye-wash.
statementThe minister contradicted his own statement.
statementThe President is to make a statement tomorrow.
statementThe president made a statement on the issue.
statementThe Prime Minister is feeling the heat over his statement.

Thai-English: NECTEC's Lexitron-2 Dictionary [with local updates]
ค่าโทรศัพท์(n) telephone bill, See also: telephone charge, telephone statement, Example: ธนาคารให้บริการชำระค่าไฟฟ้า ค่าน้ำประปา ค่าโทรศัพท์ค่าภาษีและค่าธรรมเนียมให้แก่ส่วนราชการและองค์การต่างๆ, Thai Definition: ค่าใช้จ่ายในการใช้โทรศัพท์
งบประมาณแผ่นดิน(n) annual government statement of expenditure, See also: budget, Example: รัฐบาลได้มีการจัดสรรงบประมาณแผ่นดินสนับสนุนการพัฒนาส่วนภูมิภาคและท้องถิ่นในวงเงิน 6, 000 ล้านบาท, Thai Definition: บัญชีแบบกำหนดรายรับรายจ่ายของแผ่นดิน
ถอนคำพูด(v) retract one's words, See also: retract one's statement, Example: ฝ่ายรัฐบาลขอให้ฝ่ายค้านถอนคำพูดที่ดูหมิ่นนายกรัฐมนตรี, Thai Definition: ยกเลิกคำที่พูดไปแล้ว ให้เป็นเหมือนว่าไม่เคยพูดคำนั้นมาก่อน
วะ(end) word used at the end of a statement among friends but not politely, Example: อย่านอนมันเลยวะ เดี๋ยวก็ได้เวลาทำงานแล้ว, Thai Definition: คำอุทานไม่สุภาพต่อท้ายประโยค
กระทงความ(n) point, See also: argument, sense, aspect, statement, Example: คำพูดทุกกระทงความที่ออกมาจากปากชายผู้นี้ เป็นเสมือนการตอกย้ำความรู้สึกที่เจ็บปวดของผู้ฟัง, Thai Definition: ตอนหนึ่งๆ ของข้อความ
แถลงการณ์(n) official statement, See also: communique, bulletin, Syn. คำแถลง, คำอธิบาย, คำชี้แจง, ถ้อยแถลง, Example: นายกรัฐมนตรีออกแถลงการณ์ยอมรับความผิดพลาดของการบริหารของรัฐบาล, Thai Definition: คำอธิบายเหตุการณ์เป็นทางการ
แถลงการณ์(v) state, See also: make a statement, announce, express, declare, proclaim, tell, Syn. แถลง, อธิบาย, ชี้แจง, Example: อัยการได้แถลงการณ์ด้วยวาจาโดยสรุปคำฟ้องคำให้การและคำเบิกความของพยานปากต่างๆ, Thai Definition: อธิบายเหตุการณ์เป็นทางการ
ราย(clas) case, See also: instance, person, item, account, issue, story, party, statement, record, Example: ในปีถัดมามีข่าวการแท้งลูกในหญิง 7 ราย ในสหรัฐฯ และแคนาดา ซึ่งต้องนั่งทำงานอยู่หน้าจอภาพเป็นเวลานานๆ, Thai Definition: ลักษณนามใช้แก่สิ่งที่มีลักษณะเป็นเรื่อง ส่วน บุคคล หรือสิ่งซึ่งแยกกล่าวเป็นอย่างๆ ไป
ราย(n) case, See also: instance, person, item, account, issue, story, party, statement, record, Example: ถ้าคุณได้พบกับคนไข้อีกรายหนึ่งที่มีอาการคล้ายคลึงกับคุณ คุณจะรู้สึกดีขึ้น, Thai Definition: เรื่อง ส่วน บุคคล หรือสิ่งซึ่งแยกกล่าวเป็นอย่างๆ ไป
ละ(end) particle used at the end of a simple statement, Example: ผู้ที่จะรักษาอำนาจไว้ให้คุณได้คือเขาละ, Thai Definition: คำประกอบกริยาเพื่อเน้นความให้มีน้ำหนักขึ้น
คำให้การ(n) testimony, See also: statement, answer, plea, Syn. ข้อเท็จจริง, ปากคำ, Example: เจ้าหน้าที่ได้บันทึกคำให้การของเขาไว้ในเครื่องบันทึกเสียง
คำแถลงการณ์(n) argument, See also: statement, declaration, announcement, bulletin, Example: ประธานสภาร.ส.ช.อ่านคำแถลงการณ์ทางโทรทัศน์, Thai Definition: คำแถลงด้วยวาจาหรือเป็นหนังสือ ซึ่งคู่ความฝ่ายหนึ่งกระทำหรือยื่นต่อศาล เพื่อเสนอความเห็นต่อศาล ในข้อความในประเด็นที่ได้ยกขึ้นอ้างในคำคู่ความหรือในปัญหาข้อใดที่ศาลพึงมีคำสั่งหรือคำพิพากษา, Notes: (กฎหมาย)
ปากคำ(n) testimony, See also: statement, evidence, Syn. คำให้การ, Example: ผู้เสียหายไม่ยอมเข้าให้ปากคำกับพนักงานสอบสวนโดยอ้างว่าเกรงกลัวอิทธิพล
งบดุล(n) balance sheet, See also: statement, record, Example: งบต่างๆ ที่อาจจะให้คอมพิวเตอร์ทำให้คือ งบรายได้ งบดุล แผนกำไร และรายงายด้านการเงินอื่นๆ, Thai Definition: รายการแสดงสินทรัพย์และหนี้สิน เพื่อให้รู้ฐานะการเงินของกิจการ ณ วันใดวันหนึ่ง
งบประมาณ(n) budget, See also: estimate, statement, Syn. งบดุล, งบบัญชี, Example: คณะวิจัยติดตามผลจัดทำมาตรฐานเครื่องคอมพิวเตอร์สำหรับให้นักเรียนใช้วางแผนงบประมาณ, Count Unit: บาท, Thai Definition: ประมาณการรายรับและรายจ่าย
ฟังหูไว้หู(v) take a statement with a grain of salt, Example: ข่าวต่างๆ ที่มาจากยุโรปและอเมริกา เราควรฟังหูไว้หูดีกว่า อย่าได้เชื่ออะไรง่ายๆ, Thai Definition: รับฟังไว้เพื่อประกอบการพิจารณา, เชื่อเพียงครึ่งเดียว, Notes: (สำนวน)
ลั่นคำ(v) give one's word, See also: utter a promise, make a statement, Syn. ลั่นปาก, ลั่นวาจา, Example: โคชลั่นคำจะพาทีมไปให้ถึงฝันให้ได้, Thai Definition: พูดเป็นเชิงให้สัญญา, ให้คำมั่น
ลั่นปาก(v) speak, See also: utter a promise, make a statement, Syn. ลั่นวาจา, ลั่นคำ, Thai Definition: พูดเป็นเชิงให้สัญญา, ให้คำมั่น
หรอก(end) particle used after a negative statement to make the sense milder, Syn. ดอก, Example: พวกเขาไม่เข้าใจว่าสาขาปัญญาประดิษฐ์นี้คืออะไรหรอก, Thai Definition: คำลงท้ายแสดงการปฏิเสธของข้อความข้างหน้า
ถ้อยความ(n) statement, See also: words, Syn. เนื้อเรื่อง, Example: ข้าพเจ้าขอสารภาพว่าตนเองรู้สึกงุนงง จับต้นชนปลายเรื่องราวและถ้อยความที่เขาสนทนากันไม่ได้, Thai Definition: เรื่องราวที่เขียนหรือเรียบเรียง
ถ้อยคำ(n) word, See also: confession, expression, statement, term, saying, Example: การกล่าวคำอวยพรในงานมงคลสมรสจะกล่าวเพียงสั้นๆ ด้วยถ้อยคำที่เป็นมงคลแก่คู่สมรส ไม่ควรจะพูดเยิ่นเย้อ, Thai Definition: คำที่กล่าว
ถ้อยแถลง(n) statement, See also: argument, summation, declaration, pamphlet, contents, text, Syn. คำชี้แจง, คำประกาศ, Example: ถ้อยแถลงของเขาทำให้ผมเห็นสัจจะของความเป็นมนุษย์, Thai Definition: คำอธิบายเป็นทางการ
แบ่งรับแบ่งสู้(v) half resist and half yield, See also: admit in sort and deny in part, make a noncommittal statement, Syn. ภาคเสธ, Example: เธอแบ่งรับแบ่งสู้ในเรื่องการลงสมัคร ส.ส. เพราะเรื่องความเป็นหญิงของเธอ, Thai Definition: รับบ้างปฏิเสธบ้าง, รับหรือปฏิเสธโดยมีเงื่อนไข
ย่อความ(n) summary, See also: brief, short written statement, Example: ย่อความนี้ยาวเกินไป
ฎีกา(n) statement for payment, See also: bill, Thai Definition: ใบเรียกเก็บเงิน, Notes: (บาลี), (โบราณ)
กถา(n) words, See also: statement, speech, talk, mention, Syn. ถ้อยคำ, เรื่อง, คำอธิบาย, คำกล่าว, Example: พระเป็นผู้กล่าวกถาในงานทำบุญบ้าน
ข้อความ(n) statement, See also: term, message, text, passage, account, baby, content, Syn. เนื้อความ, ใจความ, Example: อาจารย์สั่งให้นักเรียนตัดข้อความเกี่ยวกับสิ่งแวดล้อมจากหนังสือต่างๆ มาอ่านหน้าห้อง, Count Unit: เรื่อง, Thai Definition: เนื้อความตอนหนึ่งๆ, ใจความสั้นๆ ของเรื่อง
คำแถลง(n) statement, See also: declaration, remark, assertion, Example: ฝ่ายรัฐบาลได้ยื่นคำแถลงเป็นหนังสือต่อศาลรัฐธรรมนูญ, Count Unit: คำ, Thai Definition: ถ้อยคำบอกเล่าหรือแจ้งให้ทราบอย่างเป็นทางการ
แถลงข่าว(v) (make a) statement, See also: give information, publish a statement, publish news, inform, Example: เวลาที่เจรจาความทางการเมืองกับต่างประเทศและแถลงข่าว เขานิยมใช้ภาษาจีนและใช้ล่ามแปล, Thai Definition: ให้ข่าวเป็นทางการ
แหละ(end) particle used at the end of a statement to emphasize it, Syn. ล่ะ, Example: ฉันกำลังสนใจผู้ชายคนนั้นแหละ, Thai Definition: คำประกอบเพื่อเน้นความอยู่ท้ายประโยค

Thai-English-French: Volubilis Dictionary 1.0
แบ่งรับแบ่งสู้[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 English Pronouncing Dictionary Dictionary [with local updates]
STATEMENT
STATEMENTS
RESTATEMENT
STATEMENT'S
RESTATEMENTS
MISSTATEMENT
REINSTATEMENT
OVERSTATEMENT
MISSTATEMENTS
MISSTATEMENTS
OVERSTATEMENTS
UNDERSTATEMENT

Oxford Advanced Learners Dictionary (pronunciation guide only)
statement
statements
restatement
misstatement
restatements
misstatements
overstatement
reinstatement
overstatements
reinstatements
understatement
understatements

Chinese-English: CC-CEDICT 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 #1,204 [Add to Longdo]
[gòng, ㄍㄨㄥˋ, ] offer; sacrificial offering; trial statement; confession #1,948 [Add to Longdo]
声明[shēng míng, ㄕㄥ ㄇㄧㄥˊ,   /  ] statement; declaration #2,253 [Add to Longdo]
说法[shuō fǎ, ㄕㄨㄛ ㄈㄚˇ,   /  ] way or style of speaking; statement; wording; to expound Buddhist teaching #2,395 [Add to Longdo]
说法[shuō fa, ㄕㄨㄛ ㄈㄚ˙,   /  ] way of speaking; wording; formulation; one's version (of events); statement; theory; hypothesis; interpretation #2,395 [Add to Longdo]
[miē, ㄇㄧㄝ, ] the bleating of sheep; (Cantonese) final particle which transforms statements into questions that indicate doubt or surprise #3,377 [Add to Longdo]
发言[fā yán, ㄈㄚ ㄧㄢˊ,   /  ] statement; utterance #4,111 [Add to Longdo]
干脆[gān cuì, ㄍㄢ ㄘㄨㄟˋ,   /  ] straightforward; clear-cut; blunt (e.g. statement); you might as well; simply #5,378 [Add to Longdo]
假话[jiǎ huà, ㄐㄧㄚˇ ㄏㄨㄚˋ,   /  ] a lie; untrue statement; misstatement #21,240 [Add to Longdo]
真言[zhēn yán, ㄓㄣ ㄧㄢˊ,  ] true statement; incantation (translates Sanskrit: dharani 陀羅尼|陀罗尼) #35,961 [Add to Longdo]
拟稿[nǐ gǎo, ㄋㄧˇ ㄍㄠˇ,  稿 /  稿] to draft (a statement) #113,003 [Add to Longdo]
不经之谈[bù jīng zhī tán, ㄅㄨˋ ㄐㄧㄥ ㄓ ㄊㄢˊ,     /    ] absurd statement; cock-and-bull story #445,082 [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]

Japanese-Thai-English: Saikam Dictionary
申告[しんこく, shinkoku] TH: แบบแสดงรายการที่เกี่ยวกับทางราชการเช่นการเสียภาษี  EN: statement

German-English: TU-Chemnitz DING Dictionary
Abrechnung { f }; Behauptung { f }; Darstellung { f }statement [Add to Longdo]
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 Aussagestatement | 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 }statement [Add to Longdo]
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 Behauptungstatement | 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 unterschreibenstatement | 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 Verlustrechnungall 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 Schadensfallautomatic 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 Anweisungsyntax 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 Unterprogrammarithmetic; 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]

Japanese-English: EDICT 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]
共同(P);協同(P)[きょうどう, kyoudou] (n, vs, adj-no) (esp. 共同) doing together (as equals); sharing; common (land, etc.); joint (statement, etc.); cooperation; co-operation; collaboration; association; (P) #1,000 [Add to Longdo]
命令[めいれい, meirei] (n, vs) (1) order; command; decree; directive; (2) { comp } (software) instruction; statement; (P) #2,541 [Add to Longdo]
申し立て(P);申立;申立て[もうしたて, moushitate] (n) statement; account (of something); declaration; allegation; (P) #2,877 [Add to Longdo]
趣旨(P);主旨[しゅし, shushi] (n) (1) meaning; point (e.g. of a statement); gist; effect; (2) (趣旨 only) goal; intent; object; aim; point; (P) #3,489 [Add to Longdo]
明示[めいじ, meiji] (n, adj-no, vs) specification; explicit statement; (P) #4,045 [Add to Longdo]
[げん(P);こと, gen (P); koto] (n) word; remark; statement; (P) #6,272 [Add to Longdo]
声明[せいめい, seimei] (n, vs) declaration; statement; proclamation; (P) #7,548 [Add to Longdo]
概説[がいせつ, gaisetsu] (n, vs) general statement; outline #8,762 [Add to Longdo]
明言[めいげん, meigen] (n, vs) declaration; statement; (P) #10,240 [Add to Longdo]
申告[しんこく, shinkoku] (n, vs) report; statement; filing a return; notification; (P) #12,417 [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]

Japanese-English: COMPDICT 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]

เพิ่มคำศัพท์


ทราบความหมายของคำศัพท์นี้? กด [เพิ่มคำศัพท์] เพื่อใส่คำนี้พร้อมความหมาย เพื่อเป็นวิทยาทานแก่ผู้ใช้ท่านอื่น ๆ


Are you satisfied with the result?



Discussions

ว่าด้วยโฆษณา
เราทราบดีว่าท่านผู้ใช้คงไม่ได้อยากให้มีโฆษณาเท่าใดนัก แต่โฆษณาช่วยให้ทาง Longdo เรามีรายรับเพียงพอที่จะให้บริการพจนานุกรมได้แบบฟรีๆ ต่อไป ดูรายละเอียดเพิ่มเติม
Go to Top