What is the translation of " MAIN LOOP " in Chinese?

[mein luːp]
[mein luːp]
主循环

Examples of using Main loop in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Mountain Biking Main Loop.
Bmx山主要环.
In the main loop we read from that queue, and count the number of -1.
主循环中,我们从该队列读取,并计数-1。
Implementing the main loop.
执行第一个loop.
The main loop has four rounds(MD4 had only three rounds), all very similar.
主循环有四轮(MD4只有三轮),每轮很相拟。
The next step is the main loop(see Listing 2.3).
下一步是主循环(参见清单2.3)。
To understand this program, the reader just reads the main loop.
要理解这段程序,读者只需阅读主循环即可。
Remember that the Arduino main loop runs on core 1.
请记住,Arduino主循环在核心1上运行。
The main loop has four rounds(MD4 had only three rounds), all very similar.
主循环有四轮(MD4只有三轮),每轮循环都很相似。
Delay: Sets the delay between main loop executions.
Delay:设置主循环执行之间的延迟。
The code in our main loop starts by taking 100 readings from the ADC module.
主循环中的代码首先从ADC模块中读取100个读数。
Check bellow the full source code, which already includes the main loop function.
请查看完整源代码,其中已包含主循环功能。
Now we will design the main loop, which will be very simple.
现在我们将设计主循环,这将非常简单。
This task will have priority 0,which is lower than both the setup and main loop functions.
此任务的优先级为0,低于设置和主循环功能。
Because this code is the main loop, it is repeated until the device is turned off.
因为此代码是主循环,所以它会重复执行,直到设备关闭。
When we call the application's exec_() method,the application enters the main loop.
当我们调用程序的exec_()方法时,程序就会进入主循环中
This is meant to be a confirmation signal to the main loop that the agent is terminating.
这意味着是代理正在终止的主循环的确认信号。
In the main loop function, we will need to call the loop method of the PubSubClient.
主循环函数中,我们需要调用PubSubClient的循环方法。
The benefit of Java's multithreading is that the main loop/polling mechanism is eliminated.
Java多线程的优点在于取消了主循环/轮询机制。
Add the above method to our Player class and put the get_pressed()call in the main loop.
将上述方法添加到Player类,将get_pressed()调用放在主循环中。
Lines between 21 and 30 start the main loop where the keys are set or an error is displayed.
第21到30行开始了主循环,键被设置赋值或者展示错误。
From the post about getting a task's execution core,we also saw that both the setup and the main loop functions execute on core 1.
从关于获取任务执行核心的帖子中,我们还看到初始化函数和主循环函数都在核心1上执行。
Inside the main loop function, we use the analog read function to read the voltage value from the pin A3 and A4.
主循环函数中,我们使用analogread函数来读取A3和A4的电压值。
Synchronization async() A synchronous task is run in the game's main loop in series with the tick cycle.
Synchronizationasync()同步(Synchronous)任务在游戏的主循环也就是每Tick的循环中运行。
To finalize our example, we still need to create the code for handling the client data,which will done on the Arduino main loop.
在此示例的最后,我们需要创建用于处理客户端数据的代码,这些工作将在Arduino主循环中完成。
There are three main operations we perform on the OPEN set: the main loop repeatedly finds the best node and removes it;
在OPEN集上我们主要有三种操作:主循环重复选择最好的结点并删除它;.
Now we will implement the main loop where, just as an example, we will use a function called vTaskSuspend to suspend the main loop task.
现在我们将实现主循环,作为示例,我们将使用一个名为vTaskSuspend的函数来暂停主循环任务。
Those of you who are interested in the source code, the interpreter main loop, and the GIL can take a look at the Python/ceval. c file.
对源代码,解释器主循环和GIL感兴趣的人,可以看看Python/ceval.c文件。
Results: 27, Time: 0.0242

Word-for-word translation

Top dictionary queries

English - Chinese