Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Dynamically translates


  
  Automated Real-Time Translation - Translation - Localization - Globalization - SDL International
The Enterprise Translation Server™ dynamically translates the contents of the e-mail message into the desired language using topic specific dictionaries.
Translation of text and formatted documents becomes a fast and easy task.
The Enterprise Translation Server™ returns a dynamically generated web page to the user, incorporating the translation and preserving the formatting of the original page.
www.sdl.com /enterprise-translation-server   (356 words)

  
  PearPC   (Site not responding. Last check: 2007-10-19)
It can be executed on Microsoft Windows, Linux and other systems based on POSIX - X11.
The emulator features a Just-in-time (JIT) processor emulation core which dynamically translates PPC code into x86 code, caching the results.
Despite running only on x86 host architectures, the JIT emulation core runs at least ten times faster than the architecture-independent generic processor emulation core, and is the key to achieving usable real-time emulation.
www.serebella.com /encyclopedia/article-PearPC.html   (180 words)

  
 Why type systems are interesting | Lambda the Ultimate
After all it is a dynamic typed invocation, so using it annihilates all the advantages of static typing (unless you have some additional type info).
Similarly is with SQL (dynamic typed), XML (dynamic typed mostly), and most of external technologies -- even if they are statically typed, their type system is incompatible with yours or at least type info is unavailable at compile time.
This simple observation reveals (to me at least) a great weakness in that argument that because dynamically typed languages can always be embedded into a statically typed language and the opposite is not true it follows there is genuine benefit for the programmer in static typing and conversely none in dynamic typing.
www.lambda-the-ultimate.org /node/view/100   (17523 words)

  
 Citations: On determining lifetime and aliasing of dynamically allocated data in higherorder functional specifications ...   (Site not responding. Last check: 2007-10-19)
It is often possible to use a lifetime or escape analysis to deduce bounds on the lifetimes of these dynamically created objects, and to perform optimizations to improve their memory management.
His analysis rst translates a higher order functional program into a sequence of operations in a low level operational model, then performs an analysis on the translated program to determine the lifetimes of....
His analysis first translates a higher order functional program into a sequence of operations in a low level operational model, then performs an analysis on the translated program to determine the lifetimes of....
citeseer.ist.psu.edu /context/94598/0   (3410 words)

  
 Parameter Classes
Dynamically load and instantiate classes of behaviour corresponding to external parameters.
The parameter class itself must be dynamically loaded, and the Reflection API might be needed to find an appropriate constructor of the loaded class.
The CipherFactory translates a parameter into a class by loading a class named after the cipher with "Cipher" prepended, in a subpackage of "com.examplecorp.cipher" that has the same name as the cipher, but lowercase.
www.c2.com /cgi/wiki?ParameterClasses   (2278 words)

  
 Dynamically Generating Conceptual Browsing Interfaces for Digital Libraries Using SVG
She is Principal Investigator (PI) or co-PI on several NSDL projects and is the former chair of NSDL's Educational Impact and Evaluation Committee.
When the CSIP query is sent to the server, it dynamically generates SVG as the front end of this web services and sends back the SVG as a query result to the client through CSIP.
The interactive map visualizations use CSIP’s SVG option; the Service is dynamically generating map, strand, and benchmark ‘viewer’ components in response to user actions in the interface.
www.svgopen.org /2004/papers/guDynamicalVI3   (3365 words)

  
 MultiLingual Computing Inc. Language Technology Product Descriptions   (Site not responding. Last check: 2007-10-19)
Translation workflow allows for source content to be leveraged against existing target language strings, and new content to go through multi-stage translation, edit and review process.
During the translation with Transit XV the text to be translated is continuously searched for terminology that already exists in the database.
In Personal Translator numerous options for varying translation modes can be specified, e.g., the choice of British or American English and the translation of "you" as "Du" or "Sie," but also the breakdown of all German compounds and still many other options.
www.multilingual.com /specialSupplements/ltDetail/ltProduct.htm   (8756 words)

  
 Creating time-dependent scripts using JavaScript
Dynamically writing out html using JavaScript is very important-and powerful.
What you may have not realized is that, using JavaScript, you can dynamically write out any html code, yes, even the tag itself!.
Simply concentrate on how we dynamically wrote out the tag itself, changing the way a document implements a background, depending on browser type.
www.javascriptkit.com /javatutors/time6.shtml   (487 words)

  
 The <bigwig> Project
Instead of aiming for complex services where all parts of the pages are dynamically generated, they fit into the niche where pages have mostly static contents and only small fragments are dynamically generated.
A formula describes a set of strings of event labels, and the associated semantics is that the trace of all event labels being passed by all threads must belong to that set.
20] to translate the given formula into a minimal deterministic finite-state automaton that is used by the controller process to grant permissions to individual threads.
www.brics.dk /bigwig/publications/bigwig   (11580 words)

  
 Dynamically Generating Conceptual Browsing Interfaces for Digital Libraries Using SVG
Digital Libraries' Perspective: By dynamically generating conceptual browsing interfaces in SVG, the Strand Map Service will enable digital libraries to organize their resources around science content standards.
It consists of a client request handler to analyze user requests and generate a service call; an application logic to dynamically generate visual interfaces in SVG; and a data resources component to connect to Relational Database (Microsoft SQL Server 2000) at backend and generate and execute SQL Query.
A visualization algorithm that we have developed is then applied to dynamically generate a graphical representation of the concept browsing interface in SVG.
www.svgopen.org /2004/paperAbstracts/guDynamicalVI3.html   (764 words)

  
 Transitive - Eliminate the Hardware | Software Dependency
QuickTransit dynamically translates processor instructions and operating system calls as an application is running and has 3 key components; a dynamic binary translator, an operating system call mapper, and an integration “FUSE”.
The dynamic binary translator has a modular architecture consisting of three key components.
This feature has been used, for example, to allow translated applications to call a native accelerated graphics library for the graphics chipset in the target platform, delivering higher quality and speed than other solutions.
www.transitive.com /products/index.htm   (523 words)

  
 Information Manager Journal: Headcounting: Java vs. VB .Net developers   (Site not responding. Last check: 2007-10-19)
Native methods are dynamically linked to the Java program; that is, they are associated with the program at runtime.
The whole document is then translated into French, producing another piece of paper with the French version written on it.
The translated document can be read at any time after that, and at the normal speed at which the French-speaker reads.
scottmace.typepad.com /imanager/2003/12/java_vs_vb_net.html   (8130 words)

  
 Basic mode of operation - CHICKEN - A practical and portable Scheme system. Version 2, Build 2   (Site not responding. Last check: 2007-10-19)
The compiler translates Scheme source code into fairly portable C that can be compiled and linked with most available C compilers.
Compiled Scheme code can be loaded dynamically, or can be embedded in applications written in other languages.
Macro definitions in separate units are not available, since they are defined at compile time, i.e the time when that other unit was compiled (macros can optionally be available at runtime, see define-macro in Substitution forms and macros).
www.call-with-current-continuation.org /manual/Basic-mode-of-operation.html   (318 words)

  
 Compiling and linking   (Site not responding. Last check: 2007-10-19)
A shared object, or dynamically linked library as in our case here, is a single object file that contains the code for every function in the library.
When you call a library function in your program and specify a dynamic linking option (-dy) on the cc command line, the entire contents of the dynamically linked library are mapped into the virtual address space of your process at run time.
See ``Link editing'' for more information on how statically and dynamically linked libraries are implemented, and details on how to combine the static and dynamic linking approaches in different ways according to your needs.
osr5doc.sco.com:1997 /tools/ccs_comp_link.html   (675 words)

  
 SML To Oz Compiler   (Site not responding. Last check: 2007-10-19)
SML is statically typed while Oz is dynamically typed.
This compiler translates dynamically typed SML programs to the base language of Oz 3 and is intended to be a test platform for future Oz systems.
It was developed during an advanced level practical study course (a so called ``Fortgeschrittenen Praktikum'') at Prof.
www.ps.uni-sb.de /~kornstae/Doc/SMLOzCompiler   (72 words)

  
 Macworld: News: Transitive demonstrates CPU morphing software
Dynamite works by dynamically translating binaries compiled for one CPU into binaries usable by a different CPU.
Below the Dynamite kernel is a layer that either communicates between the kernel and the OS or the kernel and the CPU.
However, as the translator optimized its translation it began to catch up and eventually exceeded the performance of the native XMaze.
www.macworld.com /news/2001/06/13/morphing/index.php?pf=1   (836 words)

  
 Example Krugle Code Search: dynamic html
Dynamator combines standard HTML with files containing server code to create standard server pages in technologies like JSP, XSL, PHP, and Java.
It allows multiple data sets to be combined into a single dynamic web page, and is ideal for the creation of data mining, page analysis, Web page filtering, and article clipping software.
Parameter whose value is generated dynamically by a callable object.
www.krugle.com /examples/keywords/dynamic-html.html   (570 words)

  
 Lost in Translation   (Site not responding. Last check: 2007-10-19)
Leaving this field empty causes the translation to apply to the form or report (for example, the caption of a form or report).
If you've set up replacement text for those controls and forget to remove these entries from the translation table, a runtime error will be raised as my translation routine tries to update that control.
Translating the switchboard is another situation where you can use the custom code procedure.
msdn2.microsoft.com /en-us/library/aa167299(office.11).aspx   (3638 words)

  
 Citations: Customization: Optimizing compiler technology for SELF - Chambers, Ungar (ResearchIndex)   (Site not responding. Last check: 2007-10-19)
....optimization is performed at runtime, and thus a common characteristic of past dynamic analysis techniques is that they are limited in scope because they are usually performed on a single method (or a small number of methods) at a time.
More recent approaches enable analyses to be performed dynamically (while the program is executing) and optimistically (by ignoring feasible....
To show that C can be used to do this easily and efficiently we present a recursive descent compiling interpreter that accepts a subset of C that we call Tiny C [5] Tiny C has only an integer type; it supports most of C s relational and arithmetic operations (etc. and provides if....
citeseer.ist.psu.edu /context/242/0   (2273 words)

  
 The Devilfinder Search Engine - Device translates spoken Japanese and English - Breaking News ... - Finding Stuff Since ...
Translates from Spanish, French, and German to English, as well as from English to...
Translated into English, the title means "I could die for you" or "I would die for you.
Translations are available to and from English to Spanish, German, French, Japanese, Dutch, Swedish,...
www.devilfinder.com /find.php?q=Device+translates+spoken+Japanese+and+English+-+Breaking+News+...   (5354 words)

  
 Software translates x86 applications to MIPS: News from Transitive Technologies
Transitive Technologies reckons Dynamite X/M is the first CPU translation and optimisation engine to enable software written for x86 platforms to run transparently on MIPS32 and MIPS64 processors.
Dynamite is unique in its ability to translate from one binary ISA to another at run time, while performing significant optimisations on the code.
Dynamite X/M translates at run-time and is able to dynamically apply knowledge learned about the behavioral execution of the program.
www.electronicstalk.com /news/trb/trb100.html   (962 words)

  
 Transmeta Corporation : Crusoe > Architecture > Code Morphing Software   (Site not responding. Last check: 2007-10-19)
Further efficiencies are possible by saving the translations in memory that is inaccessible to normal x86 code.
This special memory area is named the Translation Cache and allows CMS to re-use translations and eliminate redundancies.
CMS matches repeated executions with entries in the Translation Cache and the optimized translation is executed at full speed with minimal overhead.
www.transmeta.com /crusoe/codemorphing.html   (520 words)

  
 [No title]   (Site not responding. Last check: 2007-10-19)
Formally, can give a dynamic semantics (usually operational), e.g., set of transition rules, for language, which defines safe and unsafe behavior.
Note: Static checks constrain programming style, since some (dynamically) safe programs are bound to be rejected by (conservative) static checkers.
What happens when we translate from an abstract machine (like JVM) or other IR to real machine code (optimizing as we go?) Want to guarantee safety (more specifically: that abstractions are respected) at machine code leval, again by static checks.
www.cs.pdx.edu /~apt/cs577_2002/lecture17.txt   (532 words)

  
 J-series™ Services Router Advanced WAN Access Configuration Guide
Source static NAT translates an internal source address to a NAT address from the referenced pool on a one-to-one basis.
In the sample source dynamic NAT scenario shown in Figure 14, the source address 192.168.1.1 is translated to address 121.0.1.1 from the defined NAT pool, and is assigned port 20001 from the defined port pool.
Assigning addresses dynamically also allows a few public IP addresses to be used by several private hosts in contrast with an equal sized pool required by source static NAT.
www.juniper.net /techpubs/software/jseries/junos80/jseries80-config-guide-advanced/nat-overview-section.html   (540 words)

  
 InterTran, translation server, translate, translator, Dutch, Latin, translation, translate, translator
InterTran Web Site Translation Server can save your company huge costs and time of continually translating pages that you might be updating in your native language on a daily, weekly or monthly basis.
These new 'unknown' words and phrases (phrases are very important) are then automatically sent for translation to our company and after translation are automatically updated into the translation dictionary at your site.
Translate any web page or text to or from one or more of over 25 languages within your web browser through your corporate server.
www.tranexp.com /win/itserver.htm   (403 words)

  
 Cisco - Cisco IOS Easy IP
In addition, using dynamic IP addresses saves time and money associated with IP address and subnet mask configuration tasks on remote hosts and eliminates the need to configure remote host IP addresses when moving from network to network.
Dynamic allocation is particularly useful for assigning an address to a client that will be connected to the network only temporarily or for sharing a limited pool of IP addresses among a group of clients that do not need permanent IP addresses.
Dynamic allocation may also be a good choice for assigning an IP address to a new client being permanently connected to a network where IP addresses are sufficiently scarce that it is important to reclaim them when old clients are retired.
www.cisco.com /warp/public/cc/pd/iosw/ioft/ionetn/tech/ezip1_wp.htm   (3818 words)

  
 Brain Patchwork DX, LLC. Important Product and Company News Information   (Site not responding. Last check: 2007-10-19)
Server Side Includes are basic HTML comment tags that a web server dynamically translates into the output stream.
Our goal was to provide end-users of WWS the ability to manage large web sites that produce dynamic output without the latency found with external web server plug-ins.
Description: This command was originally designed to implement a way of better managing your site, by dynamically merging files on the server to produce the output requested.
www.delphideli.com /products/wws/ssi   (676 words)

  
 Programming languages
assembly language is the lowest level of human-oriented (name-based) language normally used; it is translated into machine code by an assembler
• an interpreter is a program which dynamically translates a high-level language into machine code (i.e., it re-translates repeated steps as it goes)
• a compiler is a program which translates a complete high-level program into a completed machine code program, once and for all
www.willamette.edu /~fruehr/231old/lectures/hardware5.html   (105 words)

  
 Publications of E Christopher Lewis
However, the utility of dynamic translation is severely limited by a lack of integration with the system in which it is used, instead, requiring individual users to initiate and program the translator.
DISE (dynamic instruction stream editing) is a previously-proposed, programmable hardware facility for dynamically customizing applications by transforming the fetched instruction stream as it is decoded.
Dynamic instruction macro-expansion is widely used in many of today's processors to convert a complex ISA to an easier-to-execute, finer-grained internal form.
www.cis.upenn.edu /~eclewis/pubs.html   (5827 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.