CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - dll

搜索资源列表

  1. wavelet.rar

    0下载:
  2. 一个具体的小波变换实现源代码; \wavelet 子目录中存放的是基本的小波处理函数代码; \wavelet_plugin 子目录中存放的是.dll的实现代码。
  3. 所属分类:GDI/图象编程

    • 发布日期:
    • 文件大小:127797
    • 提供者:
  1. eztwain

    1下载:
  2. 一个支持Twain输入设备输入的DLL库文件,并包含一个的范例。-an input device support Twain imported DLL libraries, and includes an example.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:32317
    • 提供者:非非
  1. BitmapDLL_2002_06_29Test

    0下载:
  2. 一个处理图形的类, 某德国大学实时控制研究作通用控件, 文件中包括DLL和相关测试程序-a deal with the graphics category, a German university for the real-time control of GM controls, including document DLL and related testing procedures
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1484585
    • 提供者:dai zhen
  1. graphical

    0下载:
  2. 该系统前台为VB开发,调用VC写的dll,该DLL封装了46个图片处理函数,而且该程序含有源码,是图像开发的非常好的典范-prospects for VB, VC was called the dll, the DLL package of 46 photos handling functions, and the source code contains procedures, the development of the image is a very good example
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:264352
    • 提供者:lww
  1. 一个小型画图工具

    0下载:
  2. 一个用GDI实现的小型画图工具,文件操作、图象操作部分用DLL实现了。-GDI achieved with a small drawing tools, file manipulation, image handling sections with a DLL.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:95551
    • 提供者:小愈
  1. 供vb调用的高质量旋转图片vc动态库代码

    2下载:
  2. 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1445903
    • 提供者:李文庆
  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 SetWindowLong (this - gt; GetSafeHwnd
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:24668
    • 提供者:JELL
  1. 曲线显示dll

    0下载:
  2. 提供了一个曲线显示的很好的dll,并且有模拟的例子-provided a good curve shown in the dll, and the example of a simulation
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:48049
    • 提供者:胡洁
  1. GPDraw

    1下载:
  2. Delphi的GDI+编程的dll的封装及示例。-Delphi GDI programming package and dll example.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1455868
    • 提供者:刘哲理
  1. ImageView1

    0下载:
  2. 注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中)-attention example does not include class library code, please join CImageObject download code. In addition, please ensure that the operation of the system d
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:575406
    • 提供者:long
  1. 画图的一个dll+代码

    0下载:
  2. 画图的一个dll+代码,有示例,VB6.0,dll有源码!-drawing of a dll code, examples, VB6.0, dll a source!
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-06-29
    • 文件大小:8289
    • 提供者:徐文
  1. ImageLoad.dll

    0下载:
  2. imageload.dll动态链接库,imageload.dll动态链接库
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:93489
    • 提供者:wb
  1. GDIPlus_Wrapper.zip

    0下载:
  2. GDI+ Wrapper 的dll源代码. 此运行库建立在GDIplus_Type_Library之上.马上上传...,GDI+ Wrapper the dll source code. This set up at runtime on GDIplus_Type_Library. Immediately upload ...
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:58525
    • 提供者:黑手K9998
  1. C语言编写的DLL如何旋转指定的图片

    0下载:
  2. 这个代码演示了调用一个C语言编写的DLL如何旋转指定的图片(附C源代码),支持360度图片平滑旋转,掩码色改变,甚至可以调整图片透明度、亮度、色相、饱和度、大小缩放等图片常用的值。 代码兼容Win98至Win7环境 *修复: GetDC引起内存泄露 -This code demonstrates calling a DLL written in C language specifies how to rotate a picture (with C source code)
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-22
    • 文件大小:563643
    • 提供者:network1985
  1. ImageSearchDLL

    0下载:
  2. 在屏幕上查找图形,VS2008编写,可编译成DLL,直接VC,VB,易语言等调用-Find the graphic on the screen, VS2008 write can be compiled into a DLL, the direct VC, VB, easy language, etc. Call
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-28
    • 文件大小:52797
    • 提供者:f74108
  1. QQImageOle.dll

    0下载:
  2. 制作类似QQ表情的很好用的控件。可以制作动态的表情效果-QQ produced a similar expression used in a good control. Facial expression can create dynamic effects
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:29778
    • 提供者:zhu hao
  1. Videoreadingandextractthetargetofbackground

    0下载:
  2. mexDDGrab.dll 一定要将其放在WORK目录下。以下文件也一样。 mmread 可读取各种视频格式的文件,用法在M文件中。 avermatrix 提取静止的背景。 frame2bmp 将视频帧存为BMP格式。 show 仔细阅读,可单步输入MATLAB命令窗口运行。-mexDDGrab.dll must put WORK directory. Following the same document. mmread can read a variety of vide
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:60382
    • 提供者:曹晓峰
  1. JpegBMP

    0下载:
  2. A DLL library of converting bmp and jpg each other,which includes .h and .lib file! You can easily use it!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-23
    • 文件大小:60657
    • 提供者:abcdefgh0101
  1. DLL_Test

    0下载:
  2. CUDA DLL实验,供进行CUDA的人员进行DLL开发环境的使用-CUDA DLL Test
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:3234800
    • 提供者:王伟
  1. vb-call-DLL

    0下载:
  2. 首先,用vc写dll文件,然后调用VB,它已经通过调试。-Firstly, use vc write dll file, and then call vb;it has been through debugged.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-03
    • 文件大小:1484474
    • 提供者:zhangming
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com