CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - object c

搜索资源列表

  1. Eagle_Lookaround

    1下载:
  2. 用C编写基于凌阳SPCE061A芯片的图象识别模块可实现(1)获得数据并处理。(2)控制按扭KEY1,播放物体的形状和颜色。(3)分辩的颜色:红色、绿色、蓝色、黄色。(4)分辩的形状:正方形、长方形、圆形、三角形。(5)控制按键KEY2,小车跟着红色的物体移动,别的颜色不做跟踪。-prepared based on the C Sunplus SPCE061A chip image recognition module can be realized (1) access to data and
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:23608
    • 提供者:三石
  1. 51biancheng

    1下载:
  2. 51单片机C语言的编程技巧 在进行单片机应用系统设计时.汇编语言是一种常用的软件工具。它能直接操作硬件.指令的执行速度快。但其指令繁育统的固有格式受硬件结构的限制很大.且难于编写与调试.同时其可移植性也较差。随着单片机硬件性能的提高.其工作速度越来越快.因此在编写单片机应用系统程序时.更着重于程序本身的编写效率。本文介招的C51交叉编译器就是解决连一问题的利器-51 microcontroller C programming language skills during SCM applic
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to in
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:cj
  1. char_lcd

    0下载:
  2. 430LCD使用,很好的例子,C语言写的,希望对象我一样的初学者有用-430LCD use, a good example of the C language to write, I hope the same object useful beginners
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:8350
    • 提供者:小罗
  1. slac013

    0下载:
  2. c程序,TI TMPS430单片机使用例子,希望对象我一样的初学者有帮助,-c procedures, the use of TI TMPS430 SCM example, I hope that the same object is to help beginners.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:44832
    • 提供者:小罗
  1. OOPCPUML

    1下载:
  2. 在高焕堂先生的著作《UML+OOPC嵌入式C语言开发精讲》中介绍了高先生及其MISOO团队创作的lw_oopc宏。 在研读这套宏的过程中,我发现高先生提供的这套宏还过于简陋,不能够优雅地支持面向接口编程。 经过认真钻研,我对原有的这套宏进行了扩充和改良,得到了lw_oopc宏的升级改进版本。 改良后的这套宏,能够很好地支持面向对象编程,能够支持面向接口编程(甚至支持复杂的多重继承)。-In Mr. Gao Huantang book " UML+ OOPC embed
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1147848
    • 提供者:张磊
  1. Profibus_DP

    2下载:
  2. 使用8052单片机控制SPC3总线桥实现PROFIBUS-DP现场总线的从站部分C程序源码,已经编译、调试通过。特别提醒,此源码的编程思想很值得学习,虽然是针对单片机的C程序,但具有面向对象的设计思想等。-8052 single-chip microcomputer to control the use of SPC3 bus bridge the achievement of PROFIBUS-DP fieldbus slave part of C program source code ha
  3. 所属分类:SCM

    • 发布日期:2014-10-17
    • 文件大小:114953
    • 提供者:zhangwujiang
  1. CLanguageDetailedexamples

    0下载:
  2. 本书对C++、面向对象、数据结构都做了全面详细的讲解,是一本非常好的基础教程。适合初学者使用。-The book of C++, Object-oriented, data structure have done a full and detailed explanations, it is a very good basis for tutorials. Suitable for beginners to use.
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:4792162
    • 提供者:sunny
  1. amop-0.21.1-bin

    0下载:
  2. AMOP 0.3 is an Automatic Mock Object for C++. By using ABI and template techniques, it can simulate a pseudo-"Reflection" which is normally not support in C++ . The main differences between AMOP and other mock object library is that, users DO
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:608326
    • 提供者:Tuan
  1. Lamp

    0下载:
  2. 采用PICC18编写的单片机源代码,编译环境MPLABv7.62;编译器PICC18pro9.60,程序中虽然未采用RTOS,但采用了任务段处理的方式,即每个运行周期只运行一个任务。并将面向对象的思想引入C中,一个文件相当于一个类。对初学者有一定的参考意义。有些代码考虑到易读性和通用性牺牲了代码的效率。-Singlechip PICC18 prepared using the source code, the compiler environment MPLABv7.62 compiler
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:573400
    • 提供者:lxb
  1. c8051f040exampleforcan

    0下载:
  2. CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message wh
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:12247
    • 提供者:shendongping
  1. ODtest

    0下载:
  2. CanOpen Object dictionary management and test that every thing is in place accordingly.
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:2248618
    • 提供者:Yugal
  1. chashengboceju

    2下载:
  2. AT89S52单片机控制的超声波测距,主程序首先对系统环境初始化,设置定时器T0工作模式为16位的定时计数器模式,置位总中断允许位EA并给显示端口P0和P2清0。然后调用超声波发生子程序送出一个超声波脉冲,为避免超声波从发射器直接传送到接收器引起的直接波触发,需延迟0.1ms(这也就是测距器会有一个最小可测距离的原因)后,才打开外中断0接收返回的超声波信号。由于采用12MHz的晶振,机器周期为1us,当主程序检测到接收成功的标志位后,将计数器T0中的数(即超声波来回所用的时间)按下式计算即可测得
  3. 所属分类:SCM

    • 发布日期:2015-01-26
    • 文件大小:173647
    • 提供者:刘翔
  1. GSM

    1下载:
  2. 采用51单片机控制GSM模块收发短信,电话的源程序,采用C语言编写移植很方便-MCU with 51 GSM module send and receive text messages, phone source code, using C language easily transplanted
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:171834
    • 提供者:王玉明
  1. AlgorithmsandDataStructures

    0下载:
  2. While many computer science textbooks are confined to teaching programming code and languages, Algorithms and Data Structures: The Science of Computing takes a step back to introduce and explore algorithms -- the content of the code. Focusing on thre
  3. 所属分类:SCM

    • 发布日期:2017-05-27
    • 文件大小:10744472
    • 提供者:emranallan
  1. Object-OrientedProgrammingWithANSI-C

    0下载:
  2. Object-Oriented programming with ANSI C. Good Intro to Object-Oriented programming paradigm with C.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:936432
    • 提供者:encore1
  1. Robert-Lafore---Object-Oriented-Programming-in-CP

    0下载:
  2. Robert Lafore - Object Oriented Programming in C-Robert Lafore - Object Oriented Programming in C++
  3. 所属分类:SCM

    • 发布日期:2017-05-27
    • 文件大小:9738415
    • 提供者:Ja
  1. FTC334S-C-

    1下载:
  2. 驱动IC: SN8P2501B 测试对象: FTC334S 显示芯片:TM1628 FTC334S触控按键优点: 在不增加IO口线的基础上就可以将按键改成触摸按键,方便已经成功量产的产品更换成触控按键方式 本程式介绍: TM1628和FTC334S共用三根IO口线使用互不干扰,单片机上电后设FTC334S工作参数,成功后转入主循环,每隔10MS读取一按键状态,连续三次读到同样的按键将键值通过TM1628的1位数码管显示出来,并将读到的FTC334S的灵敏度值一直显示于另一
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-04-11
    • 文件大小:3555
    • 提供者:king
  1. Electronic-scales-c-program

    0下载:
  2. 此代码实现的功能是电子称称重功能,能够实现称重,并结合输入单价计算出物体的价格,还有去皮、清零,量程切换等多项功能-This code implements the function of electronic scales weighing capabilities to achieve weighed and combined input price calculated price of the object, as well as peeled, clear, range switchi
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:128262
    • 提供者:pengzhihao
  1. 面向对象的C语言Object Oriented C

    0下载:
  2. 面向对象思维编程C语言 面向对象思维编程C语言(Object oriented programming C language)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-22
    • 文件大小:15360
    • 提供者:testaa
« 12 »
搜珍网 www.dssz.com