Location:
Search - dll CSharp
Search list
Description: c#调用dll时char指针及结构参数的用法-call dll when char pointer and structural parameters of usage
Platform: |
Size: 2048 |
Author: 狗狗 |
Hits:
Description: 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 solutions for example 2.GateWaySample example is the project to 3.CMSMGWCenter messaging application interface for the call CMSMIF.DLL sample code, while its GateSample was called. 4.GateWaySample \ bin \ Debug \ GateWaySample . for example exe executable files. 5.DataBase \ SMSCenter.DB for the sample database.
Platform: |
Size: 151552 |
Author: |
Hits:
Description: c#做的小程序 教你如何生成dll文件 源码简单直观 赶快下载哦-so small program to teach you how to generate dll simple intuitive source documents quickly download oh
Platform: |
Size: 7168 |
Author: 丁昭雄 |
Hits:
Description: dll生成和运用 ,,这个文件对于初学C#的人员有很大的帮助.-dll generation and use of the document for beginners C# staff will be very helpful.
Platform: |
Size: 2048 |
Author: 唐睿 |
Hits:
Description: C Sharp DLL library example
Platform: |
Size: 34816 |
Author: lai |
Hits:
Description: cSharp调vc编写dll。使用VC编写封装访问eDNA的dll,然后用CSharp来调。-CSharp tune vc prepared dll. The use of VC visit eDNA prepared package of dll, and then to transfer CSharp.
Platform: |
Size: 851968 |
Author: 李峰 |
Hits:
Description: 接受Socket消息,从C#调用Win32 DLL,使鼠标点击某一位置。-Socket accept the news, from the C# Call Win32 DLL, so that a mouse click location.
Platform: |
Size: 13312 |
Author: James |
Hits:
Description: 识别图片上的文字,识别率有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=System.Drawing.Bitmap.FromFile(_imgPath)
_veryfyCode=craboOCR(_imgPath,-1)
_veryfyCode=_veryfyCode.Substring(0,4)
this.txtVeryfyCode.Text=_veryfyCode
}
catch(Exception e)
{
this.lblResult.Text+=e.Message
}
}
}-The text on the picture identification, identification rate of 80 surcharge c# Calls [DllImport ( AspriseOCR.dll )] static extern string craboOCR (string file, int type) private void GetVeryfyCode () (if (File.Exists (_imgPath) )// ok now? (try (this.picbVeryfyCode.Image = System.Drawing.Bitmap.FromFile (_imgPath) _veryfyCode = craboOCR (_imgPath,-1) _veryfyCode = _veryfyCode.Substring (0,4) this.txtVeryfyCode.Text = _veryfyCode) catch (Exception e) (this.lblResult.Text+ = e.Message)))
Platform: |
Size: 6479872 |
Author: 似的 |
Hits:
Description: 安装摄像头后,一般可以找到avicap32.dll文件,此文件中封装了对摄像头的相关操作API然后自己写一个关于摄像头的类-After the installation of cameras in general can be found Avicap32.dll document, this document camera package for the relevant operation of its own API and then write a camera class
Platform: |
Size: 50176 |
Author: zz |
Hits:
Description: 将下载的皮肤文件和IrisSkin2.RAR解压,在项目中添加现有项,将皮肤文件添加进项目;将IrisSkin2.dll引用进项目有多种皮肤版本,ide直接引用即可!-Download the skin file and unzip IrisSkin2.RAR in the project to add the existing items, add the skin into the project IrisSkin2.dll reference into the project will have a variety of skin version, ide direct quote can be!
Platform: |
Size: 3425280 |
Author: lvzhen |
Hits:
Description: C#调用VC的ACTIVEX DLL 文件-C# Call VC
Platform: |
Size: 34816 |
Author: |
Hits:
Description: 在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.
Platform: |
Size: 38912 |
Author: 张鲁夺 |
Hits:
Description: 用于反编译Csharp的dll和EXE文件可以生产dotnet项目Csharp语言-Used to decompile the dll CSharp and EXE files can be produced dotnet projects CSharp Language
Platform: |
Size: 1124352 |
Author: string |
Hits:
Description: 讲述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.
Platform: |
Size: 2048 |
Author: 李峰 |
Hits:
Description: C#深入浅出全接触
目 录 表
一、什么是C#?
二、Java与C#
三、C#的主要特征
四、安装运行环境
五、C#编辑器
六、C#的程序结构
七、C#和名称空间
八、C#中一个经典例程的编写与编译
九、C#编程实战演习ABC
1、使用Visual Studio .NET编写C#程序
2、使用Visual C#创建Windows应用程序
3、创建C#类库(Dll)
-C# easy Keys table 1, what is C#? Second, Java and C# three, C# of the main features of four, five operating environment is installed, C# editor 6, C# program structure of the seven, C# and name eight Spaces, C# in a classic preparation of routine and nine compiler, C# Programming combat exercises ABC 1, the use of Visual Studio. NET preparation of C# program 2, the use of Visual C# to create Windows applications 3, create a C# Class Library (Dll)
Platform: |
Size: 349184 |
Author: 程宏明 |
Hits:
Description: C#操作EXCEL方法CarlosAg.ExcelXmlWriter.dll使用
请保留作者信息-C#操作EXCEL方法CarlosAg.ExcelXmlWriter.dll使用
Platform: |
Size: 58368 |
Author: 杨福强 |
Hits:
Description: 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.
Platform: |
Size: 14336 |
Author: zhangyg |
Hits:
Description: DLL反编译工具 希望能对大家有所帮助和提高。-Decompile DLL tool for all of us want to help and improve.
Platform: |
Size: 1531904 |
Author: 刘亮 |
Hits:
Description: 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 player , play any sound file using
[DllImport("winmm.dll")]
private static extern long mciSendString(
string strCommand,
StringBuilder strReturn,
int iReturnLength,
IntPtr oCallback)
with c#
Platform: |
Size: 52224 |
Author: hasbe allah |
Hits:
Description: itextsharp文档处理开源类库,很好用的文档处理开源类库-itextsharpitextsharpitextsharpitextsharpitextsharpitextsharpitextsharpitextsharp
Platform: |
Size: 1191936 |
Author: qwert |
Hits:
« 12
3
4
5
6
7
8
9
10
...
17
»