-
这是一个通过vc实现获取本机ip地址的源程序
这是一个通过vc实现获取本机ip地址的源程序-This is a realization by vc access to the machine ip address of the source
- 2022-05-18 02:33:25下载
- 积分:1
-
socket chat program tcp
socket聊天程序服务器端 含debug文件夹 tcp-socket chat program tcp
- 2022-03-30 15:25:18下载
- 积分:1
-
dos 下面的tcp源码
dos 下面的tcp源码-dos following tcp FOSS
- 2022-02-14 05:12:10下载
- 积分:1
-
里边有很多精彩的网络编程程序,大家快来下载呀,过期也我可不管的...
里边有很多精彩的网络编程程序,大家快来下载呀,过期也我可不管的-inside many wonderful network programming procedures, we hurry and download it, I can also expired regardless of the.
- 2022-03-22 13:22:54下载
- 积分:1
-
这是一个IP monitor程序
由网上收集而来
这是一个IP monitor程序
由网上收集而来-IP monitor procedures collected from the Internet
- 2022-03-22 10:20:25下载
- 积分:1
-
获取本机ip,mac地址和时间,依次转换成16进制字符串,并连接到一起,返回的字符串可以作为数据库编程创建数据表的主键ID....
获取本机ip,mac地址和时间,依次转换成16进制字符串,并连接到一起,返回的字符串可以作为数据库编程创建数据表的主键ID.-Access to the local ip, mac address and time, followed by 16 to convert hexadecimal string, and connect together, the return of the string can be used as a database programmer to create data table primary key ID.
- 2022-09-27 09:35:03下载
- 积分:1
-
一个用PHP编写的,可以通过互联网控制和操作MySQL,通过phpMyAdmin可以完全对数据库进行操作,例如建立、复制、删除、导出、导入数据等...
一个用PHP编写的,可以通过互联网控制和操作MySQL,通过phpMyAdmin可以完全对数据库进行操作,例如建立、复制、删除、导出、导入数据等-Prepared using a PHP, you can control and operation via the Internet MySQL, can be completely through the phpMyAdmin database operations, such as set up, copy, delete, export, import data
- 2022-02-07 09:28:29下载
- 积分:1
-
VC network programming, graphical programming examples, beginners can learn!
VC++网络编程,图形编程实例,初学者可借鉴!-VC network programming, graphical programming examples, beginners can learn!
- 2022-08-09 00:24:10下载
- 积分:1
-
/ *
/*
This IPv4 example uses the background thread itself to process all packets.
You can use example one to send data to the session that s created in this
example.
*/
/*
这个 iPV4 例子用内部线程来处理所有的分组。你可以用例子一来发数据给本例子来进行测试。
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* This IPv4 example uses the background thread itself to process all packets. You can use example one to send data to the session that s created in this example .*//* example of this iPV4 with internal thread to handle all the packet . You can use the example of one Laifa data for the examples to be tested. Explained by the example of the Chinese hanyuejun add, have any questions please send hanyuejun2006@163.com* /
- 2022-01-30 19:18:13下载
- 积分:1
-
使用方法:
首先安装winpacp驱动,发送的时候可以选择ARP的TYPE。如果是ARP请求报文,则只要输入要问的IP地址,如果是ARP应答报文则要输入发送...
使用方法:
首先安装winpacp驱动,发送的时候可以选择ARP的TYPE。如果是ARP请求报文,则只要输入要问的IP地址,如果是ARP应答报文则要输入发送端的IP以及对方询问MAC地址对应的IP地址。
最后的发送速度可选参数为:(大小写敏感)
fast----------最快
hear---------每60MS一个包(比较适合结合SNIFFER做监听)
slowhear---每500MS一个包
auto---------每1秒一个包
slow---------每2秒个包
-Usage: First, install the driver winpacp, send when ARP can choose the TYPE. If the ARP request message, the question as long as the input to the IP address, if the ARP response packet will have to enter the sending end of the IP and MAC address of the other asked whether the corresponding IP address. The final optional parameter for sending speed: (case sensitive) fast fastest hear- a packet every 60ms (SNIFFER make more suitable combination of monitor) slowhear- every 500ms a packet auto- every one seconds a packet slow- every two seconds of packet
- 2022-01-24 12:52:46下载
- 积分:1