CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - java thread

搜索资源列表

  1. Chess

    0下载:
  2. 本程序采用java的线程和事件机制,实现了象棋的绘图和对奕过程,不支持联机-This procedure using java thread and event mechanism to achieve the chess games of the mapping and the process does not support online
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:99424
    • 提供者:melon
  1. babu

    0下载:
  2. java thread using bank java thread using bank java thread using bank-java thread using bank java thread using bank java thread using bank java thread using bank java thread using bank
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6056
    • 提供者:mahendrababu
  1. Multithreading

    0下载:
  2. 一个关于Java多线程的技术文档,简单介绍了线程的概念,线程的创建,线程的调度,线程的优先级等基本概念,并配有相应的代码讲解。-Java multi-threaded on a technical documentation, briefly introduced the concept of threads, thread creation, thread scheduling, thread priority, the basic concepts and explain with a co
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:793102
    • 提供者:吴贵洪
  1. ThecodeofmanycolorsSemi-automatedreasoningaboutmul

    0下载:
  2. 有关Java编码方式改进方法的国外最新博士论文-it provides a language that developers can use to express thread usage policies and proviides a systematic way to improve code quality by assuring that as-written code complies with express thread usang policy.Thrid,it use a n
  3. 所属分类:software engineering

    • 发布日期:2017-05-30
    • 文件大小:12761192
    • 提供者:lyra
  1. Hilo1.java

    0下载:
  2. How to do a thread it contains how to build a thread its a very simple explanation
  3. 所属分类:Project Design

    • 发布日期:2017-04-11
    • 文件大小:950
    • 提供者:Guillermo
  1. Thread

    0下载:
  2. 自己写的java线程测试代码,介绍synchronized的,不知道对大家有没有帮助-Their own test code written in java thread to introduce synchronized, and do not know that we have did not help. .
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:3940
    • 提供者:maron
  1. Javamulticore

    0下载:
  2. :从多核多线程的角度出发,介绍了操作系统多核的处理模式,并结合 Java 中的多线程技术,讨论了线程和 线程池在 Java 中的应用-: From the perspective of multi-core multi-threaded, multi-core processing operating system introduced model, combined with Java, multithreading, thread and thread pool are discusse
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:84831
    • 提供者:张林
  1. Thread-New

    0下载:
  2. Thread and Multi-Threaded Programming 39 java examples
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:30490
    • 提供者:ruwini
  1. JAVA-the-thread-pool-information

    0下载:
  2. 从网站论坛中学习的,有关JAVA线程、线程池资料的资料整理-Learning from the website forum, collate information about JAVA thread, the thread pool information
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:28581
    • 提供者:youn nie
  1. java-thread-safe-singleton-pattern

    0下载:
  2. 一个java线程安全的单例模式:饥饿模式和延迟加载-A java thread-safe singleton pattern: starvation mode and lazy loading
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:16672
    • 提供者:zrf
  1. java-basis

    0下载:
  2. Eclipse下运行java Swarm以及jheatbugs例子的图文攻略 看了很多网上的说明,好像运行都有点问题,自己摸索了下,参照Swarm网站的How to Set Up Java Swarm in Eclipse ------------------- CLSFractal: Thread mouseClicked BlankArea:mouseEventDemo mousePressed Myblack: Graphics Color MouseEvent
  3. 所属分类:Software Testing

    • 发布日期:2017-11-06
    • 文件大小:196037
    • 提供者:xx
  1. Java-Virtual-Machine

    0下载:
  2. Java虚拟机使用锁机制来实现多线程共享数据结构的同步.锁机制维护的临界区通常对共享数据结构只进行读操作.只读锁是指当某个线程持有锁在只读临界区时,其他线程可以直接进入只读临界区而无需等待.只读锁能极大地提高锁机制的同步性能.Java虚拟机的锁机制可分为轻量级锁和重量级锁两层,当线程冲突时从轻量级锁转向重量级锁.本文分别从轻量级锁和重量级锁两个层次分别进行只读锁优化.轻量级锁的只读优化算法可以减少原子操作的开销;重量级锁的只读优化算法则可以使多个线程同时在只读临界区中.最后在Java虚拟机Hot
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:899642
    • 提供者:温智彬
  1. test_Threads

    0下载:
  2. This sample show you how behaviour, working with Thread Changing JPanel inside another, this is useful to view the Exception of type java.lang.IllegalStateException.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-15
    • 文件大小:6666
    • 提供者:clauditacol
  1. Thread

    0下载:
  2. Java多线程基础文档,适合初学者,详细的源代码。-Multi thread entry
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:859402
    • 提供者:Gang
  1. memory-model

    0下载:
  2. 多核处理器为并发编程打开了一扇扇新的大门,Java内置的多线程机制可以方便地实现多个并发程序的开发以及多任务同时执行,但是Java线程之间的通信对程序员完全透明,内存可见性问题很容易困扰Java开发人员,本文将简单分析基于内存模型的Java并发编程。-Multicore processors concurrent programming has opened a new door fan, built-in Java multithreading can easily achieve devel
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1814390
    • 提供者:Pain
  1. Principle of Operating System1

    0下载:
  2. 针对进程和线程模型进行的一个深入的讲解,是对无论是前端还是后台编程的一个重要基础。(An in-depth explanation of the process and thread model is an important basis for both front-end and back-end programming.)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-04-23
    • 文件大小:37320704
    • 提供者:Jorton
搜珍网 www.dssz.com