因振动筛支撑大梁结构特点,其状态信号的拾取和裂纹故障特征提取困难。
Because of the girder's structure, it is very difficult to obtain its status signal and extract its crack fault feature.
介绍了固态高频焊机PLC控制系统的设计和功能,以及固态高频焊机状态信号检测点的设置。
The design and function of the solid state high frequency welding are introduced, at the same time the setting of the state signal measuring point in solid state high frequency welding is presented.
根据引信保险机构系统特性分析,选择驻极体传声器作传感器,从而获得引信保险机构的状态信号。
Based on the characteristic analyses of fuze arming device, a special acoustic transmission device is selected to obtain the state signal of the device.
给水泵组机械状态信号具有非平稳性和非线性,而支持向量机具有良好的非线性函数逼近和泛化能力。
The mechanical state signal of boiler feed pumps is nonstationary and nonlinear, and support vector machines has an excellent nonlinearity approximation ability and better generalization capability.
为了实时监测机械传动试验台工作状态信号,采用基于嵌入式以太网控制器8000e的远程监测系统。
For monitoring the working state signal of mechanical transmission test-bed immediately, adopt the remote monitoring system which bases on embedded Ethernet controller 8000e.
该至少一个设备驱动器向车辆的设备产生控制信号,并基于该设备控制程序的操作情况产生健康状态信号。
The at least one device driver generates a control signal to a device of the vehicle and generates a state of health signal based on an operational status of the device driver.
如此说来,也许张嘴打哈欠只是一种即将改变状态的信号,而不是疲倦本身的表现;由醒到睡,反之亦然。
Perhaps, then, an open mouth is more a sign of some impending change of state rather than a statement of tiredness itself; awake to asleep or vice versa.
这种状态的变化会影响鸟类视觉信号在细胞中的传输,最终造成鸟类对磁场的感知。
The state alters the flow of cellular signals through a bird’s visual pathways, ultimately resulting in a perception of magnetism.
同样通过降低电压和频率,C1E尝试比传统C1状态(只会停止时钟信号)提供更大的电能节省。
C1E tries to provide more power savings than the traditional C1 state (which only halts the clock signal) by also lowering the voltage and frequency.
至于类如无线信号、电池电量等状态信息则被显示在其中一块屏幕的边沿。
Statuses, like wireless signal and battery life, are displayed along the rim of one of the screens.
研究人员使用携带型脑电图仪记录了16名被诊断为处于植物人状态的患者大脑中传来的电子信号。
Researchers used a portable electroencephalography (EEG) device to record electrical signals from the brains of 16 patients diagnosed as being in a vegetative state.
子进程从终止时起就一直处于僵死状态,直到父进程确认该信号为止。
From the time the child dies until the time the parent acknowledges the signal, the child sits in a zombie state.
通知,通过通知某个必要设备的状态发出信号。
Notification via a notification of the state of a required device.
这个函数会使用一个互斥对象的句柄,并一直等待,直到它变为有信号状态或超时为止。
This function takes the handle to the mutex object and waits until it is signaled or timeout occurs.
在某些情况下特别的变化能触发一个信号——折叠的或方形的状态将激活一些其他的酶,或在细胞中打开一个通道。
In some cases the specific change triggers a signal - the folded or square position may activate some other enzyme, or open a channel in a cell.
对事件对象调用的等待函数会阻塞调用线程,直到其状态被设置为有信号状态为止。
The wait function on the event object blocks the calling thread until its state is set to signaled state.
然后,当第一个对象“发出”信号(由于状态的内部变化)时,第二个对象“捕获”该变化并作出适当的反应。
Then, when the first object "emits" the signal (due to an internal change in state), the second object "catches" this change and reacts appopriately.
未禁用信号处理程序时,进程在“当前”状态中可能表现为正在进行信号处理,从而可能隐藏了真正问题。
When the signal handler doesn't disable, the process might show up in the "current" status as signal handling, which might hide the real problem.
如果子进程在父进程之前终止,则会向父进程发送一个信号,然后子进程转变为僵死状态,直到该信号得到确认,或父进程被终止。
If the child dies before the parent, a signal is sent to the parent, and then the child moves to a zombie state until the signal is acknowledged, or the parent process is killed.
当正在等待的线程被释放时,其状态就被设置为无信号的状态。
When the waiting thread is released, the state is reset to non-signaled state.
Android的主界面上有一个状态栏,可以显示时间、信号强度和其他通知。
Android home screen includes a status bar which shows the time, signal strength and other notifications.
在内部,Shell使用UNIX信号来影响进程的状态。
Internally, your shell USES UNIX signals to affect the state of processes.
在上述死循环的情况下,所有除主线程之外的线程都处于某种等待状态(等待一个信号量,或等待某个事件)。
In the infinite loop case above, all threads except main are in a waiting state (on a semaphore, or waiting for some event).
接收到SIGSTOP和 SIGTSTP 等信号时,进程将进入这种状态。
On receipt of signals like SIGSTOP, SIGTSTP, and so on, the process arrives at this state.
要等待某个事件,则可以使用 semop()函数,并将 sem_op 的值设置为-1,这样就可以阻塞调用进程,直到它变为有信号状态为止。
To wait on an event, semop() function is used with sem_op value as -1 thus blocking the calling process until it is signaled.
Stein博士认为神经细胞膜良好的工作状态,以及信号分子的传递需要充足的矿物质,维生素,和脂肪酸。
Dr Stein believes that the proper functioning of nerve-cell membranes and signalling molecules depends on adequate supplies of minerals, vitamins and fatty acids.
函数SetEvent()用来将事件对象的状态设置为有信号状态。
The function SetEvent() is used to set the state of the event object to signaled state.
当在一个等待函数中使用同步对象时,等待函数就会阻塞调用线程,直到同步对象的状态被设置为有信号为止。
When the synchronization object is used in one of the wait functions, the wait function blocks the calling thread until the state of the synchronized object is set to signaled.
当在一个等待函数中使用同步对象时,等待函数就会阻塞调用线程,直到同步对象的状态被设置为有信号为止。
When the synchronization object is used in one of the wait functions, the wait function blocks the calling thread until the state of the synchronized object is set to signaled.
应用推荐