-
-
-
Win32_Ping.zip
This a basic multi-threaded ping utility using a raw socket. Take a look at the screenshot for the feature list. This code is not 100% mine. It was adapted from code on the internet (Found in several places so not sure of the author). It has been modified ...
-
distributions.rar
... with -lm)
Typical use might be:
./distributions -u -m 1 -M 10 -n 100 -s 500
Generates a distribution of 100 uniform random numbers ... sum of numbers is 500.
./distributions -p -2.2 -m 1 -M 100 -n 200 -s 500
Idem with 200 numbers between 1 and 100 ...
-
random_bipartite.rar
生成Bipartite Graphs
./distributions -u -m 1 -M 10 -n 100 -s 500 > top_distrib
./distributions -p -2.2 -m 1 -M 100 -n 200 -s 500 > bottom_distrib
./random_bipartite -t top_distrib -b bottom_distrib > bn_test
-
-
SerialComOCX.rar
基于事件驱动的串口通讯控件
消息帧数据格式:
1 0 A B X X
其中 10 为消息标识,
AB表示文本长度,L=A*100+B
XX为配位字符,任意
控制帧数据格式
0 1 A B M N
其中 01为控制标识,
AB为请求标识
MN为附加标识 ... 为10请求发送下一个
MN为00请求重发
数据帧数据格式
0 0 A B M N
其中 00 为数据标识,
AB表示数据长度,L=A*100+B
MN为校验,M*100+N=A+B
-
-
-
-
Handbook.Of.Video.Databases.Design.And.Application
This handbook presents a thorough overview in 45 chapters from more than 100 renowned experts in the field. It provides the tools to help overcome the problems of video storage, cataloging, and retrieval, by exploring content standardization and other ...
-