搜索资源列表
Delete
- 编写一个java applet程序,接受用户输入的一个字符串和字符,把字符串中所有指定字符删除输出-Write a java applet program that accepts user input a string and character, to delete the specified character string in the output of all
regex
- java正则表达式应用,一个简单的字符串扫描程序,可以从字符串中删除所有指定字符-regular expressions java applications, a simple string scanning procedures, can be deleted from the string of all specified characters
6-16
- 输入一串字符,删除指定字符,并输出删除后的字符串的Java Applet 小程序-Enter a string of characters to delete the specified characters
Test
- 从字符串中删除指定的字符,同一字母的大、小写按不同字符处理-Removed from the specified character string in the same letter uppercase and lowercase characters at different processing
2
- 1)自选存储结构,输入含n个顶点(用字符表示顶点)和e 条边的图G; (2)求每个顶点的度,输出结果; (3)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS 顶点序列(提示:使用一个栈实现DFS); (4)指定任意顶点x为初始顶点,对图G作BFS遍历,输出BFS 顶点序列(提示:使用一个队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及 与之相关连的边,并作DFS遍历(执行操作3);否则输出信 息“无x”; (6)判断图G是
test3.0
- 编写一个图形界面程序,接受用户输入的一个字符串和一个字符,把字符串中所有指定的字符删除后输出-The preparation of a graphical interface program, accept user input a string and a character, the output of all the specified character delete string