Найдено документов: 194404 (168 сайтов) ---- Время поиска: 0.72сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/proposal_util.html.
http://www.stsci.edu/spst/UnixTransition/doc/proposal_util.html.
1. CSPICE Routines: GCPOOL_C
... Abstract Return the character value of a kernel variable from the kernel pool. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- name I Name of the variable whose value is to be returned. start I Which component to start retrieving for name room I The largest number of values to return. lenout I The length of the output string. n O Number of values returned for name. cvals O Values associated with name. found O True if variable is in pool. ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gcpool_c.html -- 10.2 Кб -- 17.12.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>19540) - www.stsci.edu/ )
2. Re:return values
The HyperNews Linux KHG Discussion Pages . ... Re : Problem creating a new system call . Re : system call returns "Bad Address". ... I created the following call it is working fine, but i don't know about that bad address. sys call function looks like this. int sys_print_data(char *s1,char *s2,int flag,int size1,int size2) { /* size1 and size2 are strlen of s1 and s2 respectively */ if (flag) { sys_write(1,s1,size1); return 1; else { sys_write(1,s2,size2); return 2; } } This is working fine. ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/library/linux/khg/HyperNews/get/khg/135/2/1.html -- 3.3 Кб -- 23.03.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>9137) - www.arcetri.astro.it/ )
3. Menus (ImageJ API)
... FIELD | ... public class Menus . ... ImageJ . ... static char . ... static int . ... Returns the size (in points) used for the fonts in ImageJ menus. static java.lang.String . ... Returns a list of the plugins in the plugins menu. static java.lang.String . ... Field Detail public static final char PLUGINS_MENU . ... public static final char IMPORT_MENU . ... public static int installPlugin (java.lang.String plugin, char menuCode, java.lang.String command, java.lang.String shortcut, ImageJ ij) . ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/Menus.html -- 35.2 Кб -- 02.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>583) - www.astro.louisville.edu/ )
4. difx:vdifio [ATNF VLBI Wiki]
... VDIFIO is a library to create, access and modify headers for VDIF formatted data. ... int createVDIFHeader ( vdif_header * header , int dataarraylength , int threadid , int bits , int nchan , int iscomplex , char stationid [ 3 ] ) ; . ... Return the number of bytes occupied by the entire VDIF frame (note internally VDIF divides this values by 8) int getVDIFFrameNumber ( vdif_header * header ) ; . Return the current VDIF frame number int getVDIFStationID ( vdif_header * header ) ; . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/vlbi/dokuwiki/doku.php/difx/vdifio -- 23.5 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>31669) - www.atnf.csiro.au/ )
5. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2064) - www.sao.ru/ )
6. Stellarium: gTime Class Reference
... Classes . ... gTime Class Reference . This class implements time calculations. ... gTime (double ai_jDays=0) . ... gTime (const gTime &timeSrc) . ... Set the time value of the time object to the julian day of year, day. ... operator= (const gTime &timeSrc) . ... Returns the time GMT value in Julian days. ... Returns the time_t value of the gTime Object. ... Returns a gTime object setted with the actual machine time. ... gTime Object assigned with real machine time. double gTime::getGmtTm . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classgTime.html -- 32.1 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>734) - astro.uni-altai.ru/ )
7. Zen: Hstore
Hide Zen home . ... Development version, available from this site, released under the GNU General Public License, version 2 (June 1991). hstore x2192; text - get value , perl analogy $h{key} select 'a=>q, b=>g'->'a'; ? ... akeys(hstore) - returns all keys from hstore as array regression=# select akeys('a=>1,b=>2'); akeys ------- {a,b} . ... delete (hstore,text) - delete (key,value) from hstore if key matches argument. regression=# select delete('a=>1,b=>2','b'); delete ---------- "a"=>"1" . ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~megera/wiki/Hstore -- 12.3 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1784) - www.sai.msu.su/ )
8. 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
Похожие документы
Еще в разделе:
(Показать все результаты (>1656) - www.adass.org/ )
9. http://www.naic.edu/~phil/cals/accessingthecalvalues.html
The cal values are stored in files at ao in the directory: /pkg/rsi/local/libao/phil/data . ... cal.datR5 - lbw . ... When users download the ao idl routines, the cal files are included in the directory ./dat . ... D1,D2: there are 2 diodes. 1 diode can feed both polarization or each diode can feed a separate pol. corcal: diode 1 feeds both polA and polB . ... xcal : cross over. diode 1 feeds polB, diode 2 feeds polA . ... Each column has the value for 1 of the diodes feeding polA or polB. ... col 4 . ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/cals/accessingthecalvalues.html -- 5.8 Кб -- 01.03.2006
Похожие документы
Похожие документы
10. SciSim Simple Search
The SciSim SPR search service helps you to find Software problem reports in the SciSim SPR database. ... The search service will return a list of SPRs matching your query, which in turn you can visit by clicking on them. ... foo . The string foo . ... foo at the beginning of string. foo$ . foo at end of string . ... When pressed, a pull down menu gives the user a list of preset values. ... The search service will return any SPR that have a severity of normal or minor, but not major. ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/scisim/spr/help/simple.html -- 4.5 Кб -- 05.10.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>12356) - xmm.vilspa.esa.es/ )
11. OptInt PmWiki : PmWiki / Fmt Page Name
OptInt PmWiki : Pm Wiki / Fmt Page Name . ... This page describes an internal function in PmWiki's engine called FmtPageName(). ... Returns $fmt , with $variable and internationalisation substitutions performed, under the assumption that the current page is pagename . ... Replace any sequences of the form $XyzFmt with value of any corresponding global variable. ... Typically this is used to handle things like $Name and $Group etc that are specific to the name of the current page. ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/FmtPageName?action=print -- 16.9 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2785) - www.mrao.cam.ac.uk/ )
12. 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
Похожие документы
[ Сохраненная копия ] Ссылки http://hea-www.harvard.edu/RD/xpa/info.html -- 7.9 Кб -- 01.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>2319) - hea-www.harvard.edu/ )
13. Receiving signals - signal()
... Up: Interrupts and Signals Previous: Sending Signals - kill() . int (*signal(int sig, void (*func)()))() - that is to say the function signal() will call the func functions if the process receives a signal sig . ... signal(SIGINT, SIG_IGN); . ... Finally lets write a program that communicates between child and parent processes using kill() and signal(). fork() creates the child process from the parent. ... The child picks up these signals with signal() and calls appropriate functions. ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_3_2.html -- 4.0 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_3_2.html -- 4.0 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_3_2.html -- 4.0 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_3_2.html -- 4.0 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_3_2.html -- 4.0 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>1038) - jet.sao.ru/ )
14. http://www.eso.org/projects/dfs/team/template-for-python-module.py
... DEPENDENCIES # ------------ # sys is the most-used module which contains a set of system-level components. # os provides functions like os.path.join() and os.environ[var] for interacting ... a specified pattern according to the shell rules. # re provides regular expression tools re.sub() and re.search() for advanced string processing. # the Sybase module provides Describe the main role of the function ...> <par1>: <explain what is par1> (<type>). <par2>: <explain what is par2> (<type>). ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/projects/dfs/team/template-for-python-module.py -- 7.6 Кб -- 18.04.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6980) - www.eso.org/ )
15. Simon Jeffery's Software Store: TAP housekeeping
SUBROUTINE TAP_ERMES ( TEXT, TEXLEN, STATUS ) . Return an error message associated with a TAP status value. SUBROUTINE TAP_ERROR ( TAP_ROUTN, NAME, TEXT, STATUS ) . Report an error message. ... Report an error message associated with a TAP status value. ... Purpose: return an error message associated with a TAP status value. ... TEXT = CHARACTER * ( * ) (Given) TAP error message text. ... Invocation: CALL TAP_REP( NAME, TEXT, STATUS ) Description: An error message is built in the form: !! ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_house.html -- 5.5 Кб -- 04.07.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2094) - star.arm.ac.uk/ )
16. lsst.tcc: tcc.base.fieldWrapper Namespace Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Namespaces . Classes . ... NamespaceљList . ... All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Macros љ Pages . ... tcc.base.fieldWrapper Namespace Reference . class љ . ... A class that sets the values of a struct-like field. ... Wrapper for a fixed-length array of values, all of the same type. ... defљ . ... Return numVals integers. ... Break a line of whitespace-separated data into individual tokens. ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1base_1_1field_wrapper.html -- 27.7 Кб -- 14.09.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1000) - www.apo.nmsu.edu/ )
17. http://www.stecf.org/software/ASTROsoft/DER_SNR/der_snr.pro
... In the median ; function of IDL, the higher of the two values is returned. ... Felix Stoehr, [ST-ECF] xxx = xx(sort(xx)) n = n_elements(xxx) if ((n mod 2) eq 0) then begin return , 0.5 * (max([0,xxx(n/2-1)])+xxx(n/2)) endif else begin return , xxx((n-1)/2) endelse end ;----------------------------------------------------------------------------------------- ; ;***************************************************************************************** function DER_SNR , ...
[
Сохраненная копия
]
Ссылки http://www.stecf.org/software/ASTROsoft/DER_SNR/der_snr.pro -- 4.6 Кб -- 01.10.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>239) - www.stecf.org/ )
18. Generic routines
... We now also have the possibility to write our own generic functions or subroutines. ... PROGRAM SWAP _MAIN IMPLICIT NONE INTEGER :: I, J, K, L REAL :: A, B, X, Y CHARACTER :: C, D, E, F INTERFACE SWAP SUBROUTINE SWAP _R(A, B) REAL, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _R SUBROUTINE SWAP _I(A, B) INTEGER, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _I SUBROUTINE SWAP _C(A, B) CHARACTER, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _C ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/f77to90/c10.html -- 6.2 Кб -- 11.02.1996
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/c10.html -- 6.2 Кб -- 11.02.1996
Похожие документы
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/c10.html -- 6.2 Кб -- 11.02.1996
Похожие документы
Еще в разделе:
(Показать все результаты (>6580) - crydee.sai.msu.ru/ )
19. JavaScript Form Validator Documentation
The Form validation script is distributed free from JavaScript-Coder.com . ... When there are many fields in the form, the JavaScript validation becomes too complex. ... Each field in the form can have 0, 1, or more validations. ... Just after defining your form, Create a form validator object passing the name of the form . ... FORM> . ... You can add any number of validations.The list of validation descriptors are provided at the end of the documentation. ... option value="" selected>[choose yours] . ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/Z-90/scripts/Documentation.html -- 15.5 Кб -- 03.08.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>916) - hea.iki.rssi.ru/ )
20. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>368) - comet.sai.msu.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда