The real-time LOOP program for SPOT projection mode is studied. The plotting software package with SPOT imagery is developed.
研究了SPOT投影方式的实时循环程序LOOP及SPOT图象的测图软件包。
Hook: Groundhog Day meets Inception, when a government agent finds himself traversing the same time loop over and over - in someone else's body.
看点:《盗梦空间》里的《偷天情缘》,特工陷入时间无限循环——还是在别人的身体里。
Maybe it would be easier to build an infinite long, super dense spinning cylinder which would also curse space-time enough to create a Time Loop.
可能做一个无限长、密度无限大的转筒更简单点。这也会让时空弯曲,制造出时间循环。
Trapped in a lab and stuck in a time loop| a disoriented couple fends off masked raiders while harboring a new energy source that could save humanity.
被困在一个实验室,并停留在一个时间循环|同时又有新的能源,可以拯救人类的晕头转向夫妇闪避掉蒙面袭击者。
This will only happen on the first iteration of the loop, saving valuable execution time on each subsequent iteration.
这样,它只在循环第一个迭代时执行,从而在以后每次迭代时节省了宝贵的时间。
In each case, I ran a simple program that measured the run time of a loop calling a method 10,000,000 times, calling both a synchronized and an unsynchronized version, and compared the results.
在每一个实例下,我运行一个简单的程序,测定循环调用一个方法10,000,000次所需的运行时间,我调用了同步和非同步两个版本,并比较了结果。
Remember also that each iteration through the loop wastes time, so rather than working through the same loop a number of times, try to perform all the actions in one pass through the loop.
还要记住的是,在循环中,每次反复都是在浪费时间,因此不要多次使用相同的循环,而是要尽量在一个循环中执行所有的操作。
The program will loop continuously until a valid password in character matching and total time of entry is entered.
程序将不断循环,直至输入匹配字符的有效密码和总输入时间。
We could have used a prepared statement and just reset the data each time, but we decided to recreate it for each iteration of the loop here for completeness.
我们本可以使用一个预编译语句并且每次重新设置数据,但是为了保持完整性,我们决定在每次循环的时候重新创建它。
This time he envisaged a loop system at each end of the bridge, with a series of four ever-faster walkways.
这一次他设想在桥的两端都安装一套环道系统,每个都有一系列四种速度的移动人行道。
The problem with this simple loop is that it doesn't handle time, the game just runs.
这个简单循环的问题在于它忽略了时间,游戏仅仅在运行。
In the toy model, the equivalent of time travel would be for a plasmons to complete a loop that runs along the exact same path it had previously traveled.
在模拟模型中,代表时间旅行的将会是等离子体激元在它们之前走过的路径上完成一个环。
This saves time by reducing the number of overhead instructions that the computer has to execute in a loop.
通过减少循环中计算机需要执行的指令,节省了执行时间。
By default, this counter starts at 1 and is incremented each time the loop is taken.
默认情况下,这个计数器从1开始,每执行一次循环递增一次。
Let's say you're going to time 200,000 iterations through a loop, and the compiled code is 10 times faster than the interpreted code.
假设您正在通过循环计时200,000次迭代,编译代码比解释代码快10倍。
And, of course, you could take, if your loop doesn't move over time, I mean there is a different story if you start somehow taking your wire and somehow moving it inside the field.
当然,你会看出来,如果线圈不随着时间移动,也就是以某种方式改变线圈的运动,情况就不同了。
Well, you'll know when it crashes, that doesn't help you very much, but you can't always tell whether something's stuck in an infinite loop or whether it's simply taking a long time to compute.
好,你将学到它在什么时候会崩溃,这对你帮助并不大,但是你不能辨别出到底是在一个循环中,有什么东西卡住了呢,还是程序需要很长的时间来计算一个结果呢。
The recalculation loop (which recomputes the time slices for the processes) and the goodness loop have been eliminated, and o (1) algorithms are used for wakeup and schedule .
重算循环(为进程重新计算时间片)和goodness循环已经被取消,o(1)算法用于wakeup和schedulee 。
Most of the time, we just slap Iterator inside a for() loop or enhanced for() loop and move on, so to speak.
可以这么说,大部分时间我们只是将Iterator 随意放到for()循环或加强 for() 循环中,然后就继续其他操作了。
Here's what happens at execution time for the first leg of the nested loop join.
以下是在执行嵌套循环联接的第一步时将发生的操作。
Both threads are started at the same time and both run in a loop trying to access JLAsink simultaneously.
这两个线程同时开始并且都在一个循环中运行以同时访问JLAsink。
This shows that the error occurred on the third time through the "for" loop (I equals 2) when "value" equaled "div".
此信息显示了在第三次执行“for ”循环时(i等于2)发生了错误,此时“value ”等于“div ”。
So first time through the loop, the answer is a. Second time it-sorry, as it enters the loop, at the time it enter exits a the answer is a.
当第一次完成循环的时候,答案是a,第二次,对不起,在第一次进入循环的时候,答案就是。
The test program calls each method repeatedly with a large loop count, averaging the time measurements over several calls.
测试程序重复调用每种方法,使用一个大循环数,从而平均多次调用的时间衡量结果。
Then, each pass of the main loop checks for events, resets the draw state, draws the circular "portal" windows, then animates their distortion back to the current time frame.
随后,主循环在每次循环时都检查事件、重置绘图状态、绘出圆形的“门户”窗口,然后以动画形式将其失真返回当前时帧。
The average is calculated and printed each time for simplicity, but it's really not hard to move that out of the loop.
为了简明易懂,每次分析都计算并输出平均值,但是可以很容易地将这些功能移出到循环以外。
Because strings are immutable, this approach means a new string will be constructed each time through the loop, with the data copied from the old string and a single character added at the end.
因为字符串是不可变的,所以这种方式意味着每次循环时会构建一个新的字符串,从老的字符串拷贝数据并在最后增加一个字符。
The loop I used here should be a minor defect, because any decent Just-in-time (JIT) compiler will perform loop unrolling, which lessens the impact.
这里使用的循环应该算是一个缺陷,但是影响不大,因为所有即时(JIT)编译器都会执行循环展开,这会降低循环的影响。
Indeed, theorists working on loop quantum gravity think that matter itself is merely the result of twisting and braiding ribbons of space-time.
事实上,研究环圈量子重力学的理论学家认为,物质本身不过是时空纽带扭曲缠绕而成的编织物。
But this is a horrible approach because this thread will need to busy-loop to detect a change in a reasonable time frame.
这是一种非常可怕的方法,因为线程需要在合理的时间范围内频繁地循环检测变化。
应用推荐