欢迎来到毕设资料网! | 帮助中心 毕设资料交流与分享平台
毕设资料网
全部分类
  • 毕业设计>
  • 毕业论文>
  • 外文翻译>
  • 课程设计>
  • 实习报告>
  • 相关资料>
  • ImageVerifierCode 换一换
    首页 毕设资料网 > 资源分类 > DOC文档下载
    分享到微信 分享到微博 分享到QQ空间

    计算机外文翻译--基于实时仿真的嵌入式系统结构设计

    • 资源ID:1409017       资源大小:67KB        全文页数:17页
    • 资源格式: DOC        下载积分:100金币
    快捷下载 游客一键下载
    账号登录下载
    三方登录下载: QQ登录
    下载资源需要100金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

    计算机外文翻译--基于实时仿真的嵌入式系统结构设计

    1、1 外文原文 More Animation Images and Sound Animations are fun and easy to do in Java, but theres only so much you can do with the builtin,Java methods for lines and fonts and colors. For really interestinganimations, you have toprovide your own images for each frame of the animationand having sounds is

    2、nice, as well.Today, youll do more with animations, incorporating images and sounds into Java applets.Specifically, youll explore the following topics: 1. Using imagesgetting them from the server, loading them into Java, and displaying them in your applet 2. Creating animations by using images, incl

    3、uding an extensive example 3. Using soundsgetting them and playing them at the appropriate times 4. Suns Animator appletan easy way to organize animations and sounds in Java 5. Double-bufferinghardcore flicker avoidance Retrieving and Using Images Basic image handling in Java is easy. The Image clas

    4、s in java.awt provides abstract methods to represent common image behavior, and special methods defined in Applet and Graphics give you everything you need to load and display images in your applet as easily as drawing a rectangle. In this section, youll learn about how to get and draw images in you

    5、r Java applets. Getting Images To display an image in your applet, you first must load that image over the net into your Java program. Images are stored as separate files from your Java class files, so you have to tell Java where to find them. The Applet class provides a method called getImage, whic

    6、h loads an image and automatically creates an instance of the Image class for you. To use it, all you have to do is import the java.awt.Image class, and then give getImage the URL of the image you want to load. There are two ways of doing the latter step: 1. The getImage method with a single argument (an object of type URL) retrieves the image at that URL. The getImage method with two arguments: the base URL (also a URL object) and a string representing the path or filename of the actu


    注意事项

    本文(计算机外文翻译--基于实时仿真的嵌入式系统结构设计)为本站会员(毕****文)主动上传,毕设资料网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请联系网站客服QQ:540560583,我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们
    本站所有资料均属于原创者所有,仅提供参考和学习交流之用,请勿用做其他用途,转载必究!如有侵犯您的权利请联系本站,一经查实我们会立即删除相关内容!
    copyright@ 2008-2025 毕设资料网所有
    联系QQ:540560583