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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/td/function_reference_0190082_d.pdf.

1. Package: st
These routines are meant to supplement the standard C library str* routines Since each version of Unix has a different set of "extra" string functions, this package is meant to bridge the gap, and provides some of the more useful "extras". ... Perform a quicksort on an array of strings. flag st_expr_expand (char *output, unsigned int length, CONST char *input, CONST char *(*get_variable) (CONST char *variable, void *info), void *info, FILE *errfp) . ... Parameters: . ... Multithreading Level: Unsafe . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/st.html -- 12.1 Кб -- 24.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>33900) - www.atnf.csiro.au/ )

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

3. Advanced Pointer Topics
... Pointers to Pointers . ... Pointers to a Function . ... We have introduced some advanced pointer issues already. This chapter brings together some topics we have briefly mentioned and others to complete our study C pointers. ... main(int argc, char **argv) . ... These are the only arguments main accepts. argc is the number of arguments typed -- including the program name. argv is an array of strings holding each command line argument -- including the program name in the first array element. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node12.html -- 11.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node12.html -- 11.8 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node12.html -- 11.8 Кб -- 02.10.2012
Похожие документы

4. Simon Jeffery's Software Store: TAP library
... The Theoretcial Astrophysics subroutine library provides constants and functions commonly used in astrophysical modelling. It began in 1992 as a joint project between CCP7 and Starlink, initiated by Simon Jeffery and Paul Rees. ... SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . ... SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... SUBROUTINE TAP_ABINI ( TAP_ABUND, STATUS ) . ... SUBROUTINE TAP_ERROR ( TAP_ROUTN, NAME, TEXT, STATUS ) . ... SUBROUTINE TAP_ERREP ( TAP_ROUTN, STATUS ) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap.html -- 8.7 Кб -- 06.07.2002
Похожие документы

5. Python: module aifc
aifc . ... usr/local/Python-2.5/lib/python2.5/aifc.py . Module Docs . Stuff to parse AIFF-C and AIFF files. ... An AIFF file has the string "AIFF" instead of "AIFC". A chunk consists of an identifier (4 bytes) followed by a size (4 bytes, . ... of sound frames> (4 bytes) . ... in AIFF-C files only: . ... The open file pointer must have methods read(), seek(), and close(). ... getcomptype() -- returns compression type ('NONE' for AIFF files) . ... aifc() -- create an AIFF-C file . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/aifc.html -- 19.6 Кб -- 05.11.2015
Похожие документы

6. Interfacing Real-time Linux and LabVIEW
... Up: Science Data Pipelines . ... Real-time Linux is a set of extensions to the kernel that provides hard real-time functionality with low, bounded latencies and deterministic response. ... This paper, presents the fifos and shared memory virtual interface (VIs) that allow LabVIEW to communicate and share (bulk) data with the real-time core. The cardinal programming rule of real-time Linux is to do as much as possible in user space with only critical sections of code in the real-time core. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P2-50/ -- 13.4 Кб -- 29.05.2001
Похожие документы

7. http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.DelayLineSoftwareLibraries/exception.pdf
... The handling level can then choose the best way to handle the error, e.g. print the message and/or halt the program. ... FileProcess( myfile.txt , status ); result = Func1(3.0, status ); if (! ExcOK ( status )){ ExcPrint( status , stderr); ExcClear( status ); } ... } double FileProcess(char * file , ExcStatus * status ) { FILE *fd; if (! ExcOK ( status )) return ; fd = fopen( file , rb ); if (fd == NULL) { ExcSignal( status ); ExcExplain( status , Unable to open %s\n , file ); return ; } ...
[ Текст ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.DelayLineSoftwareLibraries/exception.pdf -- 144.9 Кб -- 22.01.2010
Похожие документы

8. http://xmm.vilspa.esa.es/sas/5.4.1/doc/ssclib.ps.gz
... 2 List Parsing Module name: parse list mod Author: Dean Hinshaw (University of Leicester, dah@star.le.ac.uk) This subroutine parses a string containing a delimited list into an array of strings, one element for each member of the list. ... Suppose you have a data structure array which you want to sort in order of one of its constituents, for example a structure that stores gtis: type :: gtiType real(kind(0d0)) :: time logical :: isStart end type gtiType type(gtiType) :: gtiArray(100) ! ...
[ Текст ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/ssclib.ps.gz -- 49.5 Кб -- 10.01.2003
Похожие документы

9. ESO - Request Handler FAQ
... Science . ... Science Users Information > Science Archive Facility > Request Handler FAQ . ... Data Handling and Products . ... ESO Data . ... Also, please double-check that you have entered correctly the full address of the service ( http://www.eso.org/requestHandler/pipacks ), including the leading triple w. Answer: The packages contain the raw data belonging to the selected run, the associated raw calibrations, the masters derived from them and the pipeline science products generated from them...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/archive/requestHandlerFaq.html -- 36.3 Кб -- 09.04.2016
Похожие документы

10. Values, Variables, and Literals
... This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals. ... So, for example, you could define a variable as follows: . var answer = 42 And later, you could assign the same variable a string value, for example, . ... These are fixed values, not variables, that you literally provide in your script. ... A string literal is zero or more characters enclosed in double ( " ) or single ( ' ) quotation marks. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/ident.htm -- 11.1 Кб -- 12.12.1997
Похожие документы
Еще в разделе: (Показать все результаты (>3005) - www.sao.ru/ )

11. Functions
... Functions are one of the fundamental building blocks in JavaScript. ... The return statement specifies the value returned by the function. return number * number All parameters are passed to functions by value ; the value is passed to the function, but if the function changes the value of the parameter, this change is not reflected globally or in the calling function. ... return 1 . ... The two "parse" functions, parseInt and parseFloat , return a numeric value when given a string as an argument. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/fcns.htm -- 16.0 Кб -- 07.10.1999
Похожие документы

12. p12mProg: 12m control program
... p12mProg program design . p12mProg commands . mode we use to run the p12m controller . ... The p12mProg is the AO control program for the 12meter telescope. ... Send commands to the 12m controller over ethernet (using some modbus over ethernet routines) . ... turn on,off, set modes, track objects . ... ephmFileNm: name of ephemeris file that was loaded . ... For more info on ephemeris tracking, see : pnt ephm command for 305 meter . ... The p12m controller settings used by the p12mProg are: . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/p12m/p12mProg.html -- 17.1 Кб -- 07.04.2016
Похожие документы

13. America Returns to Space Flight
... America Returns to Space Flight . ... Credit Copyright: NASA Explanation: NASA 's launch of the massive Space Shuttle Discovery yesterday brought a nation known for its tremendous space program back to human space flight. Shuttle flights had been suspended for over two years previously following the tragic loss of the Space Shuttle Columbia crew on 2003 February 1. ... Publications with keywords: space shuttle . Publications with words: space shuttle . ... A Space Shuttle Over Los Angeles . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1207380 -- 15.1 Кб -- 27.07.2005
Похожие документы

14. Entering carriage returns
For vi , a line is the string of characters between two <RETURN> characters. Although vi will automatically wrap the text onto a new line when it reaches the right-hand side of the screen, it does not insert a <RETURN> character. ... Adding a <RETURN> at the end of every line ensures that the appearance of the text on your screen corresponds to vi 's understanding of how text is structured. Setting the wrapmargin option automatically inserts a <RETURN> character whenever vi wraps text. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/didyou/vi.1.html -- 2.5 Кб -- 17.01.1997
Похожие документы

15. http://www.stecf.org/conferences/adass/adassVII/reprints/zaraten.ps.gz
... IRAF Multiple Extensions FITS (MEF) Files Interface Nelson Zarate National Optical Astronomy Observatories Tucson, AZ 85719 (zarate@noao.edu) Abstract. ... If there are no values to match then `extver' should be INDEFL. 3.2. mef rdhdr gn (mef,group) Read extension number `group'. ... The header should have been read by now. mefo The output file MEF pointer returned by mef open. 4.2. mef copy extn (mefi, mefo, group) Copy a FITS extension given by its number `group' into an output file. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/zaraten.ps.gz -- 76.0 Кб -- 12.06.2006
Похожие документы

16. Not so well documented Device Helpers in OS/2
... DevHlp_Security This devhlp allows to open a file for read access in the Init routine of a BASEDEV . ... returned: size of file SYIOpenFile ends Valid at INIT time only. ... This routine uses the corresponding function of the miniFSD , not normal file I/O, thus access is restricted. ... Although the size argument of the data structure implies, I'd recommend to better not read more than 32K at a time. ... DL = 044h This function will return the table of security helper functions for file access. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/os2devhlps.html -- 9.6 Кб -- 23.10.2000
Похожие документы

17. Stellarium:
Stellarium 0.12.3 . ... Plugins . ... FileљStructure . FileљList . FileљMembers . plugins . TelescopeControl . src . servers . Lx200Command.hpp . ... 2 љ The stellarium telescope library helps building . 3 љ telescope server programs, that can communicate with stellarium . ... 5 љ It also contains smaple server classes (dummy, Meade LX200). ... 7 љ Author and Copyright of this file and of the stellarium telescope library: . ... 50 љ Lx200Command ( Server &server); . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/Lx200Command_8hpp_source.html -- 31.6 Кб -- 28.02.2014
Похожие документы

18. ImageStack (ImageJ API)
... Note that the size of the returned array may be greater than the number of slices currently in the stack, with unused elements set to null. public int getSize () . Returns the number of slices in this stack. public java.lang.String[] getSliceLabels () . ... Returns null if the stack is empty or the label of the first slice is null. public java.lang.String getSliceLabel (int n) . ... Returns null if the slice does not have a label. public void setSliceLabel (java.lang.String label, int n) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/ImageStack.html -- 29.5 Кб -- 02.12.2010
Похожие документы

19. APO Home Page
... Current APO Weather . ... Search Site . ... Information for New Users . ... Technical Staff pages . Night Logs and Mailing Lists (maintained by APO) . ... Technical Documents and Database Search . ... Observer's Documentation and Procedures . ... Problem Reporting and APO Technical Documents Database Search . ... APO Drawing/Document Management Procedures . ... APO Technical Documents Database Search . Home Astrophysical Research Consortium . ... Mail Lists (maintained by APO) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/ -- 13.9 Кб -- 11.02.2016
Похожие документы

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

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


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

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

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