CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 调用DLL

搜索资源列表

  1. ImageReadWrite

    0下载:
  2. 读写jpeg、bmp格式图像的工具,工程生成dll动态库供调用-Read and write jpeg, bmp format image tool works for calls generated dynamic library dll
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:6115709
    • 提供者:杨石
  1. file

    0下载:
  2. 1,pe.zip PE文件是windows(95/98/NT)目前采用的可执行文件格式。流行的CIH病毒就是通过改变PE文件的内容,并且保持文件大小不变,从而实现自己的功能。本程序通过分析PE文件格式,将可执行文件的文件定位表重新定位,指向用户编写的DLL,然后指令指针返回正常调用位置。在DLL中通过系统挂钩,实现了后台各种级别密码的截获功能。COOL! (110KB)<END> 2,mailchecker.zip 关于smptp,pop3,tray 等方面的编程(56K
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2138194
    • 提供者:tan
  1. hpsb

    0下载:
  2. 一个厂家号牌识别调用例子,可以作为dll调用参考-Example of a manufacturer license plate recognition call
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3966393
    • 提供者:sbh
  1. sift_experiment

    0下载:
  2. Matlab+C SIFT 特征提取与匹配演示程序 http://download.csdn.net/source/3472933 http://www.pudn.com/downloads372/sourcecode/graph/texture_mapping/detail1607889.html 使用 Matlab+C++混合编程的SIFT特征提取与匹配演示程序,很完整,是 Morton金字塔无缝漫游 GDAL SIFT 照片配准系统 的底层算法,很适合研究改进。使用这个
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7453319
    • 提供者:流浪小狗
  1. non-blind-deconv

    0下载:
  2. 这是Qi Shan的非盲卷积去运动模糊算法实现,源码包含可执行的exe程序,可调用的dll、源码实现可在cmd窗口输入命令实现。-this program is writed by Qi Shan for non-blind-decov, the package includes .exe, .dll files, you can input your orders in commond windows in Dos
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4919419
    • 提供者:lulu
  1. spvdeconv

    0下载:
  2. 这是Shan Qi的空间移变运动模糊复原算法实现,代码包括可执行的exe文件和dll文件,可在cmd窗口输入命令调用-the code is written by ShanQi for spatially variant non-blind deconvolution, the package includes .exe and .dll files, you can input your orders in commond window in Dos
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:44423319
    • 提供者:lulu
  1. csgl

    0下载:
  2. 在C#中通过调用OpenGL 动态链接库文件:csgl.dll和csgl.native.dll实现OpenGL所提供的强大的图形功能。 -Call OpenGL dynamic link library file in C#: csgl.dll, and csgl.native.dll powerful graphics features OpenGL provided
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:105912
    • 提供者:Yang weibo
  1. csgl.native

    0下载:
  2. 在C#中通过调用OpenGL 动态链接库文件:csgl.dll和csgl.native.dll实现OpenGL的图形功能。 -Call OpenGL dynamic link library file in C#: csgl.dll, and csgl.native.dll powerful graphics features OpenGL provided
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:22722
    • 提供者:Yang weibo
  1. vcPPDigital-Image-Processing

    0下载:
  2. 基于vc的数字图像处理,\JpgDll 该目录下提供了一个Dll文件(JpgVSbmp.dll),可进行Bmp和Jpeg格式的相互转换。并给出一个VB调用此Dll中API函数的示例。 JpgVSbmp.dll中封装了2个API函数: 1. BmpToJpg 将指定的Bmp文件内容转换为JPG文件格式。 2. JpgToBmp 将指定的Jpg文件内容转换为Bmp文件格式。 \封装的Dll本目录下包含了2个子目录,分别为: (1)..\GeoTrans 封装Dll的VC++项
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5901361
    • 提供者:赵江
  1. MFC_CLASS_DLL_OPENCV

    0下载:
  2. 本程序分为两部分 第一部分,DllClassText,在MFC中创建扩展 DLL,有两个类,一个为计算加减法,另一个为使用OPENCV方式打开图片,参数为图片路径.第二部分,dllClassApp,在MFC对话框程序中,调用第一部分生成的"DllClassText.dll",实现加减法和显示图片功能-This program is divided into two parts, the first part of DllClassText create an extended DLL in
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10442503
    • 提供者:chen
  1. DllBarEnCode

    2下载:
  2. 采用C#(VS2008)开发二维码BarCode案例经典,通过调用动态链接库(Dll)生成PDF417、QrCode、DataMatrix和HanXin二维条码,提供非托管接口调用方法,图像打印与串口读取典型方法,源码参考和详细文档说明 -C# (VS2008) to develop a two-dimensional code BarCode Case Classic PDF417, QrCode, DataMatrix and HanXin two-dimensional bar cod
  3. 所属分类:Picture Viewer

    • 发布日期:2015-02-28
    • 文件大小:755712
    • 提供者:条码开发
  1. LotteryRecDLL

    0下载:
  2. 美国彩票识别DLL,很简单就可以调用,使用OPENCV进行图片处理。-American lottery recognition DLL is very simple and you can call and use OPENCV image processing.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-30
    • 文件大小:5407954
    • 提供者:黄文琪
  1. LISPorDLL

    2下载:
  2. LISP调用VB生的DLL文件实例,用于画圆的一个程序-The LISP call VB raw DLL file instance, a program used to draw a circle
  3. 所属分类:CAD

    • 发布日期:2015-02-23
    • 文件大小:6144
    • 提供者:cornman
  1. PeopleDensitydll

    1下载:
  2. 完成视频图像的人群密度检测,已经打包为dll文件,在其他语言系统中可直接调用。-Complete video image of crowd density detection has been packaged as dll files in other language system can be called directly.
  3. 所属分类:OpenCV

    • 发布日期:2014-06-07
    • 文件大小:4764672
    • 提供者:Ana
  1. dlldesign

    0下载:
  2. 创建dll动态链接库,里面包含了碰撞检测函数,并在另一个由mfc建立的界面中调用。-Create dll dynamic link library, which contains the collision detection function, and call in another mfc interface.
  3. 所属分类:Graph Recognize

    • 发布日期:
    • 文件大小:2236611
    • 提供者:chenchen
  1. FindPic

    2下载:
  2. vb.net写的大图找找图的子程序(非DLL),通过参数调用,可以自定义找图区域,定义透明色,定义图片相似程度 精度为1效率最高,1024*768找图不会超过300毫秒。精度越低效率越低,如果你有更好的优化方法请qq告知,感谢 QQ83833303-vb.net write the diagram look subroutine (non-DLL) by argument, you can customize the look for a map Area 1 the mos
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:2209792
    • 提供者:cb
  1. CardDLL

    0下载:
  2. 调用Windows纸牌游戏的DLL进行纸牌绘制。可以从写出自己喜欢的纸牌小游戏。-Draw Cards with calling Windows Card game s DLL. You can do somg little funny card games by yourself.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:188923
    • 提供者:
  1. AntiVCode

    0下载:
  2. 图像自动识别工具,次世代图片识别系统2.1版本正式版无需破解,已经包含了注册文件,直接使用不用破解,真正可以本地发布识别库文件的版本,包含各个开发语言的调用demo和Dll文件。-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:1478656
    • 提供者:peng sheng
  1. pbPpicPDLL

    1下载:
  2. PB做的对图片的另存功能,能将图片另存成JPG等常用格式,并指定图片按比例缩放。调用的是成型的D-PB to do save the picture function, can save images as JPG and other common formats, and specify the image scaling. DLL calls are molded
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:616671
    • 提供者:happygun
  1. UseMFCDll

    0下载:
  2. VC++从DLL动态链接库中加载位图资源,加载动态链接库,要先判断DLL是否加载成功,获取动态链接库中的GetShowDlg函数,判断函数指针是否为空,调用动态链接库中的方法,构造CShowDlg对象,访问CShowDlg类的ShowNoteDlg方法,释放pShowDlg对象,加载动态链接库中的位图,其中2009为动态链接库中的位图资源ID值,判断加载位图是否成功,在控件中显示位图,加载完成,卸载动态链接库。-VC++ loaded from the DLL dynamic link libr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:201095
    • 提供者:jyj
« 1 2 3 45 »
搜珍网 www.dssz.com