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

搜索资源列表

  1. Exam_project

    0下载:
  2. 自己学习JAVA时写的简单考试系统,运用了多线程、AWT等技术-When you learn to write simple JAVA examination system, the use of multithreading, AWT and other technology
  3. 所属分类:Applet

    • 发布日期:2017-04-15
    • 文件大小:20531
    • 提供者:huangyin
  1. TacTicToerar

    0下载:
  2. 分布式,多线程,C/S模式的网络版三子棋(一字棋),内含代码,设计文档等-Distributed, multi-threaded, C/S Model Online Chess third son (the word chess), contains code, design documents, etc. ..
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:761152
    • 提供者:Mark
  1. ProducerConsumer

    0下载:
  2. 在JCREATOR下开发的,多线程解决生产者与消费者问题 操作系统-Developed under the JCREATOR, multi-threaded operating system to solve the problem of producers and consumers
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:14103
    • 提供者:小文
  1. java_Thread

    0下载:
  2. Java多线程实例,是学习java多线程的好方法-java thread example
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:8335
    • 提供者:
  1. MultiThreading

    0下载:
  2. 生产者消费者问题的JAVA解决,线程同步问题-Productor and Consumer, Using Java to implement thread problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-27
    • 文件大小:42961
    • 提供者:Freya
  1. java

    0下载:
  2. 资料中共有八章内容,分为Java语言概述,语法基础,语言的控制结构,类,对象和接口,java的常用类库,图形用户界面设计,java的多线程,输入输出流。以讲义形式给出,希望对大家有帮助。-The data can isMost of the Java library classes implement equals( ) so that it compares the contents of objects instead of their references. grouped under t
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3246694
    • 提供者:张欣
  1. qddown_java8543535625

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:903317
    • 提供者:yessky
  1. Console

    0下载:
  2. 服务器界面编程console的内容调用到文本框中 以及listen、chat线程-Server programming interface calls to the console the contents of the text box and listen, chat thread
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1633
    • 提供者:guardianzuo
  1. Thread_chat

    0下载:
  2. 服务器界面编程console的内容调用到文本框中 以及会话chat线程-Server programming interface calls to the console the contents of the chat session text box and thread
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:820
    • 提供者:guardianzuo
  1. threadlisten

    0下载:
  2. listen线程 服务器界面编程console的内容调用到文本框中 -listen threaded server GUI console the contents of the call into the text box
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:3081
    • 提供者:guardianzuo
  1. java-nio

    0下载:
  2. 实例化HashMap类型的一个对象用来存放每一个客户对应的套接字和通道,实例化线程通道选择器等,当由用户请求时,接受,加入选择项,注册感兴趣事件,另一线程处理输入流,在前面加echo:,发给客户端。-HashMap instance of an object type used to store the corresponding socket of each customer and channel, channel selector thread instantiation, etc., w
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:11123
    • 提供者:zhang liang
  1. Java-run

    0下载:
  2. 1. 有一个南北向的桥,只能容纳一个人,现桥的两边分别有10人和12人,编制一个多线程程序让这些人到达对岸,每个人用一个线程表示,桥为共享资源。 2. 利用多线程编写龟兔赛跑程序。  乌龟:速度慢,休息时间短;  兔子:速度快,休息时间长; -1. There is a north-south bridge can only accommodate one person is on both sides of the bridge 10 and 1
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:9111
    • 提供者:yang hai
  1. service

    0下载:
  2. 实现并发性的方式:1)为每个客户分配一个工作线程 2)创建一个线程池,由其中的工作线程来为客户服务 -Way to achieve concurrency: 1) for each customer is assigned a worker thread 2) Create a thread pool from which the worker thread to serve customers
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:10912
    • 提供者:yang hai
  1. Java-10-source-code

    0下载:
  2. Java 10大经典案例,包括applet,数据流输入输出,多线程同步处理,计算器,象棋游戏等。-Java classical
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:219016
    • 提供者:szpliman
  1. Ftp Server

    1下载:
  2. java网络编程 FTP服务器 多线程-java network programming multi-threaded FTP server
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-11-24
    • 文件大小:18377
    • 提供者:杨炳
  1. ThreadPerMessage

    0下载:
  2. 线程间的同步,并采用了java线程的ThreadPerMessage设计模式~ -Synchronization between threads and using design patterns java thread ThreadPerMessage ~
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1034
    • 提供者:StingWang
  1. MultiThread

    0下载:
  2. 多线程问题,可以实现多线程的操作。来实验其功能,实现其方法 -Multithreading problem, you can achieve multi-threaded operation. To test its function and achieve its method
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1328
    • 提供者:fengalei
  1. JMonitor

    0下载:
  2. Java写的OSGi监控Bundle,可以查看内存使用情况,线程数等等,可扩展-Written in Java OSGi Monitoring Bundle, to view memory usage, threads, etc., can be extended
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:3533
    • 提供者:张威
  1. java-chat-room

    0下载:
  2. 这是一个简单的聊天室程序。基于TCP/IP协议,使用多线程socket通信的编程。注册登陆界面。公聊界面。私聊界面。-This is a simple chat program. Based on TCP/IP protocol, using multi-threaded socket communication programming. Register login screen. Public chat interface. Private Chat interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:5571
    • 提供者:兔子
  1. hainot

    0下载:
  2. 一个简单的汉诺塔实现演示程序。主要练习线程。-The Tower of Hanoi with a simple demo program. Main practice thread.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:10887
    • 提供者:yongge
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com