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

1 | 2 | 3 | 4 | 5 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/hardware/pdev/fpga/gx/jfft/pdev/rtl/xfft_stage_9.v.

1. http://www.naic.edu/~phil/hardware/pdev/fpga/gx/jfft/pdev/rtl/xfft_stage_1.v
... Generated by mkjfft_stage // Programmable downshift with rounding // module xfft_stage_1 ( ck, reset , bypassb, pshift, sync_i, sync_o, a_re, a_im, b_re, b_im, ovf, x_re, x_im, y_re, y_im ); parameter width=18; input ck; input reset ; input bypassb; input pshift; input sync_i; output sync_o; input [ width-1 :0] a_re; input [ width-1 :0] a_im; input [ width-1 :0] b_re; input [ width-1 :0] b_im; ... b_re_del : ax_re; assign ca_im = ph_drv[1] ? ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/pdev/fpga/gx/jfft/pdev/rtl/xfft_stage_1.v -- 5.9 Кб -- 26.06.2008
Похожие документы

2. Does memory area assigned by "vmalloc()" get swapped to disk?
... I am developing an Informed Prefetching and Caching system as part of the kernel in which it is very important that the memory assigned to hold the data does not get swapped to disk. Without any thought to swapping I used vmalloc() to assign memory to the data structures of the Informed prefetching system. ... I later realized that most probably the pages assigned using vmalloc() were getting swapped to the disk and when I referenced them, they were brought from the disk rather than memory. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/283.html -- 3.6 Кб -- 23.03.2000
Похожие документы

3. The Direction Assigned to Electric Currents
... The choice of which type of electricity is called "positive" and which "negative" was made around 1750 by Ben Franklin, early American scientist and man of many talents (the stamp on the left commemorates his role as first US postmaster--and colonial postmaster before that). ... Franklin knew of two types of electric charge, depending on the material one rubbed. ... Later, when electric batteries were discovered, scientists naturally assigned the direction of the flow of current to be from (+) to (-...
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/Education/woppos.html -- 9.3 Кб -- 24.03.2006
Похожие документы

4. The Direction Assigned to Electric Currents
... The choice of which type of electricity is called "positive" and which "negative" was made around 1750 by Ben Franklin, early American scientist and man of many talents (the stamp on the left commemorates his role as first US postmaster--and colonial postmaster before that). ... Franklin knew of two types of electric charge, depending on the material one rubbed. ... Later, when electric batteries were discovered, scientists naturally assigned the direction of the flow of current to be from (+) to (-...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/Education/woppos.html -- 9.3 Кб -- 21.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>163) - www.iki.rssi.ru/ )

5. Spatial Region Boundaries
Describes how spatial region boundaries are handled. The golden rule for spatial region filtering was first enunciated by Leon VanSpeybroeck in 1986: . ... With this in mind, the rules for determining whether a boundary image pixel or table row are assigned to a region are defined below. For image filtering, pixels whose center is inside the boundary are included. ... That is, an row is inside the boundary without regard to its integerized pixel value. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/regbounds.html -- 7.3 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>718) - hea-www.harvard.edu/ )

6. Untitled Document
... The Site Safety Officer is responsible for continued safe functioning of facilities and equipment including telescopes, and the safety of personnel involved in or near maintenance activities. ... All employees are responsible for prompt reporting of conditions requiring maintenance. ... Preventive maintenance programs will be designed to insure a safe and healthful working environment for every employee and to minimize the need for emergency repairs. ... EMERGENCY REPAIRS . ... WRITTEN PROCEDURES . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Site/usersguide/SafetyPlan/06SafeSec21.html -- 5.7 Кб -- 21.05.2009
Похожие документы
Еще в разделе: (Показать все результаты (>209) - www.apo.nmsu.edu/ )

7. OptInt PmWiki : MROIFastTipTilt / Doc Man
... 1100 FTT/NAS . ... 1120 Camera . ... 1140 Camera Mount & Enclosure . ... 1170 Test Equipment . ... 1200 FLC . ... MRO-PLA-CAM-0000-0106 FTT/NAS & FLC Development Plan . ... MRO-ICD-CAM-1000-0109 "FTT/NAS,FLC-UTE" FTT/NAS & FLC to Enclosure ICD . MRO-ICD-CAM-1000-0110 "FTT/NAS,FLC-NOT" FTT/NAS & FLC to optical table ICD . MRO-ICD-CAM-1000-0111 "FTT/NAS,FLC-UT" FTT/NAS & FLC to UT optical ICD . ... Printable View of http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/MROIFastTipTilt/DocMan) ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/MROIFastTipTilt/DocMan?action=print -- 14.7 Кб -- 10.04.2016
Похожие документы

8. Reading user input
To read standard input into a shell script use the read command. For example: echo "Please enter your name:" read name echo "Welcome to Edinburgh $name" . This prompts the user for input, assigns this to the variable name and then displays the value of this variable to standard output . ... For example: echo "Please enter your surname\n" echo "followed by your first name: \c" read name1 name2 echo "Welcome to Glasgow $name2 $name1" . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.3.html -- 2.3 Кб -- 17.01.1997
Похожие документы

9. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/iconsss.txt
... Proposed directory for placement: /pub/os2/apps/suite Your name: A. Doff Email address: m1@uni-one.nl Program contact name: (same) Program contact email: (same) Program URL: http://home.uni-one.nl/m1 Would you like the contact email address included in listings? no Operating System/Version: eComStation (tested with v1.2) Additional requirements: Rexx, REXXUTIL.DLL Replaces: /pub/os2/apps/money/pmseim20.zip ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/iconsss.txt -- 2.1 Кб -- 21.01.2016
Похожие документы

10. Summary List of Setup File Parameters
Next: Details of Setup File Up: Setup Files Previous: Examples of Setup Files Contents . A list of the setup parameters is given below, followed by detailed information on each setup paramater in Section 3.6.4 . ... Note that the VLBA uses the concept of baseband channels. ... BBC: BBC assigned to each baseband channel. ... IFCHAN: IF channel to BBC for each baseband channel. ... NCHAN: Number of baseband channels. ... TPSPEEDH: Tape speed in inches per second at high density (obsolete). ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/Tasso.Tzioumis/sched/Summary_List_Setup_File_Par.html -- 13.8 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>2439) - www.atnf.csiro.au/ )

11. 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
Похожие документы
Еще в разделе: (Показать все результаты (>75) - astro.uni-altai.ru/ )

12. ImageStack (ImageJ API)
... Note that the size of the returned array may be greater than the number of slices currently in the stack, with unused elements set to null. public int getSize () . Returns the number of slices in this stack. public java.lang.String[] getSliceLabels () . ... Returns null if the stack is empty or the label of the first slice is null. public java.lang.String getSliceLabel (int n) . ... Returns null if the slice does not have a label. public void setSliceLabel (java.lang.String label, int n) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/ImageStack.html -- 29.5 Кб -- 02.12.2010
Похожие документы

13. Astronaut Bio: Michael Lopez-Alegria (11/2014)
... Michael E. Lopez-Alegria (Captain, USN, RET.) ... After his second mission, he led the International Space Station (ISS) Operations branch of the Astronaut Office. ... In October 2014 Lopez-Alegria became an independent consultant; he is based in Washington, D.C. SPACE FLIGHT EXPERIENCE: Mission Specialist (MS)-2, STS-73 Columbia (October 20 to November 5, 1995). ... The primary mission objective was delivery of the Expedition 6 crew to the ISS and the return of the Expedition 5 crew to Earth. ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/lopez-al.html -- 7.6 Кб -- 07.07.2015
Похожие документы

14. http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7BA6149A58-A920-49AF-96EE-0FAD66E4F93D%7D
. The image is a composite of separate exposures made by the WFC3 instrument on the Hubble Space Telescope. Three filters were used to sample broad wavelength ranges in the near infrared. The color results from assigning different hues (colors) to each monochromatic image. In this case, the assigned colors are: F105W (Y) blue; F125W (J) green; F160W (H) red. NASA/ESA/G. Illingworth/R. Bouwens/ HUDF09 Team
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7BA6149A58-A920-49AF-96EE-0FAD66E4F93D%7D -- 3.6 Кб -- 10.04.2016
Похожие документы

15. INTERNATIONAL SPACE STATION
CREW 21/22 . ... ISS-21 IMAGE . ... ISS-22/23 Flight Engineer, . ... In August 1996 Wheelock was assigned to the Johnson Space Center as a test engineer to provide the Shuttle equipment test. ... He was assigned as a lead test engineer participating in the ISS hardware testing. ... In 2001 he was assigned as the support astronaut for the ISS-2 and ISS-4 crews. ... The main objective of the flight was to deliver the new Harmony module to the International Space Station and deploy P6 Solar Arrays. ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/iss/iss22/wheelock.html -- 12.6 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>347) - www.energia.ru/ )

16. Further Data Types
... Defining New Data Types . Unions . ... Static Variables . ... struct gun { char name[50]; int magazinesize; float calibre; }; struct gun arnies; . ... struct gun { char name[50]; int magazinesize; float calibre; } arnies; . ... typedef struct gun { char name[50]; int magazinesize; float calibre; } agun; agun arnies={"Uzi",30,7}; . ... stat() { int auto_var = 0; static int static_var = 0; printf( ``auto = %d, static = %d n'', auto_var, static_var); ++auto_var; ++static_var; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
Похожие документы

17. (Untitled)
There are six possible ways of object description: . a) by number(s) . ... d) by list . e) by orbital elements . ... They should be introduced as year, month, day with tenth (e.g. 20021104.1). d) Computations are performed for all objects listed in the file whose path and name should be introduced into assigned data field. ... On pressing Edit file button user has a possibility to look through the list of object elements or their coordinates and velocities to add or to change it. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9hdg.htm -- 6.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>38) - www.ipa.nw.ru/ )

18. http://www.eso.org/~qc/admin/CodesPractices.pdf
... Web system our web pages are a rich collection about the history of the instruments a good overview of all data produced and their logical connection an ... the pipeline products and recipes in short, a unique collection which deserves care and regular updates read and follow the ESO web policy maintainance: the QC web pages are maintained on your local computer (PC or laptop), not on w4 upload from the local source to qc@stargate1 using scp; cd qc and ...
[ Текст ]  Ссылки http://www.eso.org/~qc/admin/CodesPractices.pdf -- 43.2 Кб -- 12.07.2012
Похожие документы

19. ADASS 2002 Conference Proceedings
... ClassX is a project aimed at creating an automated system to classify X-ray sources and is envisaged as a prototype of the Virtual Observatory. ... The most fundamental are: (a) classification methods and algorithms, (b) selection and definition of classes (object types), and (c) identification of source counterparts across multi-wavelength data. ... Using different sets of training parameters (attributes), we get different classifiers for the same list of class names (e.g., Figure 1). ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass02/P4-10/ -- 13.2 Кб -- 12.03.2003
Похожие документы

20. Index of /~kcf/ATA
Name Last modified Size Description . Parent Directory - ATA2010.ppt 01-Aug-2010 17:39 11M ATA_assign_10.pdf 01-Aug-2010 18:10 37K pan_spectr.pdf 12-Aug-2008 14:14 76K . ATA 2010 students Please download the lectures (ATA2010.ppt) and also the paper on panoramic spectroscopy (pan_spectr.pdf). The assignment questions, due Sep 30 2009, are in ATA_assign_10.pdf. Instructions for submitting your completed assignment are at the top of the assignment question sheet.
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~kcf/ATA/ -- 2.1 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>159) - www.mso.anu.edu.au/ )

1 | 2 | 3 | 4 | 5 | След.


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

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

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