资源列表
chat_adaptor
- Implementation of adaptor class ChatAdaptor for Linux.
Grid1
- Apps Adapter Source Code for Linux.
board-dt
- Setup code for AT91SAM Evaluation Kits with Device Tree support.
crc-t10dif
- T10 Data Integrity Field CRC16 calculation.
hostap_config
- Maximum number of events handler per one interrupt.
mpc831x_rdb
- Descr iption: MPC831x RDB board specific routines.
cmpxchg_lnkget
- implies memory barrier for Linux v2.13.6.
pgalloc_64
- Page table allocation freeing.
pxa-dt
- auxdata pxa3xx auxdata lookup for Linux v2.13.6.
constants
- Maximum number of open (Mojo) handles.
tstkey
- linux/unix下测试串口及外设的程序(C语言)
tcpscan
- 多线程端口扫描程序 实现一个多线程端口扫描程序,满足要求: 1)能同时扫描5个IP地址 2)针对每个IP地址,开设100个线程对其进行扫描 3)如果端口打开,使用函数getservbyport获取服务名,在屏幕上打印:IP port servername,如果是未知的服务,则在屏幕上显示:IP port unkown. -Multi-threaded port scanner to achieve a multi-threaded port scanner to meet