- 
                        C#内存优化源码
                        
                          C#内存优化源码,适合新手学习,winform界面(C# memory optimization source)                         
                            - 2017-10-10 14:27:12下载
- 积分:1
 
- 
                        Web实时聊天室源码
                        
                          用纯js通过长轮询来实现
前端用Jquery ajax来实现
 1         $(function () {
 2             window.polling = {
 3                 ///长连接地址
 4                 connectionUrl: "/channel/polling",
 5                 ///发送方式 
 6                 method: "POST",
 7                 ///事件载体
 8                 event_host: $("body"),
 9                 ///连接失败时重连接时间
10                 period: 1000 * 20,
11                 ///连接超时时间
12                 timeOut: 180 * 1000,
13                 v: 0,
14                 ///连接ID
15                 id: "",
16                 error_num: 0,
17                 Reconnect: function () {
18                     polling.v++;
19                     $.ajax({
20                         url: polling.connectionUrl,
21                         type: polling.method,
22                         data: { id: polling.id, v: polling.v },
23                         dataType: "json",
24                         timeout: polling.time                         
                            - 2022-03-17 14:45:17下载
- 积分:1
 
- 
                        60-按键从右至左输入
                        
                          60-按键从右至左输入(60- button from right to left input)                         
                            - 2017-10-23 17:52:13下载
- 积分:1
 
- 
                        source
                        
                          图像处理系列之边缘检测篇
涵盖内容:
	1>Roberts算子
	2>Prewitt算子
	3>Sobel算子
	4>Laplacian算子(Edge Detection)                         
                            - 2013-04-16 11:14:21下载
- 积分:1
 
- 
                        cylinder8
                        
                          圆柱绕流。圆柱表面采用FH格式,均匀速度入口、自由出流、上下壁面非平衡态外推格式。让自由出流边界格点的密度也等于临近一层的。
(Flow around a circular cylinder. Cylindrical surface using FH format, uniform speed entrance, free flow, upper and lower wall non-equilibrium extrapolation scheme. Let free flow lattice point density is equal to the adjacent layer.
)                         
                            - 2021-04-03 00:49:06下载
- 积分:1
 
- 
                        TINofReadandWrite
                        
                          通过用户交互的方式形成Delauny三角网,也可以通过读取点(txt)文件画tin并且输出三角网的每条边的起点,终点,线的斜率和截距(Using the way that users control the positions of the points so as to draw the TIN under the rule of Delauny.Besides,it allows the users that call the txt file which records the information of the points(x,y coordinate),namely ,the read function.Last users can output the information for the TIN s every line start point and end point  and k,b information(y=kx+b) )                         
                            - 2020-06-29 01:40:02下载
- 积分:1
 
- 
                        In-VC-achieve-transparent
                        
                          有一种按键,看起来是一幅完整的图片,当鼠标移到按键区域时,图片的一部分凸现,形成一个按键,当鼠标移走时又恢复原来状态。(There is a button looks like a complete picture when the mouse is moved to the key areas, the picture is part of the highlights, the formation of a button when the mouse is moved Shiyou restore the original state.)                         
                            - 2013-08-10 08:22:52下载
- 积分:1
 
- 
                        1
                        
                          说明:  匈牙利算法.........................................(Hungarian algorithm)                         
                            - 2013-04-09 13:57:12下载
- 积分:1
 
- 
                        vs做的局域网Ping和消息发送程序
                        
                          vs做的局域网Ping和消息发送程序.rar(vs Ping LAN messaging and procedures. Rar)                         
                            - 2004-12-24 08:49:57下载
- 积分:1
 
- 
                        ROAM-LOD
                        
                          ROAM Simplistic Implementation
By Bryan Turner
brturn@bellsouth.net
January, 2000
Project file for MS Visual C++ 6.0.
Requires GLUT DLL (www.opengl.org)
Adjust program constants in Landscape.h and Utility.cpp.
MAPS:
 Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE
(as defined in Landscape.h). If this map is not found, the program
attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps
will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view
Tread Marks maps correctly is "0.25f". (www.TreadMarks.com)
CONTROLS:
MOUSE - Hold Left Mouse Button to Rotate View Angle
Q - Change Rendering Mode (Wireframe, Lit, Fill, Texture)
O - Change View Mode (Observe, Follow, Drive, Fly)
W/S - Move forward/back
A/D - Rotate left/right (in Observe Mode only)
F - Stop Animation
R - Toggle Frustum Drawing
0/9 - More/Less Triangles per frame
1/2 - Adjust FOV(ROAM Simplistic Implementation
By Bryan Turner
brturn@bellsouth.net
January, 2000
Project file for MS Visual C++ 6.0.
Requires GLUT DLL (www.opengl.org)
Adjust program constants in Landscape.h and Utility.cpp.
MAPS:
 Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE
(as defined in Landscape.h). If this map is not found, the program
attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps
will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view
Tread Marks maps correctly is "0.25f". (www.TreadMarks.com)
CONTROLS:
MOUSE- Hold Left Mouse Button to Rotate View Angle
Q- Change Rendering Mode (Wireframe, Lit, Fill, Texture)
O- Change View Mode (Observe, Follow, Drive, Fly)
W/S- Move forward/back
A/D- Rotate left/right (in Observe Mode only)
F- Stop Animation
R- Toggle Frustum Drawing
0/9- More/Less Triangles per frame
1/2- Adjust FOV)                         
                            - 2008-09-26 11:28:06下载
- 积分:1