搜索资源列表
DNSMAIL_04-src
- A project written in C# sends email without smtp server. It queries dns server for mx records and sends them. It supports complete SMTP and SSL protocols.-A project written in C# sends email without smtp server. It queries dns server for mx record s
IMLibrary
- 说明: LanMsg是一款用.net C# 开发的局域网即时通讯开源软件(经过简单修改可用于因特网),适合.net即时通讯软件开发者用。 p2p原理(UDP打洞),消息的内容采用串行化技术发送与接收(可发送任何自定义的数据类型).为防止代码过多而引起查看难度,暂只提供本程序的2.0 Bate版 主要功能: 支持文件传输; 支持GIF动画表情; 支持屏幕截图发送; 支持音、视频对话; 支持对话记录保存于数据库操作等。 程序以实现局域网
04
- 《Visual c++ 项目开发案例 全程实录》(第二版)第四章 局域网监控系统 配套源代码-Full Record of Visual c++ project development case " (second edition), Chapter IV, LAN monitoring system supporting source code
GooglePageRankQuery
- 查询Google PageRank 破解全过程 1. 装个 google工具条 开启pagerank 2. 找个网络 sniffer 软件, 运行浏览器随便打开个网站, 3. sniffer将记录 google工具条发给 google的数据包 分析可得,传输协议是 http, 数据包内除了 有访问网站的地址, 关键还有个 ch参数 , ch参数根据网站地址不同 发生变化(看来关键是 ch怎么计算出来的!) 4.分析google工具条,得到计算 ch的汇编代码,然后翻
WebVote
- 用sql语句进行数据库创建,表格创建,记录的操作,投票总数的统计,radoibuttonlist进行投票,再对投票结果统计!C#+SQL数据库实现!-Create a database with the sql statement, table creation, record of operation, the total number of voting statistics, radoibuttonlist vote, vote again on the statistics! C#200
Classmates
- 同学录c++源程序,有记录,搜索,修改功能,主要是要使用c++来实现的-Classmates c++ source code, record, search, edit function, mainly to use c++ to achieve
bcbreadrec
- C++Builder写的一个读取QQ聊天记录的一个简单例子,-C++ Builder write a read QQ chatting record, a simple example of a
NwebCrawler
- NwebCrawler是用C#写的一款多线程网络爬虫程序,它的实现原理是先输入一个或多个种子URL到队列中,然后从队列中提取URL(先进先出原则),分析此网页寻找相应标签并获得其href属性值,爬取有用的链接网页并存入网页库中,其中用爬取历史来记录爬过的网页,这样避免了重复爬取。提取URL存入队列中,进行下一轮爬取。所以NwebCrawler的搜索策略为广度优先搜索。采用广度优先策略有利于多个线程并行爬取而且抓取的封闭性很强。-NwebCrawler is a multi-threaded w
C__RecordS
- 这个演示,显示我的记录集类,它将允许你使用DAO / ADO语法ADO。净在c#。-This demonstration, my record set class, it will allow you to use the DAO/ADO syntax ADO to. Net c#.
record-for-wav
- 客户机(client_record.c)负责采集音频,并通过socket发送给服务器。 服务器(wav_serv.c)接收音频数据后,加上wav头信息,生成wav的声音文件。-The client (client_record.c) is responsible for collecting audio, and sent to the server through socket. Server (wav_serv.c) after receiving the audio data,
ProxyService
- c#代理服务,从浏览器的web服务器,转发HTTP数据记录和显示相关信息-C sharp ProxyServer,-Forward HTTP data browser to web server,Record and display related information
PeertoPeer
- 使用VS2013 c++,主要是实现使用Gnutella 网络做一个peer crawler,BFS order-Using Winsock and Visual Studio .NET 2013, your goal is to create a Gnutella crawler that discovers all currently present peers in the system. Your program will first contact a seed webserver
sy4
- WinInet实现FTP客户端 实验内容: 1.写出完整的软件需求说明书。 2.开发FTP的客户端。 3.完成在局域网内的测试,并记录测试结果。 本实验涵盖了C/S体系结构和Socket编程。通过本实验深入地了解FTP的工作原理以及服务器端和客户端的工作流程,学习Socket在网络编程中的各种应用,掌握WinInet的套接字编程。 -WinInet FTP client experimental realization: 1. Write a complete softw
WebServer
- a)实现的服务器应能与标准的浏览器(如IE浏览器)进行简单的交互; b)记录浏览器与服务的交互过程; c)利用HTML语言编写网页(可以不包括图像、声音等多媒体文件),浏览器可通过编写的Web服务器正常访问该网页; d)支持多用户并发访问; e)在Windows平台下,采用C/C++语言; f)扩展编写的简单Web服务器,使浏览器能够浏览Web上存储的图像。(A) implemented servers should be able to interact easily with st