资源列表
Employee
- 建立类的层次结构。 创建如下图所示的类 使用类层次结构中的类 Employee : 姓名,保险号、 SalariedEmployee 周薪 CommissionEmployee 佣金率、销售总额 HourlyEmployee 每小时的工资和工作小时数 BaseplusEmployee 每周的基本工资数 -Create a class hierarchy. To create a class as shown Use classes in the class
Chess
- 中国象棋打谱软件提供给用户的一个能将对弈过程保存成文件 并可以重新演示对弈过程 即复盘。 主要功能有: 开始游戏; 保存游戏; 载入游戏; 结束游戏; 演示游戏(需载入文件才能演示)。-Chess process the Chinese Chess notation software available to users can save a file and can be re-presentation chess process that the recovery
mynetshoop
- 使用Java语言编写一个模拟网上超市购物结算功能的程序,要求程序运行后有一个图形用户界面,可供用户输入购买的各种商品相关信息,最后给出用户的购物清单及价格,并且用户可以根据需要查询自己购买的第几项商品的详细信息。-A simulated online supermarket shopping the clearing functions the program using the Java language, the program runs a graphical user interface
java_intent_puker.jar.RAR
- 这个一个java开发的网络斗地主,服务器端用java开发,客户端也是用java开发,但是客户端如果转成flex效果是一样的,也相当方便,里面还集成了斗地主的算法,对大家的开发有一定的帮助的-A java development network Landlords, server-side development with java client is developed using java client convert flex effect is the same, is also quit
RussianBlocks
- 给初学java者使用的经典小游戏编程代码,俄罗斯方块游戏实现参考代码。-develop RussianBlocks By using java language
Connect_IOS_SDK__V1.2_
- ios qq联合登录sdk,腾讯提供,绝对能使用-the ios qq joint Login sdk
multable
- java编写九九乘法表 1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 6*1=6 6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 7*1=7 7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 8*1=8 8*2=16 8*3=24 8*
Complex
- 创建一个复数类(Complex类),有两个类变量 realPart和imaginaryPart 至少写出两个构造函数 编写三个方法实现复数的加减乘 (a,b)+(c,d)(a+c,b+d) (a,b)-(c,d)(a-c,b-d) (a,b)*(c,d)=(ac-bd,ad+bc ) 编写一个方法将复数以(a,b)显示出来 编写出测试类TestComplex,定义两个复数x,y实现加、减、乘并显示结果 -Create a complex (Complex), two
point
- 1. 将点-圆 柱的继承关系用类表示出来。 创建Point类、Circle类和Cylinder类 创建使用该三个类的主类。 注意:每个类至少有两个构造函数和三个方法。 - point- round- cylindrical inheritance relationship with class said. Create class Point, Circle, Cylinder class Created using the three main classes. N
BooksInformation
- 聊天室的实现要实现客户端(cilent)和服务端(server),客户端(client)和服务端(server)通过Socket建立必要的连接。并让服务端(server)程序监听一个众所周知的端口。当客户端(client)的连接请求到达时,如果服务端(server)同意建立连接,则将创建一个新的Soket并绑定到另一个端口,使用这个新建的Socket与该客户端(client)建立连接,而服务端(server)继续在与原来的端口监听,等待新的连接请求。 当连接建立后,通过输入/输出流并通过这
ffzil
- 有用的J2ME类合集,几何了Blowfish类,LVector类,MD5Digest类,SimpleCache类,StringTokenizer类等!有很高的参考价值。-Useful J2ME class collections, geometric the Blowfish class, LVector class, MD5Digest class, SimpleCache class, StringTokenizer class! Has a high reference value.
robot
- 一个机器人,运行方式是绕墙运动,设计方式弧线瞄准,有躲避和预判功能。-A robot, run mode is around the wall motion, design curve aiming, dodge and judging func
