Or, you can use the LDD command.
或者可以使用ldd命令。
You can use LDD to determine which libraries an executable depends on.
可以用ldd来决定可执行文件所依赖的库。
Adopting LDD structure. 3. Properly increasing the channel length of MOS devices in admitted scope.
采用LDD结构:3。在允许的范围内,适当增加器件的沟道长度。
This can further be verified using the LDD command. Sample output is usually something like the following.
可以使用ldd命令进一步验证这一点。
Don't forget also to check the system man pages for individual functions like ld, LDD, ipcs, ipcrm and so on.
不要忘记去查看关于ld、ldd、ipcs、ipcrm等各个函数的系统手册页。
The short channel effects , the structure of LDD and SOI, phaseshift mask and multilevel interconnection were included.
LDD和SOI结构; 移相掩模光刻技术和多层金属布线工艺。
Based on the design fundamental of digital LDI ladder filter, a digital LDD ladder high-pass filter is designed by using the frequency transformation in this paper.
本文利用数字梯形滤波器的设计原理,以离散微分器作为积木块,利用频率变换方法,设计出数字LDD梯形高通滤波器。
In some cases, an application may need extra library paths specified. For instance, the first few lines of an attempt to run LDD on the Mozilla binary came out like this.
在某些情况下,可能需要为应用程序指定另外的程序库路径。
An example of the design procedure of the third order digital LDD ladder high-pass filter with equal magnitude response is detailed. A computer simulation of the example is given.
本文以一个三阶等波动ldd梯形高通滤波器为例说明具体的设计过程,并对该滤波器进行计算机模拟。
If you look at the output of LDD on a given binary, that shows the libraries that would normally be loaded when running it; all of those are loaded after the libraries listed in LD_PRELOAD.
通过查看给定库的ldd输出可以看到,它显示运行时正常加载的库;所有这些库都在ld _ PRELOAD列出的库加载之后方才加载。
When compiled with GCC hello.c, an executable file named a.out is created. Using the Linux command LDD a.out, which prints Shared library dependencies, the required Shared libraries are.
当使用gcc编译hello . c时,就创建了一个名为a.o ut的可执行文件。