CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 数据绑定

搜索资源列表

  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. EVC_socket

    0下载:
  2. EVC的SOCKET通讯,EVC编写的TCP通讯程序客户端,可以绑定socket,发送并接收服务器端的数据-EVC
  3. 所属分类:Windows CE

    • 发布日期:2017-04-03
    • 文件大小:75039
    • 提供者:孙家奇
  1. HHmain

    0下载:
  2. 测试2400的网络,同时使用TCP和UDP两种协议,TCP完成HTTP连接,实现对WEB网页的访问,同时建立一个绑定UDP端口,实现UDP的数据回发。-2400 test network, using both TCP and UDP are two protocols, TCP completion of HTTP connections, to achieve access to the WEB page, while a binding UDP port, to achieve UDP d
  3. 所属分类:uCOS

    • 发布日期:2017-04-05
    • 文件大小:3443
    • 提供者:
  1. main

    0下载:
  2. 同时建立一个绑定UDP端口,实现UDP的数据回发。-At the same time to create a binding UDP port, to achieve UDP data back.
  3. 所属分类:uCOS

    • 发布日期:2017-04-13
    • 文件大小:3228
    • 提供者:
  1. ZigBee2007-general-transmission

    0下载:
  2. 讲解zdo,app初始化和事件处理,协调器建网,路由器和终端设备加入网络,以及绑定和数据传送-Explanation zdo, app initialization and event handling, coordinator arrangement, the router and terminal equipment join the network, as well as the binding and data transfer
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:789849
    • 提供者:liyongbiao
  1. write1

    0下载:
  2. 串行接口发送,通过绑定DE2上的拨码开关,然后通过RS232接口传送到pc上,可通过串口调试大师接收数据-Serial interface to send, through binding DE2 DIP switch, and then transmitted via the RS232 interface to the pc, can receive data through the serial debug master
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:433943
    • 提供者:damen
  1. 2.4G

    0下载:
  2. 2.4G 产品应用比较广泛,有些芯片性能也很不错,但价位都比较偏高,很难进入量产的产品。为降低成本JF24D模块采用裸片绑定,虽然性能指标略低于具有代表性的 nRF2401 CC2500 A7105但它的价格要比它们低很多,完全可以满足一般需要双向数据传输及双向遥控的短距离产品应用。 -2.4 G products are widely used, some chip performance is also very good, but prices are high, it is diff
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:71955
    • 提供者:陈治升
  1. okFB2530BB_SensorDemo

    0下载:
  2. 用于zigbee的星型网状程序,实现无需按键就可实现绑定,数据传送-The star-shaped mesh for zigbee procedures, can be achieved without key bindings, data transfer
  3. 所属分类:Other Embeded program

    • 发布日期:2017-06-16
    • 文件大小:26128266
    • 提供者:赵永恒
  1. ESP8266_C51

    0下载:
  2. 附件中的代码,在安信可测试板上通过单片机运行AI-CLOUD 安信可云协议,完成用AT固件的方式开发,从SMARTLINK 到 设备与手机绑定,以及数据的双向收发 功能,本程序可以移植到STM8的1元单片机中,配合内含安信可云协议的AT固件模块(价格不变),即可实现低成本的各类平台应用方案! -Annexed code, Shun can test board through the MCU running AI-CLOUD Shun can cloud the agree
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:163898
    • 提供者:muliubing
  1. ethernet_loopback

    0下载:
  2. 通过FPGA驱动千兆以太网口,完成SPARTAN6上的UDP数据包闭环测试,即通过网口发送数据包到FPGA,FPGA内部将接收到的数据返回到PC机,建议测试之前添加ARP静态绑定,FGPA内部的IP以及MAC地址在ROM里的COE文档里可以看到,发送端添加了CRC以及整体CHECKSUM的计算(Driven by FPGA Gigabit Ethernet port, UDP SPARTAN6 data packet on the closed loop test, through the ne
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-04
    • 文件大小:23942144
    • 提供者:marktuwen
  1. C语言实现socket编程代码

    1下载:
  2. 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2018-04-23
    • 文件大小:2838433
    • 提供者:davidavid
  1. C语言实现socket编程代码

    0下载:
  2. 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。(Server steps: set up socket, bind socket and address information, open listening, send data after receiving request. Client steps: set up socketside, connect to server,
  3. 所属分类:单片机开发

    • 发布日期:2018-05-03
    • 文件大小:2837504
    • 提供者:davidavid
搜珍网 www.dssz.com