<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>易语言模块</title>
	<atom:link href="https://www.aitaocui.cn/tag/194035/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Wed, 23 Nov 2022 20:58:51 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>易语言模块</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>易语言模块(计算机概念)</title>
		<link>https://www.aitaocui.cn/article/302893.html</link>
					<comments>https://www.aitaocui.cn/article/302893.html#respond</comments>
		
		<dc:creator><![CDATA[马晓波]]></dc:creator>
		<pubDate>Wed, 23 Nov 2022 20:58:51 +0000</pubDate>
				<category><![CDATA[百科]]></category>
		<category><![CDATA[易语言模块]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=302893</guid>

					<description><![CDATA[易语言模块相当于支持库其中可以包括子程序、常量、自定义数据类型，也相当于在程序中一些自己写的子程序、定义的数据类型和常量，可以在程序中直接调用，但调用时必须遵守模块使用的要求。 简...]]></description>
										<content:encoded><![CDATA[</p>
<article>
<p>易语言模块相当于支持库其中可以包括子程序、常量、自定义数据类型，也相当于在程序中一些自己写的子程序、定义的数据类型和常量，可以在程序中直接调用，但调用时必须遵守模块使用的要求。</p>
</article>
<article>
<h1>简介</h1>
<p>易语言模块相当于支持库其中可以包括子程序、常量、自定义数据类型，也相当于在程序中一些自己写的子程序、定义的数据类型和常量，可以在程序中直接调用。</p>
<h1>创建</h1>
<p>运行易语言时会让你选择新建的类型，其中一项就是Windows易语言模块，在易语言模块中可以新建子程序，然后在子程序后面的公开一项中打上对勾，编写代码，然后编译，编译之后在别的程序中引用该模块，就可以看到有一个子程序可以引用，如果公开没有打对勾，那么，引用模块后将看不到相应的子程序。</p>
<h1>具体</h1>
<p>编写模块的目的就是为了使以后编写程序的时候不用重复的编写同一段代码，如需要可以直接从模块调用，调用的方法也很简单，执行选择夹，双击模块引用表，找到编译的EC模块文件，点击打开用于调用。调用时输入程序名称和必填参数就可以执行成功。</p>
</article>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/302893.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
