0%

34-letter words containing a, g, i, t, p, r

  • adaptive transform acoustic coding — (algorithm)   (ATRAC) An audio compression algorithm, introduced by Sony for its Mini Disk, which relies on the masking of low-amplitude frequency components by temporaly adjacent high-amplitude components. ATRAC consists of a three-band subband encoder (0...5.5, 5.5...11, 11...22 kHz) and a MDCT based transformation encoder.
  • algebra of communicating processes — (theory)   (ACP) Compare CCS.
  • asymmetric digital subscriber loop — Asymmetric Digital Subscriber Line
  • chechen-ingush autonomous republic — an autonomous republic of the Russian Federation, in Caucasia. 7350 sq. mi. (19,300 sq. km). Capital: Grozny.
  • communicating functional processes — (language)   (CFP) A parallel functional programming language.
  • communicating sequential processes — (language, parallel)   (CSP) A notation for concurrency based on synchronous message passing and selective communications designed by Anthony Hoare in 1978. It features cobegin and coend and was a precursor to occam. See also Contextually Communicating Sequential Processes.
  • component integration laboratories — (project)   (CIL) An effort to create a common framework for interoperability between application programs on desktop platforms, formed by Apple Computer, Inc., IBM, Novell, Oracle, Taligent, WordPerfect and Xerox.
  • continuous system modeling program — (simulation)   (CSMP) A program for simulation of dynamics of continuous systems by numerical integration of complex systems of differential equations. CSMP is similar to CSSL.
  • control program for microcomputers — (operating system)   (CP/M) An early microcomputer operating system written by Gary Kildall of Digital Research for 8080 and Zilog Z80-based 8-bit computers. CP/M was very popular in the late 1970s but was virtually wiped out by MS-DOS after the release of the IBM PC in 1981. Many of CP/M's features and conventions strongly resemble those of early DEC operating systems such as TOPS-10, OS/8, RSTS and RSX-11. CP/M might have been the OS for the IBM PC instead of MS-DOS but Kildall wanted to keep control of his creation and only license it to IBM. Big Blue however wanted to own and control it completely. Kildall spent the day IBM's reps wanted to meet him enjoying the perfect flying weather in his private plane.
  • digital signal processing language — (language)   (DSPL) A C-derived DSP language.
  • enterprise application integration — (software)   (EAI) The use of middleware to integrate the application programs, databases, and legacy systems involved in an organisation's critical business processes.
  • export credit guarantee department — an agency providing insurance to exporters of British goods and services
  • georgian soviet socialist republic — a republic of the U.S.S.R.: now Georgia2
  • home phoneline networking alliance — (communications, networking, protocol, standard)   (HomePNA) A non-profit association of more than 100 technology companies working together to ensure adoption of a phone line networking standard which should provide high-speed, affordable home networking. The Home Phoneline Networking Alliance (HomePNA) was founded in June 1998 by 3Com, AMD, AT&T Wireless Services, Compaq, Conexant, Epigram, Hewlett-Packard, IBM, Intel, Lucent Technologies, Rockwell Semiconductor Systems, and Tut Systems. The membership now spans the networking, telecommunications, hardware, software, and consumer electronics industries. The alliance was originally formed because of the increasing demand for home networking caused by the growing number of homes with multiple PCs (and other devices) to connect together to provide facilities such as shared Internet access, networked gaming, and sharing of peripherals, files and applications. The member companies aimed to develop open standards to ensure compatibility between different manufacturers' products. They also decided that this should be done using the phone wiring that already existed in people's homes. The concept of "no new wires" networking meant installation was simpler. HomePNA's original specifications could be used to create a 1 Mbps (megabits per second) Ethernet-compatible LAN with no hubs, routers, splitters or terminations. Adapters would allow any computer (or other device) with an Ethernet port to be linked to the home network. Up to 25 PCs, peripherals and network devices can be connected to such a network. On 1999-12-01, the HomePNA announced a new release of its networking technology specification, called Home PNA 2.0. Like the first specification, it uses existing phone lines, but it can operate at speeds up to 10 Mbps. The new version is backwardly compatible with the original 1 Mbps HomePNA technology, and is designed to provide faster networks suitable for future voice, video and data applications.
  • houston automatic spooling program — (operating system)   (HASP) A program developed by IBM for NASA in the 1960s to SPOOL output on OS/MFT and OS/MVT to improve job processing performance.
  • independent computing architecture — (protocol)   (ICA) Citrix's proprietary protocol that allows client desktop computers to run applications on application servers. Originally used between Windows systems, ICA is now also suported on Unix and Macintosh desktops and servers as well as some thin client hardware.
  • integrated development environment — interactive development environment
  • internet group management protocol — (protocol)   (IGMP) An extension to the Internet Protocol, used by IP hosts to report their host group memberships to immediately-neighbouring multicast routers. See also MBONE. Version 1 of IGMP is defined in Appendix 1 of RFC 1112. Version 2 is proposed in RFC 2236.
  • joint bi-level image experts group — (algorithm)   (JBIG) An experts group of ISO, IEC and ITU-T (JTC1/SC2/WG9 and SGVIII) working to define a compression standard for lossless image coding. Their proposed algorithm features compatible progressive coding and sequential coding and is lossless - the image is unaltered after compression and decompression. JBIG can handle images with from one to 255 bits per pixel. Better compression algorithms exist for more than about eight bits per pixel. With multiple bits per pixel, Gray code can be used to reduce the number of bit changes between adjacent decimal values (e.g. 127 and 128), and thus improve the compression which JBIG does on each bitplane. JBIG uses discrete steps of detail by successively doubling the resolution. The sender computes a number of resolution layers and transmits these starting at the lowest resolution. Resolution reduction uses pixels in the high resolution layer and some already computed low resolution pixels as an index into a lookup table. The contents of this table can be specified by the user. Compatibility between progressive and sequential coding is achieved by dividing an image into stripes. Each stripe is a horizontal bar with a user definable height. Each stripe is separately coded and transmitted, and the user can define in which order stripes, resolutions and bitplanes are intermixed in the coded data. A progressively coded image can be decoded sequentially by decoding each stripe, beginning by the one at the top of the image, to its full resolution, and then proceeding to the next stripe. Progressive decoding can be done by decoding only a specific resolution layer from all stripes. After dividing an image into bitplanes, resolution layers and stripes, eventually a number of small bi-level bitmaps are left to compress. Compression is done using a Q-coder. The Q-coder codes bi-level pixels as symbols using the probability of occurrence of these symbols in a certain context. JBIG defines two kinds of context, one for the lowest resolution layer (the base layer), and one for all other layers (differential layers). Differential layer contexts contain pixels in the layer to be coded, and in the corresponding lower resolution layer. For each combination of pixel values in a context, the probability distribution of black and white pixels can be different. In an all white context, the probability of coding a white pixel will be much greater than that of coding a black pixel. The Q-coder, like Huffman coding, achieves compression by assigning more bits to less probable symbols. The Q-coder can, unlike a Huffman coder, assign one output code bit to more than one input symbol, and thus is able to compress bi-level pixels without explicit clustering, as would be necessary using a Huffman coder. Maximum compression will be achieved when all probabilities (one set for each combination of pixel values in the context) follow the probabilities of the pixels. The Q-coder therefore continuously adapts these probabilities to the symbols it sees. JBIG can be regarded as two combined algorithms: (1) Sending or storing multiple representations of images at different resolutions with no extra storage cost. Differential layer contexts contain pixels in two resolution layers, and so enable the Q-coder to effectively code the difference in information between the two layers, instead of the information contained in every layer. This means that, within a margin of approximately 5%, the number of resolution layers doesn't effect the compression ratio. (2) A very efficient compression algorithm, mainly for use with bi-level images. Compared to CCITT Group 4, JBIG is approximately 10% to 50% better on text and line art, and even better on halftones. JBIG, just like Group 4, gives worse compression in the presence of noise in images. An example application would be browsing through an image database.
  • processor system modeling language — (language)   (PSML) A language for simulating computer systems designs, implemented as a preprocessor to SIMSCRIPT.
  • programmed graph rewriting systems — (language)   (PROGRES) A very high level language based on graph grammars, developed by Andy Scheurr <[email protected]> and Albert Zuendorf <[email protected]> of RWTH, Aachen in 1991. PROGRES supports structurally object-oriented specification of attributed graph structures with multiple inheritance hierarchies and types of types (for parametric polymorphism). It also supports declarative/relational specification of derived attributes, node sets, binary relationships (directed edges) and Boolean constraints, rule-oriented/visual specification of parameterised graph rewrite rules with complex application conditions, nondeterministic and imperative programming of composite graph transformations (with built-in backtracking and cancelling arbitrary sequences of failing graph modifications). It is used for implementing abstract data types with graph-like internal structure, as a visual language for the graph-oriented database GRAS, and as a rule-oriented language for prototyping nondeterministically specified data/rule base transformations. PROGRES has a formally defined semantics based on "PROgrammed Graph Rewriting Systems". It is an almost statically typed language which additionally offers "down casting" operators for run time checked type casting/conversion (in order to avoid severe restrictions concerning the language's expressiveness). Version RWTH 5.10 includes an integrated environment.
  • real-time operating system nucleus — The Real-Time Operating System Nucleus
  • routing table maintenance protocol — (protocol)   (RTMP) A protocol used by AppleTalk to ensure that all routers on the network have consistent routing information.
  • simple network management protocol — (protocol)   (SNMP) The Internet standard protocol, defined in STD 15, RFC 1157, developed to manage nodes on an IP network. SNMP is not limited to TCP/IP. It can be used to manage and monitor all sorts of equipment including computers, routers, wiring hubs, toasters and jukeboxes. See also Management Information Base, Simple Network Management Protocol version 2.
  • supercalifragilisticexpialidocious — (used as a nonsense word by children to express approval or to represent the longest word in English.)
  • synthesizer specification language — (SSL) A specification language based on term algebra and attribute grammars. SSL is used by the Synthesizer Generator, a generator for language-based editors such as the Cornell Program Synthesizer.
  • to put all your eggs in one basket — If someone puts all their eggs in one basket, they put all their effort or resources into doing one thing so that, if it fails, they have no alternatives left.
  • turn/beat swords into ploughshares — If you say that swords have been turned into ploughshares or beaten into ploughshares, you mean that a state of conflict between two or more groups of people has ended and a period of peace has begun.

On this page, we collect all 34-letter words with A-G-I-T-P-R. It’s easy to find right word with a certain length. It is the easiest way to find 34-letter word that contains in A-G-I-T-P-R to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?