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

搜索资源列表

  1. STCchuankougps

    0下载:
  2. #include <reg52.h> #include <stdio.h> #include <string.h> #define uchar unsigned char #define uint unsigned int #define isp_iap_byte_read 0x1 #define isp_iap_byte_program 0x2 #define isp_iap_sector_erase 0x3 #defi
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:6.26kb
    • 提供者:落落
  1. watchdog

    0下载:
  2. watchdog 这是一个例程!可以参考一下!-#include <errno.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <sys/io.h> #include <sys/time.h> #include <sys/types.h> #include <unistd.h>
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:808byte
    • 提供者:
  1. GPS

    1下载:
  2. 基于ARM的GPRS车载系统源程序 /******************************************************************************* ** Function: Get GPS Communication Port from GPSPort.ini ** ** In: char buffer ** ** Out: set the char buffer ** ** Date: 2007-8-1 Autho
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-03-26
    • 文件大小:5.19kb
    • 提供者:月买双
  1. ch375

    0下载:
  2. ch375读写u盘C51示例源程序 #i nclude  "datatype.h"#i nclude  "console.h"#i nclude  "44b0x.h"#i nclude  <string.h> /*  以下定义的详细说明请看Ch375hF9.h文件  */#define  LIB_CFG_FILE_IO 1 /*  文件读写的数据的复制方式,0为"外部子程序",1为"内部复制"  */#
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:7.9kb
    • 提供者:伍世祺
  1. string

    1下载:
  2. 斯凯mrp开发用的宽字符转换 很有用的 有个头文string.c 和string.h 头文件里有定义-Sky mrp convert wide character to use for development of a useful article string.c head and string.h header files are defined
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2.73kb
    • 提供者:xuhoa
  1. support

    0下载:
  2. #include <string.h> #include <stdio.h> /* ======================================================================== */ /* MEM_COMPARE -- Compare two memory images and output a detailed dump if */ /* the images differ. */ /* =====
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:1.77kb
    • 提供者:张志强
  1. string

    0下载:
  2. user string LYCR you can use this string.h and string.m create yourself strings with custom color
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:22.63kb
    • 提供者:RenZhenhua
  1. LCDchuanxing(h)

    0下载:
  2. 基于MSP430的LCD显示程序,是串行方式的,可在LCD上显示任意字符串。-Based on MSP430 LCD display program, it is a serial mode, can be displayed on LCD and the arbitrary string.
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:25.58kb
    • 提供者:
  1. MCS51_uCOC_II

    0下载:
  2. 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.h和OS_CORE.C。 2。OS_CFG.h堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。 4。修改中断处理流程,以便严密监视中断
  3. 所属分类:uCOS

    • 发布日期:2017-03-25
    • 文件大小:65.86kb
    • 提供者:by
  1. 51_RS485

    0下载:
  2. 51单片机串口通讯的源码! #ifndef __485_C__ #include <reg51.h> #include <string.h> #define unsigned char uchar #define unsigned int uint /* 通信命令 */ #define __ACTIVE_ 0x01 // 主机询问从机是否存在 #define __GETDATA_ 0x02 // 主机发送读设备请求 #
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:57.91kb
    • 提供者:chen
  1. SD-1602

    0下载:
  2. C51读写SD卡并且在LCD1602上显示是否成功与失败-#include<intrins.h> #include<reg52.h> #include <stdio.h> #include <string.h> #include"define.h" #include"Lcd1602.c" #include"SD.c"
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:9.98kb
    • 提供者:
  1. ATmega128DS18B20

    0下载:
  2. Tmega28的温度传感器DS18B20控制程序,显示环境温度,编译优化等级-01 //DS18b20的C语言驱动程序,三位数码管显示,读取当前环境温度,精度达0.1度,温度范围0-99度-#include <string.h> #include <stdio.h> #define F_CPU 7372800 /* 单片机主频为7.3728Mhz,用于延时子程序*/ #include <util/delay.h> #include &l
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:2.76kb
    • 提供者:yuan
  1. KMP

    0下载:
  2. 模式匹配算法KMP封装。非常适合从数据流中查找子字符串,尤其是嵌入式编程,非常好用。不同于常见的遍历字串查找,该方法不需要指针回溯和数据缓存,单片、ARM或无操作系统环境下,非常好用,更适合同时查找多个字符串。-请键入文字或网站地址,或者上传文档。 取消 Móshì pǐpèi suànfǎ KMP fēngzhuāng. Fēicháng shìhé cóng shùjù liú zhōng cházhǎo zi zìfú chuàn, yóuqí shì qiànrù shì biā
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:范莹
搜珍网 www.dssz.com