搜索资源列表
code-line-count
- 很不错的代码行统计工具源代码,希望对大家有用-Very good lines of code statistics tool for source code, in the hope that useful to everybody
line_count
- This the code for line count and character count in a scanned page-This is the code for line count and character count in a scanned page..
BoardCount
- 本程序能对图片中的pcb板子进行计数,效果很好!主要使用opencv和vc++开发,能根据环境的改变来改变参数。-This procedure can pcb board pictures to count, very good! The main use of opencv and vc++ development, in accordance with changes in the environment to change the parameters.
WordCounter
- 封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作, 可以统计的信息有:中文字符数、英文单词数、行数、字符个数(不计空格)、空格数。 同时上述的字符统计信息,要求能写到一个Report.txt文件中,并且能显示出来。但是不要求界面,只要能以命令行的形式输入及显示即可,另外统计功能也可参考Word中 的“字数统计工具”。 序遵循题目的要求,采用Visual Studio 2008编译环境编写,使用C++语言来完成。其中主要功能封装在CText类当中,并利
Count
- (1) 设计一个程序,用于根据用户输入的命令行参数数量来计算长方形、正方形、三角形的面积。如果输入的参数为一个、二个、三个则它们应分别对应正方形、长方形、三角形,如果没有参数,则通过异常处理方法现实错误消息。(用于计算面积的方法是一个重载的方法。提示:定义一个抽象的父类,并提供一个抽象的方法area(). 再派生出三个子类,重写area()方法,然后在main方法中用多态来实现具体的面积函数的调用)。-(1) design a program based on user input for th
count
- 计算一个文档中是否存在两个字符串重复,重复的话以其他符号替换,文档以空行为结尾行!-The existence of a document in the calculation of the two strings repeat, repeat, then replaced by other symbols, documents, acts to space the end of the line!
count.tar
- 提取代码的代码行数,用于软件可靠性测试,对于提高确定软件可靠性及发行时间有个可靠的依据-the program is used to abstract the fecture of other program such as the count of the line
CodeLineCounter05
- 代码行计数器.用于计算用.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
vb
- 产生1到100随机数组,并实现换行,对角线计数和等要求-From 1 to 100 random array, and the realization of line, diagonal line count and requirements
code-count
- 对源码的代码行的统计和显示输出,其中包括代码行,注释行,空行等。-Statistics and display the output of the source lines of code, including code lines, comment lines, blank line.
Code Comment Count
- 程序用于根据要求统计.C源文件中代码行和注释行的数量-Count the line of code and comment in .c file.
count
- counts command line arguments
VCPP-source-line--count
- VC++版源代码统计工具,基于VC++6 环境开发的,需要的可以下载-The VC++ version source code statistical tools, based VC++6 environment developed, the need can be downloaded to see
count
- 【问题描述】 输入若干个整数,统计出现次数最多的那个整数。如果出现最多的整数有两个以上,打印最早输入的那个整数。 【输入形式】 从标准输入读取输入。第一行只有一个数字N(1≤N≤10000),代表整数的个数。以后的N行每行有一个整数。 【输出形式】 向标准输出打印出现次数最多的那个数字。 -Descr iption Enter the number of integers, the statistics most frequently that integer. If
zdxhuan.asm
- 机器调用,自动控制。转弯、黑线记数、搬运标志-Machine call, automatic control. Turn, the black line count, handling flag
kazoeciao_e
- 代码行数统计软件,能方便地进行软件规模估算与工作量的统计-Code line count software, it makes people easy to estimate the software scale and count the work load
count-lenth
- 统计直线、多段线、圆、椭圆、矩形等实体对象的长度和-count the lenth of line
LCD-COUNT
- 422线软件编解码器,利用ATMEGA16中断解码。-422 line software codec, decoding using ATMEGA16 interrupt.
count-of-nine
- 众所周知,琪露诺(チルノ,Cirno)是幻想郷 (げんそうきょう)中首屈一指的天才,可以说⑨就是她的代名词。 然而如今,她遇到了一个和⑨有关的难题。你能帮助她么? 题目是这样的,给出两个数 a 和 b (0 <= a <= b <= 10^10000),求 a 到 b 之间(包括a和b)的数字中,有多少个数字是包含9的(例如 19,910 等都是包含9的数字)。 输入 第一行为一个数字 T (0 < T <= 100) 表示数
p.line
- 判断点是否在闭合折线内,闭合折线为凸多边形 坐标记录在A中 折线顶点坐标保存在line1,line2,line3中 line坐标按逆时针存储 输出结果为count 1 2 3为对应区域(注:不包含线上点请更正<为<=)- Coordinate records in A polyline vertex coordinates stored in line1, line2, line3 in line coordinate counter-clockwise