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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~sontag/spicedocs/cspice/vrelg_c.html.

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
Похожие документы
Еще в разделе: (Показать все результаты (>960) - jet.sao.ru/ )

2. CSPICE Routines: VREL_C
... Abstract Return the relative difference between two 3-dimensional vectors. Required_Reading None. ... Detailed_Output vrel_c the relative difference between V1 and V2. ... Parameters None. ... Examples This example code fragment computes the relative difference between the geometric and light time corrected state of Io with respect to Voyager 2 at a given UTC time. #include "SpiceUsr.h" . ... Call vrel_c to find the relative difference between the two states./ diff = vrel_c ( pos1, pos2 ); . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/vrel_c.html -- 7.0 Кб -- 17.12.2005
Похожие документы

3. Pulsar Group PmWiki/Wiki Style Examples
... PmWiki . Summary: PmWiki group header. ... Summary: Styling text for colour and other attributes:) See also Wiki Styles Plus and Wiki style colors . ... PmWiki 2.0 introduced the ability to control the styling further and to even place styles on blocks. ... This text is %color=red% red, %color=blue% blue, %% and normal (black). ... 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. ... Group . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.WikiStyleExamples -- 22.1 Кб -- 12.04.2016
Похожие документы

4. Dynamic HTML in Communicator
Contents] [Prev page] [Next page] [Index] . ... Positioning HTML Content Using Styles . Positioning HTML Content Using the <LAYER> Tag . ... Absolute Positioning . ... Creating Positioned Blocks of Content Dynamically . Writing Content in Positioned Blocks . ... Positioning the Flower Layers . Positioning and Moving the Fish and Poles . Defining the onLoad Handler for the BODY Element . ... Adding Another Layer to Contain the Reverse Fish Image . ... The Initialization Functions . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers3.htm -- 8.0 Кб -- 13.08.1997
Похожие документы

5. 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
Похожие документы

6. Using mod_rewrite to control access - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... It describes how you can use mod_rewrite to control access to various resources, and other related techniques. ... This technique relies on the value of the HTTP_REFERER variable, which is optional. ... RewriteCond %{HTTP_REFERER} !^ RewriteCond %{HTTP_REFERER} !www.example.com [NC] RewriteRule \.(gif|jpg|png)$ - [F,NC] . ... RewriteCond ${deflector:%{HTTP_REFERER}} =- RewriteRule ^ %{HTTP_REFERER} [R,L] RewriteCond %{HTTP_REFERER} != ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/rewrite/access.html -- 14.9 Кб -- 19.11.2015
Похожие документы

7. lsst.tcc: include/tcc/telMod.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . ... telMod.h . ... 6 љ #include <string> . ... 24 љ explicit TelMod (std::string const &filePath) { . ... 86 љ void loadPath (std::string const &filePath); . ... 112 љ std::vector<std::string> getTermNames () const ; . ... 145 љ std::ostream & operator<< (std::ostream &os, TelMod const &telMod); . ... double getTerm(std::string const &termName) const . ... std::vector< std::string > getTermNames() const . ... TelMod(std::string const &filePath) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tel_mod_8h_source.html -- 30.6 Кб -- 14.09.2015
Похожие документы

8. Examples of using relative pathnames
To give a relative path to a file below your current directory: pwd (prints the current directory) /home/eucs/jane (the full pathname to the current directory) ls -l presentation/docs/oview.html (lists information on the file) . ... To define a file that is in another directory: pwd (prints the current directory) /home/eucs/jane/presentation/docs (the full pathname) cd ../illustrations (use relative pathname) pwd (check the current directory) /home/eucs/jane/presentation/illustrations . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/concepts/pathfile2.1.html -- 3.1 Кб -- 17.01.1997
Похожие документы

9. Links and anchors examples
... You can learn how to use style sheets and how to position HTML content by reading the Guide to Dynamic HTML in Netscape Communicator . ... To return to the top of this page, jump to anchor 1 in this document . ... Jump to the second section A Cold Autumn Day in the mystery "A man from Nowhere". ... If you click on this link, you'll see a confirmation dialog box. ... If you move the mouse over and then away from The Man From Nowhere , a dialog box appears telling you what the link will do. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/links.htm -- 5.2 Кб -- 15.04.1998
Похожие документы
Еще в разделе: (Показать все результаты (>2427) - www.sao.ru/ )

10. Further Information and Bibliography
The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio or satellite receiver or modem. ... Information on the NTP architecture, protocol and algorithms can be found in the following articles and reports, which are available online . Mills, D.L. Internet time synchronization: the Network Time Protocol. ... Mills, D.L. Network Time Protocol (Version 3) specification, implementation and analysis. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/biblio.html -- 10.0 Кб -- 21.12.2007
Похожие документы

11. Astronomy articles, forums, listings, and other resources about Astronomy.
The Astronomy Net . Articles | ... Forums . ... I have moved the entire Astronomy family of sites to a nice new server with the help of your previous contributions and personal funds. This server contains this site plus those listed at Astronomy Net . ... This site - www.astronomy.net - by itself sends about six billion bytes of information to visitors every month. ... I count on donations from patrons to help me keep Astronomy Net on the internet servicing the astronomy community. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/about/support.html -- 17.3 Кб -- 09.04.2016
Похожие документы

12. http://www.iki.rssi.ru/mirrors/stern/stargaze/Skepler.htm
... The following 7 sections discuss Kepler's laws and develop some applications. ... This discussion continues in section #20 on Newton's "Universal Gravitation" and the two that follow, in which Kepler's 3rd law is derived for circular orbits. ... Lesson plans for teachers exist for most of these sections, starting with http://www.phy6.org/stargaze/Lkeplaws.htm and continuing in sections 11, 12, 11a, 12, 20 and 21 of http://www.phy6.org/Lintro.htm . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/Skepler.htm -- 3.1 Кб -- 13.04.2005
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Skepler.htm -- 3.1 Кб -- 22.12.2007
Похожие документы

13. A box, to include extended emission
Next: A Region mask for Up: To produce a region Previous: Select a circle around . select cursor and box . The three mouse buttons have been redefined as: . LEFT - moves the center of the box to the position of the arrow point. MIDDLE - sizes the box. ... Release the button to fix the size of the box. save the results by typing `s' while the mouse is in the display window. select region and write , to write the saved regions into a file for later use (as above). rsdc@cfa.harvard.edu . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node63.html -- 3.8 Кб -- 01.10.2012
Похожие документы

14. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы

15. Simon's Software - howto 1-3
a. Decide on the root directory where your software is going to go.... [/home/friday] , for example. b. In your .cshrc file, define . setenv OSROOT /home/friday . ... Holder for object libraries . ... Holder for shared source code (f77 include files) . ... Collect the appropriate tar files from Simon's Software Store . ... build - extract fortran from the source library, compile source, pack object code into object libary . ... clean - remove source and object files from library folder . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/install_frameset/Howto_install_f.html -- 4.7 Кб -- 02.06.2003
Похожие документы

16. Apache HTTP Server: Security Tips
... Server Side Includes . ... Protect Server Files by Default . Some hints and tips on security issues in setting up a web server. ... In typical operation, Apache is started by the root user, and it switches to the user defined by the User directive to serve hits. ... If the logs directory is writeable (by a non-root user), someone could replace a log file with a symlink to some other system file, and then root might overwrite that file with arbitrary data. ... Accessing http://localhost/~root/ . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/misc/security_tips.html -- 12.2 Кб -- 01.08.2003
Похожие документы

17. http://www.naic.edu/~phil/hardware/pdev/fpga/gx/sp/build/sp.prj
define VIRTEX2 1 ` define N_CHIPD ` define DIE_2vp70 ` include ../../ plinth / src /gx.vh ` include ../ src /sp.vh ` include ../../ plinth / src /gx.v ` include ../../ plinth / src /adcpad.v ` include ../../ plinth / src /adcpad_mult.v ` include ../../ plinth / src /pack_fifo.v ` include ../../ plinth / ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/pdev/fpga/gx/sp/build/sp.prj -- 5.8 Кб -- 26.06.2008
Похожие документы

18. The Very Large Telescope Project
... ESO is building what will be the World's largest optical telescope array, The Very Large Telescope (VLT). The VLT Project organisation is responsible for the design and construction of the Unit Telescopes, including enclosures, optics, adapter-rotators and coating unit. ... Unit Telescopes Overview - This page is outdated, an update is in process. ... Secondary mirror (M2 Unit) - This page is outdated, an update is in process. ... Coating Unit - This page is outdated, an update is in process. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/vlt/ -- 8.6 Кб -- 03.04.2006
Похожие документы
Еще в разделе: (Показать все результаты (>66543) - www.eso.org/ )

19. Stellarium: core/StelSphereGeometry.hpp File Reference
Stellarium 0.12.3 . ... FileљStructure . FileљList . ... core . ... StelSphereGeometry.hpp File Reference . ... operator<< (QDataStream &out, const SphericalRegionP &region) . ... boolљ . sideHalfSpaceContains (const Vec3d &v1, const Vec3d &v2, const Vec3d &p) . ... greatCircleIntersection (const Vec3d &p1, const Vec3d &p2, const Vec3d &p3, const Vec3d &p4, bool &ok) . ... greatCircleIntersection (const Vec3d &p1, const Vec3d &p2, const Vec3d &nHalfSpace, bool &ok) . ... const Vec3d &љ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/StelSphereGeometry_8hpp.html -- 28.7 Кб -- 28.02.2014
Похожие документы

20. Manpage of FITSHDR
fitshdr - FITS-file headers manipulation tool fitshdr [options] [FITSfile_name] . ... fitshdr [options] --edit FITSfile_name . ... If You want to modify headers of FITSFILE using new FITS-header lines from HEADER file (or from stdin), You have to use this option (You can skip this option, if -H or --header option is used). ... Empty header lines are not displayed (in 'dump' mode only). --line-offsets . ... In 'dump' mode: file offset will be displayed for each header line. --no-line-offsets . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr.1.html -- 12.8 Кб -- 21.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>428) - lnfm1.sai.msu.ru/ )

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


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

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

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