Sanakirja
Tekoälykääntäjä

Vaihtoehtoiset kirjoitusmuodot

Synonyymit

Ääntäminen

  • ÄäntäminenPacific Northwest
KäännösKonteksti
Substantiivit
1.
ソースコード (sōsu kōdo / sōsukōdo)
tietojenkäsittely
2.
ソース (sōsu)
ohjelmointi

Määritelmät

Substantiivi

  1. (programming) Human-readable instructions in a programming language, to be transformed into machine instructions by a compiler, assembler or other translator, or to be carried out directly by an interpreter.

Taivutusmuodot

Monikkosource codes

(programming) Human-readable instructions in a programming language, to be transformed into machine instructions by a compiler, assembler or other translator, or to be carried out directly by an interpreter.

Simple C-language source code example, a procedural programming language. The resulting program prints "hello, world" on the computer screen. This first known "Hello world" snippet from the seminal book The C Programming Language originates from Brian Kernighan in the Bell Laboratories in 1974.

(programming) Human-readable instructions in a programming language, to be transformed into machine instructions by a compiler, assembler or other translator, or to be carried out directly by an interpreter.

A more complex Java source code example. Written in object-oriented programming style, it demonstrates boilerplate code. With prologue comments indicated in red, inline comments indicated in green, and program statements indicated in blue.