搜索资源列表
-
0下载:
哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining philosophers is a classic multi-threaded Java programming examples, this is the graphics version. Related to thread synchronization and mutual exclusion, critical area to visit, as we
-
-
0下载:
Java资源管理器,基于MVC实现,代码结构清析、规范。在功能上完全实现了资源管理器核心的浏览功能以及列表双击与目录树的同步展开和添加/删除文件时的同步刷新,另外增加了右键菜单功能!
查找、删除含有子目录的文件夹和重命名功能实现类是FileViewImpl.java,不过功能没有真正实现,有兴趣的朋友可以继续完善。
-Java Explorer, based on the MVC realization, code structure analysis of clearance,
-
-
0下载:
4、多线程有几种实现方法,都是什么?同步有几种实现方法,都是什么?
答:多线程有两种实现方法,分别是继承Thread类与实现Runnable接口
同步的实现方面有两种,分别是synchronized,wait与notify
-4, multi-threaded implementation has several methods, what is? Synchronization has several methods of implementation are what? A: T
-
-
0下载:
Barber Shop algorithm Synchronization Simulator-Barber Shop algorithm Synchronization Simulator
-
-
0下载:
Java资源管理器,基于MVC实现,代码结构清析、规范。在功能上完全实现了资源管理器核心的浏览功能以及列表双击与目录树的同步展开和添加/删除文件时的同步刷新,另外增加了右键菜单功能!
-Java Explorer, based on the MVC achieved clearance code analysis of the structure, norms. Functions fully achieved Explorer browsing, as well as the core
-
-
0下载:
显示时钟,从系统中读取,指针时钟,与系统显示的时间同步-Display clock, reading from the system, the clock pointer, and the system shows the time synchronization
-
-
0下载:
一个JAVA实现的停车场多出口多入口的同步实现程序。-JAVA realization of a multi-car park entrance to export more than the realization of the synchronization process.
-
-
0下载:
哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining Philosophers is a classic example of Java multi-threaded programming, it is graphic version. Related to thread synchronization and mutual exclusion, critical access issues and ways to
-
-
0下载:
前几天在本站下了个同步源码,其功能是读取数据库文件信息,然后将相应的文件由client端传送到server端。本人略做改变,实现读取指定目录信息,然后传送到server端,并保持实时更新(就是说如果client端有新增文件产生,会立刻被同步到server端)。由于考虑到实现方法上的局限(采用线程递归轮循扫描的方式),我仅仅是实现了这个功能,其它细节都未处理,有兴趣的可以自己去改进。局限:对于上百、上千的文件同步速度可以接受,但是如果同步数量上十万、百万,问题就大了;另外,现在是实现的是重复同步。
-
-
0下载:
远程键盘映射工具。使用了网络编程及hook技术,将本地的按键动作映射到远程。可以实现虚拟的同步操作,可用于远程的格斗游戏。-Remote keyboard mapping tool. Use of network programming and hook technology to the local mapping keystrokes to the remote. Virtual synchronization can be achieved, for remotely fighting g
-
-
0下载:
该程序使用java 编写的时钟,与系统时间同步,每隔一秒刷新一次。-The program written using the java clock, time synchronization with the system, every second refresh.
-
-
0下载:
线程同步优先级问题,钙离子简单易懂,一目了然。-Priority thread synchronization problems, calcium easy to understand at a glance.
-
-
0下载:
Java编程实现线程同步经典代码Java programming code for thread synchronization Classic-Java programming code for thread synchronization Classic
-
-
0下载:
RichPortal是ServiceRich.com推出的一款国内优秀的企业门户CMS系统,具有强大的自定义功能:
·可自定义企业名称;
·随时修改企业简介,页面可自由设计;
·可随时修改企业服务热线、传真、备案号;
·提供QQ客服支持;
·可自己设置SEO关键字,提高自己企业网站在百度、google、有道、搜搜的搜索的知名度;
·可随时更改发布联系方式;
·灵活设置企业信息,一次更改,网站各出现处统一同步;
·支持
-
-
0下载:
本java设计模拟经典的哲学家进餐的同步问题,实现一个既没有两邻座同时吃饭,又没有人饿死(永远拿不到一双筷子)的算法。内附运行说明。-The Java design simulation of the classic dining philosophers synchronization issues, to achieve a two sitting next to him to eat, and no one starved to death (never get a pair of cho
-
-
0下载:
JAVA多线程详解-Java语言的一个重要特点是内在支持多线程的程序设计。多线程是指在单个的程序内可以同时运行多个不同的线程完成不同的任务。多线程的程序设计具有广泛的应用。本章主要讲授线程的概念、如何创建多线程的程序、线程的生存周期与状态的改变、线程的同步与互斥等内容。-JAVA multi-threading Detailed An important feature of the Java language is inherent support for multi-threaded pro
-
-
0下载:
第1章至第4章详细介绍面向对象技术和Java类的高级特性;第5章介绍数组,主要
涉及数组的创建和使用;第6章介绍图形用户界面和事件处理;第7章讲述高级I/O处理技术;第8章
主要介绍多线程技术,包括线程的两种创建方法、线程的基本控制、线程的同步和线程的交互;第9章以
网络聊天室为例,以JBuilder9.0为开发环境,详细介绍图形用户界面设计、事件处理方法、Socket编程
技术和多线程编程技术;第10章以员工管理系统为例,详细讲述如何使用JDBC访问数据库-Chapter 1
-
-
0下载:
Java线程实现同步机制(生产者消费者问题),即生产者和消费者可以同时生产和消费商品,缓冲区中没有商品时,消费者需等待;缓冲区满时,生产者需等待。-Java code implements the issue of producer and customer with mutiple threads.
-
-
0下载:
通过java实现的猴子过河试验,桥只能容纳一个猴子,当一只猴子在从一侧到另一侧的路上时,其他猴子需等待,通过一定算法实现两岸猴子都能过河而不会无限期等待下去。-Java code implements issues of synchronization ( Baboons Go CrossCanyon ).
-
-
0下载:
java同步与死锁,代码详细有注释,可以直接在MyEclipse运行。欢迎下载使用-java synchronized with the deadlock, the code has detailed notes, directly in MyEclipse. Welcome to download
-