资源列表
suijishu
- 随机产生 20 个整数(10以内的),放入一个ArrayList中, 遍历这个ArrayList 并删除其中为 5 的数 再产生 3 个整数,插入到位置 4 处 把所有值为 1 的数都变成 10 -20 randomly generated integers (less than 10), into an ArrayList, iterate the ArrayList and remove the number 5 and then generate three integer
Number000
- 在数字前面加零,可自定义设置加零的个数,解决一些合同号问题等-In front of the number plus zero plus zero can be custom set number, contract number to solve some problems
TicTacAction
- Multiplayer Action for TicTactoe game
stringfine
- 查找两个字符串中相同字符,对于大家会有帮助,-Find the same characters in two strings,To be helpful, thank you
7
- Java Method Return Value
FindException
- 编写一个程序,在命令行模块下,循环提示用户输入一个整数a,将10余这个数后的值b(b=10 a),作为数组的索引值去访问一个一维数组c(int[] c = {1,2,3}),在屏幕上打印出c[b]的值。并捕捉该程序可能出现的所有异常。-Write a program in the command line module, loop prompts the user to enter an integer a value in the 10 more than the number of b (b
CharacterHandle
- character handle 处理全半角字符。适用于java程序。(用到了hashmap)-character handle processing the full half-width characters. For Java programs.
AnalysisMode
- xslt实现将xml文档自动转换成html文档-xslt translate xml document into html document
borderlayout
- java界面编程,实现borderlayout,程序完整,可以实现-java programming interface
ContentObservable
- A specialization of Observable for ContentObserver that provides methods for invoking the various callback methods of ContentObserver.
Source
- Source para fazer HelloWorld J2ME
isValidBST
- 判断二叉树是否是二叉搜索树,先找左边的节点,压栈,那么第一个弹出来的为最左节点。右子树类似。 -Determine whether a binary tree is a binary search tree, first find the node on the left, push, then the first pop-up to the most left node. Right subtree is similar.