搜索资源列表
dnsguardpro
- dnsguard是一种高性能DoS攻击检测和防护工具。它可以监听以太网上的ip协议数据流,分析其中是否有DoS攻击,当发现了DoS攻击,dnsguard会自动向F5交换机发出指令,删除该攻击者的连接,并在一段时间内禁止其访问。dnsguard有效的防止了DoS攻击对服务器造成的危害,保证服务器的正常运作。-dnsguard is a high-performance DoS attack detection and prevention tools. It can monitor ip on t
ChatSystem1
- 它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程, 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来. -It includes procedures TcpServer server and client TcpClient mainly spent s
CHecKTime
- 序使用TCP进行通信,服务器端两个文件,一个执行文件,一个配置文件。配置文件是用来配置服务器的TCP端口的。客户端三个文件。一个wsu.exe用来要冰点下更新系统时间,一个CheckTime.exe更改系统时间的主程序
网络校准时间
- 网络授时服务是在网络上设置一些时间服务器,用户通过Internet访问这些时间服务器就可同步本地计算机时钟的服务。-network time service on the network is set up some time server, Internet users visit those time servers can be synchronized to the local computer clock service.
blackberry socket 通信
- 刚开始学习黑莓的编程,这是我花了一周的时间捣出来的一个黑莓socket通信,实现了客户端连接到服务器后,客户端之间信息的交互.
非常好的OPC服务器源代码 免费的
- 非常好的OPC服务器源代码 免费的 没有时间限制,Very good OPC server source code for free no time limit
ChatServer
- 使用VC++,mfc实现的网络聊天程序的服务器端程序源码,结构设计巧妙,可实现多对多的聊天,显示登录时间,用户名等。-Use VC++, Mfc achieve network chat program source server-side procedures, structural design ingenious, can be many-to-many chat shows login time, user name and so on.
SyncTime
- 从网络服务器同步系统时间,采用UDP协议,使用DatagramPacket,DatagramSocket类-From the network server time synchronization system, using UDP protocol, use the DatagramPacket, DatagramSocket Class
GetNTPTime
- 使用ntp(network time protocol)协议从网络时间服务器获取时间并显示出来-use the network time protocol get network time from some ntp server,and print
VR_Time
- VR_TimeCastSrvr.c是展示组播安全通信的源码文件(sources file)之一。 * 本实现为组播通信方式的时间服务器(时间发送端),可用于1毫秒~1秒低精度的组播组 * 时间同步。 * 与本时间服务器程序对应的是客户(接收)端的VR_TimeCastClnt.c。 * 当VR_TimeCastSrvr进入运行后,组播组的其他成员只需运行VR_TimeCastClnt即可 * 达到有通信安全保障之下利用组播进行低精度的时间同步。-VR_T
btcard32
- 门锁系统是通过服务器的时钟来转换得到宾客流水号的,因为时间不停的往后推移,所以换算得到的识别号将会越来越大。具体算法:以2000-01-01 00:00:00为基准,此时识别号的值为0,时间过1秒则识别号的值加1。也就是说,识别号的值是当前时间与基准时间所相差的秒的总数。-Lock system is to convert the clock through the server serial number by guests, as time goes on constantly in the
CommunicationTimeDelay
- 利用通信测量通信时延,并实现时间同步的客户端和服务器端软件-Use of communication measurement communication delay, and to achieve time synchronization client and server-side software
QuickResponse
- 实现一个抢答器。服务器:3个label控件对应3个客户端,抢答最快的客户端对应的标签会变色,下面各有另3个label显示它们的反应时间。另有1个开始按钮,单击表示开始抢答。客户端:1个文本框,用来输入服务器IP地址,有1个标签,当服务器按下开始后,标签变色,按下按钮表示抢答。-Achieve a Responder. Server: 3 label controls corresponding to the three clients, answer in the fastest client
DvrSetTime
- 【硬盘录像机同步自动定时校时软件】支持海康威硬盘录像机,实时所有硬盘录像机时间一致性、每小时自动与服务器时间同步一次。-DVR automatic synchronization timing school software] support Haikangwei DVR, real time DVR time consistency hour time automatically synchronized with the server time.
OPC开发工具包
- OPC 工具包产品以标准动态连接库(DLL)形式提供二次开发接口,与 Win98、WinNT、 WIN2000、WIN2003系统完全兼容。OPC开发软件包由服务器软件包、客户端开发软件包组成, 完全封装了 OPC 技术和COM技术实现细节,使二次开发的程序员无需 OPC规范和COM技术底层细节,降低服务器和客户端程序开发的复杂程度和减少了熟悉OPC 技术的时间,只需专注于自己熟悉的数据采集和过程控制,其他的一切都交给软件开发包来完成。由于软件开发包以标准的WINDOWS API方式提供,故可以
tcpip1
- 简单的客户/服务器程序实现客户系统时间和服务器系统时间同步。 具体: 客户:(1)客户创建流套接字,向服务器发起TCP连接。 (2)连接创建成功后,接收服务器返回的时间,更新客户系统时间。 (3)断开与服务器的连接。 服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。 (2)当收到一个客户TCP连接请求,创建连接套接字同意与其创建连接。 (3)获取系统时间,通过连接套接字返回给客户。-Simple client/server program to a