资源列表
GetSinValue
- 这是一个求sin函数值的程序,网页形式显示,内含用法说明。-This is a procedure for seeking the value of sin function, page displayed, containing instructions.
FaceDetector_Camera
- webcam face detecto source code AS3-webcam face detecto source code AS3
NumberInputTest
- 个人原创代码:Java异常处理程序。编写Java Application程序,从命令行得到5个整数,放入一整型数组,然后打印输出,要求:如果输入数据不为整数,要捕获Integer.parseInt()产生的异常,显示“请输入整数”,捕获输入参数不足5个的异常(数组越界),显示“请输入至少5个整数”。-Personal original code: Java exception handling procedures.To write java application program from t
Ex_word2
- 编程将从键盘中输入的文本中的子字符串替换成另外的字符串,并删除指定的字符串。-Programming from keyboard input text into another sub-string replacement string, and delete the specified string.
CalculatorDemo
- 一个简单的swing计算器程序。只涉及加、减、乘、除的运算。运用多种布局管理器和正则表达式。代码风格良好,神奇之处是竟然不超过一百行!非常适合初学者学习。-A simple swing calculator program. Involves only addition, subtraction, multiplication, and division operations. Using a variety of layout managers and regular expressions.
hc_nodevalue02
- An comment is created, setNodeValue is called with a non-null argument, but getNodeValue should still return null.
MinSEParser
- Parser for SIP MinSE Parser Source Code for Andriod.
NotYetBoundException
- Not Yet Bound Exception Source Code for Andriod.
TestFigurePanel
- 编写TestFigurePanel程序,在容器上画图(正方形、椭圆、叉、圆角矩形)。-Write TestFigurePanel program, drawing on the container (square, oval, forks, rounded rectangle).
serve
- 用java实现的qq服务器。其中包括发送信息,储存信息。-Realization of java qq server. Including transmission information, stored information.
MergeSort
- Java归并排序算法实现源码实例,可以直接运行;-Java instance merge sort algorithm source code, can be run directly
StringandAWT
- package String与AWT的比较 import java.awt.event.WindowAdapter import java.awt.event.WindowEvent import javax.swing.JFrame import javax.swing.JLabel import javax.swing.JMenu import javax.swing.JMenuBar import javax.swing.JMen