CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - DLL Interface

搜索资源列表

  1. vbDeRar

    1下载:
  2. vb 调用unrar.dll,有界面显示,包括进度条-vb unrar.dll call, the interface shows that the progress of
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:79841
    • 提供者:高明
  1. test_guide

    0下载:
  2. 文件中有一个经典guide编程案例,那是我用了一个晚上写的函数。因为调用了其它一些函数,我将其编译成*.dll。可以查看本函数代码,调试执行的是*.dll文件。因为函数是在matlab6.5下编译的,故在matlab6.1环境下无法演示。 其中涉及界面的创建,回调函数的调用,函数之间的参数传递,以及其它guide编程的处理方式。-document is a classic case programming guide, which is the one I used to write at
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:181308
    • 提供者:杨向华
  1. qull

    0下载:
  2. DT三角化实现,注意该工程接口在设计上期望使用者直接调用exe,而不是dll。否则需要自行修改源码-DT triangulation achieved, attention to the interface works in the design expectations of the users directly call exe, instead dll. Otherwise, the need to amend its own source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1659247
    • 提供者:chenxu
  1. GA

    0下载:
  2. GA.dll是封装遗传算法的动态连接库,内部潮流计算使用的是PQ方法,该潮流计算方法已封装在该DLL内。如果需要采用其他的潮流计算方法,需要重新来设计DLL的接口函数及更改遗传算法中目标函数的计算方法。-GA.dll genetic algorithm is encapsulated dynamic link library, the internal flow calculation using the PQ method, the power flow calculation method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:70628
    • 提供者:德软信息
  1. Dz7Zip

    2下载:
  2. 7z压缩接口封装成控件(内存加载7Z.DLL 无需安装7Z和 7Z.DLL) 内存封装了 7z.dll 无需安装 7z 无需 7z.dll 支持文件压缩 和文件夹压缩 采用线程池压缩和解压缩技术 -7z compression interface, packaged into control (no need to install memory load 7Z.DLL 7Z and 7Z.DLL) memory encapsulates 7z.dll no 7z.dll w
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:363155
    • 提供者:老夫子
  1. compress

    0下载:
  2. 压缩算法,c语言实现的,可以用到很多地方,比如数据接口,数据压缩减少网络传输量,或封装成dll,供别的语言调用-Compression algorithm, c language, can be used in many places, such as data interface, data compression to reduce network traffic, or package into the dll, called for other languages
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:21355
    • 提供者:李宁
  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
    • 文件大小:14205
    • 提供者:mike
  1. PIDControlSimu.ZIP

    0下载:
  2. 我自己早期编写的闭环控制小程序。一个DLL实现的PID控制器,一个简单的仿真界面。欢迎做控制的同道中人指点。-Early to prepare my own closed-loop control of the applet. DLL achieved a PID controller, the simulation of a simple interface. Welcome to do the control of fellow human kind.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:284268
    • 提供者:caiguos
  1. ceshidll

    0下载:
  2. 将最小二乘法拟合程序做成动态链接库DLL文件,然后从VC界面调用该DLL文件。在实际项目应用中,这种方法很实用。-Least squares fitting procedure to create a dynamic link library DLL files, and then call the VC interface DLL file. In the actual project applications, this method is very practical.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1233904
    • 提供者:蓝逸尘
  1. vbzip32

    0下载:
  2. 这是unzip32文件的应用实例:用VB压缩、解压文件示例演示,程序界面写的比较粗糙,只是想演示一下这个DLL如何使用,请注意,使用前先将这两个dll文件拷贝到windows\system目录下。-This is unzip32 file an application example: Using VB compression and decompression file example demonstrates, the program interface to write a bit rou
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:131248
    • 提供者:
  1. MATLAB.dll_test

    0下载:
  2. 用vb调用matlab联合编程的示例,包含com接口及带参数的传递-Joint programming with vb call matlab example, contains com interface and the transmission parameters
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3209125
    • 提供者:NVH
  1. Large-Integer-Precision-Operations

    0下载:
  2. 清华大学数据结构课大作业的源代码,实现大整数的高精度运算,工程文件生成dll,通过exe界面文件装载dll后使用-Tsinghua University, class data structure source code of a large operation to achieve high accuracy large integer calculations, engineering documents generated dll, exe interface through the us
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1036727
    • 提供者:sdrioe
  1. JPEG2000

    0下载:
  2. 这个是JPEG2000压缩程序的C源代码,界面实用Delphi做的,然后调用C编译后的d-This is the JPEG2000 compression process C source code, interface and practical Delphi to do, then call the C compiled dll
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1293895
    • 提供者:王娟
  1. _brmul@24_brinv@8_bsdet@8

    0下载:
  2. 调用mathlib52.dll中的自定义API写的任意阶矩阵计算器,目前支持实矩阵相乘,求逆阵,求行列式的值3个功能,用户界面较友好,具有一定的容错能力。-Call mathlib52.dll custom API to write in any order matrix calculator now supports real matrices, inverse matrix, determinant of the value of the three demand functions, th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:71077
    • 提供者:hanxiaohua
  1. DLL

    0下载:
  2. 编写一个动态链接库, 实现对给定数目的数的排序. 并编写应用程序调用该dll提供的接口函数. 要求: 1)输入需要进行排序的原始数 2)选择升序或降序 3)显示排序后的结果-The preparation of a dynamic link library, to achieve a given number of numbers. And the writing application calls the DLL to provide the interface function。
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2547500
    • 提供者:BRUCE
搜珍网 www.dssz.com