在许多应用程序中,动态加载模块非常重要,但加载之后,就没有必要卸载模块。
In many applications, the need for dynamic loading of modules is important, but when loaded, it's not necessary for the modules to be unloaded.
然后在内核启动之后,可以动态加载这些模块。
Then they can be loaded dynamically, after the kernel gets started.
动态模块加载在内核通过usermode - helper进程进行。
Dynamic module loading occurs from the kernel through the usermode-helper process.
该应用程序使用usermode-helperAPI 将搜索算法当作可加载模块进行动态加载。
This application uses the usermode-helper API through the dynamic loading of search algorithms as loadable modules.
硬件驱动程序的现代方法是,使它们以动态加载的模块的形式可用,这样内核就变得更加与系统无关。
The modern approach to hardware drivers is to have them available as modules that are dynamically loaded, so kernels are becoming more system independent.
立刻加载所有的资源通常没有意义,你只想主菜单出现在屏幕上,然后按照他们需要的去动态加载其他的模块。
It often doesn't make sense to load everything at once. You want the main menu and screen to appear, and then load other modules dynamically as they are needed.
解决方案是使用AutoLoader,其作用类似于Perl模块的动态加载程序。
The solution is to use AutoLoader, which ACTS a bit like a dynamic loader for Perl modules.
PAM服务模块是一组动态可加载对象,PAM -SPI (PAM - serviceproviderinterface)可以调用它来提供某种类型的用户验证。
The PAM service modules are a set of dynamically loadable objects invoked by the PAM-SPI (PAM-service provider interface) to provide a particular type of user authentication.
这允许内核在启动时是动态的(根据找到的设备加载模块),但并不是在整个操作过程中都是动态的。
This allows the kernel to be dynamic at startup (load modules based on the devices that are found) but not dynamic throughout operation.
在开机时动态加载系统所需组件模块以构造系统,实现了图形软件的自动生成。
The system was constructed when loading the required components modules at the boot-time, the automatic generation of the GUI was realized.
文中就C语言目标模块的动态加载进行了阐述,并提出了一套实验性的原型方案。
The dynamic constructing technique which used the object file of C language was described in detail, and a simple pr…
文中就C语言目标模块的动态加载进行了阐述,并提出了一套实验性的原型方案。
The dynamic constructing technique which used the object file of C language was described in detail, and a simple pr…
应用推荐