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

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 . ..