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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/ftp/software/tex/posters/monster2e.sty.

1. Special Characters
This section contains information of how user agents should treat control characters and other special characters. ... There are 256 character positions in the Latin-1 encoding. ... It consists of the space character, 186 characters that form a subset of the graphic characters in ISO 6937/2 (1983), and four additional characters that are intended for inclusion in ISO 6937/2. ... Certain characters are taken to have special meaning within the context of an HTML document. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/specialchars.html -- 6.7 Кб -- 19.12.1996
Похожие документы

2. Pulsar Group PmWiki/Special Characters
... Data archive . PmWiki . Summary: PmWiki group header. ... When creating pages it's common to use commercial trademarks, copyright, umlaut, and other non-keyboard symbols. therefore it's important that you have the means to input these special characters. PmWiki supports the HTML special character listings by the w3c. W3C Page of Special Character codes ISO standard. ... For a nice table of the same codes that show the codes with the output go to the Noble Desktop special character page. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.SpecialCharacters -- 13.3 Кб -- 12.04.2016
Похожие документы

3. OptInt PmWiki : PmWiki / Special Characters
OptInt PmWiki : Pm Wiki / Special Characters . When creating pages it's common to use commercial trademarks, copyright, umlaut, and other non-keyboard symbols. therefore it's important that you have the means to input these special characters. PmWiki supports the HTML special character listings by the w3c. W3C Page of Special Character codes ISO standard. ... 169; | ... Find an instance of a special character in an online document; copy and paste the character to your wiki page: © . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/SpecialCharacters?action=print -- 9.7 Кб -- 01.03.2014
Похожие документы

4. ASA Carriage Control Characters
The first character in each record (line) of formatted output defines a carriage control character to the lineprinter, often called ASA-character, for a previous name of the US Standardization Organization ANSI. ... When using VAX/VMS for output first on a file, which is to be printed later on paper, it is advisable to use the extension .DAT . ... You use the compiler switch -vms f77 -vms prog.f and get the control characters removed from the screen output. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/asa.html -- 4.5 Кб -- 23.03.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/asa.html -- 4.5 Кб -- 23.03.1996
Похожие документы
Еще в разделе: (Показать все результаты (>1845) - crydee.sai.msu.ru/ )

5. Character Classification and Conversion
... int iscntrl( int c) - True if c is a control character . int isdigit( int c) - True if c is a decimal digit . int isgraph( int c) - True if c is a graphical character . int islower( int c) - True if c is a lowercase letter . int isprint( int c) - True if c is a printable character . int ispunct ( int c) - True if c is a punctuation tolower(int c) - Convert c to lowercase. int toupper(int c) - Convert c to uppercase. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_21_2.html -- 2.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_21_2.html -- 2.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_21_2.html -- 2.8 Кб -- 02.10.2012
Похожие документы

6. HTML Tag Reference
... To use the upper ASCII characters in HTML documents, you need to type decimal references or entity references. Decimal references have the format &#nnn ; where nnn is a number that references the character. ... In addition to entity and decimal references, HTML has reserved characters that have special meanings in HTML files. ... You must use either the entity or decimal reference if you want to use one of these characters in your HTML files. Table B. Characters and their Decimal References . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/tags22.htm -- 25.3 Кб -- 02.03.1998
Похожие документы

7. Statistics of diacritical characters in Minor Planets Names
... the total number of numbered minor planets is 350441 ; . the total number of named minor planets is 17621 ; . the unnamed minor planet with the least number: (3708) 1974 FV1 ; . the named minor planet with the greatest number: (340980) Bad Vilbel ; . the total number of minor planet names containing symbols with diacritical characters is 839 ; . ... the first minor planet named using a symbol with diacritical character is (61) Dana?. ... Symbol . ... Minor planet names ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/statmpn.htm -- 6.0 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>29) - www.ipa.nw.ru/ )

8. Character Device Drivers
... int major . ... Here is an example of foo_write() : static int foo_write(struct inode * inode, struct file * file, char * buf, int count) { unsigned int minor = MINOR(inode->i_rdev); char ret; while (count > 0) { ret = foo_write_byte(minor); if (ret < 0) { foo_handle_error(WRITE, ret, minor); continue; } buf++ = ret; count-- } return count; } foo_write_byte() and foo_handle_error() are either functions defined elsewhere in foo.c or pseudocode. ... 2. return value of foo_write(...) by My name here . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/char.html -- 8.3 Кб -- 23.03.2000
Похожие документы
Еще в разделе: (