Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 14

Discussione: CCR

  1. #1

    CCR

    I Creedence Clearwater Revival...Mitici...


    Non saranno tecnicissimi, ma danno una carica...Mi sta venendo la pelle d'oca...

  2. #2
    Walk fast, chew slowly.
    "We used students as subjects because rats are expensive and you get too attached to them"

  3. #3
    [supersaibal]Originariamente inviato da weatherman
    [/supersaibal]
    Ohhh, finalmente uno che mi capisce... ...

    La cosa strana è che ogni canzone dei Creedence riesco a legarla ad un ricordo particolare della mia vita...

  4. #4
    Utente di HTML.it
    Registrato dal
    Sep 2000
    Messaggi
    1,175
    uhhhhhhhhhhhh i heard trough the grapevine


    oppure I wanna knowwwwwww have you ever seen the rain o travellin' band

  5. #5
    Come godo , vogliamo parlare di Fortunate Son???

  6. #6
    si non sono niente male.. assolutamente niente male

  7. #7
    codice:
    function crc(bit array bitString[1..len], int polynomial) {
         shiftRegister := initial value // commonly all 0 bits or all 1 bits
         for i from 1 to len {
             if most significant bit of shiftRegister xor bitString[i] = 1
                 shiftregister := (shiftregister left shift 1) xor polynomial
             else
                 shiftRegister := shiftregister left shift 1
         }
         return shiftregister
     }


    ah, non il CRC?

  8. #8
    [supersaibal]Originariamente inviato da dvds
    codice:
    function crc(bit array bitString[1..len], int polynomial) {
         shiftRegister := initial value // commonly all 0 bits or all 1 bits
         for i from 1 to len {
             if most significant bit of shiftRegister xor bitString[i] = 1
                 shiftregister := (shiftregister left shift 1) xor polynomial
             else
                 shiftRegister := shiftregister left shift 1
         }
         return shiftregister
     }


    ah, non il CRC? [/supersaibal]
    Te prego, Noooooooooo...Il CRC nooooooooo.........

  9. #9
    meno male che hai aperto il 3d perche' era un po' che non li ascoltavo...al momento Ramble Tamble (Cosmo's Factory)
    Walk fast, chew slowly.
    "We used students as subjects because rats are expensive and you get too attached to them"

  10. #10
    E' finito . E adesso???

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.