CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - .dll call

搜索资源列表

  1. DebugViewDLL

    0下载:
  2. 进程序通讯,通过UDP进行调试程序用, 调试程序只要调用DLL的接口,就可以收到程序运行消息-into communications procedures through UDP debugging procedures used, as long as the debugging procedure call DLL interface, it can receive news operation procedures
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:29.33kb
    • 提供者:zzjf
  1. SmsComm

    0下载:
  2. 利用AT命令发短信,采用com方式生成dll,外部调用方法。-use AT commands to send text messages using com generation dll way, the external call methods.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:199.66kb
    • 提供者:洪生
  1. twonumbersmultiply

    0下载:
  2. 用VB编写的,调用C++生成的DLL库,适用于普通程序员,程序内容是进行两数相乘.-prepared by the VB, call Generation C DLL library, apply to ordinary programmers, procedures for two is the number multiplication.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:17.03kb
    • 提供者:董雪
  1. xgrf

    0下载:
  2. 关于射频卡读写的程序,本程序主要提供VC动态链接库的调用方法以及串口通迅中的数据转化处理的方法。-on RF Card Reader procedures, The main procedures for VC DLL call methods and serial communication, the data conversion processing methods.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:96.58kb
    • 提供者:youling0927
  1. PB_rdDLL

    0下载:
  2. 这是一个pb调用dll,进行读卡器操作的例子-This is a call dll pb for example reader operation
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:16.23kb
    • 提供者:朱良涛
  1. Delphi_rdDLL

    0下载:
  2. 这是一个在delphi中调用dll 读卡的源程序-This is a call to the delphi dll reader of the source
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:185.99kb
    • 提供者:朱良涛
  1. ModbusCommunicate.rar

    4下载:
  2. 今年上半年我为现公司一款流量计产品编写的上位机Modbus通讯程序(下位机程序也是我用C编写的,由于受到法律许可限制,在此不能上传,不过在将来我会把设计思路传上共享),包括自创的Modbus协议的Delphi实现及其完整调用,还有一份我编写的该产品的完整的Modbus协议说明书,非常有参考价值。,First half of this year the company I am now prepared a flowmeter products PC Modbus communications p
  3. 所属分类:Communication

    • 发布日期:
    • 文件大小:1.23mb
    • 提供者:jluo
  1. sms_center

    0下载:
  2. 调用dll发送手机短信,可以进行聊天,开发中做的测试程序。-Dll to send SMS to call, you can chat, make the development of test procedures.
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:289.23kb
    • 提供者:tcooky
  1. VC_serial_port_DLL

    0下载:
  2. VC++语言编写的一个串口dll,可以导出常见的串口函数,如打开串口,读串口等函数以供调用程序使用。-VC++ language, prepared by a serial dll, serial port can be exported common function, such as the open serial port, serial port, such as time for the call function to use.
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:46.62kb
    • 提供者:李曦
  1. Dll4_v4

    1下载:
  2. 前段时间刚刚接触VC的串行通讯,在网上找到的了SerialPort类的使用方法,不过我想将这个类做在DLL中,然后在VB中做通讯界面调用。花了几天时间终于做完了,将SerailPort类的DLL工程共享一下,-Some time ago just contact VC serial communication, the Internet found the use of the SerialPort class, but I would like to do this class in the
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3.61mb
    • 提供者:yikedianzi
  1. FxStocker

    0下载:
  2. 在新浪的服务器的基础上开发的可以查询当前股票指数的Dll动态库,其中生成的动态库已经包含在其中了,里面使用了ACE的一些功能,封装了HTTP POST和GET的方法,采用POST到新浪服务器,获得股票指数,再解析的方式,如果你不能编译,请先添加ACE的库再进行编译, 也可以直接通过loadlibrary和GetProcAddress的方式调用,接口参考工程院文件-In Sina' s server that can be developed on the basis of the Dll
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:255.49kb
    • 提供者:David Lee
  1. Socket-Communications-Programming

    0下载:
  2. 程序分为三个部分: (1)动态库DLL,实现日志记录; (2)客户端程序,OCX形式封装,进行设备状态设置和数据发送。 (3)服务端程序,服务程序形式封装,接收状态数据,调用DLL记录设备状态。 -Program is divided into three parts: (1) dynamic library DLL, implement the log records (2) client, OCX forms package, the device status setti
  3. 所属分类:Communication

    • 发布日期:2017-05-25
    • 文件大小:7.87mb
    • 提供者:steven
  1. Java-to-call-VC-PP-DLL

    0下载:
  2. Java 通过JNI 技术调用VC ++ DLL 的方法, 并设计了含有串口GPS 类和Java 导出 函数的DLL , 该DLL 既可以用于Java 访问串口GPS , 也可以用于VC ++ 访问串口GPS , 实现了Java和VC ++ 共用的动态连接库设计。-Java through JNI technology called VC++ DLL' s methods, and design and the Java class containing the serial GPS
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:203.37kb
    • 提供者:rocky
  1. usbcan20110120

    0下载:
  2. 自己花3个月编写的USB CAN 通讯程序完整版,下位机DSP2812通过CAN总线连接广州志远电子的USBCAN1.0分析仪,上位机通过USB口调用厂家的dll。delphi界面编程涉及到了BDE数据库引擎和DBGrid控件的使用-He spent three months writing the full version of USB CAN communication procedures, lower computer connected via a CAN bus DSP2812 Gu
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:664.38kb
    • 提供者:赵鑫
  1. labview-serial-dll

    0下载:
  2. labview的串口通信,非常齐全,调用DLL,-labview serial communication, very complete, call the DLL,
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:84.14kb
    • 提供者:jacky
  1. OPCClient

    5下载:
  2. c#写的opc客户端,调用OpcDaNet.d-opc client c# to write, call OpcDaNet.dll
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:415.76kb
    • 提供者:李丽
  1. linphone-test

    2下载:
  2. Windows下C语言调用libliphone DLL 进行SIP呼叫的注册,主叫和被叫测试示例程序。自带linphone的配置文件。-A test program of SIP register/outgoing/incoming call demo using liblinphone DLL under windows platform. Attached with linphone configuration file.
  3. 所属分类:Communication

    • 发布日期:2015-05-02
    • 文件大小:4kb
    • 提供者:sunnyriver
  1. iUSBDAQ_CaCPP

    0下载:
  2. C/ C+ +控制台的例子显示如何调用iUSBDAQ.dll的C / C ++。它显示了如何枚举设备,打开设备会话,读8个模拟输入数据和关闭设备会话。-The C/C++ console example shows how the call iUSBDAQ.dll C/C++. It shows how to enumerate the device, open the device session, read eight analog input data and close the devi
  3. 所属分类:Communication

    • 发布日期:2017-11-17
    • 文件大小:7.5kb
    • 提供者:wwwsax
  1. Voice-call-center-source

    1下载:
  2. 易语言语音呼叫中心源码例程程序结合易语言扩展界面支持库,调用API函数实现了内线摘挂机,外线来电显示,多通道的状态管理。 必须安装官方的DBDK开发包,否则没有DLL可调用。-Easy language routines source voice call center program extended interface with easy language support library, call the API function of the realization of the ins
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:39.6kb
    • 提供者:张勇
  1. 读PSID

    0下载:
  2. 调用动态链接库的API实现小灵通手机的PSID读取,有工程文件和生成的文件,还在测试用的DLL(Call the API of the dynamic link library to implement the PSID reading PSID of the PHS , with engineering files and generated files, and also in the test DLL)
  3. 所属分类:通讯编程

« 12 »
搜珍网 www.dssz.com