搜索资源列表
OCM240128DriverAPI
- 液晶 OCM/TG240128 驱动 编程语言: C 原产品硬件ATMega128/1280 ,晶振14.7456M 软件AVR ICC7.14C 破解版 由产品源码中提取,详细的字符和图行操作.实现LCD内任何位置的定位操作. void LCD_Init(void) void GMoveTo(U8 yline, U8 xcolumn) void TMoveTo(U8 y, U8 x,U8 len) void DispStartLine
100meters
- 100米比赛排名,const 类型说明符 &引用名 ,常引用:不能通过常引用更新所引用的对象,如果用常引用作形参,便不会意外地发生对实参的更改。-100 meters race rankings, const type specifier & quoted name, often cited: to cite the update can not be invoked by the object, if often cited as shape parameters, it would
10to
- 基于单片机的10根线束线缆检测器的源程序 #pragma sfr #pragma DI #pragma EI #pragma NOP //#pragma interrupt INTTM010 isr_INTTM000 #pragma interrupt INTTM80 isr_INTTM80 //#pragma interrupt INTTMH1 isr_INTTMH1 #pragma section @@CNST OPT AT 80H const char
const
- 综合介绍了c语言中const的所有用法,非常实用-Descr iption of all const c language usage
vscf
- 传统的无速度传感器双馈调速系统,采用磁链定向,在同步速附近存在较大的工作死区. 由此,本文提出了一种无速度传感器采用转子电流定向的方案,从而避免了磁链积分带来的误 差,可广泛应用于调速范围不大的风机泵类负载,实现在调速范围的准确定向,并基于MAT2 LAB/ SIMUL IN K软件包建立了双馈电机调速系统的仿真模型,给出了主要的仿真波形,对该 调速方案的合理性及可行性进行了实例论证.-In this paper ,a simulation model of doubly f
asimpledigitalfrequencymeterBasedonPIC16F87A
- //本程序利用CCP1模块实现一个“简易数字频率计”的功能 #include <pic.h> #include <stdio.h> #include <math.h> const char table[11]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0XD8,0x80,0x90,0xFF}; //不带小数点的显示段码表 -//CCP1 module for use in this process a &q
const
- C的关键字——const的理解和用法,学习学习也无妨!-C keywords- const understanding and usage, learn from it anyway!
LCD1602
- 51单片机的LCD驱动程序,结构非常精巧,注释非常详细,用到了C语言的位域、const指针等许多高级功能,值得一读!-LCD Driver MCU 51, the structure is very delicate, very detailed comments, use the C language bit field, const pointer, and many other advanced features, worth a read!
512
- define unchar uint8_t #define unint uint16_t // Const Define #define DMX_CHANNEL_NUMBER 512 #define WAIT_RECEIVE_DMX 0 #define DMX_SYNC_OK 1 #define RECEIVE_DMX_DATA 2 #define DMX_RECEIVE_OK 3 // Buffer Define unch
hzk16array
- 自己导出的汉字库HZK16的数组文件,可以在嵌入式开发中使用C语言时直接调用。格式为static const unsigned char HZK16[] = {0x,...}
winavr_flash
- winavr把常量存储在code区的示例-example for winavr,how to arrange the const in code segment,simulate can see the array is in code:0x12。fine
const
- union变量的使用,结合自己使用的经验对此做了注解-the union variable use, combined with their own experience as annotations
Ch05-SCI_C
- 飞思卡尔AW60 串口驱动源程序(c编写),资料参考ttp://sumcu.suda.edu.cn/BingoV1/sumcu/const-The Freescale the AW60 serial driver source code (c write), data reference ttp ://sumcu.suda.edu.cn/BingoV1/sumcu/const
RC-test20121117
- RC充放电时间常数测量并用RS232通讯在PC机显示-measuring the const data of RC- charging&discharging
110325dj9p6ik6j9iniiii
- STM32实时时钟功能的标准库实现首先是bsp驱动,包括初始化函数RTC_Init()和设置时间函数RTC_Set()。 接下来就是<time.h>中的相关函数,我只实现了我认为最重要的函数 time_t time(time_t *time) time_t mktime(struct tm *timeptr) struct tm *gmtime(const time_t *timer) 以及辅助函数 static int getTotalDays
project5
- 本例程移植了R0.09b版本的FatFS文件系统,采用SDIO接口的MicroSD卡作为存储介质。 FatFS文件系统的移植说明见: \User\FatFS\FatFS移植记录.txt 核心文件为: b sdio_sd.c/.h : SDIO底层驱动代码 demo_sdio_fatfs.c/.h 演示FatFS API接口函数的使用方法的主程序。 配置GPIO的SD_Init()函数在执行 f_mount() 挂在文件系统时会被调用。因此,没有在
DHT11forSTM32
- 本章我们将向大家介绍如何使用STM32来读取DHT11数字温湿度传感器,从而得到环境温度和湿度等信息,并把从温湿度值显示在TFTLCD模块上。-// - // void calc_sth11(float*p_humidity ,float*p_temperature) { const float C1=-4.0 // for 12 Bit
STM32F103-DualCDC
- STM32F103 USB转双串口。使用CDC类。插上电脑后,会出来两个虚拟串口,如果提示找不到驱动,指定驱动路径到inf文件夹即可。 相比ST官方提供的只有1路串口的例程,方便了很多 用到的IO定义如下: 串口1:PA9和PA10 const GPIO_InitTypeDef TX1_pin { GPIO_Pin_9, GPIO_Speed_50MHz, GPIO_Mode_AF_PP } const GPIO_InitTypeDef RX1_pin { GPIO_Pin