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

搜索资源列表

  1. Look_ini

    0下载:
  2. 查看ini文件的例子,是对一个txt文件操作而已。抛砖引玉。-View ini document examples of a txt file manipulation only. Comment.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4.83kb
    • 提供者:
  1. SuperEditor

    0下载:
  2. haiq写的手机刷机包编辑工具 本程序用于编辑 Linux 操作系统手机刷机包,运行环境为 Windows XP/2003/Vista。使用该程序可以对 Linux 操作系统手机刷机包进行拆解(包括摩托罗拉专用格式的资源文件)、添加、删除、修改文件或目录的 Linux 属性等操作,并可重新构建刷机包。 该程序目前已通过了 Moto A1600、A1210、A1200、A810、A780、E2、E6、E680 等几种手机刷机包的测试。 本次提供的源代码包括完整的帮助文档源文件
  3. 所属分类:File Operate

    • 发布日期:2017-05-29
    • 文件大小:11.45mb
    • 提供者:huhuc
  1. Find_Chinese_Char

    0下载:
  2. 此程序根据给出的文件路径搜索路径下的所有.cpp文件中包含中文字符的行代码,将搜索到的所有每行代码显示在列表视图控件中。同时可以根据是否显示注释行按钮来控制不显示带注释的行代码-This procedure under the given file path search path all. Cpp file contains the Chinese characters of lines of code to search for all lines of code for each is d
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:47.56kb
    • 提供者:王月
  1. COBLK_last

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

    • 发布日期:2017-05-03
    • 文件大小:44.45kb
    • 提供者:chenxi
  1. proj_summary

    0下载:
  2. 一个支持通配符与转义符的高级批量txt字数统计器。通配符包括*?,转义符使用 CW代表CJK汉字,用 FA代表全角字符等等。 详细说明见Filter.ini文件。 没什么注释,不过应该比较容易理解。-A support wildcard and escape the high-volume txt word count devices. Wildcard include*?, Use CW escape on behalf of CJK characters, with FA on
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:38.1kb
    • 提供者:AmaF
  1. RMComment

    0下载:
  2. 删除C++注释的小工具源码 这个工具还有写得非常的简陋,以后有机会我还想完善做到以下几点 1.支持文件夹删除注释 2.用对象的思想,把界面和文件处理分开 -This small tool is too easy! The function is to delete the comment of c/c++
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:25.93kb
    • 提供者:chunyou128
  1. ProjectCleaner

    0下载:
  2. C/C++ 项目源代码文件中删除注释的程序。-C/C++ project source code files to delete the comment process.
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:202.47kb
    • 提供者:星痕
  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
    • 文件大小:43.29kb
    • 提供者:韩阳
  1. guolvq

    0下载:
  2. 在一些情况下,我们不希望让别人看到源代码中的注释行,那么这个程序就可以帮你把所有的注释行顾虑掉,支持VB\VC而且可以自定义过滤。-In some cases, we do not want others to see the source code comment line, then this program can help you put out all the comment line concerns, support VB \ VC and can be custom filter
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:13.41kb
    • 提供者:boobsoft
  1. Download-Web-Page

    0下载:
  2. 一个C语言函数。 该函数可以下载一个网页的源文件保存到内存中。 预处理: #include <windows.h> #include <wininet.h> #pragma comment( lib, "wininet.lib" )-A C language function. This function can download a Web page source file into memory. Pretreatment:
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:586byte
    • 提供者:wwwajjlcn
  1. Code Comment Count

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

    • 发布日期:2012-12-07
    • 文件大小:128.61kb
    • 提供者:smh
  1. OpenCVMFC

    0下载:
  2. 用vc++显示和保存图片,有完整的工程,代码的注释详细-With vc++ display and save the image, the complete works, code comment in detail ...
  3. 所属分类:File Operate

    • 发布日期:2017-05-14
    • 文件大小:3.36mb
    • 提供者:terry
  1. CodeAnalysis

    0下载:
  2. mfc编写的代码统计,可以设置统计的空白行,注释行等。-mfc write code statistics, you can set the statistical blank lines, comment lines and so on.
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:261.84kb
    • 提供者:郑贝
  1. Office-Word-2

    0下载:
  2. 基于mfc程序演示各种操作word的方式,简单明了、容易迅速上手;各种操作注释完整。-Based on word of mfc program demonstrates the various operation modes, simple, easy to get started quickly various operating Comment integrity.
  3. 所属分类:File Operate

    • 发布日期:2017-05-16
    • 文件大小:4.31mb
    • 提供者:蒋鸿伟
  1. VC-CSV

    2下载:
  2. VC6.0读写CSV文件. 1、实现对test.csv文件的读写(例子主要是读); 2、可以辨别CSV文件中的注释行(例子以符号“;”为注释行); 3、可以剔除空行;-VC6.0 write a CSV file, to achieve test.csv file read and write (examples mainly reading) 2, can be identified in the CSV file comment lines (example symbol &q
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:36.86kb
    • 提供者:zhuguoqing
  1. pltest

    0下载:
  2. pltest代码分析工具主要功能是静态分析和动态测试。 1 静态分析 包括“函数信息分析”、“指标信息分析”、“代码质量分析”,“数据流分析”、“复杂度分析 ,”循环分析“并生成doc格式的报告。报告主要包括“代码信息统计”、“编码标准违反情况统计”、“注释信息统计”、“复杂度及数据流信息”,“Halsteads信息”等内容。 2 动态测试 系统对选定的文件进行“插桩”、“编译链接”、“动态执行”,“动态分析”等操作。动态测试报告的内容包括:函数调用返回信息、对语句覆盖率、分
  3. 所属分类:File Operate

    • 发布日期:2017-05-07
    • 文件大小:1.45mb
    • 提供者:tianyu
搜珍网 www.dssz.com