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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/floppy_bckup/lcuv2_2/LCU_ver2.2/EVENTM.LST.

1. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

2. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/floppy_bckup/lcuv2_2/LCU_ver2.2/STATUS.LST
CP581 PAGE 1 status 03-05-:1 14:24:19 Line# Source Line Microsoft C Compiler Version 6.00A 1 /* STATUS .C CP581/LCU S1095034L-x.x 21.06.1997 */ 2 #include prog.h 3 #include netzwerk.h 4 #include extern .c 5 void status (void) 6 { 7 unsigned int sp,k; /* pjp001 unsigned*/ 8 unsigned int gestdr1; 9 outram (1,1,1,1,0x1100,0x0010,1, ); /* Bildschirm l schen */ 10 11 B:; 12 ... extern far function *** *** buffer. . ... extern far function *** *** gestdr. . ... extern int 2 *** outram. . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/floppy_bckup/lcuv2_2/LCU_ver2.2/STATUS.LST -- 8.7 Кб -- 05.03.2001
Похожие документы

3. Sheltran - Include Files
. Code from other SHELTRAN sources can be included by putting an I in column 1 followed by the name of the source to be included. The code included in this way will also be processed by the SHELTRAN compiler.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sheltran/include.html -- 1.6 Кб -- 16.01.2009
Похожие документы

4. lsst.tcc: include/tcc/cheby.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . FileљList . ... include . ... cheby.h . ... 29 љ class ChebyshevPolynomial { . ... 37 љ std::vector<double> params , . ... 44 љ throw std::runtime_error( "ChebyshevPolynomial called with empty vector" ); . ... 98 љ double csh = (2 * xPrime * this-> params [order]) + this-> params [order-1]; . ... 112 љ std::vector<double> params ; . ... ChebyshevPolynomial(std::vector< double > params, double minX=-1, double maxX=1) . ... tcc::ChebyshevPolynomial::params . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/cheby_8h_source.html -- 25.7 Кб -- 14.09.2015
Похожие документы

5. Including text in a shell script
Text can be included in the shell script by using a here document, a special form of input redirection. The << symbol is used to indicate that text should be read up to a given mark. For example: #!/bin/sh # this script outputs the given text before it runs cat << EOF This shellscript is currently under development, please report any problems to Danny (danny@cornflake.ed) EOF exec /usr/local/test/bin/test_version . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>120) - comet.sai.msu.ru/ )

6. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libapogee/src/ApnFilterWheel.i
ApnFilterWheel.h: interface for the CApnFilterWheel class. Copyright (c) 2007 Apogee Instruments, Inc. ////////////////////////////////////////////////////////////////////// #if !defined( AFX_APNFILTERWHEEL_H __ 6B02FF9C_AB8E_4488_A166_04C6B378E35E __ INCLUDED _) #define AFX_APNFILTERWHEEL_H __ 6B02FF9C_AB8E_4488_A166_04C6B378E35E __ INCLUDED _ #include Apogee.h class CApnFilterWheel { public: CApnFilterWheel (); virtual ~ CApnFilterWheel (); bool Init( Apn_Filter FilterType, ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libapogee/src/ApnFilterWheel.i -- 2.5 Кб -- 13.01.2008
Похожие документы

7. See include/linux/autoconf.h
The HyperNews Linux KHG Discussion Pages . ... Re : Kernel Makefile Configuration: how? ... Keywords: Makefile, configuration . ... From: Balaji Srinivasan < BalajiSrinivasan > . When you run make config (or its siblings) it creates a file in include/linux directory. This file (autoconf.h) is included in include/linux/config.h in all the required C files.. For the makefile the place that these config options are specified is in the .config file in the TOPLEVEL directory. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/115/1.html -- 2.5 Кб -- 23.03.2000
Похожие документы

8. ASP: ASP Conference Series to Include Free Electronic Access
home news . SEARCH ASP SITE: Match ALL words Match ANY word . ... Beginning in 2005, all conference proceedings published by the ASP Conference Series during 2004, and all future volumes, will include full text electronic access. ... Visit the e-Books site for select free preview volumes . ... Organizers of upcoming conferences who wish more information about publishing their proceedings through the ASP Conference Series should contact Interim Managing Editor J. Ward Moody at jmoody@byu.edu . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/news/ebooks.html -- 11.2 Кб -- 03.01.2012
Похожие документы

9. Funtools FAQ: Programming
... include <stdlib.h> #include <funtools.h> int main(int argc, char **argv) { Fun fun; /* sanity check */ if( argc < 2 ) return 1; /* open file for reading */ if( !(fun=FunOpen(argv[1], "r", NULL)) ){ fprintf(stderr, "ERROR: can't open funtools file: %s\n", argv[1]); return 1; } /* close file */ FunClose(fun); return 0; } . ... pi); } if( ebuf) free(ebuf); } /* close file */ FunClose(fun); return 0; } . ... region); } if( ebuf) free(ebuf); } /* close file */ FunClose(fun); return 0; } . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/faq/faq2.html -- 11.3 Кб -- 02.10.2012
Похожие документы

10. OptInt PmWiki : PmWiki / Wiki Style Examples
OptInt PmWiki : Pm Wiki / Wiki Style Examples . Wiki styles | ... PmWiki uses WikiStyles for styling text with color and other attributes. PmWiki 2.0 introduced the ability to control the styling further and to even place styles on blocks. ... In addition, an author can define a style "shortcut" by using the define= property. For example, to define a style of %red% , one can use: . define=mystyle color=red% Here is some %mystyle% red text created using a style shortcut. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/WikiStyleExamples?action=print -- 19.5 Кб -- 01.03.2014
Похожие документы

11. The layout of a program
Sometimes we require more than one line for a statement Print *, 'This is a long output line',& ' this is the second part',& ' and this is the third part!' Nowadays, in the free form, we continue a line with the symbol "&" (called ampersand), i.e. with the sign & at the end of the old line instead of an almost arbitrary character in column 6 of the new line. ... Exclamation mark in column 1 of course means a comment line also in the old fixed form. ... 3.1) What does the following line mean? ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c3.html -- 5.1 Кб -- 30.12.1996
Похожие документы

12. The layout of a program
Sometimes we require more than one line for a statement Print *, 'This is a long output line',& ' this is the second part',& ' and this is the third part!' Nowadays, in the free form, we continue a line with the symbol "&" (called ampersand), i.e. with the sign & at the end of the old line instead of an almost arbitrary character in column 6 of the new line. ... Exclamation mark in column 1 of course means a comment line also in the old fixed form. ... 3.1) What does the following line mean? ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c3.html -- 5.1 Кб -- 11.02.1996
Похожие документы

13. Gliese 876 System Includes Large Terrestrial Planet
... NASA Web Site Statements, Warnings, and Disclaimers . NASA Official: Jay Norris. ... A service of: LHEA at NASA / GSFC . ... Publications with keywords: planets - Earth - Gliese 876 . Publications with words: planets - Earth - Gliese 876 . ... Hurricane Paths on Planet Earth . A Dark Earth with a Red Sprite . Happy People Dancing on Planet Earth . Looking Back at an Eclipsed Earth . ... All the Water on Planet Earth . ... All publications on this topic >> ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1206269/gj876_cook.jpg.html -- 13.4 Кб -- 12.10.2011
Похожие документы

14. Included content
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam dapibus leo quis nisl. ... Mauris cursus pretium mauris. ... Cras consequat velit et justo. Donec mollis, mi at tincidunt vehicula, nisl mi luctus risus, quis scelerisque arcu nibh ac nisi. ... Integer bibendum. Nulla nonummy ante eu est. ... Suspendisse nec nulla sit amet enim ultricies malesuada. ... Integer pretium euismod mauris. ... Integer est. Nulla ante ligula, auctor sit amet, vulputate in, aliquet in, sem. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/EDITION/preprint_ann/include-short.htm -- 2.5 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>249) - www.ipa.nw.ru/ )

15. Stellarium: core/modules/ZoneArray.hpp Source File
... core . ... 94 љ unsigned int getNrOfStars () const { return nr_of_stars; } . ... 97 љ virtual void updateHipIndex ( HipIndexStruct hipIndex[]) const {Q_UNUSED(hipIndex);} . ... 100 љ virtual void searchAround ( const StelCore * core, int index, const Vec3d &v, double cosLimFov, . ... 142 љ ZoneArray ( const QString& fname , QFile* file, int level , int mag_min , int mag_range , int mag_steps ); . ... 190 љ void searchAround ( const StelCore * core, int index, const Vec3d &v, double cosLimFov, . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/ZoneArray_8hpp_source.html -- 37.8 Кб -- 28.02.2014
Похожие документы

16. Simulation of HST PSFs using Tiny Tim
... Tiny Tim has been used for generating Hubble Space Telescope ( HST ) point-spread functions (PSFs) for deconvolution, algorithm testing, proposal planning, and optical studies. ... Tiny Tim is a stand-alone program for simulating HST PSFs as viewed with the on-board imaging cameras (WF/PC-1, WFPC2, FOC, COSTAR/FOC). ... The measured aberrations for FOC f/96, WF/PC-1 PC6, WFPC2, and COSTAR/FOC are used by Tiny Tim . ... Figure: FOC f/96 observed and Tiny Tim model PSFs (pre-COSTAR) at 253 nm. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/kristj.html -- 10.1 Кб -- 03.11.2000
Похожие документы

18. Astronaut Bio: Bruce McCandless II
National Aeronautics and Space Administration . ... Bruce McCandless II (Captain, USN, Ret.) NASA Astronaut (former) . ... He was a member of the astronaut support crew for the Apollo 14 mission and was backup pilot for the first manned Skylab mission (SL-1/SL-2). ... A veteran of two space flights, McCandless has logged over 312 hours in space, including 4 hours of MMU flight time. ... With the completion of this flight McCandless logged 191 hours in space (including 4 hours of MMU flight time). ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/mccandless-b.html -- 9.2 Кб -- 07.07.2015
Похожие документы

19. Guide to Russia || Top Attractions
... Top Attractions of Russia . ... We sincerely hope the situation will improve and we are planning to include these regions as soon as it becomes possible. ... Southern Urals (including Bashkir State Reserve) . ... Eastern Sayan Mountains (including Tunka Range) . ... Altai Mountains (including Lake Teletskoe, Altai State Reserve, Katun Range) . ... Sub-Polar and North Urals and virgin forests of North of European Russia (including Yugyd-Va National Park and Pechora-Ilych National Reserve) . ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/putevod/attr_en.html -- 56.9 Кб -- 07.05.2013
Похожие документы

20. http://hea.iki.rssi.ru/integral06/culture
... The cost of each tour will be 12 EUR. ... The cost of this tour is 10 EUR per person.<br> </ol> --> <!-- p>In the form below there are 3 separate windows for a bus tour. ... You can pay for the tickets at the registration desk at IKI after arrival to Moscow . /p -- !-- p To assist you in arranging your spare time while in Moscow we've prepared a set of a href= index.php?page=links usefull links /a that will guide you through the cultural ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/integral06/culture -- 7.2 Кб -- 21.03.2007
Похожие документы

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


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

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

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