搜索资源列表
json2
- 列举了有关json字符串数组的一系列操作-Examples were given of a series of operations json string array
实现生产者和消费者问题
- 实现生产者和消费者问题。输入:由英文字母和数字组成的不定长度字符串数组,例如{“abc”,”23d”,”1a”}。每隔100毫秒,生产者线程读入数据,放入生产者公用的仓库;消费者从仓库中取出字符串,进行倒置,-Producers and consumers realize the problem. Input: letters and numbers from the adventitious length of the string array, for example, {" ab
java_applet
- Applet类与Applet小程序,数组 向量 字符串 递归 排序-Applet applet Applet class, recursive sort string array vector
JESON
- json 转换,字符串,数组,list,map,dictionary 以及其他对象转换为json对象-json conversion, string, array, list, map, dictionary, and other objects into json object
Java.code.string.array.operation
- Java编程字符串及数组操作经典源码Java programming source code string and an array of classic operation -Java programming source code string and an array of classic operation
JAVA.design.classic.array.string.data
- JAVA数组字符串开发设计经典资料JAVA development and design of the classic array of string data -JAVA development and design of the classic array of string data
split-String
- 写了一个高效的分离字符串,主要是基于字节数组实现,比API里面的函数实现高效-Write an efficient separation of strings, mainly based on the byte array to achieve than the API function inside Efficient
Java_3
- 文本B01.txt:创建带有标签和文本框的窗体。当用户在文本框中输入其姓名后按回车,显示欢迎用户使用 java 编程的消息。例如用户输入姓名 flyhorse ,则显示消息“你好, flyhorse, 欢迎你使用 java 编程!”,并能*正常关闭窗口。 文本TB.txt:在Applet界面中安排一个文本框和一个标签,在文本框输入一个整数按回车后, 在标签中显示该数最高位数字。 文本Equation.txt)设计一个界面程序求一元二次方程的根 文本splitTest.txt:输入
Java_3
- 文本B01.txt:创建带有标签和文本框的窗体。当用户在文本框中输入其姓名后按回车,显示欢迎用户使用 java 编程的消息。例如用户输入姓名 flyhorse ,则显示消息“你好, flyhorse, 欢迎你使用 java 编程!”,并能*正常关闭窗口。 文本TB.txt:在Applet界面中安排一个文本框和一个标签,在文本框输入一个整数按回车后, 在标签中显示该数最高位数字。 文本Equation.txt)设计一个界面程序求一元二次方程的根 文本splitTest.txt:输入
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
test
- 此代码可以将一个文件分割成任意大小的N个文件并将之传递到String数组内以方便二维码的传输。-This code can split a file into a file of any size N and the String array passed to the two-dimensional code to facilitate the transfer.
array-splice-webkit
- Returns a number (a nonnegative integer less than 2^16) representing the Unicode encoding of the character at position pos in this string. -Returns a number (a nonnegative integer less than 2^16) representing the Unicode encoding of the characte
string-charat
- This test verifies that the Array.length property is not Read Only.
string-base64
- Convert data (an array of integers) to a Base64 string.
java-master
- 用于IP库解析的java代码。 基本用法 IP.enableFileWatch = true // 默认值为:false,如果为true将会检查ip库文件的变化自动reload数据 IP.load( IP库本地绝对路径 ) IP.find( 8.8.8.8 ) //返回字符串数组[ GOOGLE , GOOGLE ] IPExt的用法与IP的用法相同,只是用来解析datx格式文件。 -Used for IP libraries parse Java co
Test
- 现有一个字符串数组str_arr,其中共有20 个元素,欲调用java.util.Arrays.sort() 方法对其进行排序。请编写java.util.Comparator 的实现类,将两个字符串的比较 规则改为:先将字符串中的数字’0’~’9’分别替换成字母’a’~’j’,并忽略字母的大 小写。测试该实现类的正确性。-The existing string array str_arr, which is a total of 20 elements, to call java.u
package-javaapplication1
- 1. 输入字符串sV后,将其中的标点符号(, . ! ?)转换成空格 。全部字符转换为小写字母; 2. 字符级检测:全部字符为小写字母、数字或空格; 3. 再次创建Scanner对象,从sV中扫描词组,= new Scanner(sV) ,用next()方法,将词组存放到字符串数组sVa[]中; 4. 词组级检测:剔除纯英文字符串以外的非法字符串; 5. 排序,剔除相同的英文单词,输出。 测试文本: The USB 3.0 specification was published on 12
homewoke13
- 数组里有10条记录,分别是10个学生的期末语文成绩,要求把所有低于60分的记录改成不及格(使用字符串数组存储成绩)。(There are 10 records in the array, which are the final Chinese scores of 10 students. They require that all the records below 60 be changed to fail (using string array to store the scores).)
AmulB
- 实现了java语言的大数乘法,答题思路即转化为字符串(数组)后进行按位运算,再将结果求和输出。(The multiplication of large numbers in Java language is realized. The way of answering is to transform to string (array), then carry out bitwise operation, and then output results.)
