-
邮件收发系统
分为发送和接受两个部分,写的比较好,很适合做课程设计什么的,如果需要的话,请自行下载,如有需要可以多次下载。
- 2022-09-22 12:55:03下载
- 积分:1
-
SendFileClient
VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。
服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能(VC++ implementation is similar to QQ file transfer capabilities to send and receive files program examples, divided into server and client, the client receives the first data packet to determine the file size, the packet must contain the complete information packet structure, the data is not must complete reading packet size, including the size and structure of the data packet size, and previously received data received data can now constitute at least one complete packet, the file has been received then set the mark, if the connection is terminated, the pop-up window telling the user, the other party to terminate the file transfer.
Server program is relatively simple, basically copying the file data, to determine whether the file transfer is successful, waiting for the other to accept or cancel the sending task sends tasks, subcontractors continue to send files and other functions
)
- 2014-06-03 13:50:03下载
- 积分:1
-
linghuigui
说明: 岭回归代码,有源代码和实例文件,钻石数据库(Ridge regression code, has source code and instance files, diamond database)
- 2020-03-28 20:31:06下载
- 积分:1
-
java 聊天室
聊天房间在 java 中的应用......,如果你有问题告诉我必须,我会帮你出此套接字编程是使用。其中一个是服务器和另一种是客户端在此您将连接 serveer,然后它开始工作......④ 实验室软件的概念是在 2004 年首。üOur 项目被有关计算机实验室üComputer 编程主题是需要的 inbachelors 或硕士学位。üProgramming 主题涉及到 classteaching,计算机实验室的工作。所需要的类及在计算机实验室中的计算机老师 ismust üAvailability。
- 2022-05-25 11:51:19下载
- 积分:1
-
.net web service小程序
.net web service小程序 -. net web service applet
- 2023-07-31 05:10:03下载
- 积分:1
-
Hidden_Terminal
说明: 运行tcl脚本来实现隐藏节点问题,再通过nam仿真动画观察隐藏节点实验结果。从而理解隐藏节点问题的原理以及解决途径。
注意:请下载全所有的文件后进行仿真,仿真时需下载好mudp.cc、mudp.h、mudpsink.cc、mudpsink.h 模块在ns2上编译后即可使用Hidden_Terminal.tcl文件进行仿真。(Run TCL script to realize the hidden node problem,and then observe the hidden node experimental results through the Nam simulation animation. So as to understand the principle of hidden node problem and the solution.
Note:please download all the files for simulation,and download them well during simulation mudp.cc,mudp.h,mudpsink.cc,after the mudpsink.H module is compiled on NS2,you can use hidden_ Terminal.tcl File for simulation.)
- 2020-12-14 21:19:14下载
- 积分:1
-
公司文件管理任务系统
伴随着信息行业的蓬勃发展和人们办公自动化意识的增强,公司文档管理部门的的工作也越来越繁重,原来的公司文档管理系统已经不能完全满足相关人员使用的需要。为了协助信息行业开展公司文档管理工作,提高工作效率,充分利用信息行业的现有资源,开发更好的公司文档管理系统势在必行。 公司文档管理系统是将IT技术用于公司文档信息的管理, 它能够收集与存储患者信息,提供更新与检索的接口;协助信息行业开展公司文档管理工作提高工作效率。 公司文档管理系统采用B/S结构、结合网络数据库开发技术来设计本系统。开发语言采用JSP,数据库使用Mysql数据库。完成以下基本功能: 本系统是一个独立的系统,用来解决公司文档信息的管理问题。采用JSP技术构建了一个有效而且实用的公司文档信息管理平台,目的是为高效地完成对公司文档信息的管理。 本系统是一个独立的系统,用来解决公司文档信息的管理问题。采用JSP技术构建了一个有效而且实用的公司文档信息管理平台,目的是为高效地完成对公司文档信息的管理。 系统包括:权限管理、用户与部门管理、数据库、文件管理、检索模块。 一级用户:显示最新文档、文档预览、文档打印。 二级用户:包含一级管理员权限,显示所有文档、文档上传、文档下载、文档删除。 三级用户:包含二级管理员权限,查询系统日志,修改管理员权限,用户与部门添加、修改、删除。 公司文档管理系统具有标准公司文档管理系统所具有的现实中完整的公司文档管理步骤,完全的虚拟现实实现。真正实现节约资源、提高效率、业务处理的同时真正实现公司文档管理系统的功能作用。
- 2016-03-05下载
- 积分:1
-
轻量级的代理服务器
轻量级Http代理服务器-lightweight proxy server
- 2022-03-21 19:27:26下载
- 积分:1
-
IOCP-Basic
IOCP基本原理介绍,主要介绍了如何使用IOCP进行开发。(Introduce the basic principles of IOCP, mainly on how to use IOCP for development.)
- 2011-04-20 10:13:01下载
- 积分:1
-
关于C++的网络编程介绍,重点介绍了在特殊领域的C++的编程
关于C++的网络编程介绍,重点介绍了在特殊领域的C++的编程-About C++ Introduction of network programming, focusing on specific areas in the introduction of the C++ programming
- 2022-04-17 08:13:31下载
- 积分:1