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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.uafo.ru/sw90/pdf/rkgs.pdf.

1. Actor Prolog. Example "D:\MOROZOV\Z\DEMO\EXE\EXAMPLES\ADA_LOG.HTML"
... The begining of program -- Target function: a * b with TEXT_IO ; use TEXT_IO ; procedure EXAMPLE is package IO_INT is new INTEGER_IO ( INTEGER ) ; use IO_INT ; r,b,a: INTEGER ; begin put ( Enter unsigned number 'b', please ... unsigned number 'a', please: ) ; get ( a ) ; declare VAR0 , VAR1 : INTEGER ; begin VAR0 := a; VAR1 := b; declare VAR3 , VAR2 , VAR4 : INTEGER ; begin VAR3 := 0 ; VAR2 := VAR0 ; VAR4 := VAR1 ; while VAR2 /= 0 loop begin if ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/ada_log.html -- 9.8 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>207) - www.cplire.ru/ )

2. http://www.abitu.ru/en2002/closed/viewwork.html?work=138
... 7 Части программы. procedure newdelay(ms:longint); {пауза в микросекундах} var r: registers ; begin r.ah:=$86; r.cx :=ms*1000 div 65536; r.dx :=ms*1000 mod 65536; intr ($15,r) end ; procedure clearcon;assembler; {очистка буфера клавиатуры} asm cli sub ax,ax mov es,ax; mov al,es:[41ah] mov es:[41ch],al sti end ; procedure lptread; {чтение порта 37B} var a:byte; ...
[ Текст ]  Ссылки http://www.abitu.ru/en2002/closed/viewwork.html?work=138 -- 60.5 Кб -- 05.05.2006
Похожие документы

3. http://www.naic.edu/~tghosh/software/pcheck.pro
... tested on SUN and VAX; updated prolog ; ;- ;************************************************************************* pro pcheck, variable , position , dimension , type ; npar = n_params(0) if npar eq 0 then begin print,'PCHECK, VARIABLE , POSITION , DIMENSION , TYPE ' retall endif ; npar ; ; decode valid dimensions ; vdim = bytarr(3) idim = ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/software/pcheck.pro -- 5.1 Кб -- 24.01.2003
Похожие документы

4. http://www.ssau.ru/files/education/metod_1/zemlyanoy_prilozheniya_delphi.pdf
... Delphi procedure TForm1.Button1Click(Sender: TObject); 12. , var x,y,z:real; begin x:=strtofloat(Edit1.text); y:=strtofloat(Edit2.text); z:=sqrt(sqr(x)+sqr(y)); Edit3.text:=floattostr(z); end; 13. ... procedure TForm1.SelectionChange(Sender: TObject); begin SpeedButton1.Down:=fsBold in RichEdit1.SelAttributes.Style; SpeedButton2.Down:=fsItalic in RichEdit1.SelAttributes.Style; SpeedButton3.Down:=fsUnderline in RichEdit1.SelAttributes.Style; end; TForm1 ( private) OnSelectionChange RichEdit1 ( Events...
[ Текст ]  Ссылки http://www.ssau.ru/files/education/metod_1/zemlyanoy_prilozheniya_delphi.pdf -- 367.4 Кб -- 09.12.2014
Похожие документы
Еще в разделе: (Показать все результаты (>71) - www.ssau.ru/ )

5. Symbol Substitution in Command Procedures
Next: DO Loops Up: MIDAS Command Language Previous: Passing Parameters in . As mentioned before, the Monitor performs symbol substitutions on MIDAS command lines in the first pass by replacing symbol names in the command line with their current value. For character symbols just the string is put in; for symbols of other types the binary data are converted to ASCII using the formats specified in the SET/FORMAT command. ... Example 6, MIDAS procedure exa6.prg . ... WRITE/KEYWORD VAR/R/1/1 0. ! ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node40.html -- 12.2 Кб -- 23.02.1996
Похожие документы

6. http://www.atnf.csiro.au/computing/software/gipsy/sub/f2cvv_aux.dc3
... Category: SYSTEM File: f2cvv_aux.src Author: K.G. Begeman Use: For the ALLIANT the following functions are provided: A_ALLIANT( ARG ) Input integer (by value) L_ALLIANT( ARG ) Input integer (by value) RETURN_ COMPLEX _ALLIANT( FIE ) Input procedure FCALL_VOID_ALLIANT( F1, Input procedure STACK ) Input address FCALL_INT_ALLIANT( F2, Input procedure STACK ) Input address FCALL_BOOL_ALLIANT( F3, ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/f2cvv_aux.dc3 -- 5.4 Кб -- 25.09.1993
Похожие документы

7. http://www.sao.ru/hq/zhe/DBMS/testdb.sql
Создание тестовой базы данных Kafedra BEGIN; DROP TABLE lectures; DROP TABLE students; DROP TABLE semestrs ; DROP TABLE courses ; DROP TABLE balls; COMMIT; */ BEGIN; /* Лекторы */ CREATE TABLE lectures ( id_lect INTEGER PRIMARY KEY, surname VARCHAR (50) NOT NULL , name VARCHAR (20) NOT NULL , patronim VARCHAR (50) NOT NULL , phone VARCHAR (20) NOT NULL , mail VARCHAR (20) NOT ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/zhe/DBMS/testdb.sql -- 5.4 Кб -- 24.02.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/zhe/DBMS/testdb.sql -- 5.4 Кб -- 24.02.2010
Похожие документы

8. Compound plot procedures
Next: NPOI raw packet data Up: Introduction Previous: NAT data Contents . These procedures use more elementary functions to produce diagnostic plots. plot_fdldelay , baseline _int [, beam _int ][, /slide ] Plot the residual FDL delay in microns. If keyword slide is 1, then open a sliding plot widget. plot_fdlpower , baseline _int [, beam _int ][, /sf ] Plot a power spectrum (or structure function if sf=1 ) of the delay. ... If beam is not specified, use currently loaded data. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node243.html -- 10.4 Кб -- 28.04.2015
Похожие документы

9. CSPICE Routines: LX4SGN_C
... Abstract Scan a string from a specified starting position for the end of a signed integer. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- string I Any character string. first I First character to scan from in string. last O Last character that is part of a signed integer. nchar O Number of characters in the signed integer. ... You could use this routine to locate the signed integers in the string as shown below. ... Link to routine source . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/lx4sgn_c.html -- 6.9 Кб -- 17.12.2005