搜索资源列表
网络校时
- 网络校时程序 因本人计算机cmos电池缺点,系统时间每次开机都丢失,所以我就想通过网络来及时调整自己的时间。 起初我从网络上搜索到很多类似的软件,但他们都附带其他我并不想用的功能。所以我决定自己去做一个只校时的软件。 首先,需要寻找一个稳定快捷的网络时间服务器,这是至关重要的,否则这个程序将失去他的价值。搜索结果很多,不过好多都延时厉害,有些还可能造成程序陷入假死状态。因而我从同类软件中找寻他们所使用的服务器地址,这样经过实践考验的地址应该比自己盲目搜索的质量要好的多。 另外
MTSClientSrc
- 于多线程tcp服务的对应的客户端代码,主要实现发送命令到服务器然后再出来从服务器端返回的命令-in multithreaded tcp services, the corresponding client code, the main sending commands to the server and then out from the server to return to the order
microsoft提供的简单IE浏览器代码
- 这个代码是最简单的IE浏览器,是本人从VC的MSDN中下载的,能够让你知道IE浏览器最简单的原理,不过他是通过一个函数来实现的,很简单,没有对IE浏览器的本质进行分析-most of the code is simple browser, I VC from the MSDN download, to let you know IE browser most simple principle, but he is a function of the very simple, no IE brow
POP3邮件接收
- 用于从pop3服务器上下载邮件,有查看和修改功能-from pop3 server for downloading e-mail, view and change the functional
TcpReceiver
- 一个CAsyncSocket扩展类的例子。 实现了从指定的服务器和端口获得TCP数据流。不过现在可能程序中指定的服务器已经关闭了,不过代码还是可以看看的。-An example of CAsyncSocket extended class implements the function to get TCP data stream from a dedicated server and port.Perhaps,the server using in code has been closed,b
qqsniffer.src
- 一个可以从网络上,查QQ包文的软件,具体QQ包文的,加密和解密功能,能实时查看网络上正在活动的QQ的包文,大家可以下载研究一下!-one from the network, check QQ software packages text, the specific text of the packet QQ, encryption and decryption functions, real-time view network is the text QQ package, we can loo
利用WinSock进行无连接通信
- 利用winsock进行无连接的通信,客户端发送从0开始的数字-conducted without the use of the communications link, the client sent from the beginning of 0
asp&asp.net实例
- 刚从网上下载的asp和asp.net的实例,学习的朋友可以试一试:)-just downloaded and Asp. Net asp example, learning friends may try :)
webspider
- 可以从网络上下载网页,采用多线程编程技术,下载速度更快,并可以记录下载网页数量-network can be downloaded from the website, using multithreaded programming techniques, faster download speeds and can be downloaded from the website record number
TCPSocket4C++
- 从Socket4c++中继承的TCP类,可以直接调用来实现网络功能-Socket4c inherited from the TCP category, called directly to the network function
网络数据管理软件
- 1) 从网络采集实时数据:在软件运行过程中,可以实时地从网络上根据自定义的通信协议采集数据,并且按照层次结构显示在主界面中。 2) 自动生成数据表:在服务器程序初次运行时,创建数据库,并且随着程序的进行在数据库中根据收到的数据生成数据表。 3) 历史数据存储功能:从网络上采集的数据值只要发生变化,就会存储到历史数据表中。 -a) real-time data acquisition networks : the software process, in real time from
20040801094647_http
- 直接用socket实现HTTP协议(下载专用) 作者:北方工业大学2000级计算机4班 querw 从HTTP服务器上下载一个文件有很多方法,\"热心\"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.- Straight takes over the use of socket to realize the HTTP agreement (special-purpose downloading
linnet_carrier518U
- Transceiver是用于机构与机构之间、系统与系统之间相互通讯的企业级专业通讯服务软件。对Internet/Intranet、实时/非实时等不同的网络环境提供广泛的通讯与数据交换支持,并能对系统瘫痪网络故障等意外情况下的数据交换提供可跟踪可控制的数据缓冲机制,为企业应用系统提供了高可靠高性能的通讯保障。 Transceiver 是用于多个应用系统间进行数据交换的集成通讯服务,设计初衷是为了减少通讯模块的重复开发与增强通讯软件的集中管理。通过将发送(Send)与接收(Receive)视为
phpbuns-0.6.3.tar
- phpBuns是一个用PHP编写的SQL查询和Web页面生成器。它可以生成查询和用于增中、编辑、删除、列表和从SQL数据库中检索数据的页面-phpBuns with PHP is a preparation of SQL queries and Web pages generator. It can generate inquiries and increments, edit, delete, list and database from SQL retrieval of data pages
A Complete Multi Downloader
- 多文件下载例子源码,可以同时从互联网上下载多个文件,并且显示进度。VB源码-more examples of source files, and it can simultaneously downloaded from the Internet on various documents also show progress. VB source
ntkl
- 一个NT后台服务程序,远程安装,随机器启动自动启动并在远程机器上通过RPC打开一个侦听端口并从定向控制台,使远程机器能够完全获得本机的控制台权限,可用做网管远程管理工具,禁止用于黑客行为!-a background service procedures, remote installation, random start automatically activate the device and the remote machines through an open RPC ports inte
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
网络SDK开发包
- DSP序列化反序列化对象SDK开发包 DSP(Dynamic Serialize Packet)是一个动态序列化和反序列化对象的SDK开发包,使用DSP可以将对象序列化成数据流保存到文件中,或者将序列化后的数据流通过Socket传递给远端;也可以使用DSP从文件或Socket中读取数据,然后反序列化成对象。-DSP series of anti-sequence objects DSP Development Kit SDK (Dynamic Packet Serialize) is a
随易典全站系统
- 强大的新闻管理系统,栏目文章轻松从后台定义,可轻松管理网站内容和创建你所需要内容的系统.后台管理:用户名:szadmin 密码:test -powerful information management system, columns background articles from the definition of relaxed, easy to manage site content and the creation of what you need content of the sys
从Internet上稳定可靠的下载文件的代码
- 从Internet上稳定可靠的下载文件的代码-from the Internet stable and reliable source of the download