-
radmin21
说明: 务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。(Client server based on select I/O model. Programming interfaces in order to prevent obstruction, there is a sub-thread for receiving socket and select which treatment. There is only one client thread function, but its utilization very high, can be used for remote directory exchange, request the file size, create a number of threads to download the file. File transfer are uploading and downloading, as well as peer-to-peer transmission, this project, the specific means to transfer files to download.)
- 2008-10-20 11:08:26下载
- 积分:1
-
NetDebug
1、实现多个网络调试助手示例在一个进程中启动;
2、可以实现TCP_SERVER,TCP_CLIENT,UDP,UDP组播通信;(1, multiple network example debugging assistant to start a process 2, can achieve TCP_SERVER, TCP_CLIENT, UDP, UDP Multicast communication )
- 2013-01-28 17:35:58下载
- 积分:1
-
SQLite
说明: c#使用SQLite操作数据库,window桌面应用(Using SQLite to operate database)
- 2020-03-31 13:40:59下载
- 积分:1
-
vnc-4.0-winsrc_dll
vnc 封装成dll的代码,方便各位使用修改(vnc package into the dll code, convenient for you to use modified)
- 2012-06-18 10:49:59下载
- 积分:1
-
snort-2.2.0RC1.tar
snort 2.2版,这版本没包含有ips的功能(snort 2.2 version, this version features not contain ips)
- 2010-06-04 12:57:05下载
- 积分:1
-
111
H.264视频压缩熵编码和网络传输的研究,大 家 请 自 行 辨 别下 载。(H.264 video compression entropy coding and network transmission study to identify everyone at your own download.)
- 2008-03-11 17:56:13下载
- 积分:1
-
动态抓取IPC#实现
动态抓取IPC#实现
- 2015-06-19下载
- 积分:1
-
anklysxskproclss
这是一篇基于循环延迟分集的分组预编码和空时频编码技术方面的典型文章()
- 2018-06-07 05:09:33下载
- 积分:1
-
haisanids
VC++网络连接监控程序源代码,适合编写网络监控的编程者参考,选择监听的网络IP地址后才可以开始监听里程。并包括了IDS过滤器参数设置,几点提示:
1.初始状态只监听连接,不捕获IP数据
2.鼠标右击列表选择或取消监控某端口数据
3.为防止ping攻击,一般情况ping数据全部监控
4.监控某端口数据时,不监控ping包
5.数据超过20k将被清空
6.右边窗口停止抓包后显示十六进制数(VC++ source code network connection monitoring, network monitoring program for the preparation of reference, select the monitor s network IP address before you can start listening mileage. And includes IDS filter parameter settings, a few tips:
1. Initial state only listen for connections, do not capture IP data
2 Right-click the list to select or deselect a port monitoring data
3 To prevent ping attacks, general ping all monitoring data
4 When a port monitoring data, no monitoring of ping packets
5 The data will be cleared over 20k
6 right window displays the hexadecimal number stopped after capture)
- 2014-07-02 10:17:36下载
- 积分:1
-
TCP/IP客户端和服务器端源代码,好用!
用VC 6.0实现了Tcp/ip服务器端和客户端实例。对该方面的编程者极其有用。有界面。 TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。
- 2021-05-06下载
- 积分:1