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

搜索资源列表

  1. RowCount_v1.5

    0下载:
  2. RowCounter这个东东更多时候我是作为一种好玩的工具用的。 上一版本是一年半前发布的吧?这次我更新了统计代码行的算法,速度超快,并且增加了扫描目录功能,哈,这下可以方便地统计Delphi所带的源码有多少行啦! RowCounter 源码公开,你可以自由使用、修改及传播,如果你有什么改进,请给我发一份,我的EMail是:iamready@eastday.com。-RowCounter this time I was more as a fun tool to use. There
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:314519
    • 提供者:oliver
  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. CreateAllDir

    0下载:
  2. 不到10行代码,不依赖MFC创建建立产生多级目录,无论是相对路径还是绝对路径.本来是个小玩意儿,但是看站上没有就传上来了,各位见笑了.-less than 10 lines of code, not dependent on the establishment of MFC have to create multi-level directory, whatever path is a relative or absolute path. originally a small thing, bu
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:839
    • 提供者:易佳
  1. CgEye_Make_CGI_Scripts_Easier_THAN_EVER

    0下载:
  2. 非常棒的文本编辑器!具有彩色文字和行号功能,并能辅助编写CGI代码,能很大提高编写CGI的效率-fantastic text editor! With color, text and line functions, and supporting the preparation of CGI code, can greatly improve the efficiency of the preparation of CGI
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:150878
    • 提供者:姚紫欣
  1. Exe2bat(Delphi)

    0下载:
  2. Exe2Bat是挺早的一个小工具了(有ASM源码),能把任意文件转化成bat,可惜问题还是不少 我无聊用Delphi写个 (网上似乎还流传这VC/VB版本) 修正原版转化速度离奇慢/NT下不能运行/转化后Bat有误等问题 核心代码都在Exe2BatUnit.Pas里面 Demo程序我写了2个,一个是仿造原版Exe2Bat的命令行程序,HkeExeToBat是用KOL加界面的 注意: (1).bat遇到重名文件临时文件会不能删除(具体你试试就知道,喜欢的话你多
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:76643
    • 提供者:hke
  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. INI

    0下载:
  2. INI文件操作代码,使用非常方便,只需要几行代码便可以实现INI文件的读写,实例终止时自动存盘
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:21767
    • 提供者:yuantiger
  1. code

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

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

    0下载:
  2. 实现对文件的读取操作,同时计算文件共有多少有的代码行
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1014
    • 提供者:林云
  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. CodeCount

    0下载:
  2. 程序计数器,可以对各种文件中的有效代码行进行统计,会自动屏蔽到不符合规则的代码行,从而进行统计。-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.
  3. 所属分类:File Operate

    • 发布日期:2017-05-31
    • 文件大小:12914296
    • 提供者:木子李
  1. Code Comment Count

    1下载:
  2. 程序用于根据要求统计.C源文件中代码行和注释行的数量-Count the line of code and comment in .c file.
  3. 所属分类:文件操作

    • 发布日期:2012-12-07
    • 文件大小:131692
    • 提供者:smh
  1. code-statistics

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

    • 发布日期:2017-05-11
    • 文件大小:2741718
    • 提供者:陈盛发
  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. 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
« 12 3 »
搜珍网 www.dssz.com