Lompat ke isi

Hasil pencarian

Lihat (20 sebelumnya | ) (20 | 50 | 100 | 250 | 500)
  • bukan: if year modulo 4 is 0 then if year modulo 100 is 0 then if year modulo 400 is 0 then is_leap_year else not_leap_year else is_leap_year else not_leap_year...
    5 KB (527 kata) - 1 Maret 2024 04.45
  • Gambar mini seharga Algoritma
    Tausworthe menambahkan tiga struktur kanon Bohm-Jacopini: SEQUENCE, IF-THEN-ELSE, dan WHILE-DO, dengan dua lagi: DO-WHILE dan CASE. Keuntungan dari program...
    94 KB (11.109 kata) - 3 Juni 2024 13.01
  • Checked = True) Then total = total + 3 End If If (ComboBox1.SelectedIndex = 0) Then 'hanya bisa memilih satu total = total + 3 ElseIf (ComboBox1.SelectedIndex...
    13 KB (1.409 kata) - 1 Juli 2022 15.46
  • 2021-04-04.  Lihat entri then atau else di kamus bebas Wiktionary. Media terkait percabangan di Wikimedia Commons Video IF NOT (ActionScript 3.0) Diarsipkan...
    2 KB (145 kata) - 1 Februari 2022 03.27
  • Gambar mini seharga Pohon biner
    EncodeSuccinct(node n, bitstring structure, array data) { if n = nil then append 0 to structure; else append 1 to structure; append n.data to data; EncodeSuccinct(n...
    17 KB (2.286 kata) - 18 Mei 2024 02.43
  • jarak terpendek. // Persiapan for each titik v in semuatitik: if v is dari then v.jarak = 0 else v.jarak:= tak-hingga v.sebelum:= null // Perulangan relaksasi...
    2 KB (255 kata) - 2 April 2024 04.24
  • mencetak semua kemungkinan permutasi. procedure perm(s, p: string); begin if' s <> '' then begin for i:= 1 to length(s) do begin // pindahkan abjad ke-i dari...
    2 KB (257 kata) - 7 Agustus 2022 12.00
  • baca, misalnya: (, ), dan ; string yang tercetak tebal, misalnya: if, then, dan else. • Simbol-simbol berikut adalah simbol non terminal /Variabel: huruf...
    5 KB (702 kata) - 18 Januari 2022 08.02
  • Pilih") If strTanya = vbYes then 'Kode-simpan-disini msgbox "Data berhasil disimpan!",vbInformation," Simpan" Exit Sub ElseIf strTanya = vbNo then msgbox...
    25 KB (2.825 kata) - 5 Juli 2023 11.18
  • to 63 if 0 ≤ i ≤ 15 then f:= (b and c) or ((not b) and d) g:= i else if 16 ≤ i ≤ 31 f:= (d and b) or ((not d) and c) g:= (5×i + 1) mod 16 else if 32 ≤...
    14 KB (1.801 kata) - 13 Desember 2022 10.13
  • the algo described on wikipedia If Len(str) <> 6 Then getSedolCheckDigit = "Six chars only please" Exit Function End If Dim mult(6) As Integer mult(1)...
    7 KB (859 kata) - 22 Juli 2021 02.30
  • Gambar mini seharga Nicki Minaj
    America. Diakses tanggal December 18, 2010.  If necessary, click Advanced, then click Format, then select Album, then click SEARCH.  "After A Bumpy Start, Nicki...
    415 KB (23.436 kata) - 23 Juni 2024 16.37
  • kerap digunakan untuk membuat alur logika program seperti pemanfaatan If, else, while, do while, dan lain sebagainya. Selain itu, tipe data ini juga dapat...
    7 KB (826 kata) - 21 Februari 2024 15.23
  • Gambar mini seharga Leonardo DiCaprio
    think about the idea that there's going to be a mass extinction, and then something else is going to evolve.  Parameter |url-status= yang tidak diketahui...
    173 KB (16.264 kata) - 24 Mei 2024 02.02
  • Gambar mini seharga Simbol Kristen
    rhetoric effect: "Then, if any of you think we render superstitious adoration to the cross, in that adoration he is sharer with us. If you offer homage...
    32 KB (2.090 kata) - 4 Januari 2024 15.08
  • Gambar mini seharga Pemerintah
    "Plutocrats – The Rise of the New Global Super-Rich and the Fall of Everyone Else" Diarsipkan 7 April 2014 di Wayback Machine. Paul M. Johnson. "Autocracy:...
    26 KB (2.149 kata) - 19 Juni 2024 11.10
  • Gambar mini seharga Quicksort
    lists 'less' and 'greater' for each 'x' in 'array' if 'x' ≤ 'pivot' then append 'x' to 'less' else append 'x' to 'greater' return concatenate(quicksort('less')...
    37 KB (510 kata) - 6 Desember 2022 04.43
  • Gambar mini seharga Lua (bahasa pemrograman)
    lainnya, fungsi rekursif atas faktorial: function factorial(n) if n == 0 then return 1 else return n * factorial(n - 1) end end Bahasa pemrograman dinamis...
    10 KB (858 kata) - 30 Agustus 2023 10.41
  • Gambar mini seharga The Beatles
    membuat anda senang, baiklah, saya minta maaf" ("if you want me to apologise, if that will make you happy, then okay, I'm sorry.") Setelah Rubber Soul, album...
    91 KB (10.361 kata) - 27 April 2024 22.56
  • not(P[i] = P[j])) j:= kmpNext[j]; i:= i+1; j:= j+1; if (P[i] = P[j]) kmpNext[i]:= kmpNext[j]; else kmpNext[i]:= j; endif endwhile Dan berikut adalah pseudocode...
    5 KB (696 kata) - 8 Februari 2023 10.19
Lihat (20 sebelumnya | ) (20 | 50 | 100 | 250 | 500)