CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - 代码行数

搜索资源列表

  1. Counting

    0下载:
  2. 去找工作时经常会有人问我已编过多少行代码的程序, 当真把每个程序都整理处理数一下行数实在太麻烦了, 因此我就自己编了一个小程序专门用来数文本格式的 文件的行数,小巧好用-find work often when someone asked me how many series have lines of code procedures each type of procedure to address a number of collating several firms about
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:140506
    • 提供者:ysh
  1. CodeLines

    0下载:
  2. 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!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:31355
    • 提供者:JohnnyAnn
  1. lb250Prog

    0下载:
  2. 一个变化计数器.统计代码修改,删除,增加的行数,并生成统计报告.-a change counter. Statistics code modification, deletion, the increase in the number of rows, and generates statistical reports.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3300048
    • 提供者:刘斌
  1. FunctionLine

    0下载:
  2. 查看C++文件中的函数的工具,计算各个函数的实际代码行数,注释行数等等.-View C document, the function of the tool to calculate the actual function of each source line number, a few notes, and so on.
  3. 所属分类:文件操作

    • 发布日期:2014-01-15
    • 文件大小:2849319
    • 提供者:a278972
  1. code

    0下载:
  2. 代码行计算器 用于计算代码行数 方便代码管理
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8336
    • 提供者:cpper
  1. QGA

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:4222
    • 提供者:陈朋
  1. fileline

    0下载:
  2. 文件行数统计程序代码 该文件行数统计程序实现了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
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:15269
    • 提供者:westmstc
  1. notepad5.03

    0下载:
  2. notepad++ 5.03 源代码200811月属于最新版源码,开源 notepad ,最好用的Windows记事本源码最新版。Notepad++ 是一款非常有特色的编辑器—— ①、内置支持多达 27 种语法高亮度显示(包括各种常见的源代码、脚本,能够很好地支持 .nfo 文件查看),还支持自定义语言; ②、可自动检测文件类型,根据关键字显示节点,节点可自由折叠/打开,还可显示缩进引导线,代码显示得很有层次感; ③、可打开双窗口,在分窗口中又可打开多个子窗口,允许快捷切换全屏显示模式(F11)
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1699648
    • 提供者:邓小凡
  1. CodeCounter_src

    0下载:
  2. 一个记录编缉器中所包括代码的行数的程序,主要是对文件的读取与解析-Edit a record of devices included in the code number of rows the procedure, mainly to read the document with the analytic
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:41173
    • 提供者:lhc
  1. COBLK_last

    0下载:
  2. 标准C文件代码中注释识别统计,按照用户预定格式输出到文件中 提供给用户运行程序的方式,程序的所有输入,要求在windows CMD命令行下面进行操作和显示。方括号表示可选参数;大括号表示必选参数,输入的时候不需要键入括号。COBLK [-c] {filename},支持绝对路径,相对路径,如果没有路径,默认为程序所在目录。 每次执行只处理1个文件,即filename只表达出一个文件,不支持多个文件处理。 对可选参数[-c],当使用此参数时,输出文件包含注释块开始行号和注释块内注
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:45516
    • 提供者:chenxi
  1. getcodeline

    0下载:
  2. 统计一个目录下代码行数(只统计c++后缀名为.h和.cpp的文件)。使用了windows api。如果想统计其他后缀名的代码,请打开源码,自己修改在编译。 使用方法:进入想统计的目录,直接执行命令。 或者 比如你想统计 e:\c++ 下代码行数,可以不进入该目录,直接输入 getcodeline e:\c++ (getcodeline为你编译的可执行文件名字)。 可以使用管道把信息输出到一个文件中查看。如:getcodeline e:\c++ > out.txt 大家
  3. 所属分类:File Operate

    • 发布日期:2017-04-28
    • 文件大小:67953
    • 提供者:luo hao
  1. codecounter

    0下载:
  2. VC++版的源代码统计工具,可以按文件夹自动搜索源代码文件,并统计出每一个文件的代码行数、注释行数,可以自由添加文件类型、设定统计方法、还可以保存文件。虽然现在不怎么用这种工具,但可以学习一下算法和文件操作方面的知识。-VC++ version of the source code of statistical tools, can automatically search folder source code files, and statistics for each document th
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:115447
    • 提供者:113
  1. deskkeeper

    0下载:
  2. 一个纯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
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:44330
    • 提供者:韩阳
  1. code-statistics

    0下载:
  2. 代码行数统计工具,VC6 API开发,有bug-a code statistics tool with bug
  3. 所属分类:File Operate

    • 发布日期:2017-05-11
    • 文件大小:2741718
    • 提供者:陈盛发
  1. Delete

    0下载:
  2. 删除excel中不用的空行代码,删除行数可自行设定-Remove empty lines of code
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:1252
    • 提供者:谢丹琼
  1. COUNTer

    0下载:
  2. 统计工程代码行数,支持多种语言 包括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
  3. 所属分类:File Operate

    • 发布日期:2017-11-15
    • 文件大小:21565
    • 提供者:wwc
  1. CodeCounter20130111

    0下载:
  2. 这是一个统计工程中代码行数的软件,此软件用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.
  3. 所属分类:File Operate

    • 发布日期:2017-11-26
    • 文件大小:12924096
    • 提供者:黑白
  1. ComputeLine

    0下载:
  2. 分析文件行数,选择一个目录,填写要过滤的文件,点击查询该目录下符合条件的文件行数,统计代码量。-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.
  3. 所属分类:File Operate

    • 发布日期:2017-12-06
    • 文件大小:297189
    • 提供者:李旺
  1. GetFileRowNum

    0下载:
  2. 统计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
  3. 所属分类:File Operate

    • 发布日期:2017-11-24
    • 文件大小:79767
    • 提供者:ody
  1. Source-statistical-tools

    0下载:
  2. 源代码统计工具,可以详细统计程序员所编写代码的行数,用不着慢慢数了。-Source statistical tools, the number of lines of code can be detailed statistical programmers to write, no need to slowly counted.
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:209434
    • 提供者:独闯天涯
搜珍网 www.dssz.com