⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main_8cpp.html

📁 Aprior的C++实现算法
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>APRIORI algorithm: main.cpp File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.5 --><div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div><h1>main.cpp File Reference</h1><code>#include &lt;iostream&gt;</code><br><code>#include &lt;fstream&gt;</code><br><code>#include "<a class="el" href="MSApriori_8hpp-source.html">MSApriori.hpp</a>"</code><br><p>Include dependency graph for main.cpp:<p><a href="main_8cpp-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="main_8cpp.html#a0">usage</a> ()</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This procedure displays the usage of the program.  <a href="#a0"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="main_8cpp.html#a1">process_config_file</a> (bool &amp;quiet, bool &amp;store_input, unsigned long &amp;size_threshold)</td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="main_8cpp.html#a2">process_arguments</a> (int argc, char *argv[], ifstream &amp;basket_file, ifstream &amp;mis_file, double &amp;min_conf)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This procedure processes the arguments.  <a href="#a2"></a><br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="main_8cpp.html#a3">main</a> (int argc, char *argv[])</td></tr></table><hr><h2>Function Documentation</h2><a class="anchor" name="a3" doxytag="main.cpp::main" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> int main </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">int&nbsp;</td>          <td class="mdname" nowrap> <em>argc</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>char *&nbsp;</td>          <td class="mdname" nowrap> <em>argv</em>[]</td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p><p>Definition at line <a class="el" href="main_8cpp-source.html#l00142">142</a> of file <a class="el" href="main_8cpp-source.html">main.cpp</a>.<p>References <a class="el" href="MSApriori_8cpp-source.html#l00068">MSApriori::MSAPRIORI_alg()</a>, <a class="el" href="main_8cpp-source.html#l00105">process_arguments()</a>, and <a class="el" href="main_8cpp-source.html#l00064">process_config_file()</a>.    </td>  </tr></table><a class="anchor" name="a2" doxytag="main.cpp::process_arguments" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> int process_arguments </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">int&nbsp;</td>          <td class="mdname" nowrap> <em>argc</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>char *&nbsp;</td>          <td class="mdname" nowrap> <em>argv</em>[], </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>ifstream &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>basket_file</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>ifstream &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>mis_file</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>double &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>min_conf</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>This procedure processes the arguments. <p><p>Definition at line <a class="el" href="main_8cpp-source.html#l00105">105</a> of file <a class="el" href="main_8cpp-source.html">main.cpp</a>.<p>References <a class="el" href="main_8cpp-source.html#l00044">usage()</a>.<p>Referenced by <a class="el" href="main_8cpp-source.html#l00142">main()</a>.    </td>  </tr></table><a class="anchor" name="a1" doxytag="main.cpp::process_config_file" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void process_config_file </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">bool &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>quiet</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>bool &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>store_input</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>unsigned long &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>size_threshold</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p><p>Definition at line <a class="el" href="main_8cpp-source.html#l00064">64</a> of file <a class="el" href="main_8cpp-source.html">main.cpp</a>.<p>Referenced by <a class="el" href="main_8cpp-source.html#l00142">main()</a>.    </td>  </tr></table><a class="anchor" name="a0" doxytag="main.cpp::usage" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> void usage </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>This procedure displays the usage of the program. <p><p>Definition at line <a class="el" href="main_8cpp-source.html#l00044">44</a> of file <a class="el" href="main_8cpp-source.html">main.cpp</a>.<p>Referenced by <a class="el" href="main_8cpp-source.html#l00105">process_arguments()</a>.    </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Sun Jun 20 23:41:08 2004 for APRIORI algorithm by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.5 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -