Description: java开发的演示多线程的小游戏(翻牌游戏)
用了线程同步(值得参考)-java development of the demonstration of small multithreaded games (transforming games) with a thread synchronization (worth) Platform: |
Size: 197632 |
Author:汤鹏 |
Hits:
Description: 操作系统课内实验部分,用java实现,读者写着互斥与同步-operating system reverse experiment, using java realized, the reader wrote mutex and Synchronization Platform: |
Size: 1024 |
Author:任清然 |
Hits:
Description: 这个程序只要用于实现进程(线程)互斥与同步-the procedures used to achieve as long as the process (thread) mutex and Synchronization Platform: |
Size: 11264 |
Author:冷生 |
Hits:
Description: 这是一个用java写的播放器(其中用到了jmf库),功能比较全,可以实现本地搜索,网上搜索,歌词同步,网络多线程下载等功能-This is a java was made with the player (which uses a jmf library), and the whole function of comparison, can be achieved local search, online search, lyrics synchronization, network multithreaded downloading function Platform: |
Size: 54272 |
Author:jacky_chen |
Hits:
Description: JSP上传视频后自动转成flv的核心JAVA方法
使用的时候只要通过ConvertThreadProxy 类的静态方法将源视频绝对地址(包括文件名+括展名)和要生成的FLV文件的绝对地址(包括文件名+括展名)以字符串的方式传进去即可!因为用的是多线程,所以转换过程不会占用当前线程!
核心转换类是线程同步的,所以您不用担心并法问题,因为一次只能转换一个文件!-JSP automatically transferred into the core Java flv ways to use the time provided by Con vertThreadProxy kind of static method will definitely address the source of video (including file name includes the development) and Friend to generate the document's absolute addresses (including file name includes outreach) to the string can be heard! Because of multithreading, so the conversion process will not occupy the current thread! Conversion is the core thread synchronization, so you do not have to worry about legal issues and because one can only change one document! Platform: |
Size: 2048 |
Author:古刹飞鹰 |
Hits:
Description: 一个用于实现不同数据库数据同步的程序,用jbuider开发,在一个数据库数据修改后,通过触发器触发同步程序,同步程序通过socket与另一个数据库的同步程序通信,达到数据同步的目的-One for different database data synchronization process, using jbuider development, data modifications in a database after the synchronization process through the flip-flop trigger, synchronization procedure socket with another database synchronization process communication, to achieve the purpose of data synchronization Platform: |
Size: 32768 |
Author:波 |
Hits:
Description: 自己写的一个java多线程多路复用的点对点通讯软件,可以聊天,同步白板。-Himself wrote a java multi-threaded multiplexing point-to-point communication software, you can chat, whiteboard synchronization. Platform: |
Size: 28672 |
Author:z742 |
Hits:
Description: 日历记事本,与windows下日历同步,可在相应日期增加记事,点击查看。开发环境:netbeans-Calendar Notepad, and under windows calendar synchronization, the corresponding date of the increase in Notepad, click on View. Development Environment: netbeans Platform: |
Size: 46080 |
Author:钉子 |
Hits:
Description: 用多进程同步方法解决生产者——费者问题
设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制.
说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数.
设计要求:
(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.
(2)生产者和消费者各有两个以上.
(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.
-Multi-process synchronization solution to the producer- the issue of fees is designed to: Linux by studying the process of the mechanism and signal volume producers realize concurrency control on consumer issues. Description: Bounded buffer zone there are 20 storage units, Add/Remove the data item is set to 1-20 this 20 integer. design requirements: (1) Each producer and consumer sector of the buffer zone have to operate immediately after showing the entire contents of the buffer zone community, current pointer location and producer/consumer identifier county. (2) producers and consumers have more than two. (3) or more consumers than producers have to be shared between the conduct of the buffer zone a function of the operation code. Platform: |
Size: 4096 |
Author:heige |
Hits:
Description: 全国第四届java技术与应用交流论文集
一、专题综述
1.JXT--A PEER-TO-PEER TECHNOLOG..
2.JAVA智能卡技术及其它世界各国的广泛..
3.选择java战略决策
....
二、Java平台的应用与开发
A.多级网站模式中数据同步机制的研究
B.构件与java平台下的电子商务构件开发
C.一个用JAVA实现的并行计算的应用实例
....
三、Java技术与应用
1.JAVA子集部分求值器的约束时间分析
2.基于J2EE的电子书店
3.用JAVA语言实现网上定餐
-Java fourth national communication technology and application essays 1, thematic overview 1.JXT A PEER-TO-PEER TECHNOLOG .. 2.JAVA smart card technology and other countries in the world wide .. 3. .... The strategic decision to choose java Second, Java platform applications and development of A. multi-level Web site mode mechanism of data synchronization with the java platform B. Components of the development of e-commerce component C. A JAVA achieved by the application of parallel computing .... III Java Technology and Application 1.JAVA subset evaluator part of the binding time analysis 2. J2EE-based electronic bookstore 3. realize the Internet using JAVA language set meal Platform: |
Size: 8073216 |
Author:chenhj520 |
Hits:
Description: 一个简易的java画图软件,除了基本的编辑功能外,还提供了简单的网络同步功能。-A simple java drawing software, in addition to basic editing functions, but also provide a simple network synchronization. Platform: |
Size: 606208 |
Author:Thihy |
Hits:
Description: 前几天在本站下了个同步源码,其功能是读取数据库文件信息,然后将相应的文件由client端传送到server端。本人略做改变,实现读取指定目录信息,然后传送到server端,并保持实时更新(就是说如果client端有新增文件产生,会立刻被同步到server端)。由于考虑到实现方法上的局限(采用线程递归轮循扫描的方式),我仅仅是实现了这个功能,其它细节都未处理,有兴趣的可以自己去改进。局限:对于上百、上千的文件同步速度可以接受,但是如果同步数量上十万、百万,问题就大了;另外,现在是实现的是重复同步。-A few days ago the site made a synchronous source, its function is to read the database file information, and then the appropriate file from the client side to send to the server side.I slightly altered, to achieve the designated directory information to read, and then sent to the server side, and maintain real-time updates (that is, if there are any new files created client-side will be immediately synchronized to the server side). Taking into account the limitations on the implementation method (using the thread-recursive round robin scanning mode), I just realized this function, other details are not addressed, there is interest in yourself to do better. Limitations: For hundreds, thousands of file synchronization speed is acceptable, but if the number on the synchronization of thousands or millions, the problem is big In addition, it is to achieve a repetition synchronization. Platform: |
Size: 86016 |
Author:吴和彪 |
Hits: