-
vb提取查看thumbs.db文件中的图像内容
vb提取查看thumbs.db文件中的图像内容,VB6.0编写开发的Windows XP缩略图缓存文件查看提取工具,把有图片的文件夹中的Thumbs.db拖到下面的列表框中(在资源管理器的文件夹选项设置中要取消“隐藏受保护的系统文件(推荐)”,才可以看到XP的缓存缩略图文件Thumbs.db)。
实现原理部分需要说明的是:PSC原作者使用String类型来读取,这可能是英文操作系统上可以运行,但是在中文操作系统是错误的,在用 Preserve 关键字时,只能改变多维数组中最后一维的上界;所以,第1维存放数据,范围就是0(缩略图Jpg大小最大不会超过5KB),第2维根据项目的个数来表示的编号但是不能直接使用数组的形式来返回,必须用传址的方式返回
还有一种方法,是记录每个图片文件项目的差异的偏移,及插入的非jpg数据块的大校
因为没有Thumbs.db的详细文件格式资料,无法获取文件的个数现在这个版本有一个问题,会有些文件看不到,因为查看文件内容发现,中间有些Jpg文件很短,只有几百字节,与文件数据前的文件大小不符合,这样就会跳过一个文件,导致漏掉文件。
增加一个判断,每找到一个标志,跳过文件长度时,先判断该长度的文件尾是不是Jpg的文件尾标志,如果不是则从之前的位置继续搜索。一种情况:就是4位字节文件大小的值,小于实际的文件大小值,这就需要搜索修正在Thumbs.db文件里找到了全部对应文件的文件名,是用Unicode字符存储在里面的,有的是单独的一个,有的是几个连续一起。
- 2022-03-23 11:20:05下载
- 积分:1
-
五子棋游戏代码
简单的五子棋小游戏,共广大新老程序猿参考交流(Simple Gobang games, a total of new and old program ape reference exchanges)
- 2020-06-19 01:00:02下载
- 积分:1
-
wind_power-DFIG
说明: 基于matlab的同步风力发电模型仿真,可以放心下载使用(Matlab - based synchronous wind power model simulation, you can rest assured to download)
- 2020-06-21 23:20:01下载
- 积分:1
-
VB创建ACCESS数据库
VB 创建 ACCESS 数据库,个人练习,一起学习,谢谢(VB Creates ACCESS Database)
- 2020-06-23 15:40:02下载
- 积分:1
-
是一种主动探测工具pathChirp估计的可用带宽
pathChirp is an active probing tool for estimating the available bandwidth on a communication network path. Based on the concept of "self-induced congestion," pathChirp features an exponential flight pattern of probes we call a chirp. Packet chirps offer several significant advantages over current probing schemes based on packet pairs or packet trains. By rapidly increasing the probing rate within each chirp, pathChirp obtains a rich set of information from which to dynamically estimate the available bandwidth.
- 2022-01-25 22:17:59下载
- 积分:1
-
nonsense1
super crazy best thing
- 2019-01-28 02:24:07下载
- 积分:1
-
Newmark
计算动力学系统的newmark源文件,可根据自己的需要改动。可以用于主程序调用,(Newmark file of computational dynamics system)
- 2019-04-15 16:40:35下载
- 积分:1
-
flash-as3.0-常用代码-珍藏版.doc
说明: Flash-as 3.0-Common Code-Collection Edition
- 2020-06-17 11:20:02下载
- 积分:1
-
sgp4算法(卫星轨道计算)
根据星历推算卫星轨道。目前网上多数为C编写,這个是Java的。(The satellite orbit is calculated according to the ephemeris. At present, most of the Internet is written by C, and this is Java.)
- 2018-06-11 20:16:19下载
- 积分:1
-
一款轻量级的jQuery插件
说明: 一款轻量级的jQuery插件,用于实现鼠标滑过图片时图片标题动画特效(A lightweight jQuery plug-in for animation effects of picture titles when the mouse slides over the picture)
- 2018-12-26 14:34:23下载
- 积分:1