搜索资源列表
HttpMail.zip
- 演示了如何连接到Hotmail 邮箱,列出收件箱中的邮件,发送和接收电子邮件,使用 C# 和XMLHTTP 组件。样例代码包含了一个.NET代码,演示了通过HTTPMail 连接到Hotmail和使用其它邮件协议(如POP3, IMAP4, 或 SMTP)一样简单。
PluginDemo
- 插件看法样例程序-plugin view sample program
嵌入开发实例
- 嵌入式开发的一些样例,GUI,多线程,驱动-embedded development of sample, GUI, multi-threaded, drivers.
ftpbyjfy
- 一个小巧的客户端FTP代码库,绝对精简。 接口与UNIX下标准libftp相同 并带有两个样例-a small FTP client library code, absolutely streamlined. Interface and UNIX libftp under the same standards and with two sample
vc_CHATSVC
- WIN NT/2000 聊天服务程序样例-WIN NT/2000 chat Example
newip2022
- IP2022应用样例,实现网络服务器功能.
SyscallExt.tar
- MacOS 的系统入口函数调用 修改代码样例
TelnetClient
- telnet样例,简单小巧,使用VC,并测试通过
analyze_pcap_arp_ip_udp_icmp
- 用分析文件的方法对pcap文件进行解包,pcap文件是tcpdump的标准文件;如果用libpcap开发,要用p_open_offline函数。样例代码,供学习,欢迎指正。-Analysis of documents on file pcap unpack, pcap file is the standard document tcpdump If libpcap development, use p_open_offline function. Sample code for learnin
udtsdk4.4
- UDT的开发平台,内含样例代码,采用C++语言开发-UDT development platform that includes sample code, using C++ language development
HttpMail
- 演示了如何连接到Hotmail 邮箱,列出收件箱中的邮件,发送和接收电子邮件,使用 C# 和XMLHTTP 组件。样例代码包含了一个.NET代码,演示了通过HTTPMail 连接到Hotmail和使用其它邮件协议(如POP3, IMAP4, 或 SMTP)一样简单。- How demonstrated has connected the Hotmail mailbox, listed receives in a box the mail, the transmission and the re
SampleTheDomainNameServerSimulationProgram
- 样例 域名服务器的仿真程序,用于网络服务-Sample the domain name server simulation program
listbox
- 网页使用listbox样例源码,示例功能包括listbox数据生成,行选择,行删除,行编辑等-use listbox in html
vc_chat_program_01
- 一个用于局域网内聊天的代码样例,对于网络通信编程的同行有一定得参考价值。-Within a local area network chat for sample code for peer network programming may have a certain reference value.
802_3ae_2002
- 万兆以太网作为未来主流的组网技术引入了很多新的概念,802.3ae标准中详细介绍了相关技术的概念,架构和实现样例,是开发以太网驱动的必备参考资料。-Gigabit Ethernet as a future networking technology into the mainstream a lot of new concepts, 802.3ae standard techniques described in detail in the relevant concepts, architec
DHCPNotify
- dhcp api的使用例程,针对dhcp各个使用的方面,样例程序都有说明。-routine sample for using dhcp api
DM9000Adriver
- dm9000a 关于MAC和PHY在lwip下的驱动样例-dm9000a MAC and PHY on driving under the sample in lwip
FTP
- 实现windows环境下的ftp协议实验,有界面,功能强大,是一个不错的参考样例-Ftp windows environment to achieve agreement to the experiment and the interface, powerful functions, it is a good reference sample
cft
- 切割矩形(rec.pas/c/cpp) 题目描述 给定一个X*Y的大矩形,你可以将该矩形任意切割趁若干的小矩形。不同的小矩形有着不同的价值。现在让你将该矩形切割,使小矩形的价值总和最大。 输入格式 第一行包含N、X、Y三个整数,表示一共给出N个小矩形和大矩形的大小X*Y 第二行到第N+1行,每行包含xi,yi,vi三个整数,表示xi*yi的矩形价值为vi 输出格式 输出只包括一行,即最大价值。 输入样例1: 1 3 3 2 2 5
xml_rw
- tinyxml对于xml进行读写操作的样例-this is a test that is used to read and write XML files by using Tinyxml