CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - can 例子

搜索资源列表

  1. Father_and_son_form

    0下载:
  2. Java 的swing 组件创建父子窗口的例子,使用的结构是JDesktopPane-JInternalFrame。JDesktopPane 相当于一个“父窗口”,可以拥有多个作为“子窗口”的JInternalFrame 对象。如运行截图所示,当选中Option 菜单下的AddFrame 菜单项   时,会在父窗口内增加一个子窗口。 -Java swing components to create a parent-child window example, the structure
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:17571
    • 提供者:嗖嗖嗖
  1. markov

    1下载:
  2. 一个马尔科夫链过程的实现例子,可以通过输入文本的学习,自动输出文本。-A Markov chain process to achieve an example, you can learn to automatically output text by typing the text.
  3. 所属分类:Java Develop

    • 发布日期:2016-04-11
    • 文件大小:2048
    • 提供者:sunwei
  1. testJUnit

    0下载:
  2. 这是java单元测试的示例,你可以通过此例子理解单元测试的步骤。-This is an example of java unit tests, unit tests you can step through this example to understand.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:2791
    • 提供者:小植
  1. mvc

    0下载:
  2. 关于java编程中体现mvc思想的一个很好的例子,可以直接运行。-About java programming reflects a good idea mvc example, can be directly run.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-02
    • 文件大小:796662
    • 提供者:lubeini
  1. EasyExt

    0下载:
  2. 入门级的EXJS,简单的例子Eclipse能运行-Entry-level EXJS, Eclipse can run a simple example
  3. 所属分类:JavaScript

    • 发布日期:2017-05-27
    • 文件大小:9728016
    • 提供者:huangwen
  1. TestHtml5

    0下载:
  2. Java与HTML5结合的编程例子,这是个很好的移动端例子,因为很多HTML5被应用于移动设备上,而且很多移动设备比如android手机都是基于JAVA的,所以JAVA与Android结合,是非常主流的一个架构,初学移动编程的朋友可不要错过哦。-Examples of Java programming combined with HTML5, which is a good example of a mobile terminal, because a lot of HTML5 are appl
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:995922
    • 提供者:jpudn29
  1. jthreadsynch

    0下载:
  2. Java线程间同步互斥,在实际的编程中,经常要处理线程间的同步互斥问题。Java 语言内在强大的多线程支持使得处理这类问题变得相对来说比较简单。本例将模仿经典的线程同步互斥例子——生产者和消费者问题,来演示   java 强大的多线程机制。生产者和消费者共享一个数据,当数据为0 时,消费者不可访问,生产者可访问数据,每次访问数据加1;当数据到达100 时,生产者唤醒消费者,同时自身不可访问数据,消费者可访问数据,每次访问数据减1,直到数据为0,消费者唤醒生产者,同时自身不可访问数据,如此循
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:33750
    • 提供者:jpudn57
  1. jinternalframedemo

    0下载:
  2. Java 的swing 组件创建父子窗口的例子,使用的结构是JDesktopPane-JInternalFrame。JDesktopPane 相当于一个“父窗口”,可以拥有多个作为“子窗口”的JInternalFrame 对象。如运行截图所示,当选中Option 菜单下的AddFrame 菜单项   时,会在父窗口内增加一个子窗口-Java swing components to create a parent-child window example, the structure usi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:17281
    • 提供者:jpudn78
  1. javaapplet

    0下载:
  2. java桌面编程小例子,图片淡入淡出,项目直接导入到MyEclipse里边就可以运行-java desktop programming small example, the picture fades, the project directly into MyEclipse can run inside
  3. 所属分类:Applet

    • 发布日期:2017-05-02
    • 文件大小:706115
    • 提供者:123
  1. sshFRAME

    0下载:
  2. 一个用简单的ssh框架例子,导入后修改配置可直接运行-Ssh framework of a simple example, after modifying the configuration can be run directly import
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-08
    • 文件大小:32355
    • 提供者:julia
  1. Struts2PHibernate3.2PSpring2.0

    0下载:
  2. 这是一个典型的例子SSH2的集成架构。有没有完整的代码库,学习SSH2的孩子可以参考学习的源代码。-This is a classic example SSh2 integrated architecture. There are no complete code database, learning SSH2 children can refer to learn the source code.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-14
    • 文件大小:22040719
    • 提供者:马佳伟
  1. Sample_ScanImage

    0下载:
  2. 用tuio协议和flex做的类似相册效果的例子,可以把图片放大缩小旋转的功能-Examples of similar effect album with tuio agreements and flex do, you can rotate the picture zoom function
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-06-09
    • 文件大小:16366370
    • 提供者:张磊
  1. Java-xianchengtongbuhuchi

    0下载:
  2. Java线程间同步互斥,在实际的编程中,经常要处理线程间的同步互斥问题。Java 语言内在强大的多线程支持使得处理这类问题变得相对来说比较简单。本例将模仿经典的线程同步互斥例子——生产者和消费者问题,来演示   java 强大的多线程机制。生产者和消费者共享一个数据,当数据为0 时,消费者不可访问,生产者可访问数据,每次访问数据加1;当数据到达100 时,生产者唤醒消费者,同时自身不可访问数据,消费者可访问数据,每次访问数据减1,直到数据为0,消费者唤醒生产者,同时自身不可访问数据,如此循
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:33662
    • 提供者:shileiye
  1. Heart

    0下载:
  2. 用蓝牙控制单片机的安卓端程序,是个好例子,想学安卓蓝牙的可以看看。-Bluetooth control MCU Andrews side program, is a good example, want to learn Android Bluetooth can see.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1365638
    • 提供者:黄培原
  1. com.niis.myprice-good

    0下载:
  2. RCP很棒的学习例子,带mysql数据库操作,mina通讯,ftpclient, 本人测试可运行。-RCP great learning example, with mysql database operations, mina, ftpclient, I test can be run.
  3. 所属分类:Java Develop

    • 发布日期:2017-06-12
    • 文件大小:19672869
    • 提供者:李邦庚
  1. SpringIbatis

    0下载:
  2. 本人在公司给新员工培训做的ssh的例子,下载后导入eclipse可以直接跑起来,这个是ibatis和Spring组合的小项目-In the case of my company to do ssh training new employees, and can be directly downloaded into eclipse run up, this is a small project portfolio and Spring ibatis
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:7862697
    • 提供者:任波
  1. SpringTest

    0下载:
  2. 本人在公司给新员工培训做的ssh的例子,下载后导入eclipse可以直接跑起来,这个是spring的小项目-In the case of my company to do ssh training new employees, and can be directly downloaded into eclipse run up, this is a spring of small projects
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:10658
    • 提供者:任波
  1. Struts2Test

    0下载:
  2. 本人在公司给新员工培训做的ssh的例子,下载后导入eclipse可以直接跑起来,这个是struts2的小项目-In the case of my company to do ssh training new employees, the latter can be directly downloaded into eclipse run up, this is a small project struts2
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4115052
    • 提供者:任波
  1. Struts2Hibernatelogin

    0下载:
  2. struts2+hibernate实现一个简单地登录注册例子,可以给入门者比较大的帮助,例子通俗易懂。-struts2+ hibernate Sign implement a simple example, you can give help beginners relatively large, easy to understand examples.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-26
    • 文件大小:9119919
    • 提供者:hewei
  1. JADE-examples-4.3.2[1]

    0下载:
  2. jade 4.3.2 里面的一些例子,可以看看学习入门,多agent分布式编程-Some examples of jade 4.3.2 inside, you can take a look at study entry, multi-agent distributed programming
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:530784
    • 提供者:赵东家
« 1 2 ... 22 23 24 25 26 2728 29 30 31 »
搜珍网 www.dssz.com