资源列表
bin
- 单例设计模式,剑指OFFER的第二题,懒汉式和饿汉式-Singleton design pattern, to prove safety OFFER second question, the lazy and hungry style of Han
ComplexNumber
- 请根据下列要求,设计一个复数类。 (1)复数由实部、虚部组成,在类的定义中应包含保存这两部分信息的内容。 (2)在类中定义构造方法,使用户能够在构造对象的同时为对象赋初值。 (3)在类中定义复数的加、减两个成员方法来完成复数功能。 (4)重写toString方法,使得复数类的对象能够以“实部 + 虚部i”的格式,输出自身信息。 (5)在main方法中完成相关测试。 -Please according to the following requirements, desig
CLASS
- JAVA编程,输入两个数字,比较他们的大小,并输出较大的那个值-JAVA programming, enter two numbers, compare their size, and that the larger the value of the output
counter
- 实现了在输入了一个字符串之后开始统计并输出该字符串中每一个字母的重复次数的程序。-Statistical a letter in the string the number of repetitions
Application1
- B样条曲线的实现及美观的界面或者是Brize曲线-B-spline curves and elegant interface to achieve or Brize curve
animatedstring
- Animated string like banner
FindMax
- 输入三个数值,比较这三个数值的大小,并找出最大值-Enter the three values, compare the size of these three values, and find the maximum
experiment10
- (1) 编写一个代表圆柱体的Cylinder类,该类是Circle类的子类。Cylinder类包括圆柱体的高度变量height、计算圆柱体的体积方法volume()和计算表面积的方法surfaceArea()。 (2) 编写测试Cylinder类的CylinderTest类,并在该类得main方法中调用Cylinder类的相关方法。 (3) 程序调试通过后填写实验报告。 -( 1) the preparation of a representative cylinder Cylind
J_BorderLayout
- java布局管理器学习实验……java基本原理的学习可以用来做参考资料-java layout manager to learn the basic principles of experimental ... ... java learning can be used as reference data ... ...
Frame
- 在Frame窗口中设计一个按钮,按钮显示为退出程序,单击按钮时,退出程序,编写“退出程序”的事件处理代码。-Design a button, buttons to exit the program, click the button to exit the program, and event-handling code written exit the program " in the Frame window.
Tcp-protocol-transmission
- 模拟Tcp协议的传输过程,为经典JAVA代码-Tcp protocol transmission process simulation
NotSerializableException
- Not Serializable Exception extends Object Stream Exception.