搜索资源列表
gpio
- linux系统中GPIO口的驱动代码,可以改变宏定义来改变GPIO口的控制
windows socket编程
- 首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
ThreadPool_final.rar
- 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
BroadcastDebug
- 嵌入式程序调试信息udp广播发送及接收程序,本程序用3个宏来发送广播包,只要把宏定义插在你要分析的目标项目(c或cpp)的较顶级的头文件里面,就能在目标项目的任何地方使用这三个宏来输出调试信息,并广播udp包。附件中的vc6程序是用来显示这些调试信息的。-Embedded debugging information to send and receive udp broadcasting procedures, the procedures used to send three macro br
portmap
- 基于upnp协议的端口NAT映射程序,运行于linux 请修改Makefile中定义GCC和路径的宏-Port based NAT map upnp protocol procedures, modify the Makefile to run in linux GCC and the path defined in the macro
portScan
- 此代码对80端口到1025端口进行扫描。如果要扩大扫描范围,可以在开始的代码的宏定义处改成自己需要的值。-This code 1025 80-port to port scan. If you want to expand the scanning range, you can start at the macro code into the value of their own needs.
routing_aodv
- aodv头文件源代码,这里包括aodv协议里的字段和字段的长度,如TTL以及时间间隔等等参数的宏定义-aodv protocol head
apr-doc
- apr-doc.CHM 开发指南 这里是一个所有模块的列表: Apache的可携性运行时库 平台定义 内部内存分配 原子操作 动态对象处理 为manupulating环境的功能 错误代码 年利率错误空间 年利率误差值 状态值测试 文件信息 文件权限标志 统计功能 目录操作函数 文件路径操作功能 文件的I / O处理功能 文件打开标志/套路 文件寻求旗 文件属性标志 {_full}最大iovec的大小 文
socket-UDP-TCP(windows)
- SOCKET 通信代码自定义封装,TCP传输和UDP传输一个宏切换功能
uthash-1.9.7
- uthash是一个C语言的hash表实现。它以宏定义的方式实现hash表,不仅加快了运行的速度,而且与关键类型无关的优点。 uthash支持:增加、查找、删除、计数、迭代、排序、选择等操作。 -Uthash is a C language of the hash table implementation. It realize the hash table, in the form of a macro definition not only accelerated the speed
chat1
- 基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。 此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。-DES and RSA encrypti