搜索资源列表
sort.rar
- 一个可以对字符串进行选择排序和冒泡排序的小程序
stringsort.rar
- 一个可以对字符串进行选择排序和冒泡排序的小程序
java_code
- 通过随机数和按位算法对字符串的加密解密。(java版)-through random numbers and by-bit algorithm to string encryption and decryption. (Java version)
_StrSplit
- 根据用户定义char型字符分割字符串,以char型字符为分割符,或是检测括号的配对情况。-under the user-defined type character segmentation char string, char type characters to separate website, or detection of the matching brackets.
Ramdon8a-z_and_A-Z_and_0-9string
- 随即产生8个a-z和A-Z和0-9的字符串-then have a eight-z and A-Z and 0-9 string
DatagramPacketDemo
- Socket应用程序(使用数据报的客户端和服务器的程序代码, 在运行服务器程序的窗口中作为输入内容输入的字符串在客户端的窗口中显示.)-Socket applications (data of the client and server code. the server program running as a window of the imported input string on the client window display.)
String_Array
- Java 字符、字符串和数组相关操作例子源码-Java characters, strings and arrays related operations example source
DateTimeUtils
- 字符串处理类,用来加强对Java中的字符串进行处理-string class, used to strengthen the Java string handling
JavaGALib
- 遗传算法的java包。提供的染色体编码方式包括二进制编码,实数编码,字符编码,字符串编码。-GA java package. The chromosome coding including binary coding, real coding, character coding, coding string.
字符串和数组
- java中字符串和数组的介绍-strings and arrays were introduced to the
字符串
- java字符串应用与学习-strings and learning
patternMatching.rar
- 三种字符串匹配:BF,BM,KMP,附上测试,three means of pattern matching
显示字符串及其显示位置
- 2. 编写Applet显示字符串,显示字符串及其显示位置,字体、字体大小和颜色通过HTML文件中的参数来传递。-2. Applet shows the preparation of a string, displays the string and display position, font, font size and color through the HTML file in the parameter to pass.
Edit
- 设计一个Java程序编辑器 实验目的:图形界面、线程、流与文件等技术的综合应用。 题意 设计一个图形界面的文档编辑器,实现以下功能: (1) 打开、保存文件。 (2) 查找、替换字符串。 (3) 定时自动更新文件,并创建备份文件。 (4) 将Java关键字以不同颜色或不同字体显示。-The design of a Java program editor experimental purposes: graphical interfaces, threading, st
myTools
- js SOAP构造多个同名子节点 计算字符串长度(汉字为2) 转换特殊字符, get方式提交时有用 以Array的方式封装xml 根据参数长度随机取字符串
TestCount
- 统计字符串中符号、数字、字母、空格、标点符号的个数-Statistical string symbol, digit, letter, Spaces, and the number of punctuation
Password
- 密码加密与解密 对字符串进行MD5编码,并进行解密-Password encryption and decryption of the MD5 encoded string and decrypt
Main
- 将json字符串中,每个[]里面逗号隔开的每条数据进行识别,提取出需要的数据,存到单独的TXT中(The JSON string, each separated by commas inside each data [] to identify and extract the data needed to separate TXT)
unicode
- JAVA实现一个具有图形用户界面的字符串unicode值查询器,输入一个字符串即可查询到每个字符的unicode值(Use JAVA to do a graphical user interface string Unicode value query, enter a string, you can query the Unicode value of each character)
StringDemo
- 通过kmp算法实现字符串的匹配,时间复杂度第。面试常问问题(The matching of string is realized by KMP algorithm, and the time complexity is the first. Interviewing often asks questions)