资源列表
raw_socket
- RAW SOCKET编程与以太网帧分析基础,用于熟悉基本的raw socket编程,对以太网帧进行初步分析。-RAW SOCKET Programming and Ethernet frame analysis based on the raw socket used to be familiar with basic programming, the initial points of the Ethernet frame Analysis.
CSDN-crack
- 突破CSDN积分限制下载文件的方法,对于没有积分或者不想注册的用户,可以试试,如果经常光顾该网站,并下载,请尊重别人的劳动,-CSDN break points limit download files
shuzu101
- 两个集合 A,B,依次输入集合中的元素,通过运算求出两个集合的交集-Two sets A and B, followed by input elements in the collection obtained by computing the intersection of two sets
qp
- Quoted-Printable也是MIME邮件中常用的编码方式之一。同Base64一样,它也将输入的字符串或数据编码成全是ASCII码的可打印字符串。 Quoted-Printable编码的基本方法是:输入数据在33-60、62-126范围内的,直接输出;其它的需编码为“=”加两个字节的HEX码(大写)。为保证输出行不超过规定长度,可在行尾加“=\\r\\n”序列作为软回车。
cb
- 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?-An integer, it is added after the 100 is a completely square, together with 168 is a completely square, what is the number of how many?
traceroute
- 用vc++写的traceroute源码。TraceRoute程序的实现主要涉及IP头部生存时间(time to live, TTL)字段的使用。-Traceroute source with vc++ written. TraceRoute program implementation involving the IP header survival time (time to live, TTL) field use.
aspExamble1
- 本例主要是通过用onClick捕获用户在按钮上的单击事件,然后调用location对象的href方法或window对象的open方法来打开链接。另外一个技巧是通过提交表单来实现链接功能,按钮必须是type=submit类型的按钮,表单的action值就是链接目标,target值就是链接打开的目标方式。-In this case mainly onClick capture users on the button click event, and then call the location ob
topo_producer
- 一个网络拓扑生成程序,该程序可实现一个逻辑拓扑-A network topology generator, change the program to achieve a logical topology
application
- 1、串口回调; 2、3g模块拨号上网; 3、http收发数据; 4、lwip协议栈使用;-1, serial callback 2,3g module dial 3, http send and receive data 4, lwip stacks
judge_is_tcp_packet
- 在网卡抓取网络数据包,对数据包进行判断,是否是TCP的数据包!-The nic capture network packets, packet for judgment, whether the TCP packet!
server
- 共享客户端可以实现数据的传输,本文档经测试已经通过-Sharing client can achieve data transmission, the document has been tested through
SOCKET_CONNECT
- SOCKET网络通信,使用PYTHON编写,包括SEVER 、和CLIENT两个程序,IP地址根据实际修改。-SOCKET CONNECTION WITH PYTHON,INCLUDE SERVER.PY ADN SLIENT.PY