228 ผลลัพธ์ สำหรับ 

%ramming%

 ลองค้นหาคำในรูปแบบอื่น: ramming, -ramming-
  NECTEC Lexitron Dictionary EN-TH 
(n) ตารางรายการวิทยุหรือโทรทัศน์See Also: การจัดตารางรายการวิทยุหรือโทรทัศน์Syn. broadcasting, programing
(n) กระบวนการเขียนและทดสอบโปรแกรมทางคอมพิวเตอร์
  Hope Dictionary 
(แครม'มิง) n. การเร่งเรียนหรือเร่งท่องจำ, การอัดหรือยัดให้เต็ม
การเขียนโปรแกรมเชิงเหตุการณ์หมายถึง วิธีการเขียนโปรแกรมวิธีหนึ่งที่จะนำเอาเหตุการณ์จริงเข้ามาใช้ และจะรอคอยให้ผู้ใช้ กดแป้นพิมพ์ หรือเมาส์ เสียก่อนที่จะลงมือปฏิบัติงานตามขั้นตอนใด ๆ
กำหนดการเชิงเส้นเป็นเทคนิคในการคำนวณเพื่อหาผลลัพธ์ที่ดีที่สุด ในการแก้ปัญหาใดปัญหาหนึ่งโดยเฉพาะ การแก้ปัญหาชนิดนี้เป็นการแก้ปัญหาด้วยการหาค่าที่ดีที่สุดขึ้นมาชุดหนึ่ง เช่น การหาสัดส่วนของผสมเพื่อให้ได้ส่วนผสมที่ดีที่สุด มีค่ามากที่สุด และใช้ต้นทุนน้อยที่สุดเป็นต้น
การเขียนโปรแกรมส่วนจำเพาะหมายถึง การแยกเขียนโปรแกรมเป็นส่วน ๆ ทำให้แก้ไขง่าย และใช้คนเขียนหลายคนได้ ข้อดียิ่งไปกว่านั้นก็คือ สามารถจัดการเกี่ยวกับหน่วยความจำได้ดีขึ้นด้วย
การทำงานแบบหลายโปรแกรมมัลติโปรแกรมมิงหมายถึง การที่คอมพิวเตอร์เครื่องเดียวสามารถทำโปรแกรมพร้อมกันได้มากกว่า 2 โปรแกรมขึ้นไป เช่น ในขณะที่อ่านโปรแกรมหนึ่งเข้าไปเก็บ หน่วยประมวลผลก็ประมลผลข้อมูลของอีกโปรแกรมหนึ่งไปพร้อม ๆ กัน และหน่วยแสดงผลก็อาจแสดงผลที่ได้รับจากการทำโปรแกรมก่อนหน้านั้น (อันที่จริง ไม่ใช่การประมวลผลโปรแกรมพร้อมกัน เพียงแต่หน่วยต่าง ๆ ทำงานพร้อม ๆ กัน เท่านั้น)
การเขียนโปรแกรมการสร้างโปรแกรมหมายถึง การเขียนหรือสร้างคำสั่งให้คอมพิวเตอร์ทำงานให้ได้ตามที่ต้องการ ด้วยภาษาที่คอมพิวเตอร์เข้าใจ (สามารถแปลได้) ในการเขียนโปรแกรมนี้ ผู้เขียนจะต้องเข้าใจถึงขั้นตอนการแก้ปัญหา วิธีการแก้ รวมทั้ง ศัพท์และไวยากรณ์ ตลอดจนกฎเกณฑ์ของภาษาที่เลือกใช้ ดู programming language ประกอบ
ภาษาโปรแกรมหมายถึง ภาษาที่ออกแบบโครงสร้างขึ้นเพื่อใช้ในการเขียนคำสั่งให้คอมพิวเตอร์ทำงาน ทำนองเดียวกับตัวโน้ตของภาษาดนตรี ภาษาโปรแกรมมีตั้งแต่ระดับต่ำสุด คือใกล้เคียงกับภาษาเครื่อง (machine language) มากที่สุด ไปจนถึงภาษาระดับสูง คือใกล้เคียงกับภาษามนุษย์ (ภาษาอังกฤษธรรมดา ๆ) มากที่สุดดู language ประกอบ
ใช้ตัวย่อว่า PL/1 (อ่านว่า พีแอล/วัน) เป็นภาษาระดับสูง (high level language) รุ่นเก่าอีกภาษาหนึ่ง ส่วนใหญ่ใช้กับคอมพิวเตอร์ขนาดใหญ่ หรือเมนเฟรม (mainframe)
หมายถึง วิธีการเขียนโปรแกรมวิธีหนึ่ง ซึ่งใช้วิธีการแบ่งเป็นโปรแกรมย่อย (subprogram) หรือ โมดุล (module) หลาย ๆ อัน ทำให้เข้าใจได้ง่าย หลักการเขียนก็คือ แต่ละส่วนจะประกอบด้วยข้อคำสั่ง 3 ประเภท คือ กำหนดคำสั่งให้เรียงไปตามลำดับการทำงาน ที่เรียกว่า sequential มีคำสั่งให้เลือกทิศทางที่เรียกว่า conditional คือ มี IF-THEN-ELSE และมีการวนไปทำคำสั่งเดิมที่เรียกว่า loop คือมีคำสั่ง DO WHLE อย่างไรก็ตาม ถ้าไม่คิดจะเป็นนักเขียนโปรแกรม ก็อาจจะไม่รู้จักคำสั่งประเภทนี้ และก็ไม่จำเป็นต้องรู้จักโปรแกรมโครงสร้างด้วย
การทำโปรแกรมด้วยภาพหมายถึง การเขียนโปรแกรมให้ผู้ที่ใช้โปรแกรมสำเร็จ สามารถกำหนดรายการคำสั่ง (menu) ต่าง ๆ ได้เอง โดยอาจจะคัดลอกของเก่ามาตัด-ปะ ใหม่ อาจเลือกใช้ Visual BASIC ของบริษัทไมโครซอฟต์ หรือ Object Version ของบริษัทบอร์แลนด์ ก็ได้
  ศัพท์บัญญัติราชบัณฑิตยสถาน 
๑. การเขียนโปรแกรม๒. การสร้างโปรแกรม [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
การวางกำหนดการ, การวางแผนงาน [รัฐศาสตร์ ๑๗ ส.ค. ๒๕๔๔]
๑. การเขียนโปรแกรม๒. การสร้างโปรแกรม [เทคโนโลยีสารสนเทศ ๑๑ มี.ค. ๒๕๔๕]
กำหนดการ [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
ภาษาโปรแกรม [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
ภาษาชุดคำสั่ง [ประชากรศาสตร์ ๔ ก.พ. ๒๕๔๕]
(ภาษา)พีแอลวัน [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
งบประมาณแบบแสดงแผนงาน [ ดู programme budgeting ] [รัฐศาสตร์ ๑๗ ส.ค. ๒๕๔๔]
(ภาษา)โปรล็อก [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
การเขียนโปรแกรมเชิงตรรกะ [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
กำหนดการเชิงเส้น [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
กำหนดการเชิงเส้น [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
(ภาษา)ลิสป์ [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
การเขียนโปรแกรมเชิงสัญลักษณ์ [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
การเขียนโปรแกรมระบบ [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
การเขียนโปรแกรมแบบเชื่อมตรง [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
(ภาษา)เอพีแอล [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
การสร้างโปรแกรมอัตโนมัติ [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
การเขียนโปรแกรมแบบหลายฉบับ [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
การทำงานแบบหลายโปรแกรม, มัลติโปรแกรมมิง [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
กำหนดการเชิงคณิตศาสตร์ [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
กำหนดการเชิงคณิตศาสตร์ [คณิตศาสตร์๑๙ ก.ค. ๒๕๔๗]
ซีพีไอซี (ตัวต่อประสานการโปรแกรมร่วมสำหรับการสื่อสาร) [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
ตัวต่อประสานการโปรแกรมร่วมสำหรับการสื่อสาร (ซีพีไอซี) [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
กำหนดการพลวัต [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
กำหนดการเชิงจำนวนเต็ม [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
  คลังศัพท์ไทย (สวทช.) 
การเขียนโปรแกรม (คอมพิวเตอร์) [บรรณารักษ์และสารสนเทศศาสตร์]
การโปรแกรมไม่เชิงเส้น [วิทยาศาสตร์และเทคโนโลยี]
ระบบการวางแผน [เศรษฐศาสตร์]
กำหนดการที่มิใช่เชิงเส้น [เศรษฐศาสตร์]
การเขียนโปรแกรม (คอมพิวเตอร์) [วิทยาศาสตร์และเทคโนโลยี]
เอพีแอล ภาษาคอมพิวเตอร์ระดับสูงภาษาหนึ่งซึ่งคิดค้นขึ้นโดยนักคณิตศาสตร์ชื่อ เคนเนท ไอเวอร์สัน แห่งบริษัทไอบีเอ็ม ใช้สัญลักษณ์ต่างๆ หลากหลายมาใช้แทนคำสั่งในภาษานี้พร้อมกันนั้นก็เพิ่งคำสั่งแปลกๆ ที่ภาษาคอมพิวเตอร์อื่นๆ ไม่มีใช้ลงไปด้วย ทำให้ภาษานี้ซับซ้อนและไม่ได้รับความนิยมนัก ทั้งๆ ที่เป็นภาษาที่มีสมรรถนะสูงมาก [คอมพิวเตอร์]
การโปรแกรมโครงสร้าง [คอมพิวเตอร์]
การโปรแกรมเชิงกำลังสอง [วิทยาศาสตร์และเทคโนโลยี]
การโปรแกรมเชิงคณิตศาสตร์ [วิทยาศาสตร์และเทคโนโลยี]
การโปรแกรมเชิงจำนวนเต็ม [คอมพิวเตอร์]
การโปรแกรมเชิงตรรกะ [คอมพิวเตอร์]
การโปรแกรมเชิงพันธุกรรม [คอมพิวเตอร์]
การโปรแกรมเชิงวัตถุ [คอมพิวเตอร์]
การโปรแกรมเชิงเส้น [คอมพิวเตอร์]
การโปรแกรมระบบ [คอมพิวเตอร์]
การเขียนคำสั่งจุลภาค [คอมพิวเตอร์]
การเขียนโปรแกรม [คอมพิวเตอร์]
ภาษาพีแอลวัน [คอมพิวเตอร์]
การเขียนโปรแกรมโครงสร้าง, การเขียนโปรแกรมโดยใช้เฉพาะโครงสร้างควบมากเกินไปคุมที่เหมาะสม เพื่อไม่ให้โปรแกรมซับซ้อนมากเกินไป วิธีนี้ช่วยช่วยให้ผู้อ่านเข้าใจโปรแกรมได้ง่ายขึ้น อันจะทำให้แก้ไขดัดแปลงโปรแกรมได้ง่ายขึ้นด้วย [คอมพิวเตอร์]
การเขียนโปรแกรมคอมพิวเตอร์ [TU Subject Heading]
การโปรแกรมเชิงพันธุศาสตร์ (คอมพิวเตอร์ศาสตร์) [TU Subject Heading]
การโปรแกรมฮิวริสติก [TU Subject Heading]
การโปรแกรมจำนวนเต็ม [TU Subject Heading]
การเขียนโปรแกรมอินเตอร์เน็ต [TU Subject Heading]
การโปรแกรมเชิงเส้น [TU Subject Heading]
การเขียนโปรแกรมเชิงตรรกะ [TU Subject Heading]
การจัดทำงบประมาณ [เศรษฐศาสตร์]
การทำแผนงาน [เศรษฐศาสตร์]
การโปรแกรมประสาทภาษาศาสตร์ [TU Subject Heading]
อ็อบเจ็คท์-โอเรียนเท็ด โปรแกรมมิ่ง [TU Subject Heading]
การเขียนโปรแกรมแบบขนาน (คอมพิวเตอร์ศาสตร์) [TU Subject Heading]
การเขียนโปรแกรม [TU Subject Heading]
การโปรแกรมเชิงคณิตศาสตร์ [TU Subject Heading]
ภาษาคอมพิวเตอร์ [TU Subject Heading]
การเขียนโปรแกรมแบบทันที [TU Subject Heading]
การเขียนโปรแกรมโครงสร้าง [TU Subject Heading]
การโปรแกรมเชิงภาพ (คอมพิวเตอร์ศาสตร์) [TU Subject Heading]
การเขียนโปรแกรมแบบวิชวล, การเขียนโปรแกรมโดยเริ่มจากการออกแบบหน้าจอสำหรับติดต่อกับผู้ใช้ก่อน แล้วเขียนโปรแกรมสำหรับแต่ละส่วนบนหน้าจอ ทำให้จัดสร้างโปรแกรมได้ง่าย และรวดเร็ว [พจนานุกรมศัพท์ สสวท.]
  NECTEC Lexitron-2 Dictionary (TH-EN) 
(n) C programming languageExample:งานโปรแกรมคอมพิวเตอร์ส่วนใหญ่มักจะเขียนด้วยภาษาสูง เช่น ภาษาซี หรือภาษาโคบอล
(n) crammingSee Also: forcing, pressing, compulsionSyn. การยัด, การเยียดยัดExample:การยัดเยียดเงินให้กับเจ้าหน้าที่ภายหลังการกระทำผิดกกหมายถือเป็นการติดสินบนพนักงานThai Definition:การขืนหรือแค่นให้โดยผู้รับไม่เต็มใจรับ
  Volubilis Dictionary (TH-EN-FR) 
[kān khīen prōkraēm] (n, exp) EN: computing programming  FR: programmation (informatique) [ f ]
[phāsā kān khīen prōkraēm] (n, exp) EN: programming language  FR: langage de programmation [ m ]
[phāsā prōkraēm] (n, exp) EN: programming language  FR: langage de programmation [ m ]
[phāsā Sī] (tm) EN: C language ; C programming language  FR: langage C [ m ] ; C [ m ]
  WordNet (3.0) 
(n) a mathematical technique used in economics; finds the maximum or minimum of linear functions in many variables subject to constraints
(n) creating a program that enables the computer to reason logicallySyn. logic programing
(n) the execution of two or more computer programs by a single computerSyn. concurrent execution
(n) the schedule of programs to be broadcast on a network
(n) creating a program that can use and support objectsSyn. object-oriented programing
(n) (computer science) a programming language that enables the programmer to associate a set of procedures with each type of data structureSyn. object-oriented programing languageExample:C++ is an object-oriented programming language that is an extension of C
(n) creating a sequence of instructions to enable the computer to do somethingSyn. computer programming, computer programing, programing
(n) (computer science) a language designed for programming computersSyn. programing language
(n) a computer language designed in Europe to support natural language processingSyn. logic programming, logic programing
(n) setting an order and time for planned eventsSyn. programing, programming
(n) providing a chart or outline of a systemSyn. schematisation, diagramming
(n) error resulting from bad code in some program involved in producing the erroneous resultSyn. programming error
  Collaborative International Dictionary (GCIDE) 

n. The practice of drinking drams. [ 1913 Webster ]

n. (Computers) A computer programming language with an instruction set allowing one instruction to code for several assembly language instructions. The aggregation of several assembly-language instructions into one instruction allows much greater efficiency in writing computer programs. Most programs are now written in some higher programming language, such as BASIC, FORTRAN, COBOL, C, C++, PROLOG, or JAVA. [ PJC ]

n. (Silk Manuf.) The act or process of forming trams. See 2d Tram. [ 1913 Webster ]

  CC-CEDICT CN-EN Dictionary 
[    /    , chéng xù shè jìㄔㄥˊ ㄒㄩˋ ㄕㄜˋ ㄐㄧˋcomputer programming #37442
[ , Zhuǎ wāㄓㄨㄚˇ ㄨㄚJava (programming language) #41419
[   /   , Zhuǎ wā dǎoㄓㄨㄚˇ ㄨㄚ ㄉㄠˇJava (island of Indonesia); Java (programming language) #58316
[   / 滿  , mǎn táng guànㄇㄢˇ ㄊㄤˊ ㄍㄨㄢˋcramming (as a teaching method); rote learning #85065
[线    /    , xiàn xìng guī huàㄒㄧㄢˋ ㄒㄧㄥˋ ㄍㄨㄟ ㄏㄨㄚˋlinear programming #90181
[   , kě yí zhí xìngㄎㄜˇ ㄧˊ ㄓˊ ㄒㄧㄥˋportability (programming language) #109107
[  , kě yí zhíㄎㄜˇ ㄧˊ ㄓˊportable (programming language)
[      /      , yìng yòng chéng shì jiè miànㄧㄥˋ ㄩㄥˋ ㄔㄥˊ ㄕˋ ㄐㄧㄝˋ ㄇㄧㄢˋapplication programming interface; API
[  /  , dǎo shíㄉㄠˇ ㄕˊto ram (earth); to compactify earth by ramming
[    /    , chéng shì yǔ yánㄔㄥˊ ㄕˋ ㄩˇ ㄧㄢˊprogramming language
[    /    , shè jì chéng shìㄕㄜˋ ㄐㄧˋ ㄔㄥˊ ㄕˋprogramming
[    /    , diàn nǎo yǔ yánㄉㄧㄢˋ ㄋㄠˇ ㄩˇ ㄧㄢˊprogramming language; computer language
  EDICT JP-EN Dictionary 
[あたい(値;価;價)(P);ね(値;直), atai ( atai ; atai ; atai )(P); ne ( atai ; choku )] (n, adj-no) (1) price; cost; (2) value; worth; merit; (3) (あたい only) { math } value; count; number; (4) (あたい only) { comp } variable (computer programming, programing); (P) #1346
[くいき, kuiki] (n) (1) limits; boundary; domain; zone; sphere; territory; (2) area (e.g. in programming languages); (P) #1620
[かんすう, kansuu] (n) { comp } function (e.g. math, programming, programing) #3202
[じゅく, juku] (n) coaching school; cramming school; juku; (P) #4020
[puroguramingu] (n, vs) { comp } programming; programing #5471
[はいれつ, hairetsu] (n, vs) (1) arrangement; disposition; (2) { comp } array (programming, programing); (P) #7358
[rubi-(P); rubi (P)] (n) (1) (esp. ルビー) ruby; (2) (esp. ルビ) ruby character; small hiragana or katakana readings of kanji usually above or to the side of the kanji (esp. used by printers and in ref. to printed material); (3) { comp } Ruby (programming language); (P) #12192
[puroro-gu] (n) (1) prologue; (2) { comp } Programming in Logic; PROLOG; (P) #17020
[シーげんご, shi-gengo] (n) { comp } C programming language
[ぬるぽ;ヌルポ;なるぽ;ナルポ, nurupo ; nurupo ; narupo ; narupo] (n) (uk) (sl) null pointer exception (in the Java programming language)
[futsuota ; futsuota] (n) (from 普通のお便り) listeners' corner (portion of radio programming for correspondence from listeners)
[apurike-shonpuroguraminguintafe-su] (n) { comp } application programming interface; API
[apuru] (n) { comp } A Programming Language; APL
[ibentodoribunpuroguramingu] (n) { comp } event-driven programming
[オブジェクトしこうプログラミング, obujiekuto shikou puroguramingu] (n) { comp } object-oriented programming
[onrainpuroguramingushisutemu] (n) { comp } online programming system
[ko-dopuroguramingu] (n) { comp } code programming
[sutanda-doraiburari-; sutanda-doraiburari] (n) standard library (programming)
[dainamikkupuroguramingu] (n) dynamic programming
[pikucha] (n) { comp } picture (e.g. in programming languages)
[puroguraminguinta-feisu] (n) { comp } programming interface
[puroguramingushisutemu] (n) { comp } programming system
[プログラミングかんきょう, puroguramingu kankyou] (n) { comp } programming environment
[プログラミングげんご, puroguramingu gengo] (n) { comp } programming language
[プログラムげんご, puroguramu gengo] (n) { comp } programming language; programing language
[maikuropuroguramingu] (n) { comp } microprogramming
[maruchipuroguramingu] (n) { comp } multiprogramming; multiprograming
[mojurapuroguramingu] (n) { comp } modular programming
[rada-] (n) (1) rudder; (2) { comp } ladder (PLC programming paradigm) (programing); (P)
[riniapuroguramingu] (n) (obsc) (See 線形計画法) linear programming; linear programing
[rojikkupuroguramingu] (n) logic programming; logic programing
[いちやづけ, ichiyaduke] (n, vs) (1) last-minute cramming; overnight cramming; (n) (2) (original meaning) (vegetables) salted just overnight
[にわかべんきょう, niwakabenkyou] (n) cramming
[かんすうがたプログラミング, kansuugata puroguramingu] (n) { comp } functional programming; FP
[かんすうがたプログラミング, kansuugata puroguramingu] (n) { comp } functional programming
[つめこみべんきょう, tsumekomibenkyou] (n) cramming (e.g. for an exam)
[きょくしょせんけいけいかくほう, kyokushosenkeikeikakuhou] (n) { comp } local linear programming
[こうぞうかプログラミング, kouzouka puroguramingu] (n) { comp } structured programming
[しけんべんきょう, shikenbenkyou] (n) cramming for exams
[じょうけんつきひょうげんしき, joukentsukihyougenshiki] (n) conditional expression (programming, programing)
[しんき, shinki] (n) new season (e.g. of TV programming); new term
[しんけいげんごプログラミング, shinkeigengo puroguramingu] (n) neurolinguistic programming; NLP
[すうりけいかくシステム, suurikeikaku shisutemu] (n) { comp } MPS; Mathematical Programming System
[せいこうぞうプログラミング, seikouzou puroguramingu] (n) { comp } structured programming
[せいすうけいかくほう, seisuukeikakuhou] (n) { comp } integer programming
[せんけいけいかくほう, senkeikeikakuhou] (n) linear programming
[くみこみかんすう, kumikomikansuu] (n) built-in function (e.g. in programming language)
[たじゅうプログラミング, tajuu puroguramingu] (n) { comp } multiprogramming
[たいあたり, taiatari] (n) body blow; ramming (suicide) attack
[どうづき, douduki] (n) ramming; rammer
  COMPDICT JP-EN Dictionary 
[あぷりけーしょんぷろぐらみんぐいんたふぇーす, apurike-shonpuroguraminguintafe-su] application programming interface (API)
[オブジェクトしこうプログラミング, obujiekuto shikou puroguramingu] object-oriented programming
[こーどぷろぐらみんぐ, ko-dopuroguramingu] code programming
[ぴくちゃ, pikucha] picture (e.g. in programming languages)
[ぷろぐらみんぐ, puroguramingu] programming
[ぷろぐらみんぐしすてむ, puroguramingushisutemu] programming system
[プログラミングかんきょう, puroguramingu kankyou] programming environment
[プログラミングげんご, puroguramingu gengo] programming language
[プログラムげんご, puroguramu gengo] programming language
[ぷろろーぐ, puroro-gu] prologue, PROLOG, Programming in Logic
[まいくろぷろぐらみんぐ, maikuropuroguramingu] microprogramming
[まるちぷろぐらみんぐ, maruchipuroguramingu] multiprogramming
[もじゅらぷろぐらみんぐ, mojurapuroguramingu] modular programming
[らだー, rada-] rudder, ladder (PLC programming paradigm)
[かんすうがたプログラミング, kansuugata puroguramingu] functional programming
[きょくしょせんけいけいかくほう, kyokushosenkeikeikakuhou] local linear programming
[くいき, kuiki] area (e.g. in programming languages)
[こうぞうかプログラミング, kouzouka puroguramingu] structured programming
[しひょう, shihyou] index (e.g. in programming)
[すうりけいかくシステム, suurikeikaku shisutemu] MPS, Mathematical Programming System
[せいこうぞうプログラミング, seikouzou puroguramingu] structured programming
[せいすうけいかくほう, seisuukeikakuhou] integer programming
[せんけいけいかくほう, senkeikeikakuhou] linear programming
[たじゅうプログラミング, tajuu puroguramingu] multiprogramming
[はいれつ, hairetsu] array (e.g. in programming languages)
[ひせんけいけいかくほう, hisenkeikeikakuhou] non-linear programming
[なふだ, nafuda] label (e.g. in programming languages)
[ろんりプログラミング, ronri puroguramingu] logic programming
[ろんりがたげんご, ronrigatagengo] logic programming language
  DING DE-EN Dictionary 
Anwendungsprogrammierung { f } [ comp. ]
application programming
Anwendungs- und Systemprogrammierung { f } [ comp. ]
application and system programming
Mehrprogrammbetrieb { m }
multi-programming
Monogramm { n } | mit Monogramm versehen | mit Monogramm versehend
monogram | monogrammed | monogramming
Multiprogrammbetrieb { m } [ comp. ]
multiprogramming
Programmablaufplan { m }; Programmflussdiagramm { m }
programming flowchart
Programmgestaltung { f }
programming
Programierung { f }
programming
Programmiersprache { f } | Programmiersprachen { pl }
programming language | programming languages
Programmierung { f }; Programmieren { n } | absolute Programmierung | strukturierte Programmierung
programming | absolute programming | structured programming
Programmierumgebung { f }
programming environment
Zweiprogrammverarbeitung { f }
double programming
abhauen | abhauend
to scram | scramming
absolute Programmierung { f }
absolute programming
mästen | mästend | mästet
to cram | cramming | crams
neu programmierend
reprogramming
objektorientierte Programmierung { f } (OOP) [ comp. ]
object-oriented programming (OOP)
parametrisches Programmieren
parametric programming
problemorientierte Programmiersprache { f }
problem-oriented programming language
programmieren | programmierend | programmiert
to program [ Am. ]; to programme | programing [ Am. ]; programming | programed [ Am. ]; programmed
rammen; festrammen; einrammen; stauchen; stoßen | rammend
to ram | ramming
vollstopfend
cramming
Programmierschnittstelle
API : application programming interface
Programmierschnittstelle für ISDN-Karten
CAPI : common application programming interface
เพิ่มคำศัพท์
add
ทราบความหมายของคำศัพท์นี้? กด [เพิ่มคำศัพท์] เพื่อใส่คำนี้พร้อมความหมาย เพื่อเป็นวิทยาทานแก่ผู้ใช้ท่านอื่น ๆ