自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

不喝橙汁

一切皆有可能!

  • 博客(1)
  • 资源 (2)
  • 问答 (2)
  • 收藏
  • 关注

原创 数独算法

废话少说,直接贴代码: //--------------------------------// //作者:不喝橙汁 //完成日期:09.12.30 //--------------------------------// public class Suduku_Core { private int[] hole=new int[81]; private int[][] test=new

2009-12-30 20:40:00 3271 1

DDU - Display Driver Uninstaller

AMD 驱动卸载工具, 定制版驱动大多数不能随官网的更新而更新, 使用此工具卸载定制版驱动, 安装官方版驱动即可使用AMD驱动的自动更新供能. 必须此工具卸载后才能更新, 自带驱动卸载工具是卸载不干净的.

2017-12-02

depends22_x64

Dependency Walker 最新版, dll 依赖项查看工具. Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with detailed information about each file including a full path to the file, base address, version numbers, machine type, debug information, and more. Dependency Walker is also very useful for troubleshooting system errors related to loading and executing modules. Dependency Walker detects many common application problems such as missing modules, invalid modules, import/export mismatches, circular dependency errors, mismatched machine types of modules, and module initialization failures. Dependency Walker runs on Windows 95, 98, Me, NT, 2000, XP, 2003, Vista, 7, and 8. It can process any 32-bit or 64-bit Windows module, including ones designed for Windows CE. It can be run as graphical application or as a console application. Dependency Walker handles all types of module dependencies, including implicit, explicit (dynamic / runtime), forwarded, delay-loaded, and injected. A detailed help is included. Dependency Walker is completely free to use. However, you may not profit from the distribution of it, nor may you bundle it with another product.

2017-12-02

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除