Примери коришћења Exactly once на Енглеском и њихови преводи на Српски
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Latin
-
Cyrillic
And I used it exactly once.
A Hamilton cycle is a cycle in a graph that visits every vertex exactly once.
Directly on the Arctic Circle these events occur, in principle, exactly once per year: at the June and December solstices.
A Hamiltonian cycle is a closed path that visits every vertex exactly once.
PROM, invented in 1956,allowed users to program its contents exactly once by physically altering its structure with the application of high-voltage pulses.
Each number from 0… 9 appears exactly once.
The knight's tour is a puzzle which dates back to the 9th century,where the object is to move a knight to every square on the chessboard exactly once.
However, there is a substantial difference when the expressions have side effects. a< f(x)<b will evaluate f(x) exactly once, whereas a< f(x) and f(x)< b will evaluate it twice if the value of a is less than f(x) and once otherwise.
Hamiltonian path- a path that visits each vertex exactly once.
It is a minimization problem starting and finishing at a specified vertex after having visited each other vertex exactly once.
Each number from 0 to 19 appears exactly once!
Each two consecutive permutations in the sequence generated by the Steinhaus-Johnson-Trotter algorithm correspond in this way to two vertices that form the endpoints of an edge in the permutohedron, and the whole sequence of permutations describes a Hamiltonian path in the permutohedron,a path that passes through each vertex exactly once.
Every number from 1 to 9 appears exactly once.
The problem is to find the shortest path that visits every line exactly once.
Each of the numbers from 1 to 9 occurs exactly once.
A Hamiltonian cycle is a cycle that visits each vertex exactly once.
An Eulerian trail,[3] or Euler walk in an undirected graph is a walk that uses each edge exactly once.
Can you move a knight on a chessboard so thatit visits every square exactly once?
A Hamiltonian cycle in a directed graph is a cycle that passes through each vertex of the graph exactly once.
An Eulerian cycle,[3] Eulerian circuit or Euler tour in an undirected graph is a cycle that uses each edge exactly once.
In graph theory, an Eulerian trail(or Eulerian path) is a trail in a graph which visits every edge exactly once.
In graph theory,a Hamiltonian path is a traceable path in an undirected ordirected graph that visits each node exactly once.
Given a list of cities and the distances between each pair of cities,what is the shortest possible route that visits each city exactly once and returns to the origin city?
Given the graph above, is it possible to construct a path(or a cycle- a path starting and ending on the same vertex)which visits each edge exactly once?
Given the graph on the right, is it possible to construct a path(or a cycle for example, a path starting and ending on the same vertex)which visits each edge exactly once.
One of the most famous examples is the travelling salesman problem:"Given a list of cities and the distances between each pair of cities,find the shortest possible route that visits each city exactly once and returns to the origin city.".
A solution was proposed by Andreas Hinz, and is based on the observation that in a shortest sequence of moves, the largest disk that needs to be moved(obviously one may ignore all of the largest disks that will occupy the same peg in both the initial and final configurations)will move either exactly once or exactly twice.