搜索资源列表
-
0下载:
本系统是在asp版《在线文件管理器》的基础上设计制作,取其精华,弃其糟粕,功能更强,效率更高,具有以下特点: 1。采用三层结构开发,程序逻辑和用户界面彻底分离,可轻松换肤。 2。全部代码采用Ultra Edit编写,不使用任何可视化开发工具,精确控制代码流程,确保代码高效率运行。 3。自行开发自定义控件,不产生任何一丁点的HTML代码冗余。 4。尽可能的减少客户与服务器的交互,降低对服务器资源消耗,减少网络传输。 5。真正多用户系统,可分别为每个用户设置可管理的文件类型,目录等,上传的单个文件大
-
-
1下载:
程序说明:
1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发.
2.P2P通讯说明:
1).网关类型是在理想状态下.即非对称型NAT.
2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败.
文件目录说明:
tQServer:程序服务端,请将其放在公网上运行.
tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端.
Common:公共协议文件夹
本程序只是实现简单的P2P互发消息.
-
-
0下载:
用VC++编写的网络对聊小例程,可以设置服务器和客户端-VC prepared by the network of small talk routines, set the server and client
-
-
0下载:
一个嵌入式服务器客户端界面程序的实现,客户端的网络传输部分底层库不在该源码内部。-a client server interface procedures for the realization Client Network Transmission is not the bottom part of the internal source.
-
-
0下载:
一个很好的网络调试工具,可以设置服务器端,客户端,同时还能进行串口调试-a good network debugging tool, you can set up the server, the client, but also for serial debugging
-
-
0下载:
这是一个网络聊天室程序,包括客户端和服务器端,可以实现多人聊天。-This is a network chat room procedures, including client and server, can achieve more than chatting.
-
-
0下载:
用VC++编写的使用tcp协议聊天的程序,在局域网中使用一台机器作为服务器作为主机运行服务端程序,然后在其他的计算机上运行客户端程序,服务器可与其他的计算机用户聊天-Using VC++, prepared using the tcp protocol chat program, in the local area network using a machine as a server to run as a host server, and then in the other computer
-
-
0下载:
设计UDP服务器程序,在完成绑定、监听等操作后,利用线程函数接收客户端的连接请求,并为利用发送线程进行信息发送。利用局域网测试程序,可以进行网络聊天。-Design UDP server program, in complete binding, monitoring, etc, using thread function after receiving the client connection requests, and using information for sending messa
-
-
0下载:
本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能: 系统采用人机交互的方式,界面美观友好。 屏幕信息需要时时显示,网络延时不能大于1秒。 服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。 系统运行时占用内存不能大于10MB,以免影响系统性能。 客户端运行时需要隐藏显示窗口,起其感觉不到在运行。 -monitoring system that can carry out
-
-
0下载:
此程序为网络通信的服务器端界面。服务器端能接受客户端发送过来的连接请求,能接受客户端发送过来的数据并显示,还能给客户端发送数据-This program for network communication server interface. The server can accept client sends over connection request, can accept client sends data and display, come still can send data to
-
-
0下载:
通过用户界面实现网络套接字通信,主要用于客户端对服务器的申请访问。-Through the user interface for network socket communication, mainly used for client server application for access.
-
-
0下载:
关于SmSvrServ服务配置的详细说明
启用ARP绑定:在服务每次启动的时候,都会自动与网关的MAC地址进行绑定,使得服务器不受ARP攻击的影响。
检测网络功能:服务会以百度的一个网站(默认百度)作为目标,检测本机的连接互联网状态,并且在服务日志和系统事件中记录详情。
远程管理:开启后使用SmServ客户端(SmServClient)设置好的密码和端口,可以连接上服务器,并且可以对服务器进行一些控制。
RDP端口修复:当你误把远程端口从Windo
-
-
0下载:
网络编程windows sockets TCP的客户端和服务器端程序-Network programming windows sockets TCP client and server-side program
-
-
0下载:
经典的P2P网络文件传输实现,分服务器和客户端界面,能对话,能下载,并记录上传下载信息-Achieve a classic P2P network file transfer, sub-server and client-side interface, dialogue, can download and record upload and download information
-
-
0下载:
一个基于C#.NET的WPF程式
主要是通过UDP进行端口通讯,仅支持服务端与多客户端的聊天.
注意事项:
-仅支持服务端与各个客户端的聊天
-服务端必须暴露在公网中
-客户端支持开机系统常驻
-带一些简单的客户端控制命令
-服务端有线程无法结束的BUG(推测是与客户端UDP连接没有彻底断开)-Based on C# .NET' s WPF program mainly through UDP port communication, only supports
-
-
0下载:
这是一个很实用的网络应用程序:基于客户端/服务器模式的聊天室。这个应用程序包括服务器端应用程序和客户端应用程序量部分,都是基于Cs=Socket类开发的。-This is a very practical network application: Based on client/server mode of chat room. This application includes the server side application and the client application, wh
-
-
0下载:
使用CSocket类进行网络通讯,可设置为UDP,TCP客户端或者TCP服务器端。-Use the CSocket class for network communications, can be set to UDP, TCP client or TCP server.
-
-
0下载:
实现网络通信的客户端和服务器端软件程序,基于TCP和UDP的socket通信-Implementation of network communication client-side and server-side software program, based on the TCP and UDP socket communication
-
-
0下载:
一个用VC开发的网络聊天程序,含server和client两部分,-A use VC development of the network chat program, including server and client two parts,
-
-
0下载:
socket编程,计算机网络作业,邮箱服务,服务器客户端(Socket programming, computer network operation, mailbox service, server client)
-