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

搜索资源列表

  1. TC通讯子程序

    0下载:
  2. TurboComm串口通信库(*.h+*.lib),内有函数参考文档及函数调用示例。-TurboComm Serial communication library (*. h *. lib), a function within the reference documents and function call examples.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:19491
    • 提供者:黄亮
  1. 中泰8360采集卡例程

    1下载:
  2. 中泰公司8360采集卡驱动程序,包括labview调用dll函数的驱动程序-8360 acquisition card drivers, including dll function call LabVIEW drivers
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:33395
    • 提供者:ygz
  1. ipsec_example

    0下载:
  2. 是现在非常流行的network processor上的微代码的编程,是其中基于最新的IXP2850的crypto units的ipsec的一个例子,告诉大家如何利用已有的宏以及调用硬件资源。-is now very popular network processor on the micro-code programming. which is based on the latest IXP2850 the crypto units of the ipsec an example, tell y
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:3768
    • 提供者:zhuyin
  1. cam_sharing

    0下载:
  2. 国内还比较新的network processor的微代码开发,关于cam sharing的例子,用的uc语言,告诉你如何利用已有的宏和调用硬件资源。-domestic still relatively new network of micro-processor code development, on the cam sharing examples of the uc language, tell you how to make use of the call-and hardware re
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:13346
    • 提供者:zhuyin
  1. local_mem

    0下载:
  2. 国内还比较新的network processor的微代码开发,关于local memory的例子,用的uc语言,告诉你如何利用已有的宏和调用硬件资源。-domestic still relatively new network of micro-processor code development, on the example of local memory, the uc language, tell you how to make use of the call-and hardware
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:14251
    • 提供者:zhuyin
  1. macro_usage

    0下载:
  2. 国内还比较新的network processor的微代码开发,关于macro的用法的例子,用的uc语言,告诉你如何利用已有的宏和调用硬件资源。-domestic still relatively new network of micro-processor code development, on the macro examples of the usage of the use of uc language, tell you how to make use of the call-and
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:276721
    • 提供者:zhuyin
  1. scratchring_multi_producer

    0下载:
  2. 国内还比较新的network processor的微代码开发,关于scratch ring的例子,用的uc语言,告诉你如何利用已有的宏和调用硬件资源。-domestic still relatively new network of micro-processor code development, on the scratch ring example, the uc language, tell you how to make use of the call-and hardware res
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:17834
    • 提供者:zhuyin
  1. Embeded_Character_Collection_Creator

    0下载:
  2. VC6.0开发的程序,用户可以在图形界面中输入字符来生成在嵌入式编程时使用的字符集,并且在生成的字符集中提供了调用字符集的接口,能够生成32*32和16*16点阵的字符集-VC6.0 development of the procedures, Users can import graphics interface to generate characters in embedded programming using written scr ipts, and the formation of
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:53429
    • 提供者:xianshui
  1. LED_Control

    0下载:
  2. 适用于S3C2410,使开发板上的LED3和LED4交替着亮灭。程序用ADS1.2编译通过,非常之简单,但可从中了解C与汇编之间的调用,适用于刚接触ARM的初学者。-applicable to the S3C2410, the development board and LED4 indicates a turn-destruction. Procedures used ADS1.2 compile, very simple, but will be able to understand C a
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:8022
    • 提供者:donger007
  1. CALL5045

    0下载:
  2. 这是调用x5045汇编程序(NX2501.ASM和NX2502.ASM)的C51程序-call x5045 This is the compilation process (NX2501.ASM and NX2502.ASM) The C51 procedures
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1025
    • 提供者:祝贺强
  1. pSOSystem系统调用的例程

    0下载:
  2. psos调用实例,包括了任务创建,队列,分区,多播等的使用-PsOS Call example, including the creation of a task, queue, zoning, such as multicast use
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:20486
    • 提供者:aa
  1. dsaftgr

    0下载:
  2. org 0000H AJMP START 延时1/4s子程序 YANSHI1S: MOV R7,#250 YANSHI1S1: MOV R6,#250 YANSHI1S2: NOP NOP DJNZ R6,YANSHI1S2 DJNZ R7,YANSHI1S1 RET 将58开始的单或多字节(字节数在R3中)写入芯片 XIENB: MOV R0,#58H CLR P1.7 SCN变低 X
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:400795
    • 提供者:袁季稻
  1. lm016l.rar

    0下载:
  2. 这是一个lm016l液晶显示的驱动文件,只要你把要显示的数据直接调用这个头文件就可以了,可以节省大家的很多时间,This is a liquid crystal display driver lm016l document, as long as you want to display data directly to this header file to call it, can save everyone a lot of time
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-22
    • 文件大小:2462
    • 提供者:飘零
  1. emc

    1下载:
  2. 义隆8位单片机汇编程序集...集合最常使用的子函数...直接调用-Elan 8-bit microcontroller assembler sets ... collection of the most commonly used subfunction ... directly call ....
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-12-28
    • 文件大小:54813
    • 提供者:谢建华
  1. I2C(EEPROM)

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

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

    0下载:
  2. 说明:本文件夹一共提供各类编程实例200多个,由于编者水平有限,所以程序可能有BUG,希望谅解! 全部通过实际试验,正常运行!可以根据程序中的说明,调用各个部分的资源,自行试验。-Note: This folder has provided a total of more than 200 examples of various types of programming, because of the level editor is limited, so may have BUG, hop
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-03
    • 文件大小:794084
    • 提供者:ldj
  1. 12354

    0下载:
  2. 说明:本文件夹一共提供各类编程实例200多个,由于编者水平有限,所以程序可能有BUG,希望谅解! 全部通过实际试验,正常运行!可以根据程序中的说明,调用各个部分的资源,自行试验。-Note: This folder has provided a total of more than 200 examples of various types of programming, because of the level editor is limited, so may have BUG, hop
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:20273
    • 提供者:ldj
  1. AD

    0下载:
  2. 说明:本文件夹一共提供各类编程实例200多个,由于编者水平有限,所以程序可能有BUG,希望谅解! 全部通过实际试验,正常运行!可以根据程序中的说明,调用各个部分的资源,自行试验。-Note: This folder has provided a total of more than 200 examples of various types of programming, because of the level editor is limited, so may have BUG, hop
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-15
    • 文件大小:8209
    • 提供者:ldj
  1. 1223456

    0下载:
  2. 说明:本文件夹一共提供各类编程实例200多个,由于编者水平有限,所以程序可能有BUG,希望谅解! 全部通过实际试验,正常运行!可以根据程序中的说明,调用各个部分的资源,自行试验。-Note: This folder has provided a total of more than 200 examples of various types of programming, because of the level editor is limited, so may have BUG, hop
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-27
    • 文件大小:482323
    • 提供者:ldj
  1. DA

    0下载:
  2. 说明:本文件夹一共提供各类编程实例200多个,由于编者水平有限,所以程序可能有BUG,希望谅解! 全部通过实际试验,正常运行!可以根据程序中的说明,调用各个部分的资源,自行试验。-Note: This folder has provided a total of more than 200 examples of various types of programming, because of the level editor is limited, so may have BUG, hop
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:6285
    • 提供者:ldj
« 12 3 4 »
搜珍网 www.dssz.com