搜索资源列表
java3
- 初识对象和类 对象的生命周期 创建类 包的创建和使用类成员的访问控制 类成员与实例成员 继承嵌入类 Inner Classes 接口 -Acquaintance-type object and object type to create the life cycle of packet creation and use of the members of the Access Control category of members and members of the
java3
- 实验四:毕达哥拉斯三元组 实验目的:1.嵌套的for循环。 2.使用计数器控制的循环。 3.使用“强力(brute force)”来解决问题。 问题描述:直角三角形的各边长度都可以为整数。这组代表直角三角形各边的整型值称为 毕达哥拉斯三元组。这3条边必须满足如下关系:两条直角边的平方和等于斜边的平方。在1到500的范围内,找出所有适合于side1,side2和hypotenuse的整形毕达哥拉斯三元组。使用一个3层嵌套的for循环尝试所有可能的情况。该程序是“强力
java3
- 开发一个图书管理系统,实现图书馆的各种管理操作。如图书入库、作废,借书证提供、挂失处理,图书的借出、归还、续借、丢失以及超期处理。s-The development of a library management system, library management operations. Storage such as books, void library card, report the loss of processing, the lending of books, restituti
java3
- 编写程序,要求使用this和super调用数据成员、成员方法以及构造函数;-Programming, require the use of this and super data members and member methods and constructor is called
java3
- 字符串应用与面向对象程序设计,编写一个Java项目,模拟一次包括老师备课,同学上课,布置作业和做作业的课堂教学过程。作业为判断字符串是否为2-重复串及其他字符串操作内容。-String object oriented application programming, write a Java program, including teacher preparation time simulation, the students in class, assignments and homework
java3
- 江西财经大学计算机学院java程序设计详细讲课课件3-the Courseware3 of java language of jiangxi university of financial and economics
