CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 单片机通信

搜索资源列表

  1. adpcm_c_code

    0下载:
  2. PCM数据通信压缩算法,c语言编写,适合移植到单片机、dsp等目标系统上。-PCM data communications compression algorithm, c language, suitable for transplant to the microcontroller, dsp goals systems.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.16kb
    • 提供者:bill
  1. Serial_communication_in_Matlab

    0下载:
  2. Matlab环境下PC与单片机的串行通信及数据处理
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:506.5kb
    • 提供者:耿杨
  1. 12864

    0下载:
  2. 单片机驱动12864,串行通信,能显示字符和图片-i don t know!!!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-23
    • 文件大小:29.42kb
    • 提供者:杜帮胜
  1. program

    1下载:
  2. 前两个为人工智能程序,用C++编写,分别是动物判别程序及实现异或算法的bp程序。BLUETOOTH和F2M_BLUETOOTH是单片机和蓝牙模块通信的程序。“数字示波器”为利用单片机开发的一个简单数字示波器程序。-The first two for the artificial intelligence program, prepared with the C++, respectively, determine the procedures and implementation of anim
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-10-17
    • 文件大小:20.48kb
    • 提供者:pxy
  1. l602display

    1下载:
  2. 1602显示单片机与FPGA的通信!实现数字钟的功能!仅供参考!望大家多多指教-desplay1602
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-06-29
    • 文件大小:2.43mb
    • 提供者:权慧明
  1. danpianji

    0下载:
  2. 单片机串行口应用--串行通信程序--接收程序_子诺_311的空间-MCU serial port application- serial communication program- receiving program _ the space sub-Novo _311
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1.29kb
    • 提供者:里碰
  1. vs1307-RW

    0下载:
  2. 用普通I/O口模拟I2C通信读写vs1307时钟芯片程序,此程序在MPLAB IDE环境下开发,在PIC16F877单片机上运行通过。-With common I/O port to read and write clock chip vs1307
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.24kb
    • 提供者:yiping
  1. myfunction

    0下载:
  2. matlab 功能强大 网上下载 据说是单片机和matlab串口通信-matlab download is said to be a powerful microcontroller and serial communication matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:10.58kb
    • 提供者:张路况
  1. send-and-receive

    0下载:
  2. 此文件包含两个程序段,其一是实现自发自收;其二是实现全双工通信。结合KEIL软件与单片机工具箱。-This file contains two paragraph, one is to realize the spontaneous charge The second is to realize full-duplex communication. KEIL software and single chip microcomputer with tool kit.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:955byte
    • 提供者:ke
  1. pcmain

    0下载:
  2. 利用labiew主程序实现单片机与主机的串口通信,实现温度的采集,然后通过比例积分算法的控制,输出一定占空比的波形驱动电机,实现恒温水箱的控制系统-MCU and host serial communication labiew main program, to achieve the acquisition of temperature, and then through the control of the proportional integral algorithm, the outpu
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:56.54kb
    • 提供者:王鸣
  1. gprs

    0下载:
  2. 这是利用有的gprs模块与80c51单片机之间进行通信的源程序 值得借鉴-Gprs module with 80c51 microcontroller source of communication between the worth learning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-30
    • 文件大小:1.62kb
    • 提供者:wteng
  1. uart1

    0下载:
  2. uart1通信检测,用于检测c8051f120单片机的UART1- uart1
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:37.42kb
    • 提供者:chaihu
  1. my_callback

    0下载:
  2. 实现PC机与单片机间的串口数据通信修改的回调函数-Serial data communication between PC and MCU modify callback
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.39kb
    • 提供者:lichengxi
  1. matlab串口通信基础讲义

    0下载:
  2.  在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:7kb
    • 提供者:SDDASDASD
搜珍网 www.dssz.com