-
nio服务端代码
JDK1.4 提供的无阻塞 I/O(NIO)有效解决了多线程服务器存在的线程开销问题,但在使用上略显得复杂一些。许多基于 NIO 的多线程服务器程序往往直接基于选择器(Selector)的 Reactor 模式实现。这种简单的事件机制对于较复杂的服务器应用,显然缺乏扩展性和可维护性, 而且缺乏直观清晰的结构层次。本文将通过一个基于事件回调的 NIO 多线程服务器的设计,试图提供一个简洁、直观、易于扩展的 NIO 多线程服务器模型。
- 2022-02-16 06:36:06下载
- 积分:1
-
Conrec
java 等值线 生成算法(java isogram Algorithm)
- 2007-12-22 11:53:40下载
- 积分:1
-
calculator2
实现计算器功能,还有漂亮的界面 ,使用VC6.0 mfc实现(calculator)
- 2010-01-06 08:53:14下载
- 积分:1
-
KeyFactoryTestDSA
Shows a list of bug reports currently in /sdcard/bugreports.
- 2013-11-21 23:46:40下载
- 积分:1
-
Server dow
说明: emulator serv 752 wyd c++ code brazil, emulator serv 752 wyd c++ code brazil
- 2020-06-19 01:20:02下载
- 积分:1
-
chanpay
搭建springboot服务器,集成mybatis 手写demo(Build Springboot server and integrate mybatis handwritten demo)
- 2020-06-19 07:00:01下载
- 积分:1
-
jd-eclipse-site-1.0.0-RC2
说明: eclipse java decomplier plung
- 2020-06-22 17:40:02下载
- 积分:1
-
MESH--SIMPLE
可以简化obj,ply等三维模型,1:在VC++2008上运行oglpemsh.dsw 文件
2:选择要简化的模型,eg:huge_bunny.ply
3:选择简化
(Mesh Simplification Viewer
This program implements four different mesh simplification algorithms. After loading a mesh, the user can easily remove triangles from the mesh and the results are displayed in real time. The mesh can also be rotated and moved closer to or farther away from the viewer.
The goal of mesh simplification is to display a 3D polygonal mesh with fewer triangles while retaining the same shape. In the example above, the original cow model (upper left) is made up of over 5800 triangles. We can easily remove thousands of triangles from this mesh and still display a very similar cow model. While the 500 triangle cow is a cruder representation, this may not make a difference if the cow is far away from the viewer.
)
- 2014-07-10 11:37:50下载
- 积分:1
-
bit_text
C语言位操作应用举例,简要说明在C语言中如何操作字节中的位(C language bit manipulation application example, a brief description of how to operate in the C language byte in bits)
- 2009-09-13 12:05:30下载
- 积分:1
-
RSEICal_ETM
说明: 徐涵秋教授提出的遥感生态指数实现PYTHON代码
主要针对Landsat ETM数据实现的四种指标:
绿度
干度
湿度
温度
主要源自网络。(ealization of Python code by remote sensing ecological index proposed by Professor Xu Hanqiu
This paper mainly aims at the four indicators of Landsat ETM data:
Greenness
Dryness
humidity
temperature
Mainly from the network.)
- 2020-05-23 14:00:02下载
- 积分:1