Description: 这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用:
首先需要进行声明:
...
using System.Runtime.InteropServices
public class win32{
[DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")]
public static extern int capInitCamera()
}-This is specifically for the C# Developer ZC030X customized programming interface. C# Developers can call the following manner: First of all, the need for a statement: ... using System.Runtime.InteropServices public class win32 ([DllImport ( Platform: |
Size: 14336 |
Author:mike |
Hits:
Description: C#写得标准压缩解压缩小程序
.Net中函数声明:
public static extern int MyZip_AddFile(String SrcFile,String ZipFile)
public static extern int MyZip_AddDirectory(String SrcPath,String ZipFile)
public static extern int MyZip_ExtractFileAll(String ZipFile,String PathName)
public static extern int MyZip_ExtractFile(String ZipFile,String srcName,String DstName) -C# written standard procedures to reduce compression decompression. Net in the function declaration: public static extern int MyZip_AddFile (String SrcFile, String ZipFile) public static extern int MyZip_AddDirectory (String SrcPath, String ZipFile) public static extern int MyZip_ExtractFileAll (String ZipFile, String PathName) public static extern int MyZip_ExtractFile (String ZipFile, String srcName, String DstName) Platform: |
Size: 258048 |
Author:一心一意 |
Hits: