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

搜索资源列表

  1. ARM9(s3c2410)USB_mouse

    1下载:
  2. 三星ARM9 s3c2410 usb device开发 ,实现HID鼠标功能 USB_device_lib.c: usb设备库函数 USB_device_config.c usb设备鼠标配置,配置描述符,接口描述符,类描述等,接USB控制传输。 USB_device.c usb设备鼠标主代码 。-Samsung ARM9 s3c2410 usb device development, HID achieve USB_device_lib.c mouse functions : us
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:11157
    • 提供者:杨正贤
  1. Demo_ST44B0X

    0下载:
  2. 44binit.s ----- 初始化中断、存储器、堆栈等,进行系统初始化,建立C程序运行环境。 memcfg.inc ----- 定义存储器延时、SDRAM配置等参数 option.inc ----- 定义系统时钟频率等 main.c ----- 系统主程序(Main函数等) 44blib.c ----- IO端口初始化、延时和异步串口通讯等基本子程序-44binit.s ----- initialization interrupt, memory, stac
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:920149
    • 提供者:张锡良
  1. CodeVisionAVRCFunction

    0下载:
  2. CodeVision AVR C 库函数。CodeVision是一个很好用的avr的c开发环境,希望你喜欢。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:202401
    • 提供者:minos
  1. FullCANfunction

    0下载:
  2. zlg can总线配置函数c文件,实际调试ok
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:18110
    • 提供者:cool
  1. dds_drive.h

    0下载:
  2. 在NIOS中生成dds的.h文件,配合相应的.c文件,生成dds,由于要尽量使软件符合软件工程要求,故在main函数中仅需调用.c,在头文件中添加.h
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:2816
    • 提供者:白天
  1. UART

    1下载:
  2. LPC2103串口软件包,可以通过PC机显示出来。里面已经包含了所有串口常用函数。直接以C文件调用即可
  3. 所属分类:其他嵌入式/单片机内容

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

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

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

    0下载:
  2. 串口中断服务函数集,使用十分方便 51单片机串口调试程序(C语言)-Serial port interrupt service function is set, 51 MCU serial port is very convenient to use the debugger (C language)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:4640
    • 提供者:jj
  1. GPIO_KeyInterrupt

    0下载:
  2. 按键进入GPIO中断服务函数,并采用延时函数来控制LED的亮灭。开发环境:TKStudio。使用中断函数需在vector_cfg.h中修改对应的中断,例如:#define PIOINT1_IRQ_Handle GPIOIsr0,还需要在vector_table.c中写外部函数定义,例如:extern void GPIOIsr0 (void) -Press the button to enter the GPIO interrupt service function, and use delay
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:157502
    • 提供者:zhangxue
  1. main

    0下载:
  2. Am2303的c语言操作程序,包括主函数,以及操作函数-The am2303 c language operating procedures, including the main function, and operating functions
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:2871
    • 提供者:yanke
  1. menupro

    0下载:
  2. //一个简单却实用的菜单程序 //如果编写简单的程序的话这个菜单函数就可以不用看了,但是当你编写到复杂的程序的时候就可能就会为人机界面和各个函数直接的连接而烦恼了,这个菜单函数就是用来解决这个问题,虽然没有UCGUI厉害,但是我觉得代码在2000行一下的话用起来还是不错的选择的.虽说简单但是用到了结构体大部分的知识了,希望c语言不太好的朋友自己补习一下好了. -//A simple but useful menu program// if a simple procedure to pr
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:2164
    • 提供者:sampson21
  1. fifo

    0下载:
  2. 这是一个串口通信的队列,单片机和电脑之间,单片机和单片机之间只要简单的调用函数就可以了。-This is a serial communication queue, single-chip computer and between computers, between single-chip MCU and a simple function call it.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:542
    • 提供者:康康
  1. C-Lib_ban_shu_ji

    0下载:
  2. 凌阳基本模块普及,其中有大量说明和部分配套程序解释、例程 C-Lib中的函数集-Sunplus universal basic modules, including a large number of instructions and to explain some of the matching procedures, routines in the C-Lib set of functions
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:290454
    • 提供者:chengxu
  1. read_12887

    0下载:
  2. 时钟芯片DS12887A的读取函数,c语言编写,51总线方式。-Clock chip DS12887A read function, c language, 51-bus mode.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:151833
    • 提供者:王贺广
  1. FriendzCRCprogram

    0下载:
  2. (原创) Friendz 自己编制的CRC程序,比较容易理解。 可更改后变为自己的G(x)函数。-Friendz s CRC source code for embedded enviroment. Using C.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:93454
    • 提供者:friendz
  1. Small_c_function

    0下载:
  2. small_c 超级小巧的c语言的库函数源代码。对内存需求极少的空间的嵌入式产品开发非常有帮助。 -small_c super compact c language source code library functions. Very little space on the memory requirements for embedded product development is very helpful.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:60196
    • 提供者:hou_zc
  1. embededC

    0下载:
  2. 讲述了嵌入式编程的流程及规范,嵌入式处理器的寻址定时中断等,嵌入式C中的数据类型,修饰符,控制表达式,函数库,混合编程等-Describes the process and the norms embedded programming, embedded processors addressing timer interrupt, etc., embedded C, data type, modifier, control the expression, function libraries,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-09
    • 文件大小:2377369
    • 提供者:影子
  1. C-Commonly-used-functions

    0下载:
  2. 这是一个非常实用的文档,帮助c和c++语言学习爱好开发者记忆的文档,里面包含了c和c++的绝大部分函数语句,里面各个函数语句的讲解也非常的到位,希望它可以帮助更多的爱好开发者-This is a very useful document to help c and c++ language learning hobby developers memory document, which contains a c and c++, most of the function statement in
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-12
    • 文件大小:25803039
    • 提供者:应歌
  1. PMW-C

    2下载:
  2. PMW是梯形图编程工具开发的代码,这个程序把PMW代码转成C函数,可用于梯形图编程逻辑转成用于单片机的编程逻辑-Make PMW code into a c function, can be used for development PLC.
  3. 所属分类:Other Embeded program

    • 发布日期:2015-07-06
    • 文件大小:202752
    • 提供者:qzw
  1. PIC-microcontroller-C--library

    0下载:
  2. PIC单片机的C语言应用下的函数库,方便程序调用和后期开发。-PIC microcontroller C language application of the library to facilitate the procedure call and post development.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-05
    • 文件大小:35507
    • 提供者:wanglongfei
« 12 3 »
搜珍网 www.dssz.com