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

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.

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

1. Programming in C
... Lecture notes + integrated exercises, solutions and marking . ... C/C++ Program Compilation . ... UNIX Library Functions . ... Further Data Types . ... Not assigning a pointer to memory address before using it . ... Exercise . ... Threads: Basic Theory and Libraries . ... Thread Levels . ... Global and Private Thread-Specific Data Example . ... Example Use of Thread Specific Data:Rethinking Global Variables . ... Further Threads Programming:Thread Attributes (POSIX) . ... Thread programming examples...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/CE.html -- 47.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/CE.html -- 47.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/CE.html -- 47.0 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1130) - jet.sao.ru/ )

2. Programming Languages
... VMS users have the following compilers available: C, C++, Pascal, FORTRAN, and MACRO--which is a low-level language. ... Create a source file containing valid program statements as defined by the language. ... Run the program. ... FORT RECALC $ LINK RECALC $ RUN RECALC When you write your programs, your source files should always have a file type that identifies the programming language being used. ... Users create a source file of MACRO statements and then compile, link, and run, the file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_45.html -- 9.1 Кб -- 01.11.1995
Похожие документы

3. Pulsar Group PmWiki/Page Text Variables
... PmWiki . Summary: PmWiki group header. ... Page Variables | ... Defining page text variables . ... Page text variables are string variables created in the wiki text of a page, and can be automatically made available for inclusion in other pages. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "{$:Name}") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.PageTextVariables -- 25.8 Кб -- 01.03.2014
Похожие документы

4. How to create /proc/sys variables?
The HyperNews Linux KHG Discussion Pages . Forum: The Linux Kernel Hackers' Guide . ... From: Orlando Cantieni < ocantien@itr.ch > . ... I'im going to do a kernel hack. I plan to insert a static variable (that is: static int) into the modified kernel. ... I think best way is to create a variable into the /proc/sys mirror and tune it by echo. But how can I create such a file ? ... Orlando Cantieni .. ITR Rapperswil ocantien@itr.ch .. www.itr.ch/~ocantien . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/89.html -- 2.6 Кб -- 23.03.2000
Похожие документы

5. Creation of the Association Rules
Next: An example of Up: Association of images Previous: Association of images . The two sets of selection criteria (``first choice'' and ``second choice'') have to be entered in a table containing four columns: . FUNCTION --character column (max 256 char) . This column defines the different selection criteria and shall contain mathematical expressions in which the variables may be the columns of the OST. ... RANGE_1 --character column (max 256 char) . ... WEIGHT --real column . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node396.html -- 3.7 Кб -- 23.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>2462) - www.sao.ru/ )

6. OptInt PmWiki : PmWiki / Page Text Variables
OptInt PmWiki : Pm Wiki / Page Text Variables . Page variables | ... Page text variables are string variables automatically made available through natural page markup or explicitly with page directive markup within the wiki text of the page. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "Crisses") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageTextVariables?action=print -- 28.4 Кб -- 01.03.2014
Похожие документы

7. ADASS 2002 Conference Proceedings
... Table of Contents - Subject Index - Author Index - Search - PS reprint - PDF reprint . ... We have undertaken a project to create a database of all HST imaging observations organized by position on the sky. ... These ``pointings tables'' enable quick identification of overlapping fields that can be used for multi-wavelength studies of objects and for variability studies by comparing images at given positions over different epochs. ... Users select the instrument pointings table they wish to search. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass02/P1-3/ -- 10.5 Кб -- 12.03.2003
Похожие документы

8. Creating commands and programs using the shell
As well as using the shell to run commands you can use its built-in programming language to write your own commands or programs. You can put commands into a file - known as a shell script - and then execute that file as you would a command or program. The use of the Bourne shell (sh) is illustrated as this is available on all UNIX systems. ... The C and TC shells use a programming language which is similar to the C programming language. Creating and executing simple shell scripts . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/index.html -- 2.5 Кб -- 17.01.1997
Похожие документы

9. Tsearch2 in Japanese
... Argument: C-Type: (char *) (IN) Desc: Pointer to the text which we parse 2. ... Argument: C-Type: (char **) (OUT) Desc: token text 3. ... LexDescr * descr = (LexDescr *) palloc(sizeof(LexDescr) * (2+1)); /* there are only two types in this parser */ descr [0].lexid = 3; descr [0].alias = pstrdup( word ); descr [0]. descr = pstrdup( Word ); descr [1].lexid = 12; descr [1].alias = pstrdup( blank ); descr [1]. descr = pstrdup( Space symbols ); descr [2].lexid = 0; PG_RETURN_POINTER( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html -- 12.8 Кб -- 22.12.2007
Похожие документы

10. Getting Common Information About Access Points
There are various kinds of generic information you can retrieve about an XPA access point by using the xpaget command. ... Each XPA access point supports a number of reserved sub-commands that provide access to different kinds of information, e.g. the access control for that access point. ... acl get (set) the access control list [options: host type acl, for set] . ... This access point is available only on the server machine. -env get (set) an environment variable [options: name (value, for set)] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/info.html -- 7.9 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/info.html -- 7.9 Кб -- 01.10.2012
Похожие документы

11. Creating a filesystem
... Filesystems are created, i.e., initialized, with the mkfs љ command. ... Search for bad blocks and initialize the bad block list accordingly. -l filename . ... badblocks /dev/fd0H1440 1440 > bad-blocks . ... 1 block group . 8192 blocks per group, 8192 fragments per group . ... Then bad blocks were searched with badblocks љ , with the output redirected to a file, bad-blocks . Finally, the filesystem was created, with the bad block list initialized by whatever badblocks љ found. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node45.html -- 7.0 Кб -- 04.05.1997
Похожие документы
Еще в разделе: (Показать все результаты (>2241) - star.arm.ac.uk/ )

12. DFOS: Frequently Asked Questions
dfos = Data Flow Operations System, the common tool set for DFO . That initialization file sets up a standard set of global variables which must exist for dfos to run. ... The .dfosrc file contains one part of the instrument specific (or better: account specific) information needed by dfos. ... The set of links under 'Installation' collect a set-by-step installation scenario which makes sense only if the configuration files are filled reasonably. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/FAQ1.html -- 5.6 Кб -- 26.11.2014
Похожие документы

13. Getting Started in Actor Prolog. Underdetermined Sets.
Underdetermined sets is a new type of data structures (terms) developed in Actor Prolog . ... The point is that an underdetermined set can include some indefinite rest (a tail) like a list in usual Prolog . At the same time, the order of elements of an underdetermined set can be arbitrary one and it does not affect results of unification of underdetermined sets. Moreover, Actor Prolog guarantees that a rest of an underdetermined set never contains elements that are explicitly given in the set. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_sets.html -- 12.6 Кб -- 24.09.2007
Похожие документы

14. Stellarium: SphericalRegionP Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ... SphericalRegionP Class Reference . ... SphericalRegionP (const SphericalRegionP &other) . ... Create a SphericalRegion from the given input JSON stream. ... ra,dec], [ra,dec], [ra,dec], [ra,dec]] A list of points connected by great circles with the last point connected to the first one. ... a valid QVariantMap which can be created e.g. from parsing a JSON file with the StelJsonParser class. static void SphericalRegionP::serializeToJson . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classSphericalRegionP.html -- 20.2 Кб -- 28.02.2014
Похожие документы

15. http://www.naic.edu/~phil/software/datataking/aotclREADME
... Commands : ------------------------------------------------------------------------------------ There are three separate ao related commands aog - ao generic commands defined in aog _Cmd.c pnt - pointing commands defined in pnt_Cmd.c mcp - datataking commands defined in mcp_Cmd.c sock- socket commands ------------------------------------------------------------------------------------ ... The external programs should be called from the cpu that has the prog you want to kill....
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/aotclREADME -- 5.2 Кб -- 13.03.2010
Похожие документы

16. SSAU will create sandwich materials
... Educational programs (English) . ... SSAU History . ... On June 11 Heinz Palkovski, Director of Institute of Metallurgy from Germany conducted a lecture on Preparation, testing and use of sandwich materials . ... The very same material is a sandwich, where the base and the filler arranged in layers of a certain thickness. ... Professor Heinz Palkovski is currently engaged in research of sandwich materials and his lecture was devoted to this theme. ... Tags: heinz palkovski lecture sandwich materials...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/10695-SSAU-will-create-sandwich-materials/ -- 26.1 Кб -- 18.06.2014
Похожие документы

17. Home Page
... Meta Index . Creates an OGIP-compliant redistribution matrix file (RMF) for the source in question. ... Variable length column support . Channel rebinning . Spectrum-response channel range matching . Observing mode support . Pattern support . Spatial dependence and averaging . CCF dependence . ... A point source . An extended source . ... Input Files . Output Files . ... Main Stage - Generate response matrix . MATRIX table creation . EBOUNDS table creation . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/rmfgen/index.html -- 5.1 Кб -- 02.07.2008
Похожие документы

18. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>268) - lnfm1.sai.msu.ru/ )

19. Dynamic HTML in Communicator
Contents] [Previous page] [Next page] Index] . This book describes how to use Dynamic HTML to incorporate style sheets, positioned content, and downloadable fonts in your web pages. ... Introducing Style Sheets . ... Style Sheets in Communicator . Using Cascading Style Sheets to Define Styles . ... Defining Style Sheets with the <STYLE> Tag . Defining Style Sheets in External Files . ... Combining Style Sheets . ... Style Sheets Ink Home Page . ... Positioning HTML Content Using Styles . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/contents.htm -- 9.5 Кб -- 13.08.1997
Похожие документы
Еще в разделе: (Показать все результаты (>21867) - crydee.sai.msu.ru/ )

20. ASP: Creating NASA?s Space Science Education and Public Outreach Program: The
... SEARCH ASP SITE: Match ALL words Match ANY word . ... ASP Conference Series . ... Publications of the ASP (PASP) . ... Creating NASA's Space Science Education and Public Outreach Program: The Real Stuff (Abridged) . ... This is a part of the story about how the program recently recognized by the Astronomical Society of the Pacific (ASP) through its presentation of the 2006 Klumpke-Roberts Award?NASA's Space Science Education and Public Outreach (E/PO) program?was actually planned and implemented. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/pubs/mercury/35_06/epo.html -- 18.7 Кб -- 20.04.2012
Похожие документы

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

Rambler's Top100 RFBR Яндекс цитирования