• The harmonic analysis will forecast the shell 's stable response to the external harmonic inspire prompting-the driver device.

    而其响应分析,则预测壳体动力装置外在简谐激励下的稳态响应。

    youdao

  • When you exchange the adapter, the existing device driver supports the adapter because it is of the same type.

    调换适配器时,现在设备驱动程序会支持适配器,因为类型的。

    youdao

  • Depending on your device driver, you may need to have a copy of the buffers, if the device has any.

    根据设备驱动程序不同,如果设备具有缓冲区可能需要使用一个缓冲区的拷贝

    youdao

  • What you'll find is a variation in design and usage of the available kernel APIs, but each is useful for instruction or as a starting point for a new device driver.

    这里可以找到各种设计的变化以及可用内核api使用但是所学到的一点都会非常有用,都可以作为新设备驱动程序的起点。

    youdao

  • The role of the device driver, then, is to query the touch screen controller whenever an interrupt occurs, and to ask the controller to send the coordinates of the touch.

    然后这个设备驱动程序角色每当出现中断时就查询触摸屏控制器请求控制器发送触摸坐标

    youdao

  • This article helps device driver developers test the interrupt service routine as much as possible by simulating the various interrupts.

    本文通过模拟各种中断尽可能帮助设备驱动程序开发人员测试中断服务例程

    youdao

  • One unique feature of this module is that it takes advantage of the transparent load balancing provided by the device driver.

    这个模块唯一特性就是利用设备驱动程序提供透明负载均衡

    youdao

  • That way, when a process performs an operation on the device, the kernel knows what device driver should be referenced.

    这样进程设备执行操作内核就会知道应该引用什么设备驱动程序

    youdao

  • Suppose your device driver must be written from scratch, and you do not have the actual hardware while developing this device driver.

    假设我们必须从头开始编写这个设备驱动程序,在开发这个设备驱动程序没有实际硬件

    youdao

  • This particular device driver is meant for an embedded system where you may not have much sophisticated debugging environment.

    这个设备驱动程序一个嵌入式系统开发的,这种系统上没有好的调试环境。

    youdao

  • Examples of devices at this layer include the SLIP driver over a serial interface or an Ethernet driver over an Ethernet device.

    例如,包串口使用SLIP驱动程序以及以太网设备使用以太网驱动程序都是设备

    youdao

  • The access to a specific device is handled by traditional physical device driver associated with it.

    特定设备访问相关联传统物理设备驱动程序处理

    youdao

  • It could be in the kernel core per se, or in a device driver that is linked into the kernel either statically or dynamically.

    本身可以内核中,也可以在静态动态链接内核设备驱动例程中。

    youdao

  • DSF is especially helpful in executing device driver kernel code where the device may not be present.

    设备可能存在时,DSF特别有助于执行设备驱动程序内核代码

    youdao

  • The script USES WLAN tools and utilities to configure device driver parameters like WEP keys and SSIDs.

    这个脚本使用WLAN工具实用程序配置设备驱动程序参数例如WEP关键字和SSID

    youdao

  • And finally, the driver is tightly coupled with various APIs and applications, and you may have to debug a device driver where interrupt losses and out-of-sequence interrupts happen.

    最后驱动程序API应用程序耦合的,需要调试设备驱动程序中断丢失序发生时的情况。

    youdao

  • These kernel threads should be destroyed in the close of the device driver.

    这些内核线程应该设备驱动程序close函数中进行销毁

    youdao

  • This kernel thread should be destroyed in the close of the device driver in this pseudo code.

    在下面的伪代码中,这个内核线程应该设备驱动程序close函数中进行销毁

    youdao

  • After a device driver configures its interfaces in the dev structure, a call to register_netdevice makes it available for use.

    设备驱动程序dev结构配置自己的接口之后调用register_netdevice便可以使用该配置。

    youdao

  • A new ioctl command should be added to the device driver to control the interrupt simulation from the test application.

    ioctl命令应该添加设备驱动程序中,这样就可以测试应用程序控制中断模拟了。

    youdao

  • For example, the Helios networking stack expresses a positive affinity for the channels used to communicate with a network device driver.

    例如Helios网络堆栈说明对于用来网络设备驱动通信通道拥有较好的亲和度

    youdao

  • A bottom half is a way to defer work from interrupt handling to be done later in a device driver.

    bottomhalf方法可以设备驱动程序中的工作延迟中断处理执行。

    youdao

  • At the requested interval, swtrace will make an ioctl call to the Performance Inspector device driver to retrieve idle information.

    请求的时间间隔内swtrace执行一个PerformanceInspector设备驱动程序ioctl调用获取空闲信息。

    youdao

  • Windows finds and then installs the iPhone device driver - the message appears as a pop-up from the System Tray.

    Windows会自动找到安装iPhone设备驱动程序——系统托盘弹出时会显示信息

    youdao

  • When they are accessed, the kernel maps to the appropriate device driver by devfs device name, rather than by major number.

    它们访问时内核通过devfs设备名称映射合适的设备驱动程序不是通过设备号。

    youdao

  • The Linux card services core interacts with the host controller device driver, the card device drivers, and the user mode cardmgr daemon.

    linux服务核心主机控制器设备驱动程序、卡设备驱动程序用户模式cardmgr后台进程交互。

    youdao

  • NetBSD uses the cryptographic device driver (CGD) to implement an encrypted file system with a virtual device.

    NetBSD使用加密设备驱动程序 (CGD)通过虚拟设备实现加密文件系统

    youdao

  • To visit the device, the Linux kernel maps the device operation call to the device driver via the file system.

    为了访问设备Linux内核将设备操作调用通过文件系统映射设备驱动程序

    youdao

  • IrDa chips incompatible with the serial driver have their own device drivers.

    串行驱动器不兼容IrDa芯片自己设备驱动程序

    youdao

  • The loop device is a device driver that allows you to mount a file as a block device and then interpret the file system it represents.

    loop设备个设备驱动程序,利用它可以文件作为一个设备系统中,然后就可以查看这个文件系统中的内容了。

    youdao

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

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

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