搜索资源列表
Int_and_byte_conversion_reciprocally
- 整型int和字符数组byte相互转换的源程序:写了一个封装类来实现整型int和字符数组byte相互转换的功能.可以用于网络数据流的程序中,实现数据转换.-integer int array byte characters and the conversion of the source : Packaging was a category to achieve cosmetic int array byte characters and conversion functions. can be
zifuchuan
- 判断字符是否为单词的一部分,统计字符串中单词个数并将单词提取到字符串数组cArr中
Java20080902
- 统计字符数组中字母,数字,符号的出现个数 char[] c = { 2 , c , $ , 4 , 7 , Z , j , ~ , p , c }
homeworkcorejava02
- 用二维字符数组保存一首唐诗(五言或七言),每一行代表一句,要求将这首唐诗按照古文的方式输出出来(从右至左,竖行排列)-Two-dimensional array of characters preserved by a Tang Dynasty (Five Characters or Seven), a representative of each line, in accordance with the requirements of the first Ancient Tang output
ParamUtil
- 字符串处理程序,有对字符串各种操作的方法,如:随机数发生器,左填充char,右填充char,得到语言配置,读配置文件属性值,url编码,url编码解码,html编码,sql特殊字符去除函数,字符串到js中冲突去除函数,删除html代码,时间格式化函数,数字到中文处理函数,数组排序等-string tools
test5
- 定义长度为10的字符型数组,输入10个字符,按从小到大顺序输出-Define the character array of length 10, 10 characters, according to the order of output from small to large
testjava
- 将字符串存储到数组中,并循环显示,保证其中的每个字符都是没有空格且能完整显示的-put string into array at a perfec formput and make sure ever world not contain a block and nice
GetInputTest
- 个人原创代码:编写Java Application程序,将命令行第一个参数每个字符放入一字符数组,然后逆序输出。-The original code of the individual: to write a java application program, the first parameter of the command line for each character in a character array, and then reverse output.
IO
- 设计一个类FileRWTest,实现从input.txt文件中读入数据到字符数组cBuffer中,然后再写入到文件“output.txt”中。-Design a class FileRWTest, to read data from the input.txt file to character array cBuffer, and then written to the file " output.txt" .
DragTextDemo
- 摘要:Java源码,文字字符,文本拖动 Java文本的拖动处理,Java实现文本拖动的源代码,创建字符数组,用于构造列表框,设置自动换行,实例化拖动目标为标签,实例化分隔面板,拖动操作处理在DragLabel.java中,接受拖动、得到拖动数据、设置标签的文本、结束拖动。 -the Java source code, character, text and dragJava text drag handle, Java text drag source code, create a
Converts
- 十六进制与byte数组之间的相互转换,以及MD5加密。对初学者学习字符之间的转换有作用-Hexadecimal and mutual conversion between byte array, as well as MD5 encryption. Role for beginners to learn character conversion between
StringExample
- 写一个Java应用程序,判断两个字符串是否相同,判断字符串的前缀、后缀是否和某个字符串相同,按字典顺序比较两个字符串的大小关系,检索字符串,创建字符串,将数字型字符串转换为数字,将字符串存放到数组中,用字符数组创建字符串-Write a Java application to determine whether two strings are the same judgment string prefix, suffix and a string compare two strings lexi
The-string
- 这是一个Java字符、字符串、数组操作的一些实例源码,主要有数组的复制、反转字符串中的字符、命令行参数、求字符串的长度及每一个位置上的字符、数组的排序、String类数组的操作等-Some examples of source code of a Java character string, array operations, array replication, reverse the characters in a string, command line parameters, find
JavaWaveText
- Java波浪文字,一个利用Java处理字符的实例,可以设置运动方向参数,显示文本的字符数组,高速文本颜色,显示字体的 FontMetrics对象,得到Graphics实例,得到Image实例,填充颜色数组数据,初始化颜色数组。-Java wavy text, an instance of the use of Java processing characters, you can set the direction of motion parameters, and displays the t
search2
- 初学者 存在一个字符数组,查找字符数组中的字符,并返回下标-There is an array of characters for beginners, find an array of characters in character and returns the subscr ipt
CharAtString
- 字符数组截取
JavaUnicode
- Java显示所有Unicode 字符,Java使用Java.awt.Graphics 的drawChars()方法,来绘出Unicode 字符。。Unicode 字符如上图所示。代码中编写了UnicodeDisplay 类,该类继承了Jframe 类,实现了ActionListener 接口;ActionPerformed()方法用于处理子菜单当中的各个选项,Makemenu()方法用于从数组当中创建菜单;同时还编写了UnicodePanel 类。-Java Show all Unicode c
PinyinUtil
- 拼音操作工具类,包括将字符串转换成拼音数组,将单个字符转换成拼音,将汉字转换成拼音,取汉字的首字母(默认是大写)等-Pinyin operating tools, including phonetic string into an array of single characters into pinyin, will be converted into phonetic characters, take the first letter of characters (default is up
CountLettersInArray
- 随机产生一个字符数组。查找并统计数组中出现哪几种字符以及每种字符出现次数,并且显示出来。-Randomly generated a character array. Find and statistical the kinds of characters and each character occurrences, than display them.
package-javaapplication1
- 1. 输入字符串sV后,将其中的标点符号(, . ! ?)转换成空格 。全部字符转换为小写字母; 2. 字符级检测:全部字符为小写字母、数字或空格; 3. 再次创建Scanner对象,从sV中扫描词组,= new Scanner(sV) ,用next()方法,将词组存放到字符串数组sVa[]中; 4. 词组级检测:剔除纯英文字符串以外的非法字符串; 5. 排序,剔除相同的英文单词,输出。 测试文本: The USB 3.0 specification was published on 12