object n. 1. 物,物体,物件。 2.目标 (of; for); 目的,宗旨。 3.【哲学】对象,客体,客观 (opp. subject); 【语法】宾语。 4.〔口语〕(可笑或可怜的)人[物]。 a small [strange] object 小[奇怪]东西。 the object of study 研究的对象。 the direct [indirect] object 直接[间接]受词。 What an object you have made (of) yourself! 〔口语〕你这家伙把自己搞得真不像样子! attain [achieve, gain, secure] one's object 达到目的。 fail [succeed] in one's object 没有达到[达到]目的。 for that object 为了那个目的。 no object 〔广告用语〕怎样都好,不成问题;没有困难(Distance is no object. (待聘者)上班距离(远、近)不成问题)。 propose an objectto oneself = set an object before one 立志,立下目标。 with that object in view 怀着那个目的。 vi. 1.反对,抗议,表示异议 (against, to)。 2.抱反感,不服气,有意见。 vt. 提出…作反对的理由 (that)。 If you don't object. 假使你不反对。 I object. 〔英下院〕我反对。 I object against him that he is a hypocrite. 我反对他,因为他是个伪君子。 object to 1. 反对(I object to your doing that. 我反对你做那件事)。 2.讨厌(I object very much to a wet weather. 我非常讨厌潮湿的天气)。 adj. -less 没有目的[宗旨]的,没有物像的。
object to 反对,不赞成; 反对;抗议,抱反感; 反对;抗议;不支持; 声称; 提出异议; 赞成……的人则认为
At the end of the dynamic shared object section, after all of the other " loadmodule " statements, add the directives shown below 在dynamicsharedobject部分的末尾,其他所有的“loadmodule”语句之后要添加下列命令:
The dynamic linking loader routine dlopen needs to find the shared object file in the filesystem to open the file and create the handle 动态链接装入器例程dlopen需要在文件系统中查找共享目标文件以打开文件并创建句柄。
The application gains access to the shared objects by using function calls dlopen, dlsym, and dlclose to the dynamic linking loader 应用程序通过使用对动态链接装入器的dlopen、dlsym和dlclose函数调用来获取对共享目标文件的访问。
Via the pointer of type c you will remember that c is virtually derived from a, the base sub-object pointer from within the shared object is read 时(您会记得c虚拟继承自a),共享对象内的基子对象(basesub-object)指针会被读取。
You " catch, " or acquire the cold by having hand-to-hand contact with someone who has a cold or by using shared objects such as doorknobs, computer keyboards or telephones 你可能因与感冒患者握手,接触了他们握过得门把手、键盘、电话而染上感冒病毒。
To prevent such conflicts, you must synchronize access to shared objects so that other threads cannot access them while they are in an inconsistent state 要防止这样的冲突,必须同步对共享对象的访问,以便在对象处于不一致状态时其它线程不能访问它们。
It is able to run modules written to apache s dynamic shared objects interface and in particular, it can host and run applications written in php 它可以运行使用apache的动态共享对象(dso)接口的模块,尤其是可以用来部署和运行使用php编写的应用程序。
Without synchronization, it is possible for one thread to modify a shared object while another thread is in the process of using or updating that object's value 如果没有同步,当一个线程修改了共享对象,而同时另外一个线程又正在使用或更新这个对象的值。
The sample program consists of two clients, shm client1 and shm client2, and uses the shared objects services provided by the shared library shm server 示例程序由两个客户机构成:shm_client1和shm_client2,使用由共享对象库shm_server提供的共享对象服务。
Note that you can compile swt into one executable with your application code, but for the scope of this article we ll stick to the shared object 请注意,您可以使用应用程序代码将swt编译成可执行文件,但是基于本文所讨论的范围,我们将坚持编译成共享对象。