-
qks
When I wrote this function my problem was to replace one color by an other on transparent bitmaps My
- 2018-09-29 15:06:30下载
- 积分:1
-
comnunication
使C++语言编程,实现双机在联网条件下通过IP地址实现通信。(With C++,we can make two computers commnicate with each other when they are on the Internet.)
- 2012-07-05 09:36:56下载
- 积分:1
-
TestWincap
利用wincap直接与网卡通讯发送数据,千兆网卡效率达到100 ,全速!!!完全自定义数据包协议传输,数据每秒钟100M字节有木有!(wincap high speed data 100 MBytes/s=1000Mbits/s)
- 2015-11-12 14:08:31下载
- 积分:1
-
新建文件夹
说明: ◎ 为所有socket函数调用添加错误处理代码;
◎ 范例中服务器地址和端口是固定值,请你将它们改成——允许用户以参数形式从命令行输入;
◎ 范例中客户机发送的是固定文本”Hello Network!”,请改成——允许用户输入字符串,按回车发送;实现循环,直至客户机输入“bye”退出;
◎ 服务器迭代地处理客户机:一个客户机退出后、才接受下一个,按Ctrl+C可以终止服务器程序。(Add error handling code for all socket function calls;
In the example, the server address and port are fixed values. Please change them to - allow users to input from the command line in the form of parameters;
In the example, the client sends the fixed text "Hello network!", please change it to -- allow the user to input the string and press enter to send; realize the loop until the client enters "Bye" to exit;
Server processes clients iteratively: one client exits before accepting the next. Press Ctrl + C to terminate the server program.)
- 2020-11-28 22:43:54下载
- 积分:1
-
sockat
黑客兄弟们的最爱,想成为网络工程师和安全工程师都需要看(
Hackers brothers favorites, want to become network engineers and security engineers need to see)
- 2014-05-02 17:01:27下载
- 积分:1
-
网络信息智能采集系统源码下载
网络信息智能采集系统,是一款基于http协议的Web信息采集软件,应用于网站信息采集,信息安全监控等领域。
- 2014-10-23下载
- 积分: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
-
Flash与C#交互实例
Flash和C#都是目前比较流行和常用的开发工具,有时需要实现它们之间的信息交互并不容易,本实例既可以实现Flash向C#传递信息也可以实现C#向Flash响应信息。
- 2013-06-11下载
- 积分:1
-
winsock5
说明: 本人毕业时班里集体做局域网聊天工具,当时我一共收集了6个,这是第五个(I graduated class of collective LAN chat tools to do when I collected a total of 6, this is the fifth)
- 2008-09-26 21:49:40下载
- 积分:1
-
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