www.pudn.com > BV.rar > bvtest.cpp


#include 
#include "bitvect.h" 
 
main() 
{ 
	unsigned char b[] = { 
		0x0f, 0xff, 0xf0, 
		0xAA, 0x78, 0x11 
	}; 
//	cout<<"b = "<