<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "統計程式行數程式"]]></title>
		<link>https://forum.andowson.com/posts/list/8.page</link>
		<description><![CDATA[Latest messages posted in the topic "統計程式行數程式"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>統計程式行數程式</title>
				<description><![CDATA[ Usage: program_count.sh [Directory Path] [Extension File] [Time] 
<br>
<br>
程式邏輯如下： 
<br>
透過 find 指令找出符合 Extension File 中的檔案 
<br>
針對這些檔案以 wc 去計算行數 
<br>
最後以 expr 累加每個程式 wc 出的行數 
<br>
另外，有統計某個 Time 之後有更新的功能 
<br>
同樣以 find 指令找出符合 Extension File 中的檔案，但是有多使用 touch 產生指定時間為 Time 的檔案 
<br>
然後 find 指令多加上 newer 的參數將 Directory Path 中的每個檔案跟 touch 出的檔案比較，如果更新時間較 touch 檔案新者為目標檔案 
<br>
將這些目標檔案的行數加總起來，即為時間 Time 之後有更新的行數 
<br>]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/74/105.page</guid>
				<link>https://forum.andowson.com/posts/preList/74/105.page</link>
				<pubDate><![CDATA[Tue, 22 May 2007 20:23:41]]> GMT</pubDate>
				<author><![CDATA[ ofather]]></author>
			</item>
			<item>
				<title>回覆:統計程式行數程式</title>
				<description><![CDATA[ 我來提供一個方便易用的吧 :D]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/74/106.page</guid>
				<link>https://forum.andowson.com/posts/preList/74/106.page</link>
				<pubDate><![CDATA[Thu, 24 May 2007 21:32:56]]> GMT</pubDate>
				<author><![CDATA[ windstorm]]></author>
			</item>
			<item>
				<title>回覆:統計程式行數程式</title>
				<description><![CDATA[ 感謝windstorm提供的這個exe檔，可以在Windows平台上執行，也可以算得出整個專案的總行數。可惜的一點是這個介面是簡體中文，有些字串在我的電腦上顯示的就是我看不懂的字或問號。 
<br>
因為通常整個專案都會存在某一個目錄下，底下可能又有子目錄，所以原來的程式是用來統計某個專案的總程式行數。 
<br>
另外利用檔案屬性可以再求出某個日期以後修改或新增的程式碼行數，方便用來計算「工點」。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/74/108.page</guid>
				<link>https://forum.andowson.com/posts/preList/74/108.page</link>
				<pubDate><![CDATA[Thu, 24 May 2007 23:15:46]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>回覆:統計程式行數程式</title>
				<description><![CDATA[ 功能方面，可以說各有千秋吧，這個exe是2002年時候的版本了。 
<br>
剛才到作者的網站去看了，他還在更新，最新版本是3.7版，你如果有好的建議可更作者提提啊。 
<br>
[url]http://liangs.autodebug.com/[/url] 
<br>
<br>
[quote] 
<br>
更新日期：2007/03/15 
<br>
最新版本：v3.7 
<br>
文件大小：438 KB 
<br>
应用平台：Win9X/WinMe/WinNT/Win2000/WinXP/Win2003 
<br>
软件类型：免费软件 
<br>
开发工具：VC++ 6.0 
<br>
<br>
软件功能： 
<br>
<br>
　可用于对VC++、C++ Builder、Delphi、VB、C/C++、ASM、Java、C#、SQL 等程序源码进行详细的统计，可以准确的分析出程序中代码行、注释行和空白行的行数。程序会自动根据你选择的文件类型选择相应的统计方式，并将所有文件的分析结果进行汇总，便于方便直观的对软件项目的代码量进行全面的评估。全新改版界面，使用更加方便，功能更加强大！本软件是绿色软件，不需要安装，解压后直接运行。 
<br>
<br>
1、 支持VC++、VC.Net项目文件的统计方式。 
<br>
2、 支持C++ Builder项目文件的统计方式。 
<br>
3、 支持C/C++文件 .cpp 和 .h 的文件统计。 
<br>
4、 支持同时多个文件的统计方式。 
<br>
5、 支持同时多种文件类型的统计方式。 
<br>
6、 支持VB项目文件和 .frm 和 .bas 文件的统计。 
<br>
7、 支持汇编文件 .asm 和 .inc 的统计。 
<br>
8、 支持Delphi项目文件 .dpr 和 .pas、.dfm 文件的统计。 
<br>
9、 支持C#项目文件 .csproj 的直接统计及 .cs 文件的统计。 
<br>
10、支持Java文件 .java 的统计。 
<br>
11、支持SQL文件 .sql 的统计。 
<br>
12、支持 *.* 文件类型的自动分析统计。 
<br>
13、支持自定义一次选择多个目录的统计方式。 
<br>
14、支持用户自定义文件统计类型及统计方法。 
<br>
15、支持htm,excel,csv,txt等多种存盘文件类型。 
<br>
16、支持统计结果的直接打印输出。 
<br>
17、支持命令行方式的文件及目录统计方式。 
<br>
18、支持资源管理器右键关联的文件及目录快捷统计方式。 
<br>
19、支持GUI和命令行方式下使用自定义配置文件进行统计的方式。 
<br>
[/quote] 
<br>
<br>
镜像下载： 
<br>
<br>
天空软件站：[url]http://www.skycn.com/soft/7806.html[/url] 
<br>
华军软件园：[url]http://www.onlinedown.net/soft/4941.htm[/url] 
<br>]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/74/109.page</guid>
				<link>https://forum.andowson.com/posts/preList/74/109.page</link>
				<pubDate><![CDATA[Thu, 24 May 2007 23:36:58]]> GMT</pubDate>
				<author><![CDATA[ windstorm]]></author>
			</item>
			<item>
				<title>回覆:統計程式行數程式</title>
				<description><![CDATA[ 嗯，國内的很多自由軟件作者就是沒有商業意識，不懂得國際化。你去建議作者出一個國際化版本吧，這對他來説應該是很容易的事情。 :D]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/74/110.page</guid>
				<link>https://forum.andowson.com/posts/preList/74/110.page</link>
				<pubDate><![CDATA[Thu, 24 May 2007 23:51:41]]> GMT</pubDate>
				<author><![CDATA[ windstorm]]></author>
			</item>
			<item>
				<title>統計程式行數程式</title>
				<description><![CDATA[ 沒想到，貼個小程式也會有人回應，太令人感動囉～]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/74/112.page</guid>
				<link>https://forum.andowson.com/posts/preList/74/112.page</link>
				<pubDate><![CDATA[Fri, 25 May 2007 19:06:43]]> GMT</pubDate>
				<author><![CDATA[ ofather]]></author>
			</item>
			<item>
				<title>統計程式行數程式</title>
				<description><![CDATA[ [quote=ofather]沒想到，貼個小程式也會有人回應，太令人感動囉～[/quote] 
<br>
大家高興就好 :D]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/74/113.page</guid>
				<link>https://forum.andowson.com/posts/preList/74/113.page</link>
				<pubDate><![CDATA[Fri, 25 May 2007 20:20:03]]> GMT</pubDate>
				<author><![CDATA[ windstorm]]></author>
			</item>
			<item>
				<title>統計程式行數程式</title>
				<description><![CDATA[ [quote=windstorm][quote=ofather]沒想到，貼個小程式也會有人回應，太令人感動囉～[/quote] 
<br>
大家高興就好 :D[/quote] 
<br>
<br>
有兩套國外計算程式碼的軟體也不錯 
<br>
一套免費 一套商用(約30美金) 
<br>
<br>
http://www.andreas-berl.de/linesofcodewichtel/en/index.html 
<br>
<br>
http://sourcecount.com/ 
<br>
<br>
不過發現這類的line count軟體算出來的結果都不太一樣, 傷腦筋 :?]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/74/287.page</guid>
				<link>https://forum.andowson.com/posts/preList/74/287.page</link>
				<pubDate><![CDATA[Fri, 26 Oct 2007 10:18:21]]> GMT</pubDate>
				<author><![CDATA[ security543]]></author>
			</item>
	</channel>
</rss>