• 函数信号发生器输出三角方波和正弦波。

    The generator can output three kinds of waves : sine wave , square wave , triangle wave.

    youdao

  • 介绍5g8038设计多功能函数信号发生器方法

    Besides, this article introduces a method to design a multifunctional signal generator with 5g8038.

    youdao

  • 函数信号发生器电路实验设备检测具有十分广泛用途

    Function signal generator and equipment in the experimental detection circuit with a very wide range of USES.

    youdao

  • 进行电路设计,使DMM测量出较高频率函数信号有效值频率。

    By circuit design DMM can measure function signal's RMS and frequency.

    youdao

  • 实验表明设计的虚拟函数信号发生器输出信号性能优于普通传统信号

    The experiment has proven that the signal performance generated by virtual function signal generator surpasses ordinary traditional instrument.

    youdao

  • 介绍一种采用激光配合函数信号发生器、双示波器检测音响系统动态特性技术

    It introduces a new technology of audio measurement. A laser vibration measurement meter was used in conjunction with a function signal generator and a multi-channel signal analyzer to measure audio.

    youdao

  • 为了避免使用分解生成逼近式函数信号实施例中,使用反馈提供相应效果

    In order to avoid use of brute force division for generating the Pade 'Approximant function signals, in one set of embodiments, feedback is used to provide a corresponding effect.

    youdao

  • 摘要介绍MAX038芯片特性基础上,论述了采用MAX038芯片设计数字函数信号发生器原理以及整机的结构设计。

    Based on the introduction of MAX038, we discussed the principle and the whole frame of the digital function signal generator.

    youdao

  • 可是这种信号发生器上限频率的提高受存储器读取时间数模转换器的转换速度限制。为了提高数字法函数信号发生器的上限频率,我们提出了用分布存储式数字法生成函数信号

    However, extending the upper frequency of such function signal generator is limited by the read-out time of the memory and the conversion rate of the digital-to-analog converter.

    youdao

  • 事件对象调用等待函数会阻塞调用线程直到状态设置信号状态为止。

    The wait function on the event object blocks the calling thread until its state is set to signaled state.

    youdao

  • 这个函数使用一个互斥对象句柄一直等待,直到变为信号状态超时为止。

    This function takes the handle to the mutex object and waits until it is signaled or timeout occurs.

    youdao

  • 这个函数使用一个信号对象句柄作为参数,一直等待下去,直到状态变为信号状态超时为止。

    This function takes the handle to the semaphore object and waits until it is signaled or a timeout occurs.

    youdao

  • 或者调用正在处理全局数据结构某个函数而在信号处理器中调用了同一个函数

    Or, you call some function that was in the middle of the manipulation of the global data structure and you call the same function from the signal handler.

    youdao

  • 这个函数返回一个信号标识符,它与一个参数关联一起。

    This function returns the semaphore set identifier associated with the argument key.

    youdao

  • 如果调用线程并不拥有这个互斥信号量,那么这个函数执行将会失败

    If the calling thread has no ownership of this mutex, this function fails.

    youdao

  • 如果底层函数处于关键部分并且生成处理信号,那么可能导致函数不可重入。

    If the underlying function is in the middle of a critical section and a signal is generated and handled, this can cause the function to be non-reentrant.

    youdao

  • 使用跟踪可以指定跟踪到信号执行命令函数跟踪的信号编号如此处的清单13

    To use trap, you specify the command or function to be executed when the signal is trapped, and the signal number or Numbers that you want to trap, as shown here in Listing 13.

    youdao

  • 不过如果程序使用gethostbyname或者任何其他同一对象返回信息函数,或者如果每次使用时都会阻塞信号那么就是安全的。

    However, if the program does not use gethostbyname or any other function that returns information in the same object, or if it always blocks signals around each use, you're safe.

    youdao

  • 上述代码我们可以看到,就是logQPushButtonclicked信号连接函数事情

    From there it's just a matter of connecting the log QPushButton's clicked signal to the new function.

    youdao

  • 每当进程接收到某个已处理信号时,调用通过sigset分配函数

    Whenever a handled signal is received by a process, the function assigned through sigset is called.

    youdao

  • 函数调用sigsuspend通过重置信号掩码使进程休眠单一原子操作解决一问题

    The function call sigsuspend resolves this problem by resetting the signal mask and putting the process to sleep in a single atomic operation.

    youdao

  • Scilab包括了很多数学函数,因此非常适合进行信号处理

    Scilab includes many math functions and is very good for signal processing.

    youdao

  • 函数SetEvent()用来事件对象状态设置信号状态。

    The function SetEvent() is used to set the state of the event object to signaled state.

    youdao

  • 手工重置事件(manual reset event)中,对象状态会一直维持为有信号状态,直到使用ResetEvent函数式地重新设置它为止。

    In the manual reset event, the state of the object remains signaled until explicitly reset using the ResetEvent function.

    youdao

  • 对于SIGCHLD信号应用程序必须调用wait (3c)函数等待进程退出

    For the SIGCHLD signal, the application must call the wait (3c) function to wait for the child process to exit.

    youdao

  • 上面代码段中我们窗口对象的“destroy信号连接gtk_main _ quit函数

    In the above code snippet, we connect the "destroy" signal of our main window object to the gtk_main_quit function.

    youdao

  • 第一trap命令将使stopsleep函数在接受到SIGCHLD、SIGINTSIGTERM信号时运行。

    The first trap command causes the stopsleep function to be run whenever a SIGCHLD, SIGINT, or SIGTERM signal is received.

    youdao

  • 完成这项工作之后,使用queue . task_done函数任务已经完成队列发送一个信号

    After the work is done, send a signal to the queue with queue.task_done that the task has been completed.

    youdao

  • 实际上会转入一个stub函数函数可以停止SPE处理器信号PPE,而由PPE实际执行函数调用

    This actually goes to a stub function which stops the SPE processor, signals the PPE, and the PPE actually performs the function call.

    youdao

  • Windows中,事件对象那些需要使用SetEvent函数显式地状态设置为有信号状态同步对象。

    In Windows, event objects are one of the synchronization objects whose state needs to be explicitly set to signaled using the SetEvent function. Event objects come in two types.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定