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

搜索资源列表

  1. 判断excel工作簿数据行数

    0下载:
  2. 程序功能: 判断excel文件中某个工作簿中第一列的最后一行数据的行数(假设第一行有数据,以后每行数据为连续的,无空值。) 程序代码:
  3. 所属分类:其他小程序

    • 发布日期:2012-09-23
    • 文件大小:281
    • 提供者:liuq1997
  1. ExperimentFour

    0下载:
  2. 流量统计 FREEBSD上安装snmp+mrtg还是比较简单的,不过网络上的安装教程大多缺胳膊少腿, ..... 基于源地址的发出流量分网 · 用vim加密squid.conf配置文件 · 统计项目的代码行数 ... -FreeBSD is installed on the flow statistics snmp+ Mrtg is relatively simple, but the network installation tutorial most缺胳膊少腿, ..... base
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:37403
    • 提供者:guaiguai
  1. CountLines

    0下载:
  2. 代码行数统计。可按目录、工程或单个文件进行统计。-A few lines of code statistics. Contents may, engineering or a single file to compile the statistics.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:95638
    • 提供者:hmc
  1. counter

    0下载:
  2. 对程序代码行,注释行的统计,给出了比较规范需求分析,概要设计,详细设计说明文档,值得学习-Lines of program code, comment line statistics, given a fairly standard needs analysis, outline design, detailed design documentation, it is worth learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:215511
    • 提供者:田旭
  1. DT

    0下载:
  2. 实时接收VC++程序Debug和Release下的自定义调试输出,可以极大的方便程序的调试. 用法(以CTestMFCApp为例): 在TestMFCApp的stdafx.h中加入#include "dt_2005.h" 在.cpp需要输出调试信息的代码行加入 DT("hello,year d",2009) DW("This is a warning msg") DE("error") 用DT.exe来接收输出的信息 DT用来输出一般信息,
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:101623
    • 提供者:xwp
  1. yuandaima

    1下载:
  2. 支持智能指导的可视化汇编语言集成开发环境,实现了汇编语言在Windows下的可视化开发。该平台主要包括以下两部分。 (1)可视化汇编语言集成开发。具体包括:① 系统集成:将编译、连接、运行和调试等分立的DOS程序集中到统一的WINDOWS程序环境中,通过点击鼠标就可以实现汇编的全部操作。② 信息提示兼顾中英文,操作界面全部中文化。通过选项的设置,编译信息、链接信息以及错误的提示信息既可以采用中文,也可以采用英文,还可以使用中英文对照。③ 人性化界面:关键词、语法高亮显示,可根据个人喜好定制指
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2186703
    • 提供者:张龙
  1. codestate

    0下载:
  2. 对普通的c程序或头文件进行代码统计,可以统计总行数,代码行数,空行数,注释行数。-code state
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1310
    • 提供者:hituu
  1. comunicationManage

    0下载:
  2. 通讯录管理系统 c++编写 代码量800行左右-Address Book Management System for the amount of c++ code of about 800 lines
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2270
    • 提供者:xiake
  1. 4730

    0下载:
  2. 4730 C51调试成功的代码,行不行,自己试一下就知道了。-The si4730 for c51,you need read it by yourself.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:2187
    • 提供者:mml
  1. exercise3

    0下载:
  2. 制定自己的C++编码规范;编制一个程序,度量由用户指定的、严格按照C++编码规范编写的C++源文件的代码规模,分别输出代码行数和注释行数。-set of c++ code regulating oneself, Compiling a program, a measure of the specified by customer, in strict accordance with the c++ code written in c++ standard code, the source fi
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2284
    • 提供者:王永康
  1. linecount

    0下载:
  2. 这是一款可以进行数代码行数的软件的代码,很实用。-This is the number of lines of code can be a number of software code, it is practical.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:62635
    • 提供者:gby
  1. RSAa

    0下载:
  2. 此开源软件名叫lc2,采用C语言编写,能统计基本的代码行数,注释行数,空白行数等基本统计数据。-This open source software called lc2, using C language, able to account for the basic lines of code, comment lines, blank lines and other basic statistics.
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-09
    • 文件大小:16692546
    • 提供者:王鹏
  1. CodeLineCounter05

    0下载:
  2. 代码行计数器.用于计算用.net开发的源程序代码行数。经过小小修改即可用于计算java程序的代码行数。源于网上他人的程序修改优化而成。-Code line counter. For the calculation the line count of code developed with .net. After a little modification can be used to calculate the number of lines of code java program. Chan
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:358821
    • 提供者:tony liu
  1. SrcLineCounter

    0下载:
  2. 代码行数统计工具,可统计总行数和去掉空格和注释后的代码行数-Lines of code statistics tools statistical total number of rows and removing spaces and comments after the number of lines of code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:89234
    • 提供者:zhujie
  1. Sum

    0下载:
  2. mfc制作代码统计工具 能够统计各种代码行数-mfc code
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6539856
    • 提供者:dongxiao
  1. [代码行数统计工具]SourceCounter

    0下载:
  2. 工具类--可以统计代码的行数,大家可以试试,我觉得挺好用的(Tool class - you can count the number of lines of code, you can try, I feel very good use)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3745792
    • 提供者:dengtj
  1. 基于FPGA的异步串行接口设计

    0下载:
  2. 一份异步串行通信实验的pdf,给有需要的人,各功能代码都有(Asynchronous serial communication experiment for people in need)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1902592
    • 提供者:shoodro
  1. count

    0下载:
  2. 统计java代码行数的小工具 简单实用有需要的可以放心使用(The small tool for statistics of the number of Java code lines is simple and practical)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:6144
    • 提供者:txlxiaolong
  1. Android第一行代码

    0下载:
  2. Android第一行代码PDF书籍,全电子版(Android first line code PDF books, full electronic version)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:8716288
    • 提供者:Yeak
  1. MATLAB中TVAR的代码

    1下载:
  2. 用于研究时变向量自回归,你自己改变x0的输入值就行了(The study of time-varying vector autoregression)
  3. 所属分类:其他

    • 发布日期:2018-09-22
    • 文件大小:2048
    • 提供者:幻ying
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com