搜索资源列表
网络校时
- 网络校时程序 因本人计算机cmos电池缺点,系统时间每次开机都丢失,所以我就想通过网络来及时调整自己的时间。 起初我从网络上搜索到很多类似的软件,但他们都附带其他我并不想用的功能。所以我决定自己去做一个只校时的软件。 首先,需要寻找一个稳定快捷的网络时间服务器,这是至关重要的,否则这个程序将失去他的价值。搜索结果很多,不过好多都延时厉害,有些还可能造成程序陷入假死状态。因而我从同类软件中找寻他们所使用的服务器地址,这样经过实践考验的地址应该比自己盲目搜索的质量要好的多。 另外
java组播编程实例
- 这个实例实现了加入和离开组播组、在组播组中发送及接收数据、利用组播实现时间服务器、利用组播实现网络教学功能-this example realized join and leave multicast group, the multicast group to send and receive data and the use of time-servers multicast using multicast network teaching function
secThread
- 本代码主要实现了通过多线程来并行和多个时间服务器进行通信及同步-the main source of multi-threaded and parallel to a number of server time and synchronous communications
RFC868.ZIP
- 基于RFC868协议的NTP时间服务器源代码程序-RFC868 agreement on the NTP time server source code procedures
IP
- DOS改IP计算机名 @echo off color 1A del /A /Q /F *.reg cls REM 设置部分 ::网段设置 set IPDATA1=10.128.19. set IPDATA2=10.128.18. ::计算机名前面部分 set NAMEDATA=DY ::下面不需要设置 set X=240 set a=0 set aa=00 ::网关 set gateway=10.128.19.254 ::
NetTime
- 这个是我做的课程设计,是用控制台实现简单的网络对时功能,分为服务器客户端,运行服务器从网络时间服务器获取到当前时间,运行客户端从服务器获取到时间,然后修改系统时间,实现系统时间与网络时间服务器时间同步。
NetGetTime
- 这是一个从互联网获取时间的源代码,它将本地时间与互联网时间服务器进行时间同步,在一部分现时性要求较高的系统中,可以嵌入这段代码,以保证系统时间的正确性。
nettime
- 一个微型的(大小只有不到5k)迷你网络对时器,可以使电脑的时间与时间服务器的时间同步,windows自带的时间服务可以关了。源码用vc6编译。
WinsocketUTC
- 利用WINSOCKET取网络时间服务器UCT时间 由易语言编写
timeservice
- 利用internet上的时间服务器,同步本地计算机的时间。
TimeServer2006-11-7
- 这是时间同步程序,编写了时间服务器和客户机,可以根据设置实现客户机于服务器的时间同步.
PRG1_1
- prg1_1.c : 简单的网络编程实例。该实例是一个客户端程序,它首先连接到一个标准时间服务器上,从服务器读取当前时间,然后显示时间。-prg1_1.c : simple network programming examples. The example is a client program, it is first connected to a standard time on the server, from the server to read the current time, an
网络校准时间
- 网络授时服务是在网络上设置一些时间服务器,用户通过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.
实例42 同步网络时间
- 可以同步网络时间,分服务器端和客户端两个版本。完整vc程序-network time synchronization, and server-client versions. Integrity vc procedures
用csock得到机器时间,需要简单tcp-ip协议
- 采用CSOCKET得到服务器的时间,利用TCP/IP的13端口提供的时间服务,要求提供时间服务的计算机安装简单TCP/IP协议。-CSOCKET used to be a time server using TCP / IP 13 ports for the service, asked for time to install the computer services simple TCP / IP protocol.
VB获取网络时间
- 利用VB访问时间服务器 获取时间
myTest
- VC6编程练手程序,高手勿进!主要功能如下: 1、可见窗口透明度调节功能:可在列表中任意选择,并可动态调节; 2、鼠标动作重现功能:可以录制鼠标操作的一系列动作,并可通过重放功能重现所有操作; 3、语音报时功能:可选择男声或女声。要用到控件SoundTime.ocx,需要先注册此控件,具体方法见“控件注册.bat”; 4、时间同步。可到时间服务器自动对时。-VC6 programming procedures and training in hand, you do not en
GetNTPTime
- 使用ntp(network time protocol)协议从网络时间服务器获取时间并显示出来-use the network time protocol get network time from some ntp server,and print
81404562ntp
- 时间服务器,互联网计算机时间同步,局域网络时间同步-Time server, internet time synchronization computer, local network time synchronization
客户端时间如何与服务器时间同步
- 多层系统开发,如何保持客户端与数据库或应用服务器时间同步是一个必须解决的问题 ,我发现许多系统取得是客户端的本地时间,造成多个客户端同时操作却时间不一样。而许多人采用频繁从数据库中取值的形式,增加服务器负载压力。当然有人说,数据保存的时候应该取数据库中时间 ,不错,但是涉及到本地数据之间的校验这类的操作,你该不会频繁地去数据库中得时间吧。鉴于此,本文利用windows系统的一个Api函数进行时间同步(Multilayer system development, how to maintain t