资源列表
block
- 协议分析源代码,有兴趣的可以看看,很有帮助-Protocol Analysis source code,are interested can look at, very helpful
Linux-Programming(source-code)
- Linux 高级程序设计配套源代码,杨宗德-Linux form a complete set of high-level programming source code, Yang Zongde
kaisaJiaMI
- 凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。- As one of the most ancient Caesar cipher symmetric encryption system, when in Rome have been very popular, his basic idea is: by moving letters to achieve a certain number of bits enc
GetMAC
- 获取MAC地址最可靠的方法了,之前本人就在网上找了好多种方法,功能可以实现可是要封装成dll版本有不行了.这个可以.-Get the MAC address of the most reliable way, and before I can find a good variety of online methods, functions can be encapsulated into a dll version, but there is not. This can be.
wireless
- 无线站点与有线站点的混合仿真模型,NS2仿真,如何分层,如何建立基站-The transmission model of wireless nodes, mixed with limited node NS2 simulation, how to slice to set up base stations
pop3_smtp
- 在某培训公司时,完成的linux下基于简单smtp-pop3的网络编程项目,完成了电脑与开发板的通讯与控制-When a training company, completed under linux smtp-pop3 based on simple network programming project, complete with a development board computers to communicate with the control
epollServer
- 用c++实现的epollserver, 和tcpclient,将epoll启动后,用tcpclient能够连接上去。-With the implementation of c++ epollserver, and tcpclient, the epoll after the start, using tcpclient to connect to.
checkipandmask
- 检查ip地址和子网掩码的合法性。能够先将字符类型的ip地址转为整数,再检查。-ON划词翻译ON实时翻译 Checking the legality of the IP address and subnet mask. To the first character type IP address into an integer, then check.
CMD_MPortServer
- 端口转发小程序,命令行版,运行时需要参数,具体参数看源码。-Port forwarding applet, the command line version of the runtime required parameters, specific parameters to see the source code.
PCB1
- 我自己做的基于bb-blanck的扩展板,包含网口、wifi、串口-I made it myself based on bb- blanck extension board, including front-end ports, wifi, a serial port
jksrc
- mysql数据库下Linux C写的自动探测设备是否在线,主要发送ICMP包,及回复包-Automatic detection device of MySQL under the Linux written in C is online, mainly to send ICMP packet, and the reply packet
Using-socket-communication
- 使用socket进行通信。 实例主要完成一个简单协议的通信过程,使用的是面向连接方式建立的连接,并且是阻塞的方式。实例分为服务端和客服端。服务端:使用多线程技术。-Using socket communication