Search results
Jump to navigation
Jump to search
- In some areas of [[computer programming]], '''dead code''' is a section in the [[source code]] of a program which i ...the compiler in this matter by making additional use of [[Method (computer programming)#Static methods|static]] and/or [[Inline function|inline]] functions and en ...6 KB (861 words) - 21:35, 2 December 2025
- |time=<math>O(n^2)</math> comparisons, <math>O(n)</math> swaps |best-time=<math>O(n^2)</math> comparisons, <math>O(1)</math> swap ...12 KB (1,793 words) - 08:35, 18 February 2026
- ...einhold P. Weicker]] intended to be representative of system ([[integer]]) programming. The Dhrystone grew to become representative of [[General-purpose macro pro ...published in [[Ada (programming language)|Ada]], with the [[C (programming language)|C]] version for [[Unix]] developed by Rick Richardson ("version 1.1") grea ...8 KB (1,106 words) - 14:24, 5 March 2026
- ...roceedings of the Tenth ACM SIGPLAN International Conference on Functional Programming (ICFP '05) | url = http://www.dicta.org.uk/programming/LogicT.pdf ...16 KB (2,320 words) - 18:16, 22 March 2026
- {{short description|Shift operator in computer programming}} |+ Arithmetic shift operators in various programming languages and processors ...17 KB (2,352 words) - 23:28, 26 May 2026
- .../978-3-540-30140-0_63| title = Stable Minimum Storage Merging by Symmetric Comparisons| conference = European Symp. Algorithms| volume = 3221| pages = 714–723| se ...his algorithm performs {{math|(''k''−1)(''n''−{{sfrac|''k''|2}})}} element comparisons to perform its work if there are a total of {{mvar|n}} elements in the list ...16 KB (2,372 words) - 21:32, 11 November 2025
- ...keys increase exponentially) it can make up to [[Big O notation|O]](''n'') comparisons. ...st=Arne | last2=Mattsson | first2=Christer | title=Automata, Languages and Programming | chapter=Dynamic interpolation search in o(log log n) time | publisher=Spr ...14 KB (2,057 words) - 00:25, 13 January 2026
- {{Short description|Programming idiom}} {{About-distinguish|the programming term|Infinite Loop (street)|Infinite Loop (book)}} ...18 KB (2,533 words) - 13:40, 2 January 2026
- |time=<math>O(n^2)</math> comparisons and swaps |best-time=<math>O(n)</math> comparisons, <math>O(1)</math> swaps ...23 KB (3,510 words) - 06:25, 8 March 2026
- {{For|the memory heap in low-level computer programming|C dynamic memory allocation}} ...sic [[Heapsort#Variations|Floyd algorithm]], with the worst-case number of comparisons equal to 2''N'' − 2''s''<sub>2</sub>(''N'') − ''e''<sub>2</sub>(''N'') (for ...16 KB (2,490 words) - 07:32, 31 May 2026
- {{Short description|Programming language for industrial controllers}} {{about|the programming tool|the FIRST competition game|Ladder Logic}} ...17 KB (2,454 words) - 16:40, 14 May 2026
- In [[computer programming]], '''lazy initialization''' is the tactic of delaying the creation of an [ * Using a factory method to create instances of a [[Class (programming)|class]] ([[factory method pattern]]) ...26 KB (3,189 words) - 01:55, 7 November 2025
- {{Infobox programming language '''BASIC09''' is a structured [[BASIC programming language]] dialect developed by [[Microware]] on behalf of [[Motorola]] for the then ...17 KB (2,638 words) - 20:08, 4 February 2026
- | programming language = [[C (programming language)|C]] | language = ...16 KB (2,076 words) - 03:38, 12 December 2025
- ...y give log log n + O(1) and log n + log n* + O(1) bounds for the number of comparisons respectively.}}</ref> ...n/cpython/blob/master/Lib/heapq.py|access-date=2020-08-07| website=GitHub| language=en}}</ref><ref>{{Cite web|title=heapq — Heap queue algorithm — Python 3.8.5 ...30 KB (4,714 words) - 13:54, 24 April 2026
- ...'') (best known worst-case gap sequence)<ref>{{cite web |title=Shellsort & Comparisons |url=http://www.cs.wcupa.edu/rkline/ds/shell-comparison.html |access-date=1 |title=The C Programming Language ...35 KB (4,849 words) - 04:16, 23 May 2026
- ...t formerly played such a role… I strove to design MMIX so that its machine language would be simple, elegant, and easy to learn. At the same time I was careful MMIX programs are typically constructed using the MMIXAL assembly language. The below is a simple MMIXAL program, which prints the string "[[Hello, w ...17 KB (2,408 words) - 19:47, 8 May 2026
- {{Short description|Family of programming languages}} {{About|the programming language family||Algol (disambiguation)}} ...37 KB (4,915 words) - 22:20, 7 May 2026
- ...|date=2006|title=An Introduction to Programming with IDL: Interactive Data Language|url=https://archive.org/details/introductiontopr00bowm|url-access=limited|p Floating-point operations other than ordered comparisons normally propagate a quiet NaN (''qNaN''). Most floating-point operations o ...32 KB (4,861 words) - 07:34, 25 May 2026
- ...It is one way to follow the [[open/closed principle]] in [[object-oriented programming]] and [[software engineering]]. ...he visitor allows adding new [[virtual function]]s to a family of [[Class (programming)|classes]], without modifying the classes. Instead, a visitor class is crea ...35 KB (4,759 words) - 21:24, 9 February 2026