Examples of using Implementation details in English and their translations into Hungarian
{-}
-
Programming
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Financial
-
Official/political
-
Computer
We went into the implementation details.
Implementation details are forthcoming.
The model does not need to deal with complex implementation details.
Lot of the implementation details away from the user.
The thesis presents the architecture of the whole system and some implementation details.
Implementation details should therefore be hidden from the user.
It allows the hiding of implementation details from the client.
It covers consistent modelling techniques without going into implementation details.
The computational and implementation details of the system are hidden at this level of description, or are yet to be determined.
A module is an independent piece of code that hides implementation details behind an interface.
After the implementation details, I describe a test environment that can be used to verify the behavior and the performance of the implementation. .
In a future article I will discuss RS-422/485 electrical characteristics and implementation details.
There are a number of simple optimizations or implementation details that can significantly affect the performance of an A* implementation. .
The course content focuses on user interfaces, program structure,language syntax, and implementation details.
For those who just have to know the implementation details, this means that a single IO object can sometimes be managing more than one operating system file descriptor.
Then I present the architecture of the system and the concepts and implementation details of the data collector module.
Implementation details for the Seed Capital action and the Partnership action, including fiduciary, management and monitoring aspects, shall be subject to an agreement between the Commission and the EIF or the relevant international financial institutions.
In particular, Article 5 of the contested decisiondoes not require Microsoft to disclose implementation details to its competitors.
As stated at recitals 34, 570 and 571 to the contested decision, and as already stated at paragraphs 199 to 206 above, such a result may be achieved by communicating only the specifications of certain protocols, that is to say,without disclosing implementation details.
It's going to be definitely more of kind of a high level section today, though, because there are a lot of them,and if we went into the implementation details on all of these, we wouldn't even get through linked lists and maybe a little bit of hash tables.
This very common error is dangerous because it causes asubtle but pervasive time sink across the complex project.[11] Testing implementation details.
From a theoretical point of view the possibilities of linking the various data sources andfrom a practical point of view, through the implementation details, the possibilities and examples of information retrieval as well as a number of related development perspectives are presented.
During the next months, the operator will test the technology on different base-stations in the network, and later,depending on the test results and the evolution of spectrum allocations, the implementation details will be established.
As regards the reports mentioned by the Court, different aspects of performance, complementary to each other, are covered bythe three reports, which concern the implementation details of financial and budgetary management, the synthesis of the Commission's management achievements and the overall performance of the EU financial programmes.
This implementation detail should not be relied upon, as it may change.
Considered an implementation detail.
In the closing chapters I describe the prototype implementation of the reverse proxy andreview some interesting implementation detail, respectively I document the test results of the prototype.
For example, I flag messages to the programmer, which usually describe some technical implementation detail, as“Technical Notes”.
Implementation detail: Parts Depot could implement the service that gets detailed data about a particular part by employing a Java Servlet which parses the string after the host name, uses the part number to query the parts database, formulate the query results as XML, and then return the XML as the payload of the HTTP response.
However, since constants are very often merely an implementation detail, and the interfaces implemented by a class are part of its exported API,this practice amounts to putting implementations details into the API, which was considered inappropriate by, e.g., Java designer Joshua Bloch.[1] In general, collecting system constants into classes independent of behaviour might create a poor object-oriented design because it is often a sign of low cohesion.