登录
首页 » 嵌入式系统 » Perfect Example for Embedded

Perfect Example for Embedded

于 2022-03-02 发布 文件大小:791.99 kB
0 169
下载积分: 2 下载次数: 1

代码说明:

Perfect Example for Embedded-C begineers Explaining use of Data types, Storage class specifiers. The following code will not immediately run. After being debugged, you are to run this code in the MPLAB environment as outlined in the procedure. This code, when working, will be a very simple program that initializes two variables, runs a loop, and stops. The variables are Fahrenheit and Celsius representing the two common units of Temperature. The loop walks Fahrenheit through all integers between -212.0 and +212.0 while setting the respective Celsius value each step of the way.-Perfect Example for Embedded-C begineers Explaining use of Data types, Storage class specifiers. The following code will not immediately run. After being debugged, you are to run this code in the MPLAB environment as outlined in the procedure. This code, when working, will be a very simple program that initializes two variables, runs a loop, and stops. The variables are Fahrenheit and Celsius repr

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个详细的计算器代码用minigui编的
    一个详细的计算器代码用minigui编的-A detailed calculator code series with minigui
    2022-08-09 17:02:44下载
    积分:1
  • stm32 内存分配管理
    应用背景内存管理,是指软件运行时对计算机内存资源的分配和使用的技术。其最主要的目的是如 何高效,快速的分配,并且在适当的时候释放和回收内存资源。内存管理的实现方法有很多种, 他们其实最终都是要实现2 个函数:malloc 和free;malloc 函数用于内存申请,free 函数用于 内存释放。 关键技术当指针p 调用malloc 申请内存的时候,先判断p 要分配的内存块数(m),然后从第n 项开 始,向下查找,直到找到m 块连续的空内存块(即对应内存管理表项为0),然后将这m 个内 存管理表项的值都设置为m(标记被占用),最后,把最后的这个空内存块的地址返回指针p, 完成一次分配。注意,如果当内存不够的时候(找到最后也没找到连续的m 块空闲内存),则 返回NULL 给p,表示分配失败。
    2022-02-10 14:18:07下载
    积分:1
  • 单片机实现软件滤波,通过编程,比硬件灵活.
    单片机实现软件滤波,通过编程,比硬件灵活.-Single-chip filtering software, by programming flexibility than hardware.
    2022-12-25 11:35:03下载
    积分:1
  • 配合hzk16可以在屏幕上打印点阵汉字,可以用于测试hzk16,或用于其他相关。...
    配合hzk16可以在屏幕上打印点阵汉字,可以用于测试hzk16,或用于其他相关。-With hzk16 can print dot matrix characters on the screen can be used to test hzk16, or for other related.
    2022-10-17 09:00:03下载
    积分:1
  • 触摸屏校准方法,适合linux下使用
    触摸屏校准方法,适合嵌入式linux下使用-touch screen calibration method for embedded Linux use
    2022-02-14 10:45:46下载
    积分:1
  • Display clock.
    -显示时钟。
    2022-11-15 23:15:03下载
    积分:1
  • 这个源码是基于三星的arm 44b0x开发板上的基于uclinux上的外部中断测试程序,对linux和arm初学者门很有帮助...
    这个源码是基于三星的arm 44b0x开发板上的基于uclinux上的外部中断测试程序,对linux和arm初学者入门很有帮助-this source is based on Samsung"s arm 44b0x development board based on the Basis of external interrupt testing procedures, and right arm beginners linux entry helpful
    2022-11-26 03:10:03下载
    积分:1
  • NIOSII的串口通讯源程序,很不错,值得
    NIOSII的串口通讯源程序,很不错,值得-Serial Communication NIOSII source, it is good, it is worth
    2022-05-14 20:17:36下载
    积分:1
  • 基于MSP430F5342单片机的SIM900 GPRS 数据透明传输模块
    应用背景实现最基本的gprs 通讯功能,同时提供最低的能耗需求。 在此基础上,软件功能基于ucosII‐2.92 版本进行开发,软件提供demo 开源,硬件原 理图进行开源,软件未开源部分使用lib 库实现,提供lib 库,未开源部分为AT 指令 的流操作。关键技术由于目前物联网的推进以及GPRS 数据业务在各个行业的应用,该类似的设计产品在市 场上仍将占据一块很大的区域。同时现有的产品发展将面向客户以及模块化设计,单独设计 该款模块,用户只需设置很少的参数即可立即使用,同时模块将分别实现正常工作以及低功 耗工作两种模式。
    2022-01-26 04:33:26下载
    积分:1
  • SST 列Nor flash 的读写源码
    SST 系列Nor flash 的读写源码--Source code for reading/writting SST series Nor flash.
    2022-04-27 22:34:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载