전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
struct
struct
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
init-psp-struct
init-psp-struct
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
При помощи ключевого слова struct можно формировать структуры из базовых типов данных.
basic data types can be arranged into structures by using struct keyword.
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
struct php_stream_statbuf - - holds information about a file or url
php_stream_statbuf struct stat sb
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
struct svector *next; /* let's you set up a list of svector's
struct svector *next; /* let's you set up a list of svector's
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
struct php_stream_dirent - - holds information about a single file during dir scanning
php_stream_dirent char d_name[ maxpathlen]
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
Третий аргумент, lock, является указателем на struct flock (которая может быть перезаписана этим системным вызовом).
the l_type field can be used to place a read (f_rdlck) or a write (f_wrlck) lock on a file. any number of processes may hold a read lock (shared lock) on a file region, but only one process may hold a write lock (exclusive lock).
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
Информация о местном форматировании чисел доступна в структуре struct lconv, возвращаемой функцией localeconv(), которая объявлена следующим образом:
values about local numeric formatting is made available in a struct lconv returned by the localeconv() function, which has the following declaration:
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
Если вы хотите прочитать все участки данных по, то директории корня вы должны принять их как корень entry[224 struct ]; однако я писал программу для того чтобы проанализировать 16 входов только одного участка директории корня.
if you want to read all the sectors of root directory information you should take it as struct root entry[224]; however i have written the program to analyze the 16 entries of only one sector of root directory.
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
#include struct a { a ( int x = 3 ) { printf ( "%d \n " , x ); } }; struct b : virtual public a { b () : a ( 4 ) {} }; struct c : virtual public a { c () : a ( 5 ) { } }; struct d : public b , public c { }; int main () { d d ; b b ; c c ; return 0 ; }
#include struct a { a ( int x = 3 ) { printf ( "%d \n " , x ); } }; struct b : virtual public a { b () : a ( 4 ) {} }; struct c : virtual public a { c () : a ( 5 ) { } }; struct d : public b , public c { }; int main () { d d ; b b ; c c ; return 0 ; }
마지막 업데이트: 2018-02-21
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다