您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C#中类和结构的区别 -- 示例详解

  2. 1. 值类型与引用类型 结构是值类型:值类型在堆栈上分配地址,所有的基类型都是结构类型,例如:int 对应System.int32 结构,string 对应 system.string 结构 ,通过使用结构可以创建更多的值类型 类是引用类型:引用类型在堆上分配地址 堆栈的执行效率要比堆的执行效率高,可是堆栈的资源有限,不适合处理大的逻辑复杂的对象。所以结构处理作为基类型对待的小对象,而类处理某个商业逻辑 因为结构是值类型所以结构之间的赋值可以创建新的结构,而类是引用类型,类之间的赋值只是复制引
  3. 所属分类:C#

    • 发布日期:2009-12-24
    • 文件大小:18432
    • 提供者:hexiang221
  1. DownloadPicture.java 流下载图片实例

  2. DownloadPicture.java 流下载图片实例 DownloadPicture.java 流下载图片实例 DownloadPicture.java 流下载图片实例 DownloadPicture.java 流下载图片实例
  3. 所属分类:Java

    • 发布日期:2010-03-17
    • 文件大小:1024
    • 提供者:myfamiliar
  1. server out picture

  2. 在图片上加载水印,或者经过压缩在显示在客户端,其实下载系统就是这样实现的。
  3. 所属分类:Java

    • 发布日期:2008-01-17
    • 文件大小:3072
    • 提供者:privatemiao
  1. java画图板(山寨)

  2. 这是一个山寨的画图板 是我同学做的 我拿出来和大家分享无
  3. 所属分类:Java

    • 发布日期:2010-05-29
    • 文件大小:16384
    • 提供者:id872419942
  1. java j2ee 课程设计报告

  2. 题 目: java拼图游戏 姓名 学号 指导教师(签名) 二○一一 年 七 月 十四 日 java拼图游戏 [摘要] • 进一步加深对Java语言的理解和掌握:将所学的JAVA知识运用于实践中。 • 课程设计将理论与实践相结合,提供了一个既动手又动脑,独立实践的机会,锻炼我们的分析解决实际问题的能力,提高学生适应实际,实践编程的能力; • 熟练掌握JAVA语言中图形用户界面程序的编写; 大体了解怎样用JAVA来编写小游戏的,增强我们实践能力和创新精神的综合培养。 前言 编程思路:本练习因为要制
  3. 所属分类:Java

    • 发布日期:2011-08-31
    • 文件大小:818176
    • 提供者:sunting1990
  1. 08奥运倒计时_多功能版V2.2_xufeng-java版

  2. 1.主要功能包括倒计时{将来的时间点},正计时(如果时间设置的早于现在的时间),倒计时段,设置背景音乐,背景图片,我的记事本,猜数字游戏等等 2.注意事项: 请将你的图片文件放在picture文件夹中,并和本程序放在相同的文件夹下,双击本倒计时程序,打开后点击 文件->选项->自定义背景图片,就可以设置您的图片为软件主界面背景了. 请将你的mid格式的音乐文件放在music文件夹中,并和本程序放在相同的文件夹下,双击本倒计时程序,打开后点击 文件->背景MID->自定义
  3. 所属分类:Java

    • 发布日期:2008-07-13
    • 文件大小:3145728
    • 提供者:fyfxu
  1. picture.rar

  2. picture.rar
  3. 所属分类:Java

    • 发布日期:2013-02-25
    • 文件大小:14680064
    • 提供者:dnb_duzhe
  1. java photoshop demo

  2. 国外某人的作品。其声明如下: This tiny application is a quick hack I hope somebody will expand. It shows the potential in Java for image processing. The Warp algorithm as well as the picture of Billy-Boy is due to Alex Rosen (axlrosen@tiac.net). Drag with the mou
  3. 所属分类:Java

    • 发布日期:2007-04-06
    • 文件大小:25600
    • 提供者:gongzuozheng
  1. java中显示图像的一个jar包

  2. 当你想显示一个图像文件file时 使用语句: new Show Picture file show; 即可显示自适应窗口大小的图像 导入方式: 将该jar文件放入工程目录lib文件夹下 右键Eclipse下的Build Path选择Add External Archives … 选择lib目录下的该文件即可
  3. 所属分类:Java

    • 发布日期:2014-08-01
    • 文件大小:4096
    • 提供者:jt_1120112216
  1. 杨树林 Java Web应用技术与案例教程 代码资源

  2. 本资料共包含以下附件: 杨树林 Java Web应用技术与案例教程 code.rar 具体内容为: ├ │ ├ │ │ └MANIFEST.MF │ ├ │ │ ├resources_en_US.properties │ │ ├resources_zh_CN.properties │ │ ├struts.properties │ │ ├struts.xml │ │ ├ │ │ │ ├ │ │ │ │ ├TestMySQLHelperServlet.java │ │ │ │ ├YbArticl
  3. 所属分类:Java

    • 发布日期:2014-08-28
    • 文件大小:751616
    • 提供者:zbozbozbo
  1. Apress.Beginning.Java.8.Fundamentals

  2. My first encounter with the Java programming language was during a one-week Java training session in 1997. I did not get a chance to use Java in a project until 1999. I read two Java books and took a Java 2 Programmer certification examination. I di
  3. 所属分类:Java

    • 发布日期:2014-10-07
    • 文件大小:8388608
    • 提供者:jerrylees2006
  1. Practical Database Programming with Java

  2. The outstanding features of this book include but are not limited to the following. 1. A novel writing style is adopted to attract students or beginning programmers who are interested in learning and developing practical database programs, with the
  3. 所属分类:Java

    • 发布日期:2015-01-07
    • 文件大小:25165824
    • 提供者:gaoyang1522
  1. Java EE 7: The Big Picture

  2. The Definitive Guide to Java Platform, Enterprise Edition 7 Java EE 7: The Big Picture uniquely explores the entire Java EE 7 platform in an all-encompassing style while examining each tier of the platform in enough detail so that you can select the
  3. 所属分类:Web开发

    • 发布日期:2016-02-25
    • 文件大小:19922944
    • 提供者:ccleung6
  1. Java基本类型

  2. Java基本类型图片
  3. 所属分类:Java

    • 发布日期:2016-05-10
    • 文件大小:81920
    • 提供者:vichanho
  1. Java 9 with JShell

  2. Java 9 with JShell by Gaston C. Hillar English | 29 Mar. 2017 | ASIN: B01N388HH3 | 408 Pages | AZW3 | 8.99 MB Key Features A full account of Java 9's new features This tutorial emphasises fluency using JShell exercises Get a thorough introduction to
  3. 所属分类:Java

    • 发布日期:2017-04-02
    • 文件大小:8388608
    • 提供者:u013003382
  1. Java 9 Data Structures and Algorithms

  2. Java 9 Data Structures and Algorithms by Debasish Ray Chawdhuri English | 28 Apr. 2017 | ASIN: B01KM5RLGS | 340 Pages | AZW3 | 4.28 MB Key Features This book provides complete coverage of reactive and functional data structures Based on the latest v
  3. 所属分类:Java

    • 发布日期:2017-05-04
    • 文件大小:4194304
    • 提供者:u013003382
  1. java操作水印的jar包

  2. 这个是java对pdf,word picture进行水印操作的jar包
  3. 所属分类:Java

    • 发布日期:2017-05-18
    • 文件大小:1048576
    • 提供者:u012102536
  1. Java EE 7 The Big Picture.pdf

  2. Java EE 7 The Big Picture.pdf
  3. 所属分类:讲义

    • 发布日期:2017-08-11
    • 文件大小:19922944
    • 提供者:nikitar
  1. android-advanced-effect-picture-selector.zip

  2. 仿微信的上传多张图片,上手可用。用java语言写的。 类似微信发朋友圈时的添加图片,,可以多选,方式包括从相册选择多张图片,拍照;添加后可删除
  3. 所属分类:Android

    • 发布日期:2020-03-31
    • 文件大小:160768
    • 提供者:weixin_41475238
  1. 2D房屋(Java完成)

  2. The task for this assignment is to complete all the methods in the classes provided. Once you have completed all the methods, check your methods using Drawing2D classes. With the completed classes, then create a picture of a house. The scene will be
  3. 所属分类:Java

    • 发布日期:2019-10-20
    • 文件大小:25600
    • 提供者:weixin_44384456
« 12 3 4 »