Simplified the read module design.
简化了读取模块设计。
In the read module design, this article have defined the bidirectional chain table point compound syntagma type.
在读取模块设计中、本文定义了双向链表结点复合结构体类型。
Readers should read its documentation to find more on the module details, but the general feel is well represented in this snippet.
读者应当阅读有关文档来获得关于这个模块的更多细节,但是这个代码片段很好地体现了它的整体风格。
If you want to use the full features of the module, however, you must read the documentation and understand how those features may be harnessed.
然而,如果希望使用该模块的全部功能,则必须阅读文档以了解如何使用这些功能。
This article demonstrates using the Imager Perl module to read and process images to create per-pixel level altitude slices of source images.
本文将演示如何使用ImagerPerl模块来读取和处理图像,从而为源图像创建单像素级别的高度段。
At run time, the LoginContext will read a configuration file to determine which login module (s) should be used to authenticate users accessing a particular application.
在运行时,LoginContext将读取配置文件以确定应使用哪一个(一些)登录模块对访问特定应用程序的用户进行认证。
It USES the SimpleXML module to read and parse the XML configuration file into a PHP object, and then creates an associative array mapping each defined chain to its name for easy lookup.
它使用SimpleXML模块读取XML配置文件,并将其解析为php对象,然后,创建一个关联数组,将每个定义的链映射到其名称,以便于查找。
CSV is the ruby module that deals with CSV files. It has methods to create, read and parse such files.
csv是负责处理csv文件的Ruby模块,它拥有创建、读取和解析csv文件的方法。
Readers who read my earlier installment on the Gnosis Utilities module, gnosis.magic.multimethods, have had an introduction to the idea of multiple dispatch.
阅读过我之前编写的有关 Gnosis Utilities模块 gnosis.magic.multimethods 的文章的读者对于多分派都有一个基本的印象了。
Given that the script needs to deal with folders and files, you need to import the OS module, as it contains various functions and methods that help you list files, read files, and work with folders.
考虑到脚本需要处理文件夹和文件,因此您需要导入os模块,因为其中包含各种函数和方法,可帮助您列出文件、读取文件和操作文件夹。
The Net::TcpDumpLog module serializes each packet, so that we can read each packet by using the packet ID.
TcpDumpLog模块会将每一个数据包序列化,这样我们就能够通过数据包ID读取每一个数据包。
The sample script uses Perl to read the information, and the XML::DOM module to load the existing XML.
示例脚本将使用Perl读取该信息,并使用XML::DOM模块加载已有的 XML 。
Thus, if you want your own Schroedinger box, just use the Tie::Scalar::Timeout module with a random timeout between 0 and 100, and read the value at 50 seconds.
因此,如果希望拥有自己的 Schroedinger盒,那么只需使用Tie::Scalar::Timeout模块和一个0 到 100之间的随机超时,并在 50 秒时读取 $k变量值。
The ELF module is then read from user space into the temporary memory using copy_from_user.
然后,通过 copy_from_user 函数将ELF模块从用户空间读入到临时内存。
Let's say you had the above module mymod installed on your system, but weren't sure what it was for (not much in the example). You might read the source, but even easier might be.
假设您已将上述模块mymod安装在您的系统上,但不知道它有什么用处(在示例中并不多)。
A module has a name, a path that contains its files, and some other parameters, such as read only, which protects the contents from modification.
模块有名称、路径(包含它的文件)和其他一些参数,比如readonly禁止修改内容。
If you need to read the contents of a file backwards (for instance, to analyze a log in reverse order), use the CPAN module file: : ReadBackwards.
如果您要从尾到头读取文件的内容(例如,为了分析日期从近到远排列的日志记录),那么使用CPAN模块File: ReadBackwards。
After the module is loaded, the user can load text fortunes into it using the echo command and then read them back out individually using the cat command.
在加载这个模块之后,用户就可以使用echo命令向其中导入文本财富,然后再使用cat命令逐一读出。
In the read method, a new data object is created using the corresponding schema, which is made available to the WebSphere ESB runtime during deployment of the mediation module.
在read方法中,使用相应的模式创建了一个新的数据对象,在部署该中介模块的过程中,WebSphereESB运行时可以使用该数据对象。
The STHR01 is a MCU based temperature and relative humidity sensor module, comprising a SPI interface (master mode) for direct temperature and humidity read out.
该STHR01是一款基于温度和相对湿度的传感器模块,包括一个SPI接口(主模式)为直接的温度和湿度读出。
The module of input code is used to read in NC codes.
零件加工程序的输入模块读入标准数控代码程序。
On the same premise that the database schema would change, I set up the interface as a separate module with subroutines to read selected data into working buffers.
在同一前提,即数据库模式将改变,我建立了接口作为一个单独的模块,子程序读取数据到选定的工作缓冲区。
How the customer record is read is encapsulated in some other module.
至于怎么读出客户记录,是封装在其他模块中的功能。
Need access to the database will process database requests for visits Add to queue from another database access module to carry out the actual data read operation.
需要访问数据库的进程将数据库访问请求放入队列中,由另一个数据库访问模块进行实际的读取数据操作。
The pulse is directly read out by utilizing PLC high-speed counting module, the function of the locating controller can be achieved by program, thus the locating controller are saved.
利用PLC高速计数模块直接将外部编码器发出的脉冲读入,在PLC内部编程,通过程序控制完全能取代位置控制器的所有功能,从而省出位置控制器这一环节。
I want to read this string in as a value in my kernel module.
我想看这个字符串在我的内核模块的价值。
This is how the EXIF module allows other modules to read EXIF data from image files.
这就是EXIF模块允许其他模块读取图片文件数据的原因了。
In other words, a private method cannot be called from another module, and a private field or property cannot be read or written to from another module.
换句话说,一个私人方法不能被称为从另一个模块,和一个私人字段或属性不能被读取或写入到另一个模块。
In other words, a private method cannot be called from another module, and a private field or property cannot be read or written to from another module.
换句话说,一个私人方法不能被称为从另一个模块,和一个私人字段或属性不能被读取或写入到另一个模块。
应用推荐