Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
if statements can be nested indefinitely within other if statements, which provides you with complete flexibility for conditional execution of the various parts of your program.
if statements can be nested indefinitely within other if statements, which provides you with complete flexibility for conditional execution of the various parts of your program.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
the tv_sec and tv_usec together form the timeout parameter. the timeout is an upper bound on the amount of time elapsed before socket_select() return. tv_sec may be zero, causing socket_select() to return immediately. this is useful for polling. if tv_sec is null (no timeout), socket_select() can block indefinitely.
the timeout is an upper bound on the amount of time elapsed before socket_select() return. tv_sec may be zero, causing socket_select() to return immediately.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: