一个文件以16进制读取,统计其中每个word的个数。
如56 78 56 e6 78 56
其中56 78   1个
    56 e6   1个
    78 56   1个
其中78 56就不要算成2个.
我做这个程序的目的是:
有一个res文件里存储了许多bmp文件的位图数据,当然,按顺序储存。
我就是要利用图片像素与周围像素的过渡性,指出res文件里各个bmp文件的分割点,还有各个bmp文件的高和宽。
参考http://www.newsmth.net/bbstcon.php?board=Graphics&gid=47754

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to