摘要
分析了数据解码模块在石油测井系统中的重要性,指出了该模块设计的难点。在分析同类系统的处理方式基础上给出一个合理的解决方案。整个系统结合了动态链接库(DLL)、驱动程序等Windows程序设计技术与名字空间等C++编程方法。在设计与实现过程中充分考虑了模块与其它模块间的兼容性、模块的后期维护性等问题。模块采用C++面向对象的程序设计方法加以设计、实现,其整个体系结构非常清晰。经测试,整个模块工作稳定、可靠。
The importance of data-decoding module in oil well logging system is analyzed. The difficulties in design period are pointed out. A rational design of such kinds of module is put forward on the basis of analyzing homogeneous systems. Some Windows programming technologies such as dynamic link library (DLL) and Windows driver module and C++ programming skills such as name-space are used. The compatibility with other modules and the cost of maintenance are also considered. The Module is developed based on the object-oriented programming method, using C++ language to design and implement. It has a legible architecture structure with a stable and reliable ability.
出处
《计算机工程与设计》
CSCD
北大核心
2007年第4期950-951,954,共3页
Computer Engineering and Design
关键词
石油测井
接口箱
帧
驱动程序
DLL
oil well measuring
interface box
frame
driver program
DLL