-
1 immutable reference type
вчт неизменяемый базовый типEnglish-Russian electronics dictionary > immutable reference type
-
2 type
1) типа) класс; категория; родб) группа; вид2) модель; образец || быть моделью; служить образцом3) вчт символ ( определённого типа) || служить символом4) литера5) шрифт7) печатать (напр. на пишущей машине); набирать (напр. текст); вводить (напр. данные)8) распечатывать (напр. файл); выводить (напр. данные)•- type of entity
- abstract data type
- acoustical type of lattice vibration
- algebraic data type
- application-oriented data type
- body type
- built-in type
- condensed type
- conductivity type
- constructed data type
- creator type
- data type
- derived type
- digitized type
- display type
- emission type
- encapsulated type
- enumerated type
- expanded type
- fundamental type
- generic type
- immutable reference type
- integral type
- large resource data type
- memory type
- MIME type
- mode type
- Moon type
- mutable reference type
- optical type of lattice vibration
- ordinal type
- parametrized type
- portable user type
- predefined type
- preferred types
- primary type
- primitive type
- private type
- reference type
- resource type
- restricted type
- rotated type
- scalar data type
- set type
- small resource data type
- spectral type
- sum of product type
- user-defined type
- vector data type
- wraparound type -
3 неизменяемый базовый тип
Русско-английский словарь по электронике > неизменяемый базовый тип
-
4 неизменяемый базовый тип
Русско-английский словарь по радиоэлектронике > неизменяемый базовый тип
-
5 file
1) файл || формировать [организовывать] файл; заносить в файл; хранить в файле2) картотека; архив, комплект || составлять картотеку; вести картотеку•{to }close a file — закрывать файл
{to }create a file — создавать файл
{to }establish a file — выделять файл
{to }open a file — открывать файл
{to }reset a file — возвращаться к началу файла
- accounting file - activity file{to }scratch a file — ликвидировать файл
- archival quality file
- archived file
- attached file
- backup file
- batch transaction file
- binary resource file
- bit map file
- blocked file
- block-type file
- calendar file
- card file
- cassette file
- cataloged file
- central file
- chained file
- change file
- chapter file
- character-type file
- checkpoint file
- circular file
- class file
- com file
- combined file
- command file
- computer file
- concatenation file
- conceptual file
- configuration file
- contiguous file
- cross-index file
- crunched file
- data file
- data sensitive file
- DD file
- dead file - detail file
- device description file
- device independent file
- differential file
- digital audio file
- direct access file
- disk file
- display file
- drawing file - encrypted file
- exe file
- executable file
- flat file
- follow-up file
- forms file
- fresh operand file
- garbled file
- graphics file - hierarchical file
- immutable file
- inactive file
- index file
- indexed file
- indexed sequential file
- input file
- integrated data file
- inverted file
- jar file
- kill file
- labeled file
- license file
- link file
- linked file
- local file
- logical file
- lossy file
- magnetic card file
- magnetic disk file
- magnetic tape file
- main file
- manual file
- many-reel file
- master data file
- master file
- master-program file
- measurement file
- mechanized file
- memo file
- multiextent file
- multireel file
- multivolume file
- negative file
- netlist file
- nondedicated file
- object file
- on-line central file
- on-line file
- output file
- parallel search file
- permanent data file
- physical-image file
- printer description file
- private file
- privileged file
- problem file
- process data file
- program file
- protected file
- public file
- qualifying data file
- random file
- random-access file
- raw raster file
- README file
- readme file
- read-only file
- record address file
- recorder file
- reference file
- register file
- relational file
- remote file
- resource script file - scanline-data-formatted file
- scratch file
- seed file
- self-extracting file
- sequential file
- settings file
- setup file
- shared file
- sort file
- source file
- sparsed file
- spill file
- spooled file
- squeezed file
- standard file
- structured data file
- suspense file
- system file
- system recorder file
- tagged file
- tape file
- temporary file
- test-vector file
- text file
- threaded file
- trace file
- transaction file
- unireel file
- unlabeled file
- unlinked file
- unnamed file
- unstructured data file
- update file
- virus-infected file
- visible file
- volatile file
- wallpaper file
- wire file
- work fileEnglish-Russian dictionary of computer science and programming > file
См. также в других словарях:
Reference type — In Object oriented programming, a reference type is a data type that can only be accessed by references. Unlike objects of value types, objects of reference types cannot be directly embedded into composite objects and are always dynamically… … Wikipedia
Immutable object — Immutable and Immutability redirect here. For the Christian doctrine, see Immutability (theology). In object oriented and functional programming, an immutable object is an object whose state cannot be modified after it is created.[1] This is in… … Wikipedia
Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing … Wikipedia
Reference counting — In computer science, reference counting is a technique of storing the number of references, pointers, or handles to a resource such as an object or block of memory. It is typically used as a means of deallocating objects which are no longer… … Wikipedia
Object type (object-oriented programming) — See also: Object (computer science) In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.[citation needed] Some… … Wikipedia
Object type — In computer science, an object type (a.k.a. wrapping object) is a datatype which is used in object oriented programming to wrap a non object type to make it look like a dynamic object.Some object oriented programming languages make a distinction… … Wikipedia
Comparison of C Sharp and Java — The correct title of this article is Comparison of C# and Java. The substitution or omission of the # sign is because of technical restrictions. Programming language comparisons General comparison Basic syntax Basic instructions … Wikipedia
Python syntax and semantics — The syntax of the Python programming language is the set of rules that defines how a Python program will be written and interpreted (by both the runtime system and by human readers). Python was designed to be a highly readable language. It aims… … Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
Python (programming language) — infobox programming language name = Python paradigm = multi paradigm: object oriented, imperative, functional year = 1991 designer = Guido van Rossum developer = Python Software Foundation latest release version = 2.6 latest release date =… … Wikipedia
Constructor (object-oriented programming) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia