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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~tghosh/software/parcheck.pro.

1. Package: mt
These routines are meant to provide management of a pool of threads which may execute concurrently. ... Register new thread information for the threads in a pool. mt_get_thread_info . ... Multithreading Level: Safe under Solaris 2. ... Multithreading Level: Safe. void mt_new_thread_info (KThreadPool pool, void *info, uaddr size) . ... Multithreading Level: Safe. void mt_PROTO_func (void *pool_info, void *call_info1, void *call_info2, void *call_info3, void *call_info4, void *thread_info) . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/mt.html -- 11.8 Кб -- 24.12.2007
Похожие документы

2. Writing programs that use comedi and comedilib
Comedi Documentation . ... Right to the source: #include <stdio.h> /* for printf() */ #include <comedilib.h> int subdev = 0; /* change this to your input subdevice */ int chan = 0; /* change this to your channel */ int range = 0; /* more on this later */ int aref = AREF_GROUND; /* more on this later */ int main(int argc,char *argv[]) { comedi_t *it; lsampl_t data; it=comedi_open("/dev/comedi0"); comedi_data_read(it,subdev,chan,range,aref,&data); printf("%d\n",data); return 0; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 02.10.2012
Похожие документы

3. SCL Sfit Genetic Commands
... sfit . ... commands . scl . ... Define parameters for controlling performance of genetic algorithm . ... generations . The maximum number of generations the program will go through, before stopping, if the solution is not within the given tolerance. 10 . ... The number of parents randomly generated in the first generation, and in each subsequent generation. 50 . ... This is multiplied by the number of parameters being varied to give the total string length for each parent. 16 . ... elitism . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/scl_gen.html -- 7.9 Кб -- 30.08.2007
Похожие документы

4. http://www.naic.edu/~emuller/minutes_ealfa_loc/minutes_06_05.txt
... Present: Bob B., Chris S., Stevie T., Karen O., Carmen S., Jose, A., Erik M. -------------------------------------- Previous action items Phone cards, Karen has bought a number of AT&T cards that she can re-sell. ACTION: Karen O. - somehow notify people that she can sell people phone cards. ... ACTION: karen to distrubute phone number via emails 324 and 389 is ext for the telecon at the LC. backup, also distribute phone number of library 215. ... ACTION: Carmen S. - ensure that this is done. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~emuller/minutes_ealfa_loc/minutes_06_05.txt -- 5.6 Кб -- 06.05.2004
Похожие документы

5. NAG's Fortran 90
... Compilation and execution with the NAG compiler . Peculiarities in the NAG compiler . System parameters The Numerical Algorithms Group Ltd Wilkinson House Jordan Hill Road Oxford OX2 8DR infodesk@nag.co.uk Tel: +44 1865 511245 Fax: +44 1865 310139 NAG offers a Fortran 90 system which behaves as a compiler but in reality translates to C (except for the PC version). ... CERN had at that time a total of 80 000 code lines working with NAG's Fortran 90 compiler, version 1.1. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/nag.html -- 10.5 Кб -- 10.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/nag.html -- 10.5 Кб -- 10.02.1996
Похожие документы

6. Program parameters
Next: Program use Up: Description of program searchdup Previous: Description of program searchdup . Parameter input is done with a graphic user interface. ... Input file: Name of the input catalog file. It has to be formatted, one record per source/observation, according to the format used in the Arcetri observations and source archives. ... Minimum number of observations per source Source with less than this number of independent observations are not included in the output file . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/science/Radio/red/searchdup/node2.html -- 8.0 Кб -- 30.06.2000
Похожие документы

7. http://www.eso.org/projects/dfs/team/QA-code-review-form.doc
... Readability |Check number: 1 | Description: Header existence for each |Evaluation (always/often/sometimes/| |source file and for each method, class, |never) : | ... Description: Naming conventions existence |Evaluation (always/often/sometimes/| |(variables start with lowercase, then |never) : | ... limited and commented |(always/often/sometimes/ | ... Description: Error message are formated : when an|Evaluation | error or an exception is raised, report the |(always/often/sometimes/ | ...
[ Текст ]  Ссылки http://www.eso.org/projects/dfs/team/QA-code-review-form.doc -- 128.5 Кб -- 29.09.2003
Похожие документы

8. http://www.mrao.cam.ac.uk/~rachael/compphys/examples/cell_list.f90
... number of particles integer, parameter :: max_list = 100 ! max number of particles per cell integer, parameter :: ncell = 20 ! ... cell size real(dp) posn(3, npart) ! ... initialise cell list call init_cell_list(npart, ncell, max_list, cell_size, posn, & cell_num, cell_list) ! now go and do something interesting with it... contains subroutine init_cell_list(npart, ncell, max_list, cell_size, posn, & cell_num, cell_list) implicit none integer, parameter :: dp = kind(1.0d0) integer npart ! ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~rachael/compphys/examples/cell_list.f90 -- 3.4 Кб -- 30.09.2005
Похожие документы

9. RankFilters (ImageJ API)
... FIELD | ... METHOD . ... java.lang.Object ij.plugin.filter.RankFilters . ... public class RankFilters . ... static int . ... This method is called by ImageJ to set the number of calls to run(ip) corresponding to 100% of the progress bar . ... Field Detail public static final int MEAN . ... No checking is done for large values that would lead to excessive computing times. rankType - May be MEAN, MIN, MAX, VARIANCE, or MEDIAN. public static float findNthLowestNumber (float[] buf, int bufLength, int n)...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/RankFilters.html -- 32.1 Кб -- 02.12.2010
Похожие документы

10. BRIZ: a vizualization program for Brillouin zone ? Fermi sphere
... Another significant contribution to the crystal energy of metals is the electron-ion interaction or the electron bandstructure energy (E BS ) which is defined by the interaction of valence electrons and the Brillouin zone (BZ) planes. ... The program BRIZ has been developed for 3D visualization of Brillouin zone configurations and intersections of BZ planes with a Fermi sphere[4]. ... 1.75 (electrons/atom). ... 4] Degtyareva V.F., Smirnova I.S.: BRIZ: a vizualization program for Brillouin zone ? ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/lsr/briz.html -- 14.0 Кб -- 07.11.2013
Похожие документы
Еще в разделе: (Показать все результаты (>1061) - www.issp.ac.ru/ )

11. Report on Cosmic Call 1999
... Report on Cosmic Call 1999 . ... Cosmic Call Sessions . ... This Report outlines methodology, hard- and software, which were developed to transmit first public Interstellar messages from Evpatoria Deep Space Center (EDSC), and describes four Cosmic Call Sessions, which were fulfilled in EDSC on May 24 and June 30 - July 1, 1999. ... Each Cosmic Call consists of two parts. ... Dutil Message, . ... The software for gathering all messages and creating the Cosmic Call stream, was written on C language. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/ra&sr/irm/report-1999.html -- 56.9 Кб -- 30.11.2002
Похожие документы

12. http://www.astro.spbu.ru/DOP/A-PERC/usrnotes.ps
Some remarks for users The code producing data for the database has been written in two languages -- Pascal and Fortran. ... The files ww 11x and ww 12x (e.g., ww 11pas, ww 11for, etc.) contain the weights of the artificial neural network (the two layer perceptron) which are used to calculate the expansion coefficients a 11 and a 12 of the scattering matrix elements S 11 and S 12 (contact the authors (link) for a code that calculates these weight for different parameter values). ...
[ Текст ]  Ссылки http://www.astro.spbu.ru/DOP/A-PERC/usrnotes.ps -- 37.2 Кб -- 19.11.2010
Похожие документы

13. Use of Inheritance Techniques in Real-Time Systems under DRAMA
... In real-time instrument control systems such as the AAO's DRAMA system, where relatively complex individual tasks control their own parts of a system (spectrograph, camera, telescope, etc), there are often significant similarities between tasks. ... DRAMA is written in C, but combines ideas from the X Windows Xt toolkit with its use of named actions in tasks to provide a successful, effective, inheritance mechanism. ... This action is used to set the simulation mode of our tasks. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/farrellt2.html -- 13.0 Кб -- 03.11.2000
Похожие документы

14. http://www.mso.anu.edu.au/pfrancis/ObsTech/IO_demo.py
... It adds together the first two of these numbers. If the result is greater than the # third number, it prints all three numbers out (to a file called results.d) # Otherwise it prints out a rude message # First , open the files inhandle = open ('data.d', 'r') outhandle = open ('results.d', 'w') # Now loop through all the lines in the input. for line in inhandle: allarray = line .split() # Split the line you've just read in into its component bits n1 = float ( ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/pfrancis/ObsTech/IO_demo.py -- 2.2 Кб -- 12.04.2007
Похожие документы

15. (Untitled)
Following designations of elements/ parameters are used in AMPLE. ... mean anomaly . ... Node . ... Apart conventional orbital elements AMPLE gives possibility to calculate for each minor planet the following often used functions: . ... MOID . ... To calculate MOID user should order the name or the number of the major or minor planet through dialog. ... To calculate CT user should order the name or the number of the major or minor planet through dialog as it is proposed for MOID calculation. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user8mge.htm -- 7.5 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>626) - www.ipa.nw.ru/ )

16. Fit a source with a small number of net counts
Next: Inspection of results Up: *fit* - Fit Data Previous: Verbose Mode . If the number of net counts for a source is less than it is impractical to fit the data in all 34 energy bits. However, if the flux is required, then a fit must be performed first. ... Fit will then calculate the normalization of the model and xflux can be used to determine the flux and luminosity of the source from the best fit model. xs> fit rebin=yes . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node153.html -- 3.9 Кб -- 01.10.2012
Похожие документы

17. Descriptors and Apache
A descriptor , also commonly called a file handle is an object that a program uses to read or write an open file, or open network socket, or a variety of other devices. ... The operating system enforces a limit on the number of descriptors that a program can have open at a time. ... One is a kernel limitation, depending on your operating system you will either be able to tune the number of descriptors available to higher numbers (this is frequently called FD_SETSIZE ). ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/misc/descriptors.html -- 10.3 Кб -- 01.08.2003
Похожие документы

18. Number Theory Semester - Poncelet Laboratory
January - June 2010 . ... Number theory seminar . ... There is a weekly number theory seminar taking place on Thursdays at the Independent Universty of Moscow (11, Bolshoi Vlassievsky pereulok), room 308. ... Thursday 20 May 2010 . 18:00-19:30 . ... p-adic representations of Gal(\bar{Q_p}/Q_p) III . ... p-adic representations of Gal(\bar{Q_p}/Q_p) II . ... S. Rybakov (Poncelet Laboratory) . Representations of Gal(\bar{Q_p}/Q_p) in GL_n(\bar{F_p}) . ... Thursday 1 April 2010 2010 . ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/lifr/zykin/eng/seminar.html -- 9.8 Кб -- 30.06.2010
Похожие документы

19. Izmccd
Download Izmccd (~2.7 MB). Solution of problems at identification of star field. ... 2) Scale is not correct. ... In this case algorithm of identification will revise all values of scale from twice smaller up to twice greater. ... There should be more than value of the field "Number of stars in frame". ... The star field is considered identified if number of the identified stars more or equally to this value. It is necessary to set value from 4 up to value of field "Number of stars in frame". ...
[ Сохраненная копия ]  Ссылки http://www.izmccd.puldb.ru/izmccd5e.htm -- 4.9 Кб -- 17.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>12) - www.izmccd.puldb.ru/ )

20. Managing jobs and processes
. When you enter a command it invokes a program. While this program is running it is called a process . Although there is only one copy of a program, any number of processes can be invoked which run this program. There are several commands which allow you to manage the processes that belong to you. You cannot do anything with processes belonging to other users. Running processes in the foreground . Running processes as background jobs . Managing background jobs . Monitoring processes . Killing a process .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/jobz.html -- 2.3 Кб -- 17.01.1997
Похожие документы

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


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

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

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