CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dllimport

搜索资源列表

  1. COLOR

    1下载:
  2. 取得屏幕上的一个颜色.用到了 [DllImport(\"gdi32.dll\")] private static extern bool BitBlt( IntPtr hdcDest, // 目標設備的句柄 int nXDest, // 目標對像的左上角的X坐標 int nYDest, // 目標對像的左上角的X坐標 int nWidth, // 目標對像的矩形的寬度 int nHeight, // 目標對像的矩形的長度 IntPtr hdcS
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.2kb
    • 提供者:kl007
  1. Asprise-OCR-CSharp-Windows_Server_32bit-4.0

    0下载:
  2. 识别图片上的文字,识别率有80% 附加c#调用 [DllImport(\"AspriseOCR.dll\")] static extern string craboOCR(string file, int type) private void GetVeryfyCode() { if(File.Exists(_imgPath))//ok now? { try { this.picbVeryfyCode.Image=Syste
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:6.18mb
    • 提供者:似的
  1. PCommDLLCSharp调用包

    2下载:
  2. C#程序静态调用Pcomm.dll的文件和Pcomm.dll 2.0 namespace NewPort { public class OperPComm { [DllImport("PComm.dll", EntryPoint = "sio_open")] public static extern int sio_open(int port); [DllImport("PComm.dll", E
  3. 所属分类:串口编程

    • 发布日期:2010-02-24
    • 文件大小:27.64kb
    • 提供者:wzwgeorge
  1. twainapp.source.2.0.8

    0下载:
  2. .NET TWAIN image scanner-Abstract In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in support for TWAIN. So we have to work with the interop methods of .NET t
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-09
    • 文件大小:2.2mb
    • 提供者:dlwxn
  1. cs

    0下载:
  2. 这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices public class win32{ [DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")] public static extern int capInitCamera() }-This is speci
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:13.87kb
    • 提供者:mike
  1. DLLdiaoyong

    0下载:
  2. 动态连接库的调用测试 __declspec(dllimport) -Dynamic Link Library call test __declspec (dllimport)
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:80.27kb
    • 提供者:顾东国
  1. MobileFullScreen

    0下载:
  2. WINCE full screen application sample! DllImport, IntPtr, coredll.dll, vs2008-WINCE full screen application sample! DllImport, IntPtr, coredll.dll, vs2008
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:14.52kb
    • 提供者:
  1. DllImport

    0下载:
  2. Dll注入辅助工具1·0C源码 黑客基地 下载的 说白了,不是我写的,大家看上的就拿去吧 我不收钱!-Dll injection tool 1.0 C source said hackers download white base, is not written by me, watch the U.S. do not take my money go!
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:155.6kb
    • 提供者:崔杰
  1. G722_1Decoder

    0下载:
  2. G722_1Decoder 是一个基于C的可供移植的DLL, 可以用于引入到.Net程序,只需调用DllImport即可方便地在.Net Project 里使用,可用于多媒体在网络中的实时音频传输和播放。-Is a G722_1Decoder of available C based on the DLL, can be used for the introduction of the. Net program, simply call the DllImport can easily.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-07
    • 文件大小:69.47kb
    • 提供者:yun
  1. playmultimedia_vivek

    0下载:
  2. low level sound player , play any sound file using [DllImport("winmm.dll")] private static extern long mciSendString( string strCommand, StringBuilder strReturn, int iReturnLength, IntPtr oCallback) with c#-low level sound
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-29
    • 文件大小:51.46kb
    • 提供者:hasbe allah
  1. dll_Is_Sample1

    0下载:
  2. dll 实现起来很简单:方法1。通过DLLEXPORT 和dllimport 实现d-dll to achieve is simple: Method 1
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:19.83kb
    • 提供者:haol
  1. netmv

    0下载:
  2. 文件切割 核心是 [DllImport("vidoClip.dll")] public static extern void vidoClip(int a, int b, StringBuilder path, StringBuilder outpath)-file cut cure is “ [DllImport("vidoClip.dll")] public static extern void vidoClip(int a, int b, Strin
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:95.74kb
    • 提供者:hitler
  1. mmclibrary2

    0下载:
  2. c#调用MMC的代码示例 包括DLLImport代码-C# code for how to invoke the dll to control the MMC
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:802.06kb
    • 提供者:hunter su
  1. DlPortIOWrapper2012

    0下载:
  2. I ve been using Port95NT s DlPortIO.dll to read/write bits to my parallel port for many years with C++ by using the associated DlPortIO.lib and a custom wrapper class. Since I ve moved to (mostly) C#, I wanted to create a managed assembly to standard
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-26
    • 文件大小:10.36kb
    • 提供者:ibm1001
  1. dmcdll

    0下载:
  2. DMC5400 motion controller card s dllimport in c#.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:P B
  1. ReflectDLL

    0下载:
  2. 实现C#反射调用DLL,可以动态调用,抛弃了往常的DLLImport用法,方便快捷。-To achieve C# reflection call the DLL can be dynamically invoked, abandoned usual DLLImport usage, quick and easy.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:41.13kb
    • 提供者:bo
  1. CSharp---DllImport

    0下载:
  2. Windows phone DLL import development
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3.15mb
    • 提供者:Joe
  1. paintplugin

    0下载:
  2. hook process then capture image and attach COleDispatchDriver of CMSFlexGrid get cell text declare them and use void _declspec (dllimport) InstallHook (void) . void _declspec (dllimport) UnInstallHook (void) build in vs2005-hook process then capture
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:28.62kb
    • 提供者:fatalfeel
  1. dllimport

    0下载:
  2. Address of variables can t be used for initialization in C language modes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.45kb
    • 提供者:pouhuekb
  1. stl-namespace

    0下载:
  2. NB: MSVC issues a warning and makes GlobalRedecl3 dllexport. We follow GCC and drop the dllimport with a warning.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:7.52kb
    • 提供者:linglenghg
« 12 »
搜珍网 www.dssz.com