CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 微处理器(ARM/PowerPC等) 搜索资源 - 调用函数

搜索资源列表

  1. ARM-program

    0下载:
  2. ARM体系结构和编程,介绍ARM CPU 的细节,包括结构,寻址,指令集,汇编语言,cache管理,存储,函数调用参数传递,交叉编译连接及调试。-ARM architecture and programming on the ARM CPU details, including the structure, addressing, instruction set, assembly language, cache management, storage, transfer function ca
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:18489202
    • 提供者:韩杰生
  1. define

    0下载:
  2. HD7279显示与键盘扫描的各类函数。可以直接调用!-HD7279 display and keyboard scan the various functions. Can directly call!
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:822
    • 提供者:丁啊啊
  1. IICMaster

    0下载:
  2. 12Mhz标准51的100KHz IIC总线主器件模拟方式驱动程序。 本驱动程序即可以在没有Small RTOS的情况下使用。此时,要使用本驱动程序只需要配置IIC总线使用的IO口。在驱动程序的主文件iic_master.c仅包含一个文件config.h。用户需要的是在这个文件中设置IIC总线使用的IO口SDA和SCL。如果用户单独使用iic_master.c,还要在config.h包含iic_master.h文件和其它必须的文件如reg51等;并定义宏TRUE、FALSE和与编译器无关的
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:3537
    • 提供者:李强
  1. CANc51

    0下载:
  2. 独立的CAN 控制器SJA1000基本硬件头文件定义(BasicCAN 工作方式)。编程时只要包括此文件就可以调用CAN操作函数了。
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-01-17
    • 文件大小:7677
    • 提供者:秦伟
  1. ATPC_INSIDE_OUT(ARM-THUMB_Procedure_Call_Standard)

    0下载:
  2. 在arm编程的调试中经常碰到函数调用的规范问题,在函数调用中寄存器 的使用与分配是如何进行的,一个结构体是如何传递的,我们应该怎样写汇编函数才能符合函数调用的规范。这篇文章很好的阐释了这个问题。ATPCS(The ARM-THUMB Procedure Call Standard)的解释的ppt,容易懂,不要错过哦。
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:542761
    • 提供者:fo chooer
  1. lcd_display

    0下载:
  2. 本程序是练习lcd16*2的使用,其中的一些基本的函数可以供其他实用该型号的器件的时候所调用.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-01-20
    • 文件大小:23713
    • 提供者:lei
  1. 4.5_FLASH_API

    1下载:
  2. easyARM8962 flash操作api函数调用实验源码
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:36323
    • 提供者:龚建
  1. DM9000A

    0下载:
  2. dm9000a nios ii 驱动 指直接调用函数就可完成两块DE2板子的通信-dm9000a nios ii driver Directly call the function that can be completed two DE2 board communication
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-01-27
    • 文件大小:16026
    • 提供者:文少东
  1. LED7219_LCD1620_driver_c51_AT89s52_keilc51

    0下载:
  2. 串行数码管驱动集成芯片MAX7219的驱动和LCD12864液晶驱动,初始化完成,即可以简单 地调用显示函数显示想要显示的内容。-Serial LED Driver MAX7219 driver IC and LCD driver LCD12864, initialization to complete, you can simply call the display function shows the content you want to show.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-29
    • 文件大小:40285
    • 提供者:zhnglingshan
  1. yuanjian

    0下载:
  2. 51单片机多字节乘除法,采用标准ASM语言,以子函数的格式,可随便调用-51 single-chip multi-byte multiplication and division, the use of standard language ASM to Functions format, can be readily called
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-20
    • 文件大小:5999679
    • 提供者:唤醒
  1. 67506281TaiWanFont

    0下载:
  2. 很多TFT都带有字库,直接调用函数就可以显示字库里面的内容,这个就是一个字库集,需要的朋友看一下-TFT comes with a lot of fonts, you can directly call the function displays the contents of the font inside, this is a character set, need to look at a friend
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:328532
    • 提供者:周跃海
  1. ARMcode

    0下载:
  2. 用汇编语言实现连续空间数据拷贝。用汇编语言实现两个数串的相加存储。用汇编语言实现字符串的反序存储连接。用调用函数的思想实现字符串的切割和反序存储。运用混合编程实现数串的相加存储。运用混合编程实现数串的反序存储和连接。运用混合编程和函数调用实现数串的切割和连接。几个小程序都是自己编的带有实验报告注释等等。适用于初学ARM的朋友。有混合编程。-Using assembly language to achieve a continuous spatial data copies. Using asse
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-01-25
    • 文件大小:528592
    • 提供者:李建华
  1. TIM_test

    0下载:
  2. 基于STM32的定时器程序,一般可直接移植进系统,直接调用函数-STM32-based timer program, and can be transplanted directly into the system, call the function directly
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-17
    • 文件大小:4871569
    • 提供者:张祝
  1. FOSS_STM32

    0下载:
  2. STM32 2.0版本的一些库文件,可以直接调用函数,不需要基础程序-STM32 2.0 version of some libraries, you can directly call the function, not the basis of procedures
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-10
    • 文件大小:1402603
    • 提供者:zi
  1. LED

    0下载:
  2. STM32流水灯,其中包括了IO口的设置,始终的配置,还有如何调用函数库的基础-The STM32 light water, including the the IO port settings, always the configuration, as well as how to call the library on the basis of
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-12-04
    • 文件大小:1077340
    • 提供者:123123
  1. SPI-FOR-ARM-STC-AND-SO-ON

    0下载:
  2. SPI通讯方式传输STC单片机控制程序,可直接调用函数模块-SPI communications transmitted STC microprocessor control program can directly call the function module
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-14
    • 文件大小:12288
    • 提供者:jiuganl
  1. 232-FOR-COM

    0下载:
  2. 串口模拟实验,初学者使用,在STC串口运用中很多,可以直接调用函数-The serial simulation experiments, beginners, STC serial use many functions can be called directly
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-28
    • 文件大小:2721
    • 提供者:jiuganl
  1. LCD1602

    0下载:
  2. LCD1602的C51单片机模块化文件,可以直接调用函数实现功能-The C51 MCU LCD1602 modular file, you can directly call the function to achieve functional
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-12
    • 文件大小:819
    • 提供者:wuzhexun
  1. ESP8266

    0下载:
  2. esp8266 wifi模块 通过stm8的 的 AT指令的配置调用函数库(The esp8266 WiFi module calls the function library through the configuration of the AT instruction of stm8)
  3. 所属分类:微处理器开发

    • 发布日期:2017-12-20
    • 文件大小:7168
    • 提供者:眼前一亮
  1. STM库

    0下载:
  2. STM32编程开发库文件,方便调用,简洁实用!(STM32 library files,please use these file easily.)
  3. 所属分类:微处理器开发

    • 发布日期:2018-04-22
    • 文件大小:807936
    • 提供者:Cheff
« 12 3 »
搜珍网 www.dssz.com