搜索资源列表

  1. Undocumented Windows 2000 Secrets简体中文版

    1下载:
  2. 即使长时间开发 Win32 应用程序和库的开发人员,在首次编写内核驱动程序时,也会感觉像是一个绝对的初学者。这是因为,内核模式下的代码运行在一个完全不同的操作系统环境中。 Win32 开发人员的工作仅局限在属于 Windows

    所属分类:VC/C++相关

    • 发布日期:2008-09-21
    • 文件大小:4139380
    • 提供者:yhn123
  1. MessageBoxTimeout API

    0下载:
  2. For reasons unknown, Microsoft has never documented the MessageBoxTimeout API located in user32.dll so here it is for those seeking a Message Box that times out and auto closes if the user does not respond to it first.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6874
    • 提供者:步络名
  1. yy

    0下载:
  2. 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-achieving pictorial and jitter technology, and command line compiler bmp2txt process following vcvar
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:23353
    • 提供者:杨卿卿
  1. edge

    0下载:
  2. 关于边沿检测与提取,轮廓跟踪的图象算法,命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib-on edge detection and extraction, image contour tracking algorithm, the command line compiler process following vcvars32 rc bm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6374
    • 提供者:峰云
  1. 教你如何作弊玩扫雷

    0下载:
  2. 最近闲暇时间迷上了扫雷,有的时候经常遇到模棱两可的地方,很容易死到.于是就在想,要是我一开始就知道哪个地方有雷就好了.遂打开OllyDBG,对扫雷程序(WinMine.exe),进行了一番跟踪.好在WinMine.exe没有加壳,直接看它的IMPORT TABLE,在两个可疑的API上下断点,一个就是GDI.BitBlt,这个是程序来画地图的,另一个就是User32.GetDlgItemInt,这个用来获得扫雷地图大小,和雷的个数的.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:11831
    • 提供者:黄河
  1. 透明窗口SetWindowLong

    0下载:
  2. 本程序通过调用user32.dll中的系统函数 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) 完成对窗口半透明的处理-this program by calling user32.dll the system function SetWindo
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:24668
    • 提供者:JELL
  1. wpack1

    0下载:
  2. 使用下面的库 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 可以封装用户自己的以太网链路收发报文. -use of the library kernel32.lib user32.lib g
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:134846
    • 提供者:潘仕彬
  1. texteffect

    0下载:
  2. 通过gid32.dll和user32.dll提供的位移OffsetRect、填充FillRect等函数,实现文字的滚动显示。-through gid32.dll user32.dll and the displacement OffsetRect, filling FillRect other functions, to achieve the rolling text display.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:9318
    • 提供者:bozz
  1. dect_image

    0下载:
  2. 功能是图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-function is image detection, template matching process compiler command line as follows v
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:22953
    • 提供者:zhanghua
  1. trans_image

    0下载:
  2. 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-open a bitmap, achieving geometric transformation process compiler command line as foll
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29478
    • 提供者:zhanghua
  1. trace_image

    0下载:
  2. 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-functions of edge detection and extraction. Contour Tracking command line compiler proces
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31747
    • 提供者:zhanghua
  1. tansform

    0下载:
  2. 是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:19208
    • 提供者:qq
  1. imhist

    0下载:
  2. 直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-color histogram amendments and command line compiler transformation process following vcva
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:21698
    • 提供者:qq
  1. edgesearch

    0下载:
  2. 边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-edge detection and extraction, Contour Tracking command line compiler process following vcva
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:31841
    • 提供者:yxc
  1. Sendm

    0下载:
  2. 实现自动向其它进程的窗口发消息,模拟手动操作的功能,并且实现windows 2000操作系统的自动登陆,登陆后立刻锁定工作站。代码演示了注册表的使用,user32库中锁定工作站Lockworkstation函数的使用等。-automatic process to other reports from the window, simulating the operation of manual functions, windows 200
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66651
    • 提供者:宋益波
  1. my_Trans

    0下载:
  2. 本实例演示了如何利用Windows提供的API实现窗体的透明效果,其API封装于User32.DLL中,而且代码实现了动态加载和释放资源。-the examples demonstrated how to use the Windows API to provide a transparent window effects, in its API User32.DLL package, but of dynamic code loadi
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:33397
    • 提供者:xjq
  1. winuserdll

    0下载:
  2. winuserdll user32 库函数-winuserdll user32 library functions
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:160126
    • 提供者:lxf
  1. user32.dll_函数说明.doc

    0下载:
  2. user32.dll_函数说明.doc
  3. 所属分类:文档资料

  1. 用VB实现状态栏上的进度条

    0下载:
  2. Option Explicit Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Public Declare Function SetParent Lib "user32" (
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-04-30
    • 文件大小:1024
    • 提供者:康棋德
  1. USER32

    0下载:
  2. 易语言里的USER32源码,是很不错的,可以用来学习与参考-Easy language in the USER32 source, is very good, can be used to learn and reference
  3. 所属分类:易语言编程

    • 发布日期:2024-04-30
    • 文件大小:1024
    • 提供者:gghhn7763
« 12 3 4 5 6 7 8 9 10 »