搜索资源列表
爱迪生短信OCX控件+函数接口+不限端口
- 爱迪生异步型短信控件 请先注册EdisonEasySms.ocx文件 可以调用此控件通过工业短信猫发送和接收短信。 OCX接口,广泛支持各种IDE编程语言。 此控件已解除官方限制。。。(你懂的)
dll调用与嵌套调用
- 一.Win32动态链接库 1.制作的步骤: (1)新建WIN32 Dynamic-link Library工程,工程名为MyDll,选择A simple DLL project类型。 (2)MyDll.h的内容如下: 以下是引用片段: extern "C" _declspec(dllexport) int sum(int a,int b);//本文所有的例子只有一个sum即加法函数。 (3)MyDll.cpp的内容如下:
vb编程函数调用大全
- vb编程函数调用大全(包括3个[1].bas+函数声明库) 最前面的vb api调用大全
verilog HDL任务与函数代码
- 1、 了解verilog HDL任务与函数的定义及格式 2、 掌握函数与任务的定义与调用 3、 掌握函数与任务在使用时的区别 4、 掌握任务与函数的具体应用
delphi常用函数手册
- 函数由一句或多句代码组成,可以实现某个特定的功能。使用函数可以使代码更加易读、易懂,加快编程速度及减少重复代码。过程与函数类似,过程与函数最重要的区别在于,过程没有返回值,而函数能有返回值。 在Delphi 7.0中,已为我们定义好了非常多的函数,大致分类有6种:数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。 在Delphi中调用函数,一般情况下可以直接使用函数即可,但由
调用DLL中的函数演示代码
- vc调用DLL中的函数演示代码-vc call DLL function demo code
WINDOWS钩子函数
- 汇编中调用钩子函数的例子。-compilation called hook function examples.
调用matlab函数的代码.ZIP
- C#调用matlab6.5.1函数的方法-the method of calling functions of matlab 6.5.1 with csharp
c语言函数库调用
- C函数库全集的程序应用-C library Complete Works of application procedures
2005.3.31VC调用M文件源代码
- 一个非常典型的”VC调用matlab中定义的.m文件中的函数的实例“附加说明文档,请站长检查,刚才发错了,不好意思-a very typical "call VC defined in Matlab. M document as a function of the examples "of the annotated document, please check station, just made a mistak
VC调用matlab中定义的.m文件中的函数的实例
- 如何在VC中利用matlab的资源呢? 在这里我简要的以一个简单的例子来说明一下如果在VC中调用matlab中定义的.m文件。-how to use Matlab resources? Here, I briefly with a simple example to illustrate what if the VC called defined in Matlab. M documents.
RS232串口函数包
- RS232串口函数包,包函大多数的串口调用的函数-RS232 serial port function packages 9.1.2 Most of the Serial calling function
如何调用dll中的函数
- 示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数.-the code show how to call the functions in the dll file by LoadLibrary and GetProcAddress.
VC调用matlab工具箱函数进行图像处理编程
- VC调用matlab工具箱函数进行图像处理的技术与方法-VC call Matlab toolbox functions for image processing technologies and methods
VC调用matlab中自定义的.m
- 这个程序是我用来做数据处理的,在VC中调用matlab编写的.m文件来实现我所需功能,直接调用matlab中现成的函数来处理在vc中需要自己编很长代码来实现的数据处理函数,提高了工作效率,结合vc的界面美观与matlab的方便-this procedure is used for data processing. the VC Calling Matlab prepared. m documents I needed to realiz
TypesImageView
- CImageObject 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中)-CImageObject the library
Call-the-function
- 调用函数注入代码 模块+演示 调用函数注入代码 模块+演示-Call the function into the code module+ presentation
调用示例
- C#调用C++ dll, 包括结构体, 数组, 函数指针, 字符串等等(C# calls C++ DLL, including the structure, array, function pointer, string, and so on)
信道及调用函数和使用说明
- 如何设置信道参数,如何调用信道,如何产生输出,(How to set the channel parameters, how to call the channel, how to produce the output)
LinuxBookCode
- 一些简单的系统调用函数实例,比如read、write等(Some simple system call function instances)