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

搜索资源列表

  1. bioscom

    0下载:
  2. 上位机(386以上PC机)的所有程序是在BORLAND C++环境下编译的,因此串行通信程序可以直接应用I/O通信库函数bioscom(),该函数在由port指定的I/O端口上执行RS-232通信操作。通信前,根据与8098单片机的通信协议,设定通信的串行端口、数据位数、停止位数、波特率,由于上位机时钟为12MHz,所以对应的波特率应设置为4800。下面给出上位机串行通信的部分程序:
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3468
    • 提供者:zeng
  1. FLOAT

    0下载:
  2. PIC系列单片机典型应用程序集: 浮点运算
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2931
    • 提供者:liming
  1. ads7816.zip

    0下载:
  2. ads7816关于 89s51 的单片机小程序,ads7816 small program on the microcontroller 89s51
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:1292
    • 提供者:岳立
  1. MAX7219C51

    0下载:
  2. LED显示驱动器MAX7219的特性本文简述串行LED显示驱动器MAX7219的特性,介绍MAX7219与MCS51单片机的两种接口方式: 串行口驱动MAX7219和I/O 口模拟三线协议驱动MAX7219,并分别给出相应的C51程序的编程实现-MAX7219 LED display driver This paper describes the characteristics of serial LED display driver MAX7219 features introduced tw
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:142358
    • 提供者:lyuhu
  1. C

    0下载:
  2. c语言程序,主要是用于单片机的一些应用。-c language program, mainly for SCM applications.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:7573
    • 提供者:小兰
  1. nyr

    0下载:
  2. 51单片机的时间显示程序,在液晶1602上显示年月日-51 single-chip display program time, at 1602 on LCD display date
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:1083
    • 提供者:liwei
  1. pwm

    0下载:
  2. pwm 调制程序,,参考一下,采用51单片机开发,觉得有用就下载吧-pwm modulation procedures, refer to
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:564
    • 提供者:王明亮
  1. exp

    0下载:
  2. 《嵌入式系统实验》是软件学院课程中嵌入式系统方向的专业基础课。这是《单片机原理与应用》,《计算机组成原理》的后继课程。本课程的教学目的是通过大纲所列内容的学习与实验,使学生学会嵌入式系统的开发方法与过程。了解ARM核,熟悉基于ARM7TDMI核的处理器芯片(S3C44B0X)嵌入式系统应用开发。在实验技能方面得到系统的训练,学会基本硬件的应用,底层软件的编写和基于嵌入式系统应用程序的设计。-experiment
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:13372
    • 提供者:lyj
  1. pid)

    0下载:
  2. 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -This is a t
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3810
    • 提供者:clary
  1. yi-tiao

    0下载:
  2. 一个单片机ADC0808或者0809的AD转换C语言程序,可以和PC机通信-A single-chip microcomputer ADC0808 or the AD transform 0809 C programming language can and PC communications
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:658
    • 提供者:听雨
  1. samplecode

    0下载:
  2. Linux下用C写的几个包括进程、线程、文件读写、linux网络编程的小程序 -Under Linux written with C several threads documents including process of reading and writing Linux network programming small programs
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:4305
    • 提供者:Lewph
  1. mymini2440led_C

    0下载:
  2. mini2440裸机程序包中的led,编写的内容与单片机的方式相似-mini2440 bare metal package led in a similar manner to write the contents of microcontroller
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:30894
    • 提供者:peter
  1. USB-driver

    0下载:
  2. usb_skeleton.c:是单片机的设备驱动程序。 sender.c:是简单的通信应用程序。 编译方式:在要加载的linux内核代码树下编译 insmod usb_skeleton.o即可。 c2_programmer.tar:是一个开源的参考实现。 -USB driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:13687
    • 提供者:宋世磊
  1. testSigleChip

    0下载:
  2. c语言版的单片机程序,包括上位机下位机,包括其他-c language version of the SCM process, including PC next bit machine, including other
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-21
    • 文件大小:8028
    • 提供者:gechangning
  1. ArmPlat_lcd

    0下载:
  2. 单片机的led处理程序,尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。-MCU led handler, try not to let the owners have spent time in the revised instructions you. Unpack the archive and can not have a password.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-22
    • 文件大小:1641503
    • 提供者:赖杰
  1. 单片机C语言,例子

    0下载:
  2. 单片机C语言程序,时钟芯片pcf8563实现多种功能
  3. 所属分类:嵌入式Linux

  1. 单片机液晶1602汉字显示

    0下载:
  2. 单片机液晶1602汉字显示c程序,可以显示汉字
  3. 所属分类:嵌入式Linux

  1. 12864zhongjiyingyong

    0下载:
  2. /************************************************************************************** 程序名称:时间 温度控制系统(128*64LCD+ds1302+ds18b20) 主要功能:温度计 时钟 闹铃 密码锁 篮球器 计算器 温度控制 键盘锁 系统设置等。 主要说明:程序全部定义在一个C文件中。 作者: LiJH 时间: 2008.6.20 版本: LiJH-V1.0 /
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-10
    • 文件大小:24932
    • 提供者:付路路
  1. AD

    0下载:
  2. AD转换器程序,将模拟信号转换为数字信号,基于51单片机设计-AD converter, converts analog signals to digital signals, based on 51 single chip design
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:4876
    • 提供者:王述旭
  1. 智能家居终极程序

    0下载:
  2. 基于单片机编程的电源系统,某些功能或者某些参数可以通过计算机软件编程控制的电源(Intellectualized electromagnetic radiation detecting and alarming system is realized through programming SC)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-01-10
    • 文件大小:149504
    • 提供者:wwfdsh
« 12 »
搜珍网 www.dssz.com