登录
首页 » java » 奥利带赫本html5制作课程作业

奥利带赫本html5制作课程作业

于 2022-08-21 发布 文件大小:2.60 MB
0 91
下载积分: 2 下载次数: 1

代码说明:

奥利带赫本html5制作课程作业奥利带赫本html5制作课程作业奥利带赫本html5制作课程作业奥利带赫本html5制作课程作业奥利带赫本html5制作课程作业

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • net.mindview
    《JAVA编程思想》中文第四版配套类库 本书赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。从JAVA的基础语法到最高级特性(深入的面向对象概念、多线程、自动项目构建、单元测试和调试等),本书都能逐步指导你轻松掌握。(" JAVA programming ideas" supporting the fourth edition Chinese Library book won wide acclaim the world' s programmers, even the most obscure concepts in the text affinity Bruce Eckel and small, direct programming examples will be resolved before the invisible. JAVA the basic grammar to the most advanced features (depth of object-oriented concepts, multi-threading, automatic build, unit testing and debugging, etc.), this book can guide you step by step easy to master.)
    2016-10-20 16:03:49下载
    积分:1
  • JAVA
    说明:  定义长方体类Cuboid,要求如下:(1)私有成员变量包括长length、宽width和高height;(2)构造方法包括一个公共的空构造方法,一个能够初始化所有成员变量的构造方法;(3)包括所有的setter和getter方法,其中setter方法要求对形参进行验证,例如长、宽和高都大于0;(4)功能方法包括计算表面积getArea()、计算体积getCubage()、判断是否正方体isCube()、输出该长方体的长宽高printCuboid()、绘制该长方体(给出提示信息即可)drawing()。 测试一要求如下:(1)利用空构造方法创建一个新的长方体对象cuboidA,然后利用setter方法设置长宽高分别为1.5、2.6和18.6,(2)调用printCuboid()方法输出cuboidA的基本信息,调用isCube()方法判断是否正方体;(3)调用方法drawing()模拟绘制该长方体。 测试二要求如下:(1)利用构造方法创建一个具有长宽高分别为2.5、6.8和8.0的长方体对象cuboidB,然后利用setLength()方法修改length为4.6;(2)调用getArea()方法计算表面积;(3)调用getCubage计算该长方体的体积。(The cuboid class cuboid is defined as follows: (1) the private member variables include length, width and H eight; (2) the construction method includes a public empty construction method, a construction method that can initialize all member variables; (3) all setter and getter methods are included, where the setter method requires to verify the parameters, such as length, width and height are greater than 0 (4) the function methods include calculating the surface area getarea (), calculating the volume getcube (), judging whether the cube is iscube (), outputting the length, width and height printcube (), drawing the box (just give the prompt information) drawing ().)
    2021-05-07 10:58:37下载
    积分:1
  • JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一...
    JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Thread类而使用Thread类的实例来运行了。-JBuilder produced audio player, it needs attention is that when players, the interface on the various buttons can still be right for users to operate the incident response, at least two threads : a control song playback, the other to users respond to the incident. Therefore we need to achieve AudioPlay category Runable interface to the use of multi-threading. According to the interpretation of JDK- JDK1.4.0 any need for threaded implementation of the examples are to be achieved Runable interface, and because we only need to be rewritten to run () method and stop () method, and to start () method is polymorphic, so we have chosen to achieve Runable Interface so you can not inherit Thread type and category of use Thread e
    2022-07-01 06:32:38下载
    积分:1
  • test upload
    test upload 资源描述(最少50字。请完善应用资源描述,描述越详细,下载次数越多)资源描述(最少50字。请完善应用资源描述,描述越详细,下载次数越多)
    2022-10-05 13:50:03下载
    积分:1
  • matlab
    matlab 指令介绍 指令介绍 matlab 指令介绍 指令介绍(introduction matlab matlab Directive introduces instruction instruction instruction introduction introduction)
    2013-09-13 20:33:27下载
    积分:1
  • algo-trader
    用java编写的算法交易软件。包括获取股票数据、分析、下单等全部功能。(AlgoTrader is an automated trading system (ATS) that can trade any type of security on any market available through InteractiveBrokers or FIX. All aspects of trading like getting market data, analyzing prices, taking trade decisions, placing orders & tracking executions can be automated. Employing automated trading strategies, AlgoTrader eliminates all influences from emotion driven human trading and allows a pure systematic trading approach. Available features of the system¶ • Automate Trading Strategies based on Trading Rules (using Esper EQL) • Automated Execution via different Broker Interfaces • Simulate and run several strategies in parallel • Backtest strategies based on Historical Data • Portfolio Tracking & Performance Measurement • Different Numerical and Statistical Libraries are available to analyze trend and produce Trading Signals AlgoTrader is based on the following Frameworks and Methodologies¶ • Java SE 6 )
    2012-06-22 16:23:53下载
    积分:1
  • aide破解完整版
    aide破解完整版
    2019-02-23下载
    积分:1
  • 聊天室说明: 此程序基于C/S模式,Server端只要运行一个就可以了,一个用户对应一个Client端,可以运行多个Client端进行多人聊天,聊天分...
    聊天室说明: 此程序基于C/S模式,Server端只要运行一个就可以了,一个用户对应一个Client端,可以运行多个Client端进行多人聊天,聊天分为广播形式和单点对单点的选择发送形式。此程序可以在单机和局域网运行。 在原来程序的基础上,稍加修改了程序,添加了检测用户名唯一性的功能,并且完善了注释。如果有什么错误,请大家多多指导!-Chat Room Note : This procedure based on the C/S mode, Server running an end as long as we can. a user corresponding one-Client can run multiple Client-for people to chat, Chat radio format and divided into single-point single point of this form of choice. This procedure can be single and LAN operation. In the original procedure on the basis of some amendments to the procedures, adding users were detected only sexual function, and improve the Notes. If there is anything wrong, please Members can guide!
    2022-04-19 13:22:40下载
    积分:1
  • using JXTA P2P application, the application procedures will be completed, Hungry...
    用JXTA实现的P2P应用程序,该应用程序主要时完成是,对HungryPeer对等体的建立的安全机制的实现-using JXTA P2P application, the application procedures will be completed, HungryPeer right to the body, such as the establishment of a security mechanism for the realization of
    2022-02-20 11:20:00下载
    积分:1
  • Aprior
    pls check aprior for my reference
    2014-12-01 20:15:34下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载