| Найдено документов: 332814 (180 сайтов) ---- Время поиска: 1.52сек. |
Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_18_5.html.
http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_18_5.html.
1. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2916) - www.sao.ru/ )
2. random.c
... random.c - simple example of setting random number seeds with time */ /* c89 random.c -o random */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1; (void) time(&t1); srand48((long) t1); /* use time in seconds to set seed */ printf("5 random numbers (Seed = %d):\n",(int) t1); for (i=0;i<5;++i) printf("%d ", lrand48()); printf("\n\n"); /* flush print buffer */ /* lrand48() returns non-negative long integers uniformly distributed over the interval (0, ~2**31) */ } ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_22_26.html -- 2.5 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_22_26.html -- 2.5 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_22_26.html -- 2.5 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_22_26.html -- 2.5 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_22_26.html -- 2.5 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>1305) - jet.sao.ru/ )
3. Stellarium: gTimeSpan Class Reference
... Classes . ... gTimeSpan Class Reference . ... gTimeSpan (const gTimeSpan &timeSpanSrc) . ... Operation: getDays() This method returns the integer days number stored in the gTimeSpan object. ... Operation: getHours() This method returns the integer hours number stored in the gTimeSpan object. ... Operation: getMinutes() This method returns the integer Minutes number stored in the gTimeSpan object. ... Operation: getSeconds() This method returns the integer seconds number stored in the gTimeSpan...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classgTimeSpan.html -- 20.9 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1757) - astro.uni-altai.ru/ )
4. WCSLIB: wcsutil.h File Reference
WCSLIB љ 5.15 . ... wcsutil.h File Reference . ... wcsutil_allEq (int nvec, int nelem, const double *first) . ... wcsutil_Eq (int nelem, double tol, const double *arr1, const double *arr2) . Test for equality of two double arrays. ... wcsutil_setAll (int nvec, int nelem, double *first) . ... wcsutil_setAli (int nvec, int nelem, int *first) . ... wcsutil_setBit (int nelem, const int *sel, int bits, int *array) . ... wcsutil_str2double (const char *buf, const char *format, double *value) . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/wcsutil_8h.html -- 35.9 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>31687) - www.atnf.csiro.au/ )
5. Zen: Gendict
... See explanatory notes below) /* * example of dictionary * Teodor Sigaev teodor@sigaev.ru */ #include errno.h #include stdlib.h #include string.h #include ... _MAGIC; #endif #include dict.h #include common.h #include subinclude.h typedef struct { int maxlen ; bool rejectlong ; } DictInt ; PG_FUNCTION_INFO_V1(dinit_ intdict ); Datum dinit_ intdict (PG_FUNCTION_ARGS); Datum dinit_ ... MAXLEN=6,REJECTLONG=true qq=# select lexize('intdict','12345678'); lexize ---------- {123456} . ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~megera/wiki/Gendict -- 17.5 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4283) - www.sai.msu.su/ )
6. atm tec idl routines
... TEC0INTRO - INTRO TO USING THE ATM TEC ROUTINES. ... TECSATLIST - RETURN LIST OF ALL TEC SATELLITE NAMES . ... Routines are used to move this data to an idl archive where it can be extracted and plotted with the tec idl routines. ... Previous Routine] [Next Routine] [List of Routines] NAME: tecchk - return indices of good data SYNTAX: ngood=tecchk(tar,indgood,elmin=elmin) ARGS: tar[]: {} array of tec structures KEYWORDS: elMin: float minimum elevation to allow. ... DESCRIPTION: Check the data...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/tecdoc.html -- 14.3 Кб -- 02.02.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>7214) - www.naic.edu/ )
7. CSPICE Routines: SPD_C
... Abstract Return the number of seconds in a day. Required_Reading None. Brief_I/O The function returns the number of seconds in a day. ... Detailed_Output The function returns the number of seconds in a day: 86400. ... Examples Convert Julian ephemeris date to TDB seconds past the reference epoch, J2000. spref = ( jed - j2000_c () ) * spd_c (); . ... Author_and_Institution W.L. Taber (JPL) I.M. Underwood (JPL) E.D. Wright (JPL) . ... Version -CSPICE Version 1.0.0, 08-FEB-1998 (EDW) . ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/spd_c.html -- 4.2 Кб -- 17.12.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>22979) - www.stsci.edu/ )
8. Conference "Algebraic Geometry and Number Theory"
Home . ... The aim of the conference is to discuss recent achievments in algebraic geometry and number theory with special emphasis on their relation to the information theory. Topics to be consdered include the study of points on varieties over number fields and finite fields, zeta functions, modular forms, asymptotic properties of arithmetic invariants of algebraic varieties (such as class numbers, regulators, Schafarevich-Tate groups). ... Alexander Kirillov (Moscow, Philadelphia) . ...
[
Сохраненная копия
]
Ссылки http://www.mccme.ru/poncelet/2014AGNT/index.html -- 5.2 Кб -- 28.06.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1375) - www.mccme.ru/ )
9. Character Device Drivers
... int major . ... Here is an example of foo_write() : static int foo_write(struct inode * inode, struct file * file, char * buf, int count) { unsigned int minor = MINOR(inode->i_rdev); char ret; while (count > 0) { ret = foo_write_byte(minor); if (ret < 0) { foo_handle_error(WRITE, ret, minor); continue; } buf++ = ret; count-- } return count; } foo_write_byte() and foo_handle_error() are either functions defined elsewhere in foo.c or pseudocode. ... 2. return value of foo_write(...) by My name here . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/char.html -- 8.3 Кб -- 23.03.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>9037) - www.arcetri.astro.it/ )
10. IRAF Multiple Extensions FITS (MEF) Files Interface
... The Multiple Extension FITS (MEF) file interface is an IRAF library providing facilities for general file operations upon FITS multi-extension files. ... The Multiple Extensions FITS (MEF) interface consists of a number of routines to mainly read a FITS Primary Data Unit or an Extension Unit and manipulate the data at a file level. ... Read the FITS header of a MEF file that matches the EXTNAME or EXTVER keyword values or if not specified, read the extension number `group'. ... The header filename. ...
[
Сохраненная копия
]
Ссылки http://www.stecf.org/conferences/adass/adassVII/zaraten.html -- 12.2 Кб -- 12.06.2006
[ Сохраненная копия ] Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы
[ Сохраненная копия ] Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы