搜索资源列表
Java_JNI_Callback
- How to run: 1. compile Callback.java 2. compile the native code into a shared lib cl /Ie:\\j2sdk1.4.0\\include /Ie:\\j2sdk1.4.0\\include\\win32 /LD /FeMyImpOfCallback.dll Callback.c 3. run: java Callback
ShareMemory
- java可以实现内存共享的,请看这是内存映射的源代码-java can achieve shared memory, which is memory Look at the source code for mapping
溢洋论坛JSP v1.12 修正版
- 很不错的源代码,希望跟兄弟们分享,如有其他需要,请跟我联系!-very good source, with the hope that the brothers shared, if other needs, please contact me!
ListSelectionDemo
- Shows how to use all list selection modes, using a list selection listener that s shared between a table and list.-Shows how to use all list selection modes, using a list that s selection listener be shared tween a table and list.
hellooooo
- 利用多态性编程,创建一个square类,实现求三角形、正方形和圆形面积。方法 //抽象出一个共享的类,定义一个函数求面积的公共界面。再重新定义各面积的求面积 //函数,在主类中创建不同类的对象,并求不同形状的面积 -use polymorphism programming, the creation of a square type, seeking to achieve triangle, square and circular area. Methods / / abstract o
id3java
- id3的java实现,是个不错的源码。其中有一些共享文件也可为c4.5共享-id3 achieve the java, is a good source. Some of which are shared will be able to share c4.5
baiban8
- 使用java application 的共享白板系统,该系统可以实现P2P,没有服务器的统一管理。-use java application of shared whiteboard system, which can be achieved P2P. no unified management server.
cwq4
- There is a shared object – int array[] between Write and Read. Write sets the array, Read gets the array and sorts ascending. Write a program to implement the write/read question by using synchronization mechanism and GUI.
Conservator
- Conservator extends on the concept of a Flyweight Factory by allowing shared Flyweight objects to be mutated after creation without undesired side effects.
share_p2p
- 一个P2P软件,本软件可在任何一个标准配置的主机上运行。运行本软件的主机既可作为客户端,也作为服务器端运行,是一个典型的多线程程序;首先作为服务器端,有一个服务器线程始终监听指定的端口,如果网络上有其他主机要求需要建立连接,互相交换共享文件信息,双方就可以互相下载对方共享的文件。-a peer-to-peer software, the software may at any one standard configuration running on the mainframe. Running
rmi_whiteboard
- 基于java rmi的白板-Shared Whiteboard based on Java RMI
LocalShare
- 局域网共享发现程序,搜索本地局域网设备,查看其设备有共享文件,并对其进行文件操作。-LAN shared discovery, search local area network equipment, see its equipment to share files, and its file operations.
Ctree
- Ctree 一个很牛的树形菜单,一直没有共享,大家可以试一试,自己写程序,各个图标自定义,没有积分了才不得已上传的,供大家想用-Ctree a menu tree of cattle, has not been shared, you can try, write your own program, each custom icon, no points and we have to upload a last resort, we want to use for
conferences
- java实现共享视频会议,按照文件README 的说明可以实现聊天、共享白板等功能。-java shared video conferencing, according to the README file that can be achieved chat, shared whiteboard functions.
java-share
- java 文件加锁 内存共享 利用共享内存或者socket通讯方式-Java file lock shared memory
789456
- 共同分享java的多图片广告展示java小程序.rar-shared java multi-picture display advertisements java small procedures. Rar
downcode.com
- 这是一个利用JAVA做的网页程序,它大量运用JAVA语言,是我同小组三位成员共同创作,希望对各位有用。-This is a page using JAVA to do the procedure, which make extensive use of JAVA language, which I shared with three members of the Sub-creation, in the hope that useful.
Permutation
- 用递归方法求n个数的无重复全排列!!感觉还可以吧,所以拿出来大家一起分享了!一起努力学习!-Recursive method used for n number of non-duplication of the entire order!! Can you feel so out together shared! Work together to learn!
ReadersWriters
- 英国帝国理工学院电脑系多线程课程教学材料之十一 ---- 读取者与写入者范例-The program allows Readers concurrent access to a resource while restricting Writers to exclusive access. Thread access to the shared resource is depicted by a light blue (cyan) arc segment. It is possible by st
qiu_networksecurity_project1
- 这是我写的一个关于JAVA SOCKET的程序,一个Server可以同时接受多个clients的requests,每次server和client之间的交流的信息都会被DES算法加密和解密--------------------------------------------------------------------------------- First version by Qiu Shi, March 11, 2009 Email: qs84727@gmail.com