搜索资源列表
Visual C++串口通信技术与工程实践
- 计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-computer interface technology Series Visual C serial communications technology and engineering practice in compiling this cha
SHP_A3.rar
- 三汇语音卡API的java调用 通过jna调用DLL文件 需jna的jdk支持 本压缩包包括所需的jna包以及简单用例(在Main.java中),Sanhui voice of the java card API calls through the call jna the jna required DLL file to support the jdk package including the necessary jna package and a simple use case (in t
SMS_SDK2.0
- GSM 模块软件开发包 开发包说明 开发包基于GSM模块开发,适用于任何希望通过GSM模块来实现短信息系统的系统, 开发包的主要功能是短信息的发送和接收。 开发包包括内容 1、操作使用说明――开发包根目录下为pdf文件,说明了如何正确使用GSM模块; 2、测试工具――/Tools/ 目录下,包括串口测试程序和模块测试程序; 3、开发接口―― /DLL/目录下,包括AscendComm.dll , AscendSMS.dll ,AscendSMS.lib 和Asce
Csharp开发的CMPP协议SP端平台
- 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
Record
- 程序流程:中继呼入,直接开始录音,并生成固定文件名的录音文件。 程序界面: “每秒数据”表示每秒写入文件的数据大小。如果是3.4.0的DLL,应该是32K,替换修改过的DLL后是8K。 “时间差”表示从创建录音文件到生成录音文件数据的时间差。用来判断我们底层将数据写入文件的时间,如果是3.4.0的DLL,时间为4秒;替换修改过的DLL,时间为1秒。 环境搭建可以很简单,Demo端SS7 TUP运行该程序,另外一端SS7 TUP+模拟坐席,坐席摘机外呼遍可。-Program flo
TestMAPI
- windows mobile 下读写短信收发件箱的所有c++代码,同时生成dll,可以用c#来调用-Under the windows mobile messaging inbox to read and write all the c++ code, while creating dll, you can use c# to call
VC_Example_USB-CAN_www.glinker.cn
- VC关于DLL调用的例程,很有参考价值。针对武汉吉阳光电的GY8507 USB-CAN总线适配器,二次开发例程。-VC call on the DLL routine, it is reference value. Wuhan Photoelectric Geesun for the GY8507 USB-CAN bus adapter, the secondary development of routines.
VC_Example_USB-CAN200
- VC关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8508 USB-CAN200 CAN总线适配器开发,二次开发例程。-VC call on the DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.cn Wuhan Pho
TestForJava
- GSMModel的java实现源码和简单的测试例子,这里的发送中文的时候直接调用GSMMultiPort类的GSMModemSMSsend(args......)方法,“短信内容”.getBytes("GB2312")这样转换短信内容-GSMModel the java source code and simple test to achieve an example, where the time to send the Chinese a direct call GSMMultiPort c
PocketSoap_interface_for_Pocket_PowerBuilder
- This external DLL provides a simple access to the PocketSoap package. The model for the API is that first the service object is created and you are given the access handle. Then you can set the various attributes in whatever order you desire. I
vcdll20100619223057
- vc调用dll 其实,调用dll文件的方法很多,不一定要使用LoadLibrary函数。如果使用的话,你就要预先声明dll中的函数,很麻烦-vc call dll in fact, many ways to call the dll files do not have to use the LoadLibrary function. If so, you must pre-declare dll function in much trouble
labview8.6
- LabVIEW调用usb驱动程序的dll读取数据并波形显示储存截取及处理 -Call LabVIEW dll usb driver reads the data and waveform display storage and handling of intercepted
PopPlayer
- Symbian s60 player源代码,包括两个部分,其中播放和录音功能打包成动态的dll文件,在文件filebrowserUI中调用dll来播放和录音。filebrowser实现文件夹和文件的列表,可以遍历C盘和D盘,打开任意的文件夹,遍历文件夹下的文件,对文件进行播放、暂停、停止操作,播放过程中可以进行外置录音,录制的音频文件自动以当前时间来命名,保存在E盘当中。本程序中只遍历出WAV、mp3、amr的音频文件,要遍历其他文件可自己在代码处添加。程序代码由本人所作,在N73上通过测试,能
GPSDll
- 获取GPS信息,已经制作成DLL,使用者可以直接调用该D-Access to GPS information, has been made into a DLL, the user can directly call the DLL
WJDemo
- USB来电盒接口演示实例。C++开发的DLL接口。-usb call demo
dp-dll
- 通过对sms.dll的调用收发短信。功能全面可以直接使用-By sms.dll call text messaging. Full-featured, can be used directly
call
- 语音对讲呼叫机,包含DLL,test,包含呼叫端和被叫端。-Voice intercom call unit, including DLL, test, including the caller and the called side.
wm-CSharp-gesture-demo
- 在c#中调用封装的dll库,实现在widows mobile上手势的应用,本人小作品,与大家共享-Call in c# dll library package, to achieve the widows mobile applications on the gesture, I small works, and share
CSR-Project
- 通过CSR应用程序接口,调用TestEngineAPI.DLL中的API,完成对蓝牙地址及另外两个项的写入及验证工作,适用于蓝牙设备量产使用,该源码就目前来讲应该网上没有相同的源码,也没有示例,是我一点点摸索出来的,所以说对有需要的朋友应该是非常有帮助.-Through the CSR application programming interface, call TestEngineAPI. The DLL API and the completion of bluetooth address
RFID
- 其实是用C#写的,功能简单,读取id号码,但是实现了对外部dll的调用,适合参考开发,PS:以前做项目时,写的一个小demo(Actually written in C#, function to read the id number, but call external dll suitable reference development, PS: to do the project, write a small demo)