Найдено документов: 122982 (140 сайтов) ---- Время поиска: 0.20сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/hardware/pdev/fpga/gx/jfft/pdev/Makefile.
http://www.naic.edu/~phil/hardware/pdev/fpga/gx/jfft/pdev/Makefile.
1. http://www.naic.edu/~phil/hardware/pdev/fpga/gx/jfft/examples/galfa_n/sim_r/Makefile
Jeff Mock # 2030 Gough # San Francisco, CA 94109 # jeff@mock.com # (c) 2004 # include ../ src /Makefile.defs N = ${PREFIX} # Period for simple test signal PER = 3.45 # Amplitude for simple test signal AMP = 0.2 # Generate VCD file and a little activity information # DEBUG = 1 ALLTESTS = sweeps sweep1 sweep2 sweep3 sweep4 noise1 noise2 XFFT = ../build/out/${PREFIX}.v sim: ${N}.f ${TBV} ${SRCV} ${ XFFT } sig1.mem sig2.mem fftt rm -rf wave.vcd ${CVER} -w -f ${N}.f ./ ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/hardware/pdev/fpga/gx/jfft/examples/galfa_n/sim_r/Makefile -- 5.3 Кб -- 26.06.2008
Похожие документы
Похожие документы
2. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[
Сохраненная копия
]
Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>367) - www.mso.anu.edu.au/ )
3. Using Keystrokes
The following convenience keys have been defined in the SAOtng image window (NB: "Ctrl-[letter]" means to press the Control key and the specified letter key at the same time): . ... Display the raw pixels values in a 9x9 array centered on the mouse. ... Move the mouse 1 pixel to the left. If the Shift key also is pressed, the mouse is moved 5 pixels. ... Move the mouse 1 pixel to the right. ... Move the mouse 1 pixel up. ... If the Shift key also is pressed, the marker is moved 5 pixels. ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/RD/saotng/keyuse.html -- 4.0 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3087) - hea-www.harvard.edu/ )
4. casacore: casa/OS/ModcompConversion.h File Reference
... Files . ... File List . File Members . casa . ... Defines . ... Static functions to convert Modcomp numeric formats. ... Define the canonical sizes of the built-in data types. #define . ... Define for each data format if a conversion is needed from the ModComp format to the local format (or vice-versa). #define . ... Define for each data format if a conversion is needed from the ModComp format to the local format (or vice-versa). ... Definition at line 61 of file ModcompConversion.h . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/ModcompConversion_8h.html -- 25.0 Кб -- 14.02.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>12341) - www.atnf.csiro.au/ )
5. Client-Side JavaScript Guide
... This book explains how to use core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Core, Client-Side, and Server-Side JavaScript . ... Client-Side JavaScript . ... JavaScript and Java . ... Examples . ... Conditional Statements . ... Object Manipulation Statements . ... Defining Functions . ... Objects and Properties . ... Indexing Object Properties . ... Defining an Event Handler . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/contents.htm -- 19.7 Кб -- 07.10.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1556) - www.arcetri.astro.it/ )
6. Pyramidal (multiresolution) true-rectangular TF tiling
Next: Parallelogram-shaped tilings of the Up: Multiple Mother Chirplets: The Previous: True rectangular tiling of . The area occupied by a particular family of DPSS is just the time-bandwidth product and is denoted by the letters NW (the notation used by Thomson and others). ... We may use the result of Shenoy and Parksshenoyweyl to generalize the pyramidal true-rectangular TF tiling further, by smoothing the TF distribution with a continuously variable rectangle size. ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/~vab/Wavelet.rsc/Chirplet.dir/node14.html -- 5.7 Кб -- 15.04.1998
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2261) - crydee.sai.msu.ru/ )
7. http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.InterfaceControl/INT-406-VEN-0008.pdf,1244027538
MRO Delay Line ICD Delay Line to Beam Relay System ICD INT-406-VEN-0008 The Cambridge Delay Line Team rev 0.1 10 August 2007 Cavendish Laboratory JJ Thomson Avenue Cambridge CB3 0HE UK 1 ICD Description Sub-systems Delay line Beam Relay system Org UoC Owner MF Brief description and preliminary contents Defines the mechanical interface between the delay line pipe and the beam relay pipe. ... An interface `stub' of length [TBD] provides a flange to which the beam relay pipe can be fitted see Figure 1. ...
[
Текст
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.InterfaceControl/INT-406-VEN-0008.pdf,1244027538 -- 121.8 Кб -- 17.08.2007
Похожие документы
Похожие документы
8. Arrays and Strings
... Single and Multi-dimensional Arrays . Strings . ... BEWARE: In C Array subscripts start at 0 and end one less than the array size. ... In C Strings are defined as arrays of characters. ... char name[50]; C has no string handling facilities built in and so the following are all illegal : . ... In order to allow variable length strings the 0 character is used to indicate the end of a string. ... Write a C program to read through an array of any type. ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>874) - jet.sao.ru/ )
9. Stellarium: Member List
Stellarium 0.12.3 . ... ClassљList . ... ClassљMembers . Vector2< T > Member List . This is the complete list of members for Vector2< T > , including all inherited members. dot (const Vector2< T > &) const (defined in Vector2< T > ) . ... operator const T * () const (defined in Vector2< T > ) . ... operator!= (const Vector2< T > &) const (defined in Vector2< T > ) . ... operator* (T) const (defined in Vector2< T > ) . ... operator+= (const Vector2< T > &) (defined in Vector2< T > ) . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classVector2-members.html -- 10.9 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1422) - astro.uni-altai.ru/ )
10. To define the 'region'
. 1. Move the cursor to the start of the text block you want to define. 2. Type M-space (the META character followed by a space). This sets a 'mark' at the start of the 'region'. 3. Move the cursor to the end of the text block you want to define as the 'region'. This sets the 'point' at the end of the 'region'. You do not have to type anything to set this 'point', the 'point' is the location of the cursor.
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/emacs/ue_def_region.html -- 2.1 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>278) - comet.sai.msu.ru/ )
11. The Millennium that Defines Universe
Astronomy Picture of the Day . ... 1.01.2001 . ... During millennium two , humanity continually redefined its concept of "Universe": first as spheres centered on the Earth , in mid-millennium as the Solar System , a few centuries ago as the Galaxy , and within the last century as the matter emanating from the Big Bang . ... 2001 2002 . ... NASA Web Site Statements, Warnings, and Disclaimers . ... Publications with keywords: universe - millennium . Publications with words: universe - millennium . ...
[
Сохраненная копия
]
Ссылки http://www.astronet.ru/db/xware/msg/apod/2001-01-01 -- 14.4 Кб -- 31.12.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>29484) - www.astronet.ru/ )
12. OYSTER Lab
This button lets you add a new region, are remove all previously defined regions. You need to have at least one region defined. Also note that CLEAN components are only subtracted if they fall within a region. In this respect, regions work just like CLEAN windows.
[
Сохраненная копия
]
Ссылки http://www.eso.org/~chummel/oyster/lab/imagr.m1.7.html -- 1.4 Кб -- 26.11.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>39637) - www.eso.org/ )
13. Sfit Control Language: Classified Listing
... spectrum . ... sfit . ... define >macro_name< : define a macro . ... meth_range <w1> <w2>: Set wavelength range for fit . data_spectrum <name> : data in "spectrum" format . ... data_sigma <sigma> : define mean standard error in data . ... data_line_set | ... NB: synth uses multiple calls to spectrum , so various Spectrum commands may also be required. synth : find optimum fit by adjusting abundances, v turb , v sin i , and v rad . ... save <fit> : Save the spectrum and best fit from synth . ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/~csj/software_store/guide/scl_classified.html -- 12.8 Кб -- 18.08.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1122) - star.arm.ac.uk/ )
14. http://www.mccme.ru/dubna/2015/notes/triestino-ex2.pdf
Groups, ends and trees: exercises II Michele Triestino 2015-07-22 Exercise 1. ... Show that the function dS : G Ѕ G - G defined by dS (x, y) = x-1 y S is a distance on G and coincides with the graph distance on the Cayley graph of G with respect to generating set S. Exercise 4. ... Let S and S be two different finite generating sets of a group G. Show that the Cayley graphs (G, S) and (G, S) are quasi-isometric. ... Show that the Cayley graph of a finite group is quasi-isometric to a point. ...
[
Текст
]
Ссылки http://www.mccme.ru/dubna/2015/notes/triestino-ex2.pdf -- 64.8 Кб -- 22.07.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>410) - www.mccme.ru/ )
15. WindowManager (ImageJ API)
... public class WindowManager . ... This class consists of static methods used to manage ImageJ's windows. ... static void . ... Adds the specified window to the Window menu. static boolean . ... Returns a reference to the active image or null if there isn't one. static ImageWindow . ... Makes the image contained in the specified window the active image. static void . ... Returns the first image that has the specified title or null if it is not found. public static void addWindow (java.awt.Frame win) ....
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/WindowManager.html -- 25.4 Кб -- 02.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>880) - www.astro.louisville.edu/ )
16. lsst.tcc: Class Hierarchy
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Classes . ... ClassљHierarchy . ... std::tr1::array< AxisErrEnum, NAxes > . std::tr1::array< AxisStateEnum, NAxes > . std::tr1::array< bool, NAxes > . std::tr1::array< coordConv::PVT, 2 > . std::tr1::array< coordConv::PVT, NAxes > . std::tr1::array< double, 2 > . ... std::tr1::array< double, NAxes > . std::tr1::array< int, NAxes > . ... tcc.axis.axisDevice.AxisStatus . ... Wrapper for a fixed-length array of values, all of the same type . ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/hierarchy.html -- 57.6 Кб -- 14.09.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>570) - www.apo.nmsu.edu/ )
17. (Untitled)
... To do this select File in menu bar and then Save As... in drop-down menu. As a result the Saving dialog box will appear. ... To see the list of files with desirable extension in chosen folder define the type of extension with the help of drop-down list File type at the bottom of the dialog box. ... The name of the file will appear in File name dialog box. ... In case you want to save the file with new name type it in the File name dialog box. ... Click on Save button to save the file. ...
[
Сохраненная копия
]
Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user3qef.htm -- 2.8 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>256) - www.ipa.nw.ru/ )
18. Applying Public Access Programming Techniques To SAOimage
... This paper describes our application of the X Public Access ( XPA ) interface to the new version of SAOimage . XPA allows an Xt program to define named public access points through which data and commands can be exchanged with external programs. ... It provides a high-level image display programming interface as well as low-level access to gterm-image widget functions. ... When a new file name is sent to SAOtng , the appropriate header access program is run to gather the overall image dimensions. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass94/mandele.html -- 11.7 Кб -- 03.11.2000
Похожие документы
Похожие документы
19. http://hea.iki.rssi.ru/Z-90/program.pl~
... TIME[4]+1)." TIME[5]+1900); $time = @TIME[2]." ... TIME [0]; $query; if($ENV{'REQUEST_METHOD'} eq 'GET'){ $query = $ENV{'QUERY_STRING'}; }elsif($ENV{'REQUEST_METHOD'} eq 'POST'){ sysread ... /=/,$fvalues[$i],2); $name= urldecode($name); $val= urldecode($val); $field{$name} = $val; } } $bib_file=$bib_file1; if( defined $field{'db'}){ $bib_file=$bib_file1 if ($field{'db'} eq 1 ); $bib_file=$bib_file2 if ($field{'db'} eq 2 ) ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/Z-90/program.pl~ -- 6.7 Кб -- 12.12.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>851) - hea.iki.rssi.ru/ )
20. Apache Keep-Alive Support
The Keep-Alive extension to HTTP, as defined by the HTTP/1.1 draft, allows persistent connections. ... Apache 1.1 comes with Keep-Alive support on by default, however there are some directives you can use to modify Apache's behavior: . Note : Apache 1.2 uses a different syntax for the KeepAlive directive. ... Default: KeepAlive 5 . Context: server config . ... This directive enables Keep-Alive support. ... In order for Keep-Alive support to be used, first the browser must support it. ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/keepalive.html -- 5.0 Кб -- 15.10.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>79) - neptun.sai.msu.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда