搜索结果

找到约 624 项符合 INCLUDE 的查询结果

按分类筛选

显示更多分类

嵌入式Linux 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口

利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好 ...
https://www.eeworm.com/dl/653/262233.html
下载: 148
查看: 1082

加密解密 On Sunday, April 27, 2003, Fresno will celebrate Earth Day in downtown Fresno at Courthouse Park. Th

On Sunday, April 27, 2003, Fresno will celebrate Earth Day in downtown Fresno at Courthouse Park. The event will begin at noon. This year we will include music, speakers, and vendors, plus activities for children. Fresno Earth Day is recognized as the only Earth Day festival that happens in Fresno ...
https://www.eeworm.com/dl/519/263342.html
下载: 22
查看: 1025

单片机开发 I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x

I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x240 dot matrix LCD. The code include 3 different fonts, and basic LCD driver. All original!
https://www.eeworm.com/dl/648/263675.html
下载: 52
查看: 1053

其他 数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KeyType // 定义RedType类型的关键字为整型

数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KeyType // 定义RedType类型的关键字为整型 struct RedType // 记录类型(同c10-1.h) { KeyType key // 关键字项 InfoType otherinfo // 其它数据项 } typedef char KeysType // 定义关键字类型为字符型 #include"c ...
https://www.eeworm.com/dl/534/266759.html
下载: 173
查看: 1539

其他 // algo3-12.cpp 银行业务模拟。实现算法3.6、3.7的程序 #define Qu 4 // 客户队列数 #define Khjg 5 // 两相邻到达的客户的时间间隔最大值

// algo3-12.cpp 银行业务模拟。实现算法3.6、3.7的程序 #define Qu 4 // 客户队列数 #define Khjg 5 // 两相邻到达的客户的时间间隔最大值 #define Blsj 30 // 每个客户办理业务的时间最大值 #include"c1.h" typedef struct // 定义ElemType为结构体类型 { int OccurTime // 事件发生时刻 int NType // 事件类型 ...
https://www.eeworm.com/dl/534/266764.html
下载: 72
查看: 1052

中间件编程 通用报表打印类使用说明 主要功能: 1 – 自动分页 2 – 自动划出纵横表格线 3 – 支持横向 / 纵向打印 4 – 支持打印输出或生成文本文件 使用方法: 1.Copy prt.h

通用报表打印类使用说明 主要功能: 1 – 自动分页 2 – 自动划出纵横表格线 3 – 支持横向 / 纵向打印 4 – 支持打印输出或生成文本文件 使用方法: 1.Copy prt.h, prt.cpp --- > Project Path 2.Menu --- > Project --- > Add to project --- > files ( prt.h, prt.cpp ) 3.Menu --- > open --- > prt_demo.rc --- > B ...
https://www.eeworm.com/dl/682/269122.html
下载: 196
查看: 1056

单片机开发 nrf9E5串口通讯,要的功能

nrf9E5串口通讯,要的功能,你的程序只要包括这样的语句: #include <chipcon/hal.h> #include <chipcon/cul.h> 你的软件就可以在这个库的高级的水平上开始工作,举例说明: 你需要发送一个包,包括序言,通讯标志,地址,数据,CRC效验等,你只需要下列两行语句,便全部完成了! ...
https://www.eeworm.com/dl/648/269328.html
下载: 59
查看: 1017

通讯/手机编程 This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is

This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver ...
https://www.eeworm.com/dl/527/275414.html
下载: 116
查看: 1063

其他嵌入式/单片机内容 本项目是台湾宏芯7"TFT模拟显示屏的驱动设计

本项目是台湾宏芯7"TFT模拟显示屏的驱动设计,里面包括几乎所有厂家的7"TFT显示屏(主要是车载使用),查看支持的厂家请打开压缩包到\include\pannel下包含了支持的屏的头文件.开发编译环境是Keil7
https://www.eeworm.com/dl/687/275923.html
下载: 119
查看: 1140

单片机开发 三星lcd驱动

三星lcd驱动,S6B0741,128X129FENBLV#ifndef _LCD_H_ #define _LCD_H_ #include "settings.h" #include "Battery.h" #include "EnDecode.h" #include "main.h"
https://www.eeworm.com/dl/648/279343.html
下载: 79
查看: 1036