资源简介
基于LM3S9B92的计算器代码,值得你拥有哦!

代码片段和文件信息
//*****************************************************************************
//
// image.c - Routines for drawing bitmap images.
//
// Copyright (c) 2008-2009 Luminary Micro Inc. All rights reserved.
// Software License Agreement
//
// Luminary Micro Inc. (LMI) is supplying this software for use solely and
// exclusively on LMI‘s microcontroller products.
//
// The software is owned by LMI and/or its suppliers and is protected under
// applicable copyright laws. All rights are reserved. You may not combine
// this software with “viral“ open-source software in order to form a larger
// program. Any use in violation of the foregoing restrictions may subject
// the user to criminal sanctions under applicable laws as well as to civil
// liability for the breach of the terms and conditions of this license.
//
// THIS SOFTWARE IS PROVIDED “AS IS“. NO WARRANTIES WHETHER EXPRESS IMPLIED
// OR STATUTORY INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF
// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
// LMI SHALL NOT IN ANY CIRCUMSTANCES BE LIABLE FOR SPECIAL INCIDENTAL OR
// CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER.
//
// This is part of revision 5228 of the Stellaris Graphics Library.
//
//*****************************************************************************
#include “driverlib/debug.h“
#include “grlib/grlib.h“
//*****************************************************************************
//
//! \addtogroup primitives_api
//! @{
//
//*****************************************************************************
//*****************************************************************************
//
// The buffer that holds the dictionary used by the Lempel-Ziv-Storer-Szymanski
// compression algorithm. This is simply the last 32 bytes decoded from the
// stream and is initially filled with zeros.
//
//*****************************************************************************
static unsigned char g_pucDictionary[32];
//*****************************************************************************
//
//! Draws a bitmap image.
//!
//! \param pContext is a pointer to the drawing context to use.
//! \param pucImage is a pointer to the image to draw.
//! \param lX is the X coordinate of the upper left corner of the image.
//! \param lY is the Y coordinate of the upper left corner of the image.
//!
//! This function draws a bitmap image. The image may be 1 bit per pixel
//! (using the foreground and background color from the drawing context) 4
//! bits per pixel (using a palette supplied in the image data) or 8 bits per
//! pixel (using a palette supplied in the image data). It can be uncompressed
//! data or it can be compressed using the Lempel-Ziv-Storer-Szymanski
//! algorithm (as published in the Journal of the ACM 29(4):928-951 October
//! 1982).
//!
//! \return None.
//
//*************************************
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-01-09 15:12 计算器\
文件 19 2015-01-09 14:00 计算器\ExtDll.iex
文件 24 2015-01-09 15:12 计算器\Startup.d
文件 41882 2015-01-09 15:12 计算器\Startup.lst
文件 16477 2015-01-09 09:10 计算器\Startup.s
目录 0 2014-12-31 19:59 计算器\driverlib\
文件 22768 2010-12-08 08:38 计算器\driverlib\Backup of driverlib.ewd
文件 24921 2010-12-08 08:38 计算器\driverlib\Backup of driverlib.ewp
文件 3197 2010-07-20 23:11 计算器\driverlib\Makefile
文件 47833 2010-07-20 23:11 计算器\driverlib\adc.c
文件 11627 2010-07-20 23:11 计算器\driverlib\adc.h
文件 73035 2010-07-20 23:11 计算器\driverlib\can.c
文件 14926 2010-07-20 23:11 计算器\driverlib\can.h
文件 15635 2010-07-20 23:11 计算器\driverlib\comp.c
文件 7314 2010-07-20 23:11 计算器\driverlib\comp.h
文件 5410 2010-07-20 23:11 计算器\driverlib\cpu.c
文件 2332 2010-07-20 23:11 计算器\driverlib\cpu.h
文件 2261 2010-07-20 23:11 计算器\driverlib\cr_project.xm
文件 2520 2010-07-20 23:11 计算器\driverlib\debug.h
文件 2145 2010-07-20 23:11 计算器\driverlib\driverlib.Opt
文件 3290 2010-07-20 23:11 计算器\driverlib\driverlib.Uv2
文件 18250 2010-12-08 08:39 计算器\driverlib\driverlib.dep
文件 22768 2010-12-08 08:38 计算器\driverlib\driverlib.ewd
文件 24921 2010-12-08 08:38 计算器\driverlib\driverlib.ewp
文件 3433 2010-07-20 23:11 计算器\driverlib\driverlib.sgxx
文件 39080 2010-07-20 23:11 计算器\driverlib\epi.c
文件 12737 2010-07-20 23:11 计算器\driverlib\epi.h
文件 45550 2010-07-20 23:11 计算器\driverlib\ethernet.c
文件 7662 2010-07-20 23:11 计算器\driverlib\ethernet.h
目录 0 2014-12-31 19:59 计算器\driverlib\ewarm\
目录 0 2014-12-31 19:59 计算器\driverlib\ewarm\Exe\
............此处省略525个文件信息
- 上一篇:UGUI 滑动插件 支持多种模式
- 下一篇:江西气象数据包.rar
相关资源
- 51 单片机 红外避障小车 大集合136
- STC8951系列单片机中方指南
- 基于MCS_51单片机的工业屏柜散热方案
- MCS_51单片机与8255A的接口设计
- 飞思卡尔单片机MC9S12XS12G128驱动(硬件
- 51单片机PWM程序,占空比、周期可调整
- 单片机和adc0809数字电压表
- PIC单片机完成的电子密码锁
- 单片机、ADC0808809设计简易数字电压表
- 51单片机多功能自行车测速仪
- 单片机做的6位时分秒数字钟
- 单片机电子时钟 闹钟 日历
- 音乐代码转换软件 单片机编程时用
- 单片机课程设计 篮球计分器
- 00
- 用51单片机实现G代码翻译
- 简易的电阻电容测量电路
- 单片机与温度传感器DS18B20的程序设计
- 51单片机基于protues的几个仿真实例
- 基于52单片机的直流电压测量
- 38k单片机红外发送代码、keil
- 51单片机PCB设计图
- PC -- 单片机的串口数据传输系统设计
- 51单片机控制舵机程序
- 武汉理工大学 单片机课程设计 16*16点
- 51单片机读取温度数据存储到SD卡中并
- 【单片机】51单片机数码管显示万年历
- 浙江工业大学2005-2006学年单片机习题
- 单片机与PC机串口通讯仿真
- 毕业设计 单片机 对讲机 protues仿真
评论
共有 条评论