hi
1.how to compress a sequence of images?
2. Given a huge binary file which contain content like the following:
0x11,0x90,0x40,0x00,0x00,0x40,0x00,0x00,0x0A,0XB4,0X16,0X80,0X28,0X28,0X10,0X12,0X05,0X84,0X02,0X41,0X00,0X00,0X00,0X01,0X11,0X90,0X04,0X00,0X00,0X40,0X00 ........
please write a efficient algorithm to search the pattern "0X00,0X00,0X00,0X01" how to do?
tanglaibao