-
conferences
java实现共享视频会议,按照文件README 的说明可以实现聊天、共享白板等功能。(java shared video conferencing, according to the README file that can be achieved chat, shared whiteboard functions.)
- 2009-06-02 23:30:12下载
- 积分:1
-
thumbnail
搭建springmvc项目基本框架,用到的Jar,以及文件配置(springmvc building and user Jar files and file configuration)
- 2020-06-20 18:00:01下载
- 积分:1
-
telnet_service
这是一个简单的telnet协议简单实现,希望对大家有帮助。(telnet service,telnet service
telnet service)
- 2009-09-26 12:25:06下载
- 积分:1
-
01
说明: 针对施工单位开发的一款管理app,实现了建筑工程流程的精细化管理,功能模块包括过程控制、成本控制和人力资源管理、工艺标准、常见问题解决方案等。(A management app for the development of the construction unit)
- 2018-03-02 16:49:00下载
- 积分:1
-
gtsafe
一款工地安全生产管理系统,采用ssh框架开发(A site safety production management system, using ssh framework development)
- 2016-04-25 22:54:32下载
- 积分:1
-
ch02
java程序设计教程第二章例题,关于输入输出的相关代码(java programming tutorial Chapter II examples, the relevant code on the input and output)
- 2010-12-19 22:32:08下载
- 积分:1
-
hello-world-portlet
liferay portlet 实例,可以直接部署(liferay portlet instance, can be directly deployed)
- 2013-08-03 12:57:10下载
- 积分:1
-
IconLoader
get Graphics Configuration Source Code for Andriod.
- 2013-12-02 15:44:44下载
- 积分:1
-
Student-system
Java学生成绩管理系统源代码,包含课程设计报告和项目配置说明。(Java student achievement management system source code, including curriculum design and project configuration instructions.)
- 2013-06-23 22:59:06下载
- 积分:1
-
TREE_INT
Tree AVL
In an AVL tree, the heights of the two child subtrees of any node differ by at most one if at any time they differ by more than one, rebalancing is done to restore this property. Lookup, insertion, and deletion all take O(log n) time in both the average and worst cases, where n is the number of nodes in the tree prior to the operation. Insertions and deletions may require the tree to be rebalanced by one or more tree rotations.
- 2014-12-05 02:27:12下载
- 积分:1