CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - const

搜索资源列表

  1. ucGUI的16_16点阵字库

    1下载:
  2. 应用于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
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:162.15kb
    • 提供者:康康
  1. ucFS正版源代码

    1下载:
  2. 啥也不说了,请看代码示例 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
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:99.65kb
    • 提供者:康康
  1. stm32_startup_GCC

    0下载:
  2. my startup code for STM32F10x (const in program memory)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:247.05kb
    • 提供者:aleksey
  1. OCM240128DriverAPI

    0下载:
  2. 液晶 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
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:11.14kb
    • 提供者:
  1. 100meters

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:12.82kb
    • 提供者:王清
  1. 10to

    0下载:
  2. 基于单片机的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
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:6.38kb
    • 提供者:
  1. ForwardMgr

    0下载:
  2. 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
  3. 所属分类:Windows CE

    • 发布日期:2017-04-23
    • 文件大小:25.46kb
    • 提供者:龙田
  1. atoi_function

    1下载:
  2. 把字符串转换成整型数 atoi()会扫描参数nptr字符串,如果第一个字符不是数字也不是正负号返回零,否则开始做类型转换,之后检测到非数字或结束符 \0 时停止转换,返回整型数。- const
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:774byte
    • 提供者:王振
  1. const

    0下载:
  2. 综合介绍了c语言中const的所有用法,非常实用-Descr iption of all const c language usage
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:29.45kb
    • 提供者:尹翔峰
  1. vscf

    0下载:
  2. 传统的无速度传感器双馈调速系统,采用磁链定向,在同步速附近存在较大的工作死区. 由此,本文提出了一种无速度传感器采用转子电流定向的方案,从而避免了磁链积分带来的误 差,可广泛应用于调速范围不大的风机泵类负载,实现在调速范围的准确定向,并基于MAT2 LAB/ SIMUL IN K软件包建立了双馈电机调速系统的仿真模型,给出了主要的仿真波形,对该 调速方案的合理性及可行性进行了实例论证.-In this paper ,a simulation model of doubly f
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:279.16kb
    • 提供者:Koraine
  1. asimpledigitalfrequencymeterBasedonPIC16F87A

    0下载:
  2. //本程序利用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
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2.71kb
    • 提供者:mengchao
  1. const

    0下载:
  2. C的关键字——const的理解和用法,学习学习也无妨!-C keywords- const understanding and usage, learn from it anyway!
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2.91kb
    • 提供者:GJC
  1. LCD1602

    0下载:
  2. 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!
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:585.4kb
    • 提供者:XIANSir
  1. Mailset

    0下载:
  2. 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
  3. 所属分类:Windows CE

    • 发布日期:2017-05-03
    • 文件大小:1.31mb
    • 提供者:liuzhigao
  1. 512

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:3kb
    • 提供者:limmy
  1. hzk16array

    0下载:
  2. 自己导出的汉字库HZK16的数组文件,可以在嵌入式开发中使用C语言时直接调用。格式为static const unsigned char HZK16[] = {0x,...}
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:221.95kb
    • 提供者:天了
  1. winavr_flash

    0下载:
  2. winavr把常量存储在code区的示例-example for winavr,how to arrange the const in code segment,simulate can see the array is in code:0x12。fine
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6.55kb
    • 提供者:王长春
  1. Text-shaped-LCD

    0下载:
  2. 文字形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寫入
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:12.44kb
    • 提供者:蔡志欣
  1. pingjun2

    0下载:
  2. 目标检测是雷达领域中一项重要的研究课题。在实际系统中,由于应用环境的不同,需要选取合适的检测算法。雷达中的恒虚警。-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
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:800byte
    • 提供者:Sang
  1. const-temperature

    0下载:
  2. 采用晶闸管控制的灯泡功率的51单片机应用程序,精度可达0.1摄氏度-51 of the bulb power thyristor controlled microcontroller applications, accuracy of 0.1 degrees Celsius.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:37.43kb
    • 提供者:郑祥勇
« 12 »
搜珍网 www.dssz.com