项目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all
项目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all ...
项目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all ...
Library of C functions that allows a program to use WinSock 2 functionality if it is available or fa...
PngEncoder - convert a Java Image to PNG PngEncoderB - convert a Java BufferedImage to PNG...
We intend to develop a wifi enabled p2p file sharing system on a linux platform using jxta and java....
ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngr...
The same vulnerability to x_hp-ux11i_nls_ct.c,but exploit ping command to get root shell....
给出数n和m(m<9)个数字,求只含有m个数字的n的最小倍数....
求n!的最低位不是0的数.用到数学规律和mod...
n个石头(每相邻两个的距离是1米,最边上石头和岸的距离也是1米),礼物放在第m个石头上,青蛙第i次跳2*i-1米.问能否得到礼物.(n>=49肯定能得到礼物,n<49,可以bfs或递归)...
把1到n的数放在一个环里,使相邻的2个数和是质数.用递归做...