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

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

Показаны документы, содержащие фрагменты текста из документа
http://old.hcs.cmc.msu.ru/mysql/manual.txt.

1. Column
... Meta Index / Home Page / F90 DAL API / API Overview A column can be accessed and released again with the procedures . ... The following example illustrates how to change the values in a column. program modifyColumn use dal type(DataSetT) :: set type(TableT) :: tab type(ColumnT) :: col integer(kind=int32), dimension(:), pointer :: x set = dataSet("test.dat",Modify) tab = table(set,"test") col = column(tab,"x",0,0,Modify) x => int32Data(col) x = 124 call release(col) call release(set) end program . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/dal/node29.html -- 5.1 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>14840) - xmm.vilspa.esa.es/ )

2. Manual Page: htpasswd - Apache HTTP Server
NAME htpasswd - Create and update user authentication files SYNOPSIS htpasswd [ - c ] [ - m | ... p ] passwdfile username password htpasswd - n [ - m | ... p ] username password DESCRIPTION htpasswd is used to create and update the flat-files used to store usernames and password for basic authentication of HTTP users. ... Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by htpasswd. ... The user is prompted for the password. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/htpasswd.html -- 9.8 Кб -- 20.06.2002
Похожие документы

3. FTS Dictionary Example
... MAXLEN parameter specifies maximum length of the number considered as a 'good' integer. ... If REJECTLONG = FALSE (default), than dictionary returns prefixed part of integer number with length MAXLEN . ... This is a dict_tmpl.c file. # include postgres.h # include utils/builtins.h # include fmgr.h #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif # include utils/ts_locale.h # include utils/ts_public.h # include utils/ts_utils.h typedef struct { int maxlen ; bool rejectlong ; } ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-intdict-xmp.html -- 9.6 Кб -- 13.04.2008
Похожие документы

4. rotatelogs - Piped logging program to rotate Apache logs - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Programs . ... rotatelogs is a simple program for use in conjunction with Apache's piped logfile feature. It supports rotation based on a time interval or maximum size of the log. ... If given, rotatelogs will execute the specified program every time a new log file is opened. ... The time between log file rotations in seconds. ... At the end of each rotation time (here after 24 hours) a new log is started. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/programs/rotatelogs.html -- 15.8 Кб -- 19.11.2015
Похожие документы

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

6. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

7. ISSA-PS, The Postage Stamp Server for IRAS Imaging Data
... The ISSA Postage Stamp Server is a Web-accessible service that delivers IRAS images to users with a minimum of effort. ... The basic idea of the ISSA Postage Stamp Server is to provide small subsets of the IRAS imaging data to users with minimal fuss and bother. ... Users retrieve the FITS images by clicking on the postage stamps, provided their Web clients are properly configured (we give instructions on how to do this). ... Users are, of course, free to do so at their end. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/vanburend2.html -- 7.6 Кб -- 03.11.2000
Похожие документы

8. mod_negotiation - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . Available Languages: en | ... Source File: . ... The MultiViewsMatch directive configures whether Apache will consider files that do not have content negotiation meta-information assigned to them when choosing files. ... The ForceLanguagePriority directive uses the given LanguagePriority to satisfy negotation where the server could otherwise not return a single matching document. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/en/mod/mod_negotiation.html -- 18.1 Кб -- 25.02.2008
Похожие документы

9. Advanced Examples
... The client which requests updates from the server is called the ``query'' client. ... Communications sample program: instrument control server */ /*-----------------------------------------------------------*/ # include stdio.h # include karma_conn.h # include karma_dm.h # include karma_ch.h # include karma_r.h # include karma_e.h #define PORT_NUMBER 10000 STATIC_FUNCTION ( flag periodic_func, (KPeriodicEventFunc func, void *info) ); STATIC_FUNCTION ( flag read_func, ( ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/programmer-manual/node15.html -- 15.3 Кб -- 13.02.2011
Похожие документы

10. http://www.naic.edu/~palfa/doc/mysql_intro.txt
... To select this, type 'use PALFA;' h. To list the tables in the database, type 'show tables;'. ... 2) Tables in the PALFA database : To print the fields contained in each of these tables , follow the steps in 1) for connecting to the database and then type 'describe **tablename**;' where **tablename** is one of the following: atnfshort: This contains the pulsars in the ATNF catalog, with a reduced number of parameters for each pulsar. candidates: This table will contain the candidates ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~palfa/doc/mysql_intro.txt -- 7.1 Кб -- 07.04.2005
Похожие документы

11. Database on Wolf numbers
... Insert date: . Day: . Month: . ... This CGI -script calculates a day of week of the given date, Julian date of Greenwich noon JD and extracts from the database indices of solar activity: Wolf number for the day W , monthly W m and yealy means W y of Wolf number for month and year of the date. The prediction of Wolf number (which was made in 1998 and, hence, lost actuality) is also presented. The database uses solar activity data got from server of National Geophysical Data Center . ...
[ Сохраненная копия ]  Ссылки http://www.gao.spb.ru/personal/ivanov/wolfbase_e.html -- 3.4 Кб -- 21.05.2007
Похожие документы
Еще в разделе: (Показать все результаты (>347) - www.gao.spb.ru/ )

12. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

13. NVSS Postage Stamp Server Documentation Help for NVSS Postage Stamp Server
This WWW form allows the user to obtain "postage stamp" FITS or jpeg images or contour plots of selected, small fields from the NRAO/VLA Sky Survey (NVSS). ... Both total intensity and linear polarization is being imaged. ... The specified region of the closest NVSS field is returned as a FITS or jpeg format image or a contour plot. ... The NVSS postage stamp server can return a FITS file with the MIME type of image/x-fits; your browser needs to be told a suitable display program for FITS files. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/surveys/nrao/NVSS/posthelp.html -- 9.0 Кб -- 09.06.1999
Похожие документы

14. Simon Jeffery's Software Store: TAP chemical functions
SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . Return the element symbol. SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... FUNCTION TAP_EMASS ( IZ ) . Return the mean atomic weight of an element. FUNCTION TAP_ZELEM ( NAME ) . ... FUNCTION TAP_AELEM ( NAME ) . ... The mean atomic weight of the element associated with the given name is ! ... The element name associated with the given atomic number is ! ... The atomic number ot element associated with the given name is ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_chemical.html -- 6.2 Кб -- 04.07.2002
Похожие документы

15. CurveFitter (ImageJ API)
... public class CurveFitter . ... static int . ... Field Detail public static final int STRAIGHT_LINE . ... public static final int POLY2 . ... public static final int POLY3 . ... public static final int POLY4 . ... public static final int EXPONENTIAL . ... public static final int POWER . ... public static final int LOG . ... public static final int RODBARD . ... public static final int GAMMA_VARIATE . ... public static final int LOG2 . ... public static double f (int fit, double[] p, double x) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/measure/CurveFitter.html -- 34.8 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>1761) - www.astro.louisville.edu/ )

16. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/os2/info/os2prob.txt
Note: there are 3 CIS id's for reporting problems listed at the end of this file. ... Can you recreate the problem? ... CSD Level: _______ OS/2 Version 2.0 GRE.. ... Port Used : ________________ Printer is attached to: Local _ LAN Server _ Host _ COMMUNICATIONS MANAGER - If this is a problem with Communications Manager, please provide answers in this section: OS/2 Extended Services .. ... CSD Level: ________ OS/2 LAN Server 2.0 Advanced: _ CSD Level: ________ LAN REQUESTER: LAN Server 2.0 Requester.. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/os2/info/os2prob.txt -- 9.2 Кб -- 30.01.1995
Похожие документы

17. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>478) - lnfm1.sai.msu.ru/ )

18. Model realization and some results
... The perceptron structure, on the basis of which the database is built, is defined by a number of the input and output parameters and a required accuracy. ... The output perceptron data are the expansion coefficients of the scattering matrix elements in series of the generalized spherical functions. ... As the cluster structure depends on the generation conditions the expansion coefficients were averaged over 5--7 realizations of the clusters (for N . ... is the coefficient number. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/A-PERC/PAPER2/node4.html -- 10.8 Кб -- 19.11.2010
Похожие документы

19. Online EIT reconstruction server
ON-LINE STATIC EIT RECONSTRUCTION SERVER . ... Static image reconstruction from the data measured in vivo is still intriguing problem in EIT. ... dipole (adjacent) current injection and voltage measurements on pairs of adjacent electrodes (like in Sheffield systems) . ... You can view examples of the text files for polar , dipole and trigonometric injection, use them for testing the server and find more details on HOW TO PREPARE INPUT FILE FOR THE ON-LINE EIT RECONSTRUCTION SERVER page. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/tserver/ -- 17.1 Кб -- 31.03.2016
Похожие документы

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


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

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

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