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

搜索资源列表

  1. secom-0.9

    0下载:
  2. Linux下常用的串口函数库,可简化开发。-Linux common serial functions will simplify development.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:188295
    • 提供者:Maya
  1. I2C(EEPROM)

    1下载:
  2. 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-11-26
    • 文件大小:4494
    • 提供者:马海峰
  1. pic_ccs

    0下载:
  2. TI公司的CCS一些常用的函数库 ,比较好的资料,里面有一些程序比较基本,对于初学者规范程序编写,理论用于实践,有一定参考价值-TI' s CCS library of some commonly used, relatively good information, there are some basic procedures, procedures for the preparation of norms for the beginners, theory for practice,
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:294980
    • 提供者:冯晓东
  1. armlib

    0下载:
  2. arm 7 lpc21xx的函数库,其中包含了很多常用的数学库,是学习arm7 lpc21xx的理想库-The arm 7 lpc21xx library, which contains a lot of commonly used mathematical library is an ideal learning arm7 lpc21xx Library
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:1329235
    • 提供者:张三
  1. embedded_systems_CODE_CONVERTER

    0下载:
  2. 对于通用的嵌入式系统字处理单元,本模块化程序可以快速实现常用汉字编码(GB2312,GB18030,BIG5码,Unicode码)的相互转换,无需库函数.从而实现使用单汉字字库显现多内码.具体参见readme.txt-For general-purpose embedded systems word processing unit, the modular process can quickly achieve commonly used Chinese character encoding (
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:623642
    • 提供者:新蛮狼
  1. LinuxC

    0下载:
  2. LinuxC函数库参考手册.linux下常用不常用的C函数库.讲得非常清楚,每个函数都有示例代码.-LinuxC library reference manual. Linux is not commonly used under the commonly used C library. To put it very clear that each function has sample code.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-17
    • 文件大小:4967979
    • 提供者:谭宜平
  1. TMS320VC5509AUSBCSL

    0下载:
  2. 这是DSP5509usb通讯时常用的CSL函数库这是开发dspUSB设备时经常使用的东西-it is DSP5509usb of CSL
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:87187
    • 提供者:杨远
  1. ucos4s3c44b0

    0下载:
  2. 本目录下是sourceinsight3.0和ArmProjectManager的工程文件。 startup里是和系统初始化相关的文件。 inc里包括了一些库函数声明和数据类型预定义。 src里的是主文件和一些常用函数的源代码。 ucos里包括了uCOS-II的全部文件。 其余的目录是编译器和连接器的工作目录。-This directory is sourceinsight3.0 and ArmProjectManager under the project file. whe
  3. 所属分类:uCOS

    • 发布日期:2017-04-04
    • 文件大小:217916
    • 提供者:王先生
  1. C6722init

    0下载:
  2. tms320c6722的常用寄存器初始化程序。TI提供的库很冗余,在一些不太大的程序中,库函数显得有些大才小用。针对这一情况,本人自己总结了常用寄存器初始化的代码,有详细注释。-tms320c6722 common register initialization procedure. TI provides the libraries are redundant, in some modest program, library function seemed to be somewhat Dac
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:2047
    • 提供者:贾松松
  1. 672x_programing

    0下载:
  2. TI公司67x系列编程库文件说明手册,对常用的几种库函数使用进行说明-672x DSP library programer s reference guide
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:443097
    • 提供者:鬼羽子
  1. GPTM(LM3S8962)

    0下载:
  2. 介绍LM3S8962的通用定时器,以及常用的库函数,并附有实例。(本人为一初学者仅共大家互相学习,请多指教!!!)-LM3S8962 introduced general-purpose timers, and common library functions, together with examples. (I for a total beginner just learning about each other, like him advice!!!)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:198895
    • 提供者:辰奕
  1. C

    0下载:
  2. C常用的源代码,如常用的库函数,键盘 菜单经典设计的源代码,几乎C编程的所有问题都可在这里面找到解决的方案-The used C source code, such as the commonly used library functions the keyboard menu classic design, source code, almost C programming can be in there to find a solution to the problem
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:5028824
    • 提供者:yuandianfeng
  1. CODE-EasyforDSP2812

    0下载:
  2. DSP tms320f2812的一些开发性质的源代码,包括头文件,CMD文件,库函数,以及10几个常用的测试函数-The DSP tms320f2812 some development nature of source code, including header files, CMD files, library functions, as well as 10 several commonly used test functions
  3. 所属分类:DSP program

    • 发布日期:2017-12-01
    • 文件大小:7543689
    • 提供者:xiaolongli
  1. driverlib

    0下载:
  2. lm3s8962的库函数全集,囊括了各种常用的函数说明。-lm3s8962 Complete Works of library functions
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-08
    • 文件大小:1396307
    • 提供者:panqiouc
  1. TFT240320

    0下载:
  2. TFT240320彩色液晶显示屏显示程序,库文件中定义了其常用的操作函数,可直接在主函数中调用-TFT240320 color LCD display program, the library file defines its common operating functions that can be invoked directly in the main function
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:61605
    • 提供者:张翔
  1. DSP-Library

    1下载:
  2. DSP函数库,里面有DSP常用的所有函数的代码和介绍,非常适合新手学习使用-DSP Library
  3. 所属分类:DSP program

    • 发布日期:2017-05-10
    • 文件大小:2538995
    • 提供者:tongjidaxue
  1. dsp_lib

    0下载:
  2. 此文件是数字信号处理DSP中常用的库函数,在其他数字信号处理的程序中可以调用-This file is commonly used in digital signal processing DSP library functions that can be called in the program in other digital signal processing
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:2036
    • 提供者:chhds
  1. program_asm

    0下载:
  2. 常用汇编程序库函数,非常有用,有极好的参考价值-Common assembler library function is very useful, there is an excellent reference value
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-04-25
    • 文件大小:249673
    • 提供者:高慧祥
  1. 56800Ex_MCLIB

    0下载:
  2. 基于Freescale 56800E系列芯片的库函数,含电机控制中常用的Clark,Park变换与反变换,6种PWM调制方式,PMSM马达的电压解耦函数,DC BUS的滤波函数等等。-This reference manual describes Motor Control Library for Freescale 56800E family of Digital Signal Controllers. This library contains optimized functions
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-09
    • 文件大小:1700362
    • 提供者:cheng
  1. lua扩展库V1.3.pdf

    0下载:
  2. lua的扩展库,包括常用的系统函数等,包括bit、cpu、i2c(Lua extension library)
  3. 所属分类:开源硬件

    • 发布日期:2017-12-28
    • 文件大小:569344
    • 提供者:jazzthinking
« 12 »
搜珍网 www.dssz.com