Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 6980 (25 сайтов) ---- Время поиска: 0.17сек.   

1 | 2 | След.

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node13.html.

1. Low Level Operators and Bit Fields
... Bit Fields . Bit Fields: Practical Example . ... NOTE: The combination of pointers and bit-level operators makes C useful for many low level applications and can almost replace assembly code. ... To illustrate many points of bitwise operators let us write a function, Bitcount , that counts bits set to 1 in an 8 bit number ( unsigned char ) passed as an argument to the function. int bitcount(unsigned char x) { int count; for (count=0; x != 0; x>>=1); if ( x & 01) count++; return count; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>361) - jet.sao.ru/ )

2. Examples of displaying access permissions
To display the permissions on a single file: ls -l file1 -rw-r--r-- 2 unixjohn doc 3287 Apr 8 12:10 file1 . ... To display the permissions on the contents of a directory: ls -l prototype . ... To display the permissions on each file and directory in your current directory : ls -l -rw------- 1 erpl08 iss 4307 Jun 17 10:00 FAQ.xdh drwx------ 2 erpl08 iss 1024 Jun 17 10:00 SCCS -rw------- 1 erpl08 iss 15119 Jun 17 10:00 commands.xdh -rw------- 1 erpl08 iss 266 Jun 17 10:00 concepts.xdh . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/next.html -- 3.4 Кб -- 17.01.1997
Похожие документы

3. Access to CD-ROM FITS Files
. Next: eincdrom Up: EINSTEIN data Previous: Reading Einstein FITS files . љ . eincdrom . Example - Creating a QPOE file from CD ROM Data . Example - Retrieve Unscreened Data from CDROM . rsdc@cfa.harvard.edu . 1998-06-10
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node34.html -- 3.4 Кб -- 01.10.2012
Похожие документы

4. Specifications
... This function can also be used for particular types of subtypes or kinds: KIND (0) integer KIND (0.0) floating point number KIND (.FALSE.) logical variable KIND ("A") string of characters There is an intrinsic function SELECTED_REAL_KIND , which returns the kind of the type REAL that has a representation with (at least) the precision and the exponential range requested. ... With the choice SELECTED_INT_KIND (5) all integers between (but not including the limits) -100 000 and +100 000 are permitted. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c2.html -- 7.8 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c2.html -- 7.8 Кб -- 17.02.1996
Похожие документы

5. Stellarium: Scripting Engine
Stellarium 0.12.3 . ... Classes . ... Scripting . ... Scripting Engine . ... Script Console . ... Since version 0.10.1, Stellarium includes a scripting feature based on the Qt Scripting Engine . ... Prior to version 0.10.0, Stellarium used a different scripting engine called StratoScript . ... Prior to version 0.10.0, Stellarium had a simple scripting engine, known as StratoScript . ... This script prints "Hello Universe" in the Script Console output window. core.debug( "Hello Universe" ); . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/scripting.html -- 11.5 Кб -- 28.02.2014
Похожие документы

6. High Energy Astrophysics Department at IKI RAN
... Astronomy Letters . ... Since January 2000 our English translation (Astronomy Letters) is available on-line !!! . ... Scanned copies of Astronomy Letters for 1975-2000 can be found on-line in free access in ADS . ... The journal is translated in English under the name Astronomy Letters . ... 1995 , 1996 - the Grand prize (full story) , 1997 (full story) , 1998 (full story) , . ... LANL / ITEPh astrophysics preprints . ... E-mail: pazh@hea.iki.rssi.ru . ... 2016 IKI RAN ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/en/index.php?page=pazh -- 13.2 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>866) - hea.iki.rssi.ru/ )

7. Плащ ветрозащитный Butterfly II Женский - RedFox - RedFox Спальный мешок в
... Спальный мешок в коляску Excluzive бордовый Womar Вомар - аксессуар для зимних прогулок с ребенком в колясках любых видов. ... Пол: Женский . ... Джинсы женские. ... Платок женский. ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku4255.html -- 22.1 Кб -- 14.02.2016
Похожие документы

8. . The . MASS . Group .
... CVS . ... ASM Kislovodsk . ... Anonymous CVS access through CVS protocol: . cvs -d :pserver:anonymous@curl.sai.msu.ru:/srv/cvs/cvsroot . Anonymous CVS browse through ViewVC: . ... Rs485 CVS . ... ASM Dome demon CVS . ... CVSROOT at curl.sai.msu.ru is located in /srv/cvs/cvsroot . You may access to CVS repository via SSH only using your curl's account login/password. ... export CVSROOT=curl.sai.msu.ru:/srv/cvs/cvsroot . ... CVS_RSH=ssh cvs -d user@ curl.sai.msu.ru:/srv/cvs/cvsroot command . ...
[ Сохраненная копия ]  Ссылки http://curl.sai.msu.ru/mass/cvs.shtml -- 5.1 Кб -- 23.11.2012
Похожие документы
Еще в разделе: (Показать все результаты (>20) - curl.sai.msu.ru/ )

9. Англ. язык - городская олимпиада - 99.
АНГЛИЙСКИЙ ЯЗЫК - 1999 . ... Part 1. ... Questions 1-5 . Look at the sign in each question. ... Mark the letter next to the correct explanation - A, B, C or D - on your answer sheet. Example: . ... Example answer: . ... There is an example at the beginning ( 0 ). Mark your answers on the separate answer sheet. ... You are going to read parts of a leaflet about the Youth Hostels Association (YHA). ... You are going to read an article about children who spend too much time at the computer. ...
[ Сохраненная копия ]  Ссылки http://edu.zelenogorsk.ru/olimp/gor_olim/olimp99/eng99.htm -- 46.1 Кб -- 25.02.2001