搜索资源列表
aspcsv
- 将一览画面或检索后的数据,显示到excel中以便打印。压缩文件中包括asp处理代码和写好了宏定义的excel模版-viewing images or to retrieve the data, which shows that excel in order to print. Compressed files include asp code and prepared to deal with the definition of Acer excel templates
tcpudpserver
- 首先Server程序创建两个socket,分别为 TCP socket(使用命令行参数指定的端口号)和UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。server端在这两个端口上侦听连接,接受来自客户端的服务请求。客户端根据提示进行操作。-procedures created two socket, for TCP socket (using the command line parameters designated ports), and UDP sock
MySniff
- 正常情况下 网络接口只相应两种数据帧,与自己mac地址相匹配的数据帧,向所有计算机的广播数据帧。 数据的收发是靠网卡来完成的,对于网卡来说一般有四种接收模式: 广播方式:该模式下网卡能接收网络中的广播信息 组播方式:该模式下网卡能接收网络中的组播数据 直接方式:该模式下,只有目的网卡才能接受数据 混杂方式:网卡能接受一切通过它的数据,而不管数据是否是传给它的。 该sniff工作原理 即是使网卡置于混杂模式下,捕获所有数据包,分析数据包。代码程序中有详细说明。 IpMo
3_2
- 网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM 规定。 函数: void queueInit() char queueAdd(int index, unsigned char* pBuff, int pri) char queueDelHead(int index) char queueDelAll() 调用: 无 被调用: 网络通讯程序及用户程序的初始化部分