manual adj. 1.手的,手作的,手工的,用手操作的;便于手头应用的。 2.【法律】现有的。 manual labour 手工劳动。 a manual worker 体力劳动者。 the manual alphabet (聋哑人用的)手语字母。 a manual fire-engine 手压灭火机。 manual training (学校的)手工学科〔特指木工〕。 manual exercises 刀枪操练。 a sign manual签名,亲笔署名。 n. 1.手册;说明书;便览;指南,宝鉴;教本;(中世纪的)祈祷书。 2.【军事】刀枪操练。 3.【音乐】键盘。 4.手压灭火机。 a school manual教科书。 the service manual维修守则,使用细则。 adv. -ly 用手;亲自,实际。
memory n. 1.记忆;记忆力;【自动化】存储器;信息存储方式;存储量。 2.回忆。 3.纪念。 4.死后的名声,遗芳。 5.追想得起的年限[范围]。 artificial memory 记忆法。 retentive memory 良好的记忆力。 a translation memory (电子计算机的)译码存储器。 Keep your memory active. 好好记住,不要忘记。 It is but a memory. 那不过是往事而已。 bear [have, keep] in memory 记着,没有忘记。 beyond [within] the memory of man [men] 在有史以前[以来]。 cherish the memory of (sb.) 怀念(某人)。 come to one's memory 想起,忆及,苏醒。 commit to memory 记住。 from memory 凭记忆。 have a good [bad, poor, short] memory 记性好[坏]。 have no memory of 完全忘记。 If my memory serves me. 如果我的记性不错。 in memory of 纪念…。 of blessed [famous, happy, glorious] memory 故〔加在已死王公名上的颂词〕 (King Charles of blessed memory 已故查理王)。 slip sb.'s memory 被某人一时忘记。 to the best of one's memory 就记忆所及。 to the memory of 献给…〔著者书前纪念性题词〕。 within living memory 现在还被人记着。
C developers are accustomed to the tasks related to manual memory management C + +开发人员熟悉与手动内存管理相关的任务。
This forces the program to fall back on techniques that resemble manual memory management 这使得程序不得不使用人工内存管理的老技术。
Although manual memory management with linked lists is possible , it is not a very friendly task 尽管使用链表人工管理内存是可行的,但那不是一件非常容易的工作。
Com developers are accustomed to implementing reference counting as a manual memory management technique Com开发人员习惯于将实现引用计数作为一个手动的内存管理技术。
Automatic memory management simplifies development by eliminating the common bugs that arise from manual memory management schemes 自动内存管理通过消除手动内存管理方案引起的常见bug简化了开发。
Becomes no longer used by the program resemble the annoying and error - prone techniques required for manual memory management 不再被程序使用是一件很烦人和容易出错的任务,需要人工对内存进行管理。
When you develop applications in a language that targets the common language runtime , the runtime s garbage collector eliminates the need for reference counting and , as a result , the bugs that can arise from this manual memory management scheme 当使用面向公共语言运行库的语言开发应用程序时,运行库的垃圾回收器不用对引用进行计数,因此也就避免了由这种手动管理内存方案引发的bug 。