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

搜索资源列表

  1. Csharp-vc-dll

    0下载:
  2. cSharp调vc编写dll。使用VC编写封装访问eDNA的dll,然后用CSharp来调。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:133014
    • 提供者:李峰
  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
    • 文件大小:6479709
    • 提供者:似的
  1. Csharp

    0下载:
  2. 安装摄像头后,一般可以找到avicap32.dll文件,此文件中封装了对摄像头的相关操作API然后自己写一个关于摄像头的类
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:50505
    • 提供者:zz
  1. Csharp-change-skin

    0下载:
  2. 将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目有多种皮肤版本,ide直接引用即可!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3425336
    • 提供者:lvzhen
  1. IrisSkin2.dll

    0下载:
  2. c#皮肤组件与csharp皮肤联合使用必备的dll文件
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:516096
    • 提供者:李泉辉
  1. microsoft.directx.directsound.用于音频传播

    0下载:
  2. 一个用于音频传播的DLL文件:Microsoft.DirectX.DirectSound.dll,用于音频传播。,For audio transmission of a DLL file: Microsoft.DirectX.DirectSound.dll, for the dissemination of audio.
  3. 所属分类:多媒体编程

    • 发布日期:2017-03-21
    • 文件大小:48525
    • 提供者:Jeff
  1. Csharp开发的CMPP协议SP端平台

    1下载:
  2. C#开发的CMPP协议SP端平台 1.Sample为示例解决方案 2.GateWaySample是示例项目 3.CMSMGWCenter为短信应用接口,为调用CMSMIF.DLL的示例代码,同时其被GateSample调用. 4.GateWaySample\bin\Debug\GateWaySample.exe为示例可执行文件. 5.DataBase\SMSCenter.DB为示例数据库.-C# development of the SP-CMPP 1.Sample platform solut
  3. 所属分类:手机短信编程

    • 发布日期:2012-11-13
    • 文件大小:87235
    • 提供者:
  1. coredll_dll_API

    0下载:
  2. Wince下的主要dll,coredll.dll所包含的全部函数. 在API下就可以知道各个函数的使用方法.-Wince of the main dll, coredll.dll contains all the function. In the next API function to know the use of various methods.
  3. 所属分类:Windows CE

    • 发布日期:2017-03-27
    • 文件大小:14229
    • 提供者:zhangyg
  1. FileMapping(csharp)

    1下载:
  2. 在C#中使内存映射文件方式进行文件读写, 文件读写功能由一个C++写的DLL提供. 附件内含有完整的DLL工程和C#调用工程.-In the C# Make the memory-mapped files of papers to read and write, file read and write function by a C++ Provide written DLL. Annex DLL contains a complete engineering and C# Call works
  3. 所属分类:File Operate

    • 发布日期:2017-03-21
    • 文件大小:39302
    • 提供者:张鲁夺
  1. DLL

    0下载:
  2. DLL反编译工具 希望能对大家有所帮助和提高。-Decompile DLL tool for all of us want to help and improve.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1531557
    • 提供者:刘亮
  1. Csharp

    0下载:
  2. 用于反编译Csharp的dll和EXE文件可以生产dotnet项目Csharp语言-Used to decompile the dll CSharp and EXE files can be produced dotnet projects CSharp Language
  3. 所属分类:CSharp

    • 发布日期:2016-01-24
    • 文件大小:1124182
    • 提供者:string
  1. dll

    0下载:
  2. 讲述c#制作、访问dll。很好的一个例子,对于初学者帮助很大。5分钟学会用C#访问dll.-About c# production, visit the dll. An example of very good, very helpful for beginners. 5 minutes learn how to use C# to visit dll.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1920
    • 提供者:李峰
  1. CSharp_EXCELCarlosAg.ExcelXmlWriter.dll

    0下载:
  2. C#操作EXCEL方法CarlosAg.ExcelXmlWriter.dll使用 请保留作者信息-C#操作EXCEL方法CarlosAg.ExcelXmlWriter.dll使用
  3. 所属分类:.net

    • 发布日期:2017-03-22
    • 文件大小:58529
    • 提供者:杨福强
  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
    • 文件大小:52698
    • 提供者:hasbe allah
  1. itextsharp-4.1.6-dll

    3下载:
  2. itextsharp文档处理开源类库,很好用的文档处理开源类库-itextsharpitextsharpitextsharpitextsharpitextsharpitextsharpitextsharpitextsharp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1191597
    • 提供者:qwert
  1. DLL_Source

    0下载:
  2. Windows C# Dll example source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:58104
    • 提供者:steven
  1. DllLoadTest

    0下载:
  2. you can use C++ dll load in C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:29935
    • 提供者:calmgale
  1. testWebCam

    0下载:
  2. Code to capture frames from Web cam using C#. To use the library, include the WebCam_Capture.dll file inside the debug folder of the project file and run the code.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:160873
    • 提供者:Subodh
  1. 短信DLL开发包

    0下载:
  2. 各个开发语言的短信demo。包括java c#等 sms.dll(SMS messages for each development language demo. Including Java, c# and other sms.dll)
  3. 所属分类:手机短信编程

    • 发布日期:2017-12-19
    • 文件大小:4808704
    • 提供者:Dannyl
  1. dll

    0下载:
  2. C#工具库 kernel32.dll 可以用于读内存数据什么的(C# Library kernel32.dll can read memory data)
  3. 所属分类:C#编程

    • 发布日期:2018-04-30
    • 文件大小:424960
    • 提供者:van.chen
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com