登录

最新会员 最新下载

成为了本站VIP会员

06月06日 13:21

成为了本站VIP会员

06月03日 10:51

成为了本站VIP会员

06月02日 22:03

成为了本站VIP会员

05月31日 10:38

成为了本站VIP会员

05月31日 09:22

成为了本站VIP会员

05月28日 17:59
已选条件
  1. 编程语言:所有
  2. 代码类别:Windows编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1.

cc -c error.c sleepus.c ar -crv libmisc.a error.o sleepus.o ranlib libmisc.a # needed for a BSD-derived system the example programs from Chapter 1 of "TCP/IP Illustrated, Volume 3: TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols" by W. Richard Stevens -cc-c error.c sleepus.c ar-crv libmisc.a error.o sleepus.o ranlib libmisc.a# needed for a BSD-derived system the example programs from Chapter 1 of "TCP/IP Illustrated, Volume 3: TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols" by W. Richard Stevens

1
下载
73
浏览
2023-06-16发布

2. 这是一个可以接收E

这是一个可以接收E-mail的小程序,可以让你很方便的, 不通过望站可以接收你的邮件-can receive E-mail the small program, which will let you easily and not looking through the station can receive your mail! !

1
下载
57
浏览
2023-06-16发布

3. personal website management system functions : 1. Add two individual students. B...

个人同学录管理系统 功能:1.添加单个同学 2.批量添加同学 3.精确查询 4.直接修改 5.单个删除 6.批量删除 7.可以直接GO到达你想到达的页 8.分页显示 9.修改密码-personal website management system functions : 1. Add two individual students. Batch added three students. Query 4. 5 directly alter. Six single deleted. Batch delete seven. GO can reach you directly to the arrival of eight pages. Pagination 9. Changes secret Codes

1
下载
26
浏览
2023-06-15发布

4. 这个序说明了用户的使用

This program illustrates the use of user-defined strut data types A "Point" struct data type to represents cartesian coordinates

1
下载
49
浏览
2023-06-15发布

5. 首先,读者可以先将DDK原来的packet例子序备份,然后用改动后的驱动序源码覆盖原先的代码(即覆盖packet...

首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:programsNTDDK src etwork ndispacket目录(即驱动程序和相应应用程序所在的目录),键入build命令开始编译,在该目录下的dirs文件的控制下可以同时编译driver目录下的驱动程序和testapp目录下用于测试驱动程序的应用程序;即同时得到改动后的驱动程序和测试该驱动程序的应用程序。-First, readers can DDK first example of the original packet backup procedures, and then change the driver covered the original source code (that is, covering packet-gt; Driver directory code, the revised code has been given). Then compiler. Topping the list is to choose start-gt; Procedures- gt; Development kits- gt; Windows 2000 DDK- gt; Checked Build Environment, there will be a console window. Use cd order to enter D : programs NTDDK src network NDIS packet directory (ie driver and the corresponding application to the directory), type build orders started compiling, in the catalog under the dirs documents under the co

1
下载
56
浏览
2023-06-15发布

6. 一个非常不错的网络通讯序,是用VC++6.0写的,非常非常的好用,对想学网络的朋友非常有帮助...

一个非常不错的网络通讯程序,是用VC++6.0编写的,非常非常的好用,对想学网络编程的朋友非常有帮助-A very good network communication procedures, is to use VC 6.0 prepared, very, very easy to use, and want to learn network programming friends very helpful

1
下载
55
浏览
2023-06-14发布

7. 自定义标签实现自动分页,这是我们老师给的序,比较靠谱,用eclipse导入即可...

自定义标签实现自动分页,这是我们老师给的程序,比较靠谱,用eclipse导入即可-Custom tags for automatic paging, this is our teacher to the program, compare Kaopu, can be used to import eclipse

1
下载
28
浏览
2023-06-14发布

8. 基于winsock网络技术实现客户端图片传送到服务器端

基于winsock网络编程技术实现客户端图片传送到服务器端-ImageTransfer through winsock

1
下载
53
浏览
2023-06-14发布

9. libpcap

基于libpcap的网络封包截获程序。-libpcap-based network packet interception procedures.

1
下载
23
浏览
2023-06-13发布

10. c#的网络传输序。一个server序,可以chat也可以传文件,适合初次适用c#网络序的用户...

c#的网络传输程序。一个server程序,可以chat也可以传文件,适合初次适用c#编网络程序的用户-c# network transmission procedures. A server process, can also chat documents, the initial application for c# series of procedures network users

2
下载
32
浏览
2023-06-13发布

11. 数据包捕获,协议分析

数据包捕获,协议分析- Data packet capture, protocol analysis

1
下载
66
浏览
2023-06-12发布

12. 一个WEB服务器的序,功能强大,不信你

一个WEB服务器的程序,功能强大,不信你-a Web server process, the powerful do not believe you will s

1
下载
50
浏览
2023-06-12发布

13. SMTP邮件客户端

SMTP邮件客户端程序-SMTP mail client program

1
下载
39
浏览
2023-06-12发布

14. 聊天序,主要系统调用,包括:套接字()

聊天程序,主要的系统调用包括:socket()-创建Socket;bind()-将创建的Socket与本地端口绑定;connect()与accept()-建立Socket连接;listen()-服务器监听是否有连接请求;send()-数据的可控缓冲发送;recv()-可控缓冲接收;closesocket()-关闭Socket。-Chat program, the main system calls, including: socket ()- Create Socket bind ()- will create a Socket with the local port binding connect () and accept ()- establish a Socket connection listen ()- server monitor whether there is connection requests send ()- data buffer to send controllable recv ()- controllable receiver buffer closesocket ()- Close Socket.

1
下载
124
浏览
2023-06-10发布

15. 可以实现HTTP转发/HTTP请求,如果需要做一个网页下载,那么可以使用该类,该类最大的特点是支持PROXY代理下载!...

可以实现HTTP转发/HTTP请求,如果需要做一个网页下载,那么可以使用该类,该类最大的特点是支持PROXY代理下载!-HTTP can be transmitted/HTTP request, if required to do a website, then you can use this kind, the largest such feature is support PROXY proxy to download!

1
下载
65
浏览
2023-06-10发布

16. 本例实现了学生信息管理系统,用了jsf和hibernate。数据库是my sql。...

本例实现了学生信息管理系统,用了jsf和hibernate。数据库是my sql。-In this case a student information management system, using the jsf and hibernate. Database is my sql.

1
下载
171
浏览
2023-06-10发布

17. Win9X下的Sniffer工具源代码

Win9X下的Sniffer工具源代码-Sniffer tools under Win9X source code

1
下载
180
浏览
2023-06-10发布

18. 实现 完成端口模型 协议为Tcp/Ip

实现 完成端口模型 协议为Tcp/Ip-achieve complete port model agreement for DEC/Ip

1
下载
32
浏览
2023-06-10发布

19. 我的大二作业序,计算机网络socket,实现两个人之间互相传文件。...

我的大二作业程序,计算机网络socket编程,实现两个人之间互相传文件。-my sophomore year operating procedures, computer network socket programming, two people between traditional documents.

1
下载
113
浏览
2023-06-10发布

20. 基于网络通信的窗口游戏。..学校的朋友们…

windows游戏网络通信基础的基础。。。学3D的朋友不要错过。-windows game based on the basis of network communications. . . School friends do not miss 3D.

1
下载
207
浏览
2023-06-09发布