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

📄 index.htm

📁 这是一个能够自动生成文档的程序
💻 HTM
字号:
<html>
<head>
<title>代码文档生成器--使用Visual Unit高效开发的实战范例</title>

<LINK href="pic/style.css" type=text/css rel=stylesheet>
</head>
<body topmargin="0" leftmargin="0">
<div id="Output">

<!--PAGE_HEAD_BEGIN-->
<table width="800" height="192" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="56" height="56" valign="top" bgcolor="#c3daec" >
	<img src="pic/n_left.gif" width="56" height="190"> 
    </td>
    <td width="687" valign="top"><table width="687" height="42" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="td2">
        <tr> 
          <td width="89" background="pic/top_back.gif" valign="bottom">
			<img src="pic/logo.gif" width="150" height="42" alt="凯乐软件"></td>
          <td width="559" background="pic/top_back.gif" valign="bottom"><table width="98%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  <td>
					 </td>                                                
                </tr>
                <tr> 
                  <td><div align="right"><a href="http://www.KaileSoft.cn/">首 页</a> | <a href="http://www.KaileSoft.cn/products/"> 产品介绍</a> |                                    
                      <a href="http://www.KaileSoft.cn/download/"> 下载中心</a> | <a href="http://www.KaileSoft.cn/teaching/">                                                
                      演示与教程</a> | <a href="http://www.KaileSoft.cn/bbs/"> 技术论坛</a> | <a href="http://www.KaileSoft.cn/faq/"> 问题解答</a> | <a href="http://www.KaileSoft.cn/contactus.htm"> 联系我们</a></div></td>                                                
                </tr>
                <tr> 
                  <td height="4"></td>
                </tr>

            </table></td>
        </tr>
      </table>
      <table width="650" height="150" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="td2">
        <tr> 
          <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="685" height="150">
              <param name="movie" value="pic/top.swf">
              <param name="quality" value="High">
              <embed src="pic/top.swf" quality="High" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="685" height="150"></embed></object></td>
        </tr>
      </table>
      <table width="687"  border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="td2">
        <tr> 
          <td background="pic/n_back1.gif" height="9"></td>
        </tr>
      </table></td>
    <td width="57" valign="top" bgcolor="#c3daec">
	<img src="pic/n_right.gif" width="56" height="190"></td>
  </tr>
</table>

<table width="800" height="107" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="107" valign="top" bgcolor="#c3daec"> 
      <table width="687" height="37" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="td2">

                <tr> 
                  <td  background="pic/foot_back.gif" style="letter-spacing:1pt;"><div align="center">
					<b>代码文档生成器</b></div></td>                                                
                </tr>        
      </table>
      <div align="center">
      <table width="687" height="70" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="td2">
        <tr> 
          <td> 
			<div align="center">
				<table border="0" width="96%" id="table1" cellspacing="0" cellpadding="0">
					<tr>
						<td><br>
						本软件的主要功能是解析C/C++代码,依据代码及注释自动生成代码文档。<a href="Doc/index.htm" target="_blank">点击这里浏览本文档生成器依据自身代码生成的文档</a>,文档格式为XML,需要XML解析器的支持,请允许ActiveX运行,如仍无法浏览,请下载安装<a href="http://download.microsoft.com/download/xml/SP/3.1/W98NT42KMe/EN-US/msxml3_cn.exe">微软的XML插件</a>。<br>
						<br>
						这是凯乐软件测试部主持的一个开源项目,模拟最糟糕的开发团队,最混乱的开发流程,以恶劣环境下的实战检验和展示Visual 
						Unit在软件开发和测试中的应用。在Visual 
						Unit的支持下编程调试,无需多做什么,就可以大幅提高编程效率和质量;另一方面,无需增加人力和项目时间,即可轻松快捷地实现彻底的单元测试。<br>
						<br>
						此项目由很少写代码的测试和预研部门开发,人员不固定,时间也不固定,谁有空就写上一些;没有设计,没有文档,基至也不在代码文件中保存编码人员的信息,成员完全依赖于阅读代码和测试用例来理解其他成员写的代码;除了简单的命名规则外,没有其他规范,甚至连一个函数原则上不能超过50行之类的基本规范也没有(范例中有超过200行的函数CMacro::Unwind(),一万多条路径)。总之,此项目所展示的编码调试方式和单元测试方法,是任何开发团队都可以实施的。<br>
						<br>
						请阅读:<br>
						<br>
						<a href="Dev1.htm">主题文档《<b>高效开发与彻底测试</b>》</a><br>
						援引范例中的代码,详细介绍高质高效的编码调试方式,以及如何实现彻底的单元测试,并提出了具有广泛适应性的单元测试流程。<br>
						<br>
						<a href="Docer1.htm">文档生成器使用说明</a><br>
						<br>
						<a href="Docer2.htm">源代码(包括产品工程和测试工程)使用说明 </a><br>
						<br>
						<a href="Docer3.htm">变量命名规则</a><br>
						<br>
						更多的信息请访问凯乐软件网站:<a target="_blank" href="http://www.kailesoft.cn/">http://www.KaileSoft.cn</a><br>
 </td>
					</tr>
				</table>
			</div>
			</td>
        </tr>
      </table></div>
	</td>
  </tr>
</table>

<table width="800" height="107" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="107" valign="top" bgcolor="#c3daec"> 
      <table width="687" height="37" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="td2">

                <tr> 
                  <td  background="pic/foot_back.gif" style="letter-spacing:1pt;"><div align="center"><a href="http://www.KaileSoft.cn/">首 页</a> | <a href="http://www.KaileSoft.cn/products/"> 产品介绍</a> |                                    
                      <a href="http://www.KaileSoft.cn/download/"> 下载中心</a> | <a href="http://www.KaileSoft.cn/teaching/">                                                
                      演示与教程</a> | <a href="http://www.KaileSoft.cn/bbs/"> 技术论坛</a> | <a href="http://www.KaileSoft.cn/faq/"> 问题解答</a> | <a href="http://www.KaileSoft.cn/contactus.htm"> 联系我们</a></div></td>                                                
                </tr>        
      </table>
      <table width="687" height="70" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="td2">
        <tr> 
          <td background="pic/foot_back2.gif" bgcolor="#FFFFFF"> 
            <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr> 
                <td><div align="center"><font color="#333333">Copyright &copy;                                
                    2006 KaileSoft.cn All Rights Reserved </font></div></td>                                                
              </tr>
              <tr> 
                <td><div align="center"><font color="#333333">广州市凯乐软件技术有限公司 &nbsp; &nbsp;粤ICP备<a href=http://www.miibeian.gov.cn target="_blank">06080420</a>号</font></div></td>                               
              </tr>
              <tr>
                <td valign="center"><div align="center"><font color="#333333"><a href="" onclick="this.href='mail'+'to:'+'WebMaster'+'@'+'Kaile'+'Soft'+'.'+'cn'">网站管理员Email</a> &nbsp; &nbsp;<script language="javascript" src="http://count18.51yes.com/click.aspx?id=188467649&logo=6"></script>
</div></td>                               
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
</table>
<!--PAGE_TAIL_END-->

</div>
</body>
</html>

⌨️ 快捷键说明

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