动态数组 meaning in English
dynamic array
Examples
- The iccg method is superior to other methods in solving large equations in finite element analysis of electromagnetic field problems . the principle of iccg method is presented in this paper . and the fortran codes of iccg - method using dynamic arrays technique are also presented
Iccg法对于大型题目求解有着其他算法所不及的突出优点,本文讨论了iccg算法原理,利用动态数组技术给出其实现代码,完成了vfem的数值求解部分。 - Fsmail adopts and implements the asynchronous event driven mechanism , with all those network i / o operations in the server working under the non - blocking style ; accomplishes object - oriented heap with the dynamic array , adapted to any type of data ; adopts the multi - queue scheduling mechanism based on a fsm , easily to fulfill the extentions of delivery funtions ; fulfills the non - blocking domain name resolvement mechanism and the caching of the resolved results ; implements the non - blocking user database management and the caching of the user data recently accessed ; uses the unified memory pool management , avoiding the memory leakage and improving the performance of the fsmail server ; lastly , implements the log management server based on the c / s mode , eliminating the inconsistency of the logging metadata and being adapted to any kind of application logging
Fsmail采用并实现了异步事件驱动机制,所有网络i o的实现使用了非阻塞方式;以动态数组实现了基于面向对象的堆队列,屏蔽了堆数据的非一致性;使用了基于有限状态机的多队列邮件调度机制,为后续版本的扩展性提供了良好的接口机制;服务器内部实现了非阻塞的域名解析机制,并实现域名地址缓存;实现了非阻塞的用户数据库管理模块,并实现用户数据缓存;使用了统一的内存池管理机制,既防止了内存泄漏,又提高了服务器的性能;最后,还实现了基于c s模式的日志管理服务器,屏蔽了日志数据元的非一致性。