资源列表
socketClientServer
- 编写Linux下socket协议TCP的ClientServer程序-Under the agreement Linux TCP socket write the ClientServer program
socket.vb
- Simple code using socket and VB.net
bisai
- 客户端互传文件建议采用UDP协议,实施点对点数据传输,这样就不需要改动服务器端,如果基于tcp协议传文件,则需要将文件上传至服务器,好友再去服务器下载文件,这样增大了服务器的负荷、占用了服务器空间。 -private File file javax.swing.JFileChooser chooser = new javax.swing.JFileChooser() if (chooser.showOpenDialog(this) == javax
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
Foo.c
- 产生一系列是实验用的数据,产生计算信息熵的表达式-Produce a series of experimental data, generate information entropy expression
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
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.