搜索资源列表
文件整和与代码量统计
- 这是本人在做毕业设计时做的一部分工作,实现的功能是:1.多个文件的整合 2.代码量的统计.-this is my doing graduate design part of the work done, the functions are : 1. The integration of multiple files 2. Code of Statistics.
RowCount_v1.5
- RowCounter这个东东更多时候我是作为一种好玩的工具用的。 上一版本是一年半前发布的吧?这次我更新了统计代码行的算法,速度超快,并且增加了扫描目录功能,哈,这下可以方便地统计Delphi所带的源码有多少行啦! RowCounter 源码公开,你可以自由使用、修改及传播,如果你有什么改进,请给我发一份,我的EMail是:iamready@eastday.com。-RowCounter this time I was more as a fun tool to use. There
jspOperationOnfiles
- 对jsp中常用到的文件操作代码进行的统计希望可以方便大家的使用-right jsp commonly used to document code for the operating statistics hope we can facilitate the use of
CodeLines
- VC6工程,本程序可以指定一个目录,然后统计该目录下各种源友文件的总行数,以此来统计你倒底写了多少行代码!-VC6 works, the process can specify a directory, then the statistics directory sources Friends of the office of a few documents, in order to statistics you write up a number of lines of code!
lb250Prog
- 一个变化计数器.统计代码修改,删除,增加的行数,并生成统计报告.-a change counter. Statistics code modification, deletion, the increase in the number of rows, and generates statistical reports.
fileline
- 文件行数统计程序代码 该文件行数统计程序实现了UNIX/LINUX下的wc相似的功能-Document the number of rows and Statistics program code of the document the number of rows to achieve a statistical procedure UNIX/LINUX under similar functional wc
COBLK_last
- 标准C文件代码中注释识别统计,按照用户预定格式输出到文件中 提供给用户运行程序的方式,程序的所有输入,要求在windows CMD命令行下面进行操作和显示。方括号表示可选参数;大括号表示必选参数,输入的时候不需要键入括号。COBLK [-c] {filename},支持绝对路径,相对路径,如果没有路径,默认为程序所在目录。 每次执行只处理1个文件,即filename只表达出一个文件,不支持多个文件处理。 对可选参数[-c],当使用此参数时,输出文件包含注释块开始行号和注释块内注
getcodeline
- 统计一个目录下代码行数(只统计c++后缀名为.h和.cpp的文件)。使用了windows api。如果想统计其他后缀名的代码,请打开源码,自己修改在编译。 使用方法:进入想统计的目录,直接执行命令。 或者 比如你想统计 e:\c++ 下代码行数,可以不进入该目录,直接输入 getcodeline e:\c++ (getcodeline为你编译的可执行文件名字)。 可以使用管道把信息输出到一个文件中查看。如:getcodeline e:\c++ > out.txt 大家
codecounter
- VC++版的源代码统计工具,可以按文件夹自动搜索源代码文件,并统计出每一个文件的代码行数、注释行数,可以自由添加文件类型、设定统计方法、还可以保存文件。虽然现在不怎么用这种工具,但可以学习一下算法和文件操作方面的知识。-VC++ version of the source code of statistical tools, can automatically search folder source code files, and statistics for each document th
balance
- 从文本中读取银行帐单,统计本月的收支情况的C++代码-Read bank statements from the text, income and expenditure statistics for this month' s C++ code
deskkeeper
- 一个纯C++的代码,功能是统计一个代码中具有的代码行数,空白行数,注释行数等等信息,里面包含了c的文件操作,多个类的混合操作,如果有兴趣可以改成vc的软件,-A pure C++ code, the features are statistics with a code number of lines of code, blank lines, comment lines and so forth, which contains the c file operations, multiple c
CodeCount
- 程序计数器,可以对各种文件中的有效代码行进行统计,会自动屏蔽到不符合规则的代码行,从而进行统计。-Program counter, effective lines of code in various file statistics, it will automatically shield to the lines of code, which does not meet the rules of statistics.
Code Comment Count
- 程序用于根据要求统计.C源文件中代码行和注释行的数量-Count the line of code and comment in .c file.
code-statistics
- 代码行数统计工具,VC6 API开发,有bug-a code statistics tool with bug
COUNTer
- 统计工程代码行数,支持多种语言 包括c++ / vb / java 支持自动去除空行,去除VB中的窗体元素信息-Statistics projects the number of lines of code, supports multiple languages including c++/vb/java support automatically remove blank lines, remove the the VB form element inf
CodeCounter20130111
- 这是一个统计工程中代码行数的软件,此软件用mfc框架c++写的,包含源码。-This is the number of lines of code in a statistical engineering software, this software use the mfc framework for c++ written, contains the source code.
ComputeLine
- 分析文件行数,选择一个目录,填写要过滤的文件,点击查询该目录下符合条件的文件行数,统计代码量。-Analysis file line number, select a directory, fill in the file that you want to filter qualified under the directory file line number, the amount of statistical code, click Query.
GetFileRowNum
- 统计ascii文件的行数,如自己编写的代码行数,可以以文件夹为单位进行统计,包含子文件夹。详细信息功能中将列出具体文件的行数。-Statistics ascii file number of lines, such as the number of lines of code to write your own, you can order a folder as a unit for statistics, including subfolders. Details Features spec
CodeAnalysis
- mfc编写的代码统计,可以设置统计的空白行,注释行等。-mfc write code statistics, you can set the statistical blank lines, comment lines and so on.
StatisticsCharacters
- I/O流操作 任务目标: 练习C++的文件数据处理方法,学习类ifstream(从文件输入)、ofstream(向文件输出)和fstream(从文件输入,输出)的定义与用法。 任务描述: 编写一个程序,用统计一个源代码文件(以你所写的代码文件为对象)中英文字符串的种类与个数并输出到文件phases.dat,记录格式如下: Type number main 1-I/O stream operations mission object