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

搜索资源列表

  1. pic-C-Programming-Language

    0下载:
  2. 包括各种pic16F877单片机上调试通过的程序,提供了完整的仿真电路及HEX文件,可直接运行。 开发环境:全书案例程序开发环境MPLAB 8.53 MCC18 3.16 HI-TECH PICC 9.70 HI-TECH PICC-18 9.63。 所需要软件:超级编辑器UltraEdit, 虚拟串口驱动vspd,串口助手 字模软件Zimo,文件拆分软件FileSplit VC#.NET 2008等 -Including various pic16F877 single-chip
  3. 所属分类:SCM

    • 发布日期:2017-05-19
    • 文件大小:5602937
    • 提供者:zhiyan
  1. Microcontroller-serial-communication

    0下载:
  2. 用vc++写上位机软件实现单片机串口通讯功能-Vc++ write PC software microcontroller serial communication functions
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-12
    • 文件大小:5838
    • 提供者:sone
  1. dianpianjichuankou

    0下载:
  2. 用VC++写上位机软件实现单片机串口通讯-Written by VC++ Software PC Serial Communication
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:5665
    • 提供者:wu78zg
  1. C8051bianchengruanjianyuandama

    0下载:
  2. C8051F系列单片机编程软件VC源代码,完成的工程文件-VC C8051F MCU programming software source code, to complete the project file
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:592211
    • 提供者:王伟
  1. PCtoMCUSerialCommunication

    1下载:
  2. 利用VC++实现PC机与单片机串口通信任务,包含上位机和c51单片机下位机的源程序。对于单片机串口通信具有很好借鉴意义-Using VC++ between PC and microcontroller serial communication task that contains the source code of the host computer and c51 microcontroller next bit machine. Has a good reference for sing
  3. 所属分类:Communication

    • 发布日期:2017-05-16
    • 文件大小:5881856
    • 提供者:chen
  1. fft1

    0下载:
  2. 快速傅立叶变换(来源《C常用算法集》) 本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过 如果你的MCS51系统有足够的RAM时,可以验证一下用单片机处理FFT有多么的慢。-Fast Fourier Transform (Source C commonly used algorithm sets) the function test OK, TC2.0 VC++6.0 the Keil C51 test by If the the MCS51 system yo
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:1292
    • 提供者:zhou.l
  1. SerialCommunication2

    0下载:
  2. 用VC软件,利用MFC使计算机和单片机之间实现通讯-Communication between the computer and the microcontroller using MFC
  3. 所属分类:SCM

    • 发布日期:2017-12-10
    • 文件大小:3236544
    • 提供者:dfgd
  1. dpjDlg

    0下载:
  2. vc++实现用PC机串口与单片机的通信任务-communicating with MCU through the serial port
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:1944287
    • 提供者:郭响
  1. 1.4.1.3--Visual-CPPandMCU

    0下载:
  2. 单片机与pc机通信。VC++源码,详细工程,描述-Microcontroller with pc machine communication. VC++ source
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-11-21
    • 文件大小:39661
    • 提供者:宗培亮
  1. Calendar

    0下载:
  2. 万年历,支持所有的单片机、ARM、AVR、MSP430、PIC等(支持C开发) 可嵌入任何标准C编译器 BC++、VC、ADS、KEIL等-Calendar, support all MCU, ARM, AVR, MSP430, the PIC (supports C development) can be embedded in any standard C compiler BC++ VC, ADS, KEIL
  3. 所属分类:SCM

    • 发布日期:2017-11-27
    • 文件大小:5843
    • 提供者:hg
  1. chaoshengbo

    0下载:
  2. 基于VC和串口管道变形监测,完整的功能,通过单片机将数据存入SD卡,在上位机上读取,绘制波形-Deformation monitoring based on VC and serial pipeline, complete function, data will be stored in the SD card through the microcontroller, read on the PC, rendering waveform
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:5648817
    • 提供者:yumingzhu
  1. USB11_ACEX1K

    0下载:
  2. FPGA文件负责采集传感器数据,然后传给51单片机,51单片机通过usb将信号传递给上位机,,vc文件是上位机软件界面,-FPGA file is responsible for collecting sensor data, and then passed to the 51 single-chip, 51 single-chip signal transmitted to the host computer via usb vc file is a PC software interface
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:13870552
    • 提供者:dasf
  1. step-motor-control-system

    0下载:
  2. 简单步进电机驱动代码,基于AT89S52单片机。vc++界面程序等 适合本科生用作参考-simple step motor code for students test
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-04
    • 文件大小:1333885
    • 提供者:LT
  1. vc_51_com_CSerialPort

    0下载:
  2. 这是一个51单片机与电脑通过串口通信的例子,包括单片机程序和主机程序,主机程序采用VC编写,使用CSerialPort串口类-This is the example of a 51 and a computer via serial port communication, including single-chip program and the host of the program, the host program prepared using VC, to use CSerialPort
  3. 所属分类:Communication

    • 发布日期:2017-11-15
    • 文件大小:150242
    • 提供者:飞天侠
  1. PC-through-USB-controls-C8051F320

    0下载:
  2. C8051F320的USB具有强大的通讯功能。先通过VC++编写控制代码,然后再用Keil4实现LED、数码管、温度传感器、键盘监控等模块的程序代码编写。最终通过USB连接PC与下位机。实现PC控制单片机的各个模块。-The C8051F320 The USB powerful communication features. Control code written by VC++, and then Keil4 LED digital tube, temperature sensors, ke
  3. 所属分类:SCM

    • 发布日期:2016-05-20
    • 文件大小:17169408
    • 提供者:Yuanpeichao
  1. vcPP-and-Host-computer

    0下载:
  2. VC++编写简单串口上位机程序,体验一下单片机和PC通信的乐趣-VC++ write simple serial host computer program and experience the fun of the SCM and PC communications
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:767826
    • 提供者:long
  1. SerialPortTest

    0下载:
  2. vc++ MFC界面与单片机串口通讯简单又实用-vc++ MFC interface with microcontroller serial communications simple and practical
  3. 所属分类:Com Port

    • 发布日期:2017-11-25
    • 文件大小:35074
    • 提供者:caixuanxian
  1. VCPPMSComm-_and_VC--mscomm-For51-

    0下载:
  2. VC++MSComm串口接收程序_和VC上位机针对51单片机的文档!比较好的资源!-VC++MSComm serial port to receive program _ and VC host computer for 51 single-chip documentation! Better resources!
  3. 所属分类:Com Port

    • 发布日期:2017-11-11
    • 文件大小:519332
    • 提供者:周林
  1. 112081125

    0下载:
  2. 是一个接口实验,下位使用单片机控制AD采集数据,通过串口上传数据到vc++编写的上位机,实现波形显示,并有下位机的pcb版原理图和pcb图-Is an interface experiment, bit microcontroller control AD ​ ​ data acquisition, prepared PC through the serial port to upload data to vc++, waveform display, and the mac
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:4371344
    • 提供者:张兵
  1. dianzichen

    0下载:
  2. 一个电子称的接口实验,下位机的模拟电路接到AD,然后单片机控制AD采集,把采集的数据传到vc++编写的上位机,实现重量的事实显示-The fact that said an electronic interface experiment, the next crew of analog circuit receiving the AD and SCM control AD ​ ​ acquisition, the collected data to the vc++ Prep
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:7907111
    • 提供者:张兵
« 1 2 ... 10 11 12 13 14 1516 17 18 »
搜珍网 www.dssz.com