搜索资源列表
ucGUI的16_16点阵字库
- 应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //汉字字体 即可使用. 使用实例: static void DemoHZ(void) { const char str[] = GUI_UC_START\"中国人民万岁\"GUI_UC_END /* Set ShiftJIS fo
ucFS正版源代码
- 啥也不说了,请看代码示例 File : fat_dir.c FS_DIR *FS__fat_opendir(const char *pDirName, FS_DIR *pDir) { FS_size_t len FS_u32 unit FS_u32 dstart ....... FS_u32 dsize FS_i32 i char realname[12] char *filename if (!pDir) { return 0 /* No valid pointer to a FS_DIR s
stm32_startup_GCC
- my startup code for STM32F10x (const in program memory)
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
ForwardMgr
- windows mobile下,通过tapi实现的来电转接程序-Programatically forwarding calls using TAPI February 9, 2009, 12:59 am Download the source code Recently one of my friend asked me how to forward calls using the USSD commands. This link describes how to forw
atoi_function
- 把字符串转换成整型数 atoi()会扫描参数nptr字符串,如果第一个字符不是数字也不是正负号返回零,否则开始做类型转换,之后检测到非数字或结束符 \0 时停止转换,返回整型数。- const
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!
Mailset
- ce,电子邮件设置 const TCHAR *kszXMLFileName = TEXT("mailset.xml") // Node names used in the XML const TCHAR *kszMailSetNode = TEXT("mailset") const TCHAR *kszStoreNode = TEXT("store") // Attribute names used in the XML const TCHAR *kszDi
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
Text-shaped-LCD
- 文字形LCD Text-shaped LCD #include "HT66F50.h" const unsigned char Table1[] = "Kun" //所要顯示字元 unsigned char DATA_BUS @0x20 //sfr DATA_BUS=0x90 //DATA bus=P1 #define RS PA0 //P35=RS=0指令暫存器,RS=1資料暫存器 #define RW PA1 //P36=RW=1讀取,RW=0寫入
pingjun2
- 目标检测是雷达领域中一项重要的研究课题。在实际系统中,由于应用环境的不同,需要选取合适的检测算法。雷达中的恒虚警。-111c target detection is a key research project in Radar field.In real systems.the appropriate detection method should be selected due to different application environments.const false alertin
const-temperature
- 采用晶闸管控制的灯泡功率的51单片机应用程序,精度可达0.1摄氏度-51 of the bulb power thyristor controlled microcontroller applications, accuracy of 0.1 degrees Celsius.