搜索资源列表
javanixu
- 从键盘输入若干个字符,当输入字符”#”时中止输入。统计输入字符的个数,并将它们按输入时的逆序输出。如: 输入:inputstream# 输出:maertstupni -keyboard input from a number of characters when the input character "#" at the suspension of the import. Statistics of the number of input characters,
Java_Draw_circuit_diagram
- Java门电路画图器 基本功能: 1。文件的保存,打开; 2。添加基本元件; 3。画点,画线,字符; 4。删除元件 5。统计元件 画好的电路用xml文件保存,基本元件的配置也是使用xml文件 这个软件虽然小,但是涉及了很多知识,对学Java的初学者还是很有帮助的。 文件的保存,单个门电路的保存都是用XML文件存储,使用了线程... -Java gate circuit drawing for basic functions : 1. Docum
wmjcuit
- 本程序是由java语言开发,名为统计一串字符中空格的个数-this procedure is java language development, known as a bunch of statistical character of the number of spaces
countTheNumberOfChar
- 用二叉树实现统计字符出现频率算法 JAVA实现
SourceModeling
- SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来,使用ASCII码读取。(之后可以使用这个代码进行Huffman编码的基础) 2.2 DecOfInd.txt 为被统计的文档。SM.java为统计的java程序。 SM.class是SM.java生成的类文件。 compute.txt是输出结果到屏幕后的信息text复制。
zifuchuan
- 判断字符是否为单词的一部分,统计字符串中单词个数并将单词提取到字符串数组cArr中
Java20080902
- 统计字符数组中字母,数字,符号的出现个数 char[] c = { 2 , c , $ , 4 , 7 , Z , j , ~ , p , c }
try2
- Eckipse上运行成功。输入一串字符,统计其中字母、数字、其他字符、空格的个数。-Eckipse run successfully. Enter the string of characters, statistics on letters, numbers, other characters, the number of spaces.
draw-gateCircuit
- Java门电路画图器 基本功能: 1。文件的保存,打开; 2。添加基本元件; 3。元件的配置用XML保存,不用修改程序即可增加,修改,删除基本元件 4。画点,画线,字符; 5。删除元件 6。统计元件-Java browser gate drawing basic functions: 1. Documents, open 2. Add the basic components 3. The configuration of components using
StringTools
- 该程序是测试字符串用的,来统计字符串的长度,以及去掉字符串中的空格字符!-The procedure used to test the string to string the length of Statistics, as well as the string to remove the space character!
ding
- Java门电路画图器 基本功能: 1。文件的保存,打开; 2。添加基本元件; 3。画点,画线,字符; 4。删除元件 5。统计元件 画好的电路用xml文件保存,基本元件的配置也是使用xml文件 这个软件虽然小,但是涉及了很多知识,对学Java的初学者还是很有帮助的。 文件的保存,单个门电路的保存都是用XML文件存储,使用了线程... 虽然是一个画门电路的软件,但是纯粹是一个Java程序,和门电路没有任何关系的-Java drawing gate
bookshop1.2
- 登陆,注册,购买,留言,在线人数统计,过滤非法字符-yes
JqueryProgressBar
- 一个Jquery框架写的投票统计图进度条,有几种风格的条形,进度条的比例按给的数字字符来获取,直观,方便。-Jquery framework of a written vote charts the progress bar, there are several styles of bar, the progress bar according to the ratio of the number of characters to obtain, intuitive and convenient
TextStat
- 此java程序可以用来统计一个文档中所有的字符个数、word的个数,26个英文字母出现的频率以及文档行数,并把结果写到别外一个文档中-This java program one statistics can be used to document the number of all the characters, word number, the 26 English letters document the frequency and number of rows, and the resul
myFileStream
- 统计文本中的英文字符数目及单词数目,程序先打开一个文本文件,然后进行运算,结果是输出单词的数目-Statistics in the text the number and the word the number of English characters, the program opens a text file first, and then proceed to operation, the result is the number of output words
zhengdike
- (个人原创)《中文网页自动分类》 牵扯的技术有:分词,统计词频,踢出网页中一些特殊字符(用正则表达式),还有需要提取培训集等等!! 此软件禁止商业活动,版权所属“qyTT论坛--www.qyclass.org/bbs” 本文来自: qyTT论坛 http://www.qyclass.org/bbs 我们的使命:让世界认识qyTT,让qyTT认识世界! 结果分析的思想:就是把得到的词频与建立的词库里每一类进行比较,如果存在一个最大匹配程度,就去这个类作为结果,如果存
CharacterCounter
- 图形界面,实现字符统计功能 applet-Graphical interface to achieve the character statistics, as an applet
function1
- 字符统计功能和日期统计功能的小软件 applet-Character statistics and statistical features of the date an applet
wenbentongji
- 统计文件中的字符数,单词数和行数。单词由空格,制表符,回车键或换行符分隔。-Statistics document the number of characters, words and lines. Words by spaces, tabs, carriage return key or line breaks.
AFW
- 通过Java实现纯面向对象的操作实验,程序实际完成对文本文件的字符统计 中英文单词都行。-Java implementation by pure object-oriented operating experiments, the actual completion of the program text file character statistics English word will do.