CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - communicate

搜索资源列表

  1. communicate

    0下载:
  2. 基于linux平台,用C语言编写的网口通讯程序
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:12490
    • 提供者:张珍珍
  1. Libnet-latest

    0下载:
  2. Libnet is a generic networking API that provides access to several protocols. It is not designed as a all in one solution to networking. Currently many features that are common in some network protocols are not available with Libnet, such as streamin
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:560547
    • 提供者:leogo
  1. COPYTEST (NT app commu)

    0下载:
  2. two consenting programs can directly communicate under Windows NT using the WM_COPYDATA message
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:14362
    • 提供者:刘文建
  1. CSMSControl

    0下载:
  2. 用于delphi开发受机短信处理-Communicate with SMS (Short Message Services) for delphi
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:16574
    • 提供者:zwj
  1. communicate

    0下载:
  2. 一个用vc实现的关于操作系统中进程间通讯的例子。程序简单,不过比较是自己第一个vc程序。采用经典的进程间通讯的算法实现的,希望高手指点!-a vc achieved with operating system on the inter-process communication example. Simple, but comparison is a vc its own procedures. Using the classic inter-process communication of t
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:62105
    • 提供者:断翼
  1. mscommdemo[1]

    0下载:
  2. 用VC演示的串口通讯程序,是学习用VC进行通讯变成的好材料,演示了通讯控件的使用方法-VC demonstration of Serial communication process is learning to communicate with VC into the good materials, demonstration of the use of communications control methods
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:24692
    • 提供者:吴忧
  1. 典型网络数据库系统软件设计

    0下载:
  2. 本系统为内部系统,帐户由管理员添加、管理; 分为两个组,User组和Boss组。Boss组的帐户可以发广播通知; 任意两个用户间可以互相通信; 数据库接口用DAO,网络通信用 CSocket+CSocketFile;-the system to internal system administrator account by adding, management; Divided into two groups, User Group and the Boss group. Boss Group
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:56394
    • 提供者:王明
  1. MobileTelephone

    0下载:
  2. 利用红外线与手机通信,获取手机中的信息,熟悉AT指令。-use infrared to communicate with your mobile terminal,get the information from mobilephone, and we can be familiar with AT command suite.
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:18486
    • 提供者:
  1. Telnet高级编程

    0下载:
  2. 此编码具体说就是在网络通信过程中,从主机上获取需要确认的信息。,通过socket实现断口扫描。-the code explain how to get the authentication from server mechine while the course of net communicate,programme with socket.
  3. 所属分类:模拟服务器

    • 发布日期:2008-10-13
    • 文件大小:318437
    • 提供者:谌夏
  1. TAPI-VBScript

    1下载:
  2. TAPI3.0的程序,在HTML里面使用VBscr ipt编写,可以直接打开网页就实现VOIP通话。-the source code of TAP1 3.0,code in VBscr ipt in HTML,it can communicate with VOIP when you open the web page
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9292
    • 提供者:黄云燕
  1. er

    0下载:
  2. Java 天生的一些优势外,他最大的魅力在於它提供的应用程式程式设 计介面 (API, Application Programming Interface),什麼是 API 呢 所谓 API 是指作业环境所提供给程式设计者用来使唤系统,程式库或是元件的函式 呼叫或资料结构,换言之,就是作业系统或作业环境提供给应用程式与系 统核心沟通的介面,像:ANSI C 中规定的 printf 就是用来向标准输出输出 文字用的函数呼叫.所以,只要知道 Java 提供了哪些类别可供使用,就可 以轻易的设计 J
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:7879
    • 提供者:zc
  1. C++做的USB源代码

    0下载:
  2. 本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。-This program demostrate how to write higher layer applications to communicate with USB ports. Readers need to know how the server recognizes the USB device and basic principles of USB.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:39752
    • 提供者:沉静
  1. 模拟进程利用双向邮箱通信

    0下载:
  2. 模拟进程利用双向邮箱通信 随机生成一个邮箱,两个进程利用该邮箱相互通信,信息的大小与邮箱的大小相同。哪一个进程为发送进程,哪一个进程为接收进程是随机的,由随机函数随机选择。但是若一进程成为发送进程,那么另一个进程只能是接收进程。如果没有申请到资源,就不能建立邮箱,发送进程不能发送消息。如果邮箱中没有空闲单元,发送进程不能够发送消息;如果邮箱中没有消息,接收进程不能够接收消息。-modeling process using two-way communications mail generates
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1305
    • 提供者:haha
  1. 局域网内聊天传输文件

    0下载:
  2. 局域网内聊天传输文件.rar 1、可以进行群聊。 2、点中名字前的复选框要以说消消话。 3、可以群发文件,可以发给指定的人(选中复选框),也可以发给所有人。-LAN chatting to transfer files. Rar one can communicate with a group. 2, points name before the check box to say Consumers Consumers then. 3, the mass document can be sent
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:187619
    • 提供者:石林
  1. ADXL 345 SPI

    0下载:
  2. Communicate adxl 345 with pic 16f877a
  3. 所属分类:其他嵌入式/单片机内容

  1. DS18B20温度监控程序

    0下载:
  2. DS18B20温度监控程序,上位机与单片机通过串口进行通信,DS18B20 temperature monitoring procedures, and single-chip host computer through the serial port to communicate
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-22
    • 文件大小:40217
    • 提供者:毕京鹏
  1. 欧姆龙与电脑通讯易语言的源代码

    0下载:
  2. 欧姆龙与电脑通讯易语言的源代码,借此源代码,可以开发出其他PLC与电脑通讯。-Omron communicate easily with the computer language source code to source code, you can develop other PLC and computer communications.
  3. 所属分类:其他行业

    • 发布日期:2017-03-26
    • 文件大小:50985
    • 提供者:qqq
  1. 同有SPI接口的器件进行通信对SPI接口器件的读写控制vhdl源程序

    0下载:
  2. vhdl实现spi可以同有SPI接口的器件进行通信对SPI接口器件的读写控制vhdl源程序,fpga cpld-vhdl spi can achieve devices with a SPI interface to communicate with devices on the SPI interface to read and write vhdl source code control
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-23
    • 文件大小:5759
    • 提供者:站长
  1. 基于MFC的服务器和客户端的实现

    2下载:
  2. 基于MFC的服务器和客户端的实现,可以进行双方通信 并传输文件-MFC-based server and client implementations, the two sides can communicate and transfer files
  3. 所属分类:通讯编程

    • 发布日期:2013-01-28
    • 文件大小:7633055
    • 提供者:蔡玲霞
  1. eUDPDaDong 易语言UDP打洞源码

    2下载:
  2. 易语言UDP打洞源码 注意:本例程两个客户端必须在不同的内网中,在同一个内网中可能不能通信,也没的必要,服务器端要求端口映射8000和8011端口,客户端不必映射(客户端的UDP断口是8188)当两个客户都连接上服务器时自动开始打洞,双房可以通信,也可以关了服务器或客户断开TCP连接. 现在绝大多数的NAPT是Cone NAT。本人在测试的过程中,只好使用了一台日本的Symmetric NAT。还好不是自己的买的,我从不买日货, 希望看这篇文章的朋友也自觉的不要购买日本的东西
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-21
    • 文件大小:5665
    • 提供者:韦瀚斌
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com