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

搜索资源列表

  1. 56805DSP_Isr_led

    0下载:
  2. Freescale 56800系列DSP的参考C语言源代码,其中包含了一个完整的例子,实现了简单的算法和对LED的控制。-Freescale 56800 series DSP reference C language source code, which contains a complete example, to achieve a simple algorithm and the LED control.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:77671
    • 提供者:李飞
  1. autofir

    0下载:
  2. 自适应滤波器设计的仿真程序,完全用C语言编写,可以作为滤波器设计的参考。原为VHDL实验要求的程序。-adaptive filter design simulation program, complete with C language can be used as filter design reference. VHDL to the original requirements of the experimental procedures.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:67324
    • 提供者:李博宁
  1. AD7705(C51)

    1下载:
  2. 1,初始化: 如果AD7705复位引脚直连VCC,最好在初始化程序中加入初始化序列,不然ready信号不会输出。 2,输入范围 如果AD7705采集单端信号,则输入必须在0到VDD之间,而不可以超出或为负,如果一个输入为负,则另一个输入会有灌入电流的现象,芯片无法正常运行。-AD7705 is a complete 16-bit A ö D converter. Within Structure in Figure 1. If the external crysta
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-09-09
    • 文件大小:35076
    • 提供者:
  1. AD9851

    0下载:
  2. 此为DDS AD9851初始设定之方法,内为一个.C之程式档案,内容介绍蛮完整的初始设定,供DDS之初学者参考.-This is the DDS AD9851 initial set of methods, for one. C program files, very complete descr iption of the initial settings for the DDS of reference for beginners.
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:1050
    • 提供者:JERRY
  1. 1800

    0下载:
  2. 一种医疗仪器的完整程序,这么长的汇编程序比较少见,早期编程人员开发的。现在多用C语言写了。参考价值大于实际价值-A complete medical equipment procedures, such a long compilation process is relatively rare, early programmers developed. Now many written by C language. Reference value is greater than the actu
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2258
    • 提供者:薛峰
  1. Ethernet_C51

    0下载:
  2. 该例程使用51单片机读写8019完成网络传输,很具有参考价值。-The routine use of 8019 to complete 51 single-chip network to read and write, I have a reference value.
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:26651
    • 提供者:youzuo
  1. DianJi

    0下载:
  2. 一个完整的步进电机的C源码程序,下载者请注意不要随便共享,公司内部用过的,仅供参考。-A complete C source code stepper motor program to download, please be careful not to casually shared within the company used for reference purposes only.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:78172
    • 提供者:雨落天涯
  1. sopcIIC

    0下载:
  2. 该例子是基于sopc的IIC总线设计完整设计,分为硬件和软件部分,软件部分是用c语言编写的。该项目是个以完成的项目,据有较高的参考和经济价值。该例子是原来做过的项目。 整个项目是在Quartus II 7.0和nios IDE环境下开发。-This example is based on the IIC bus design sopc complete design, divided into hardware and software, the software part is writt
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-31
    • 文件大小:13531834
    • 提供者:bobo
  1. djzjcycyy

    1下载:
  2. 这是用在电解质检测仪上的一个C语言软件包,开发环境为Keil uv2.它包括有液晶显示,按键检测,时间的读取和修改,24c02存贮测量数据,对频率进行测量和RS232串口通信等功能,希望能对其他编程者给予帮助和参考.此程序已经过测试,能成功完成相应的功能.-This is a detector used in the electrolyte on a C language package, the development environment for the Keil uv2. It incl
  3. 所属分类:SCM

    • 发布日期:2016-05-20
    • 文件大小:229832
    • 提供者:jgl
  1. Atmega8

    0下载:
  2. 机器人程序,Atmega8是前后传感器小板上的芯片的程序(前后都有,但用的是同一个程序),它将数据处理后通过异步串口(uart)传给主芯片。*_project是完整的工程文件,很多文件是编译器自动生成的,只有.c和.h的文件是自己写的,我把它们单独放在*_useful里了。提示一下:1. config.h中定义了所有的引用(include),其他xxx.h中引用config.h,相当于引用了所有的需要的xxx.h。 2. 每一个xxx.c文件都和一个同名的xxx.h文件对应(main.c和c
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:70727
    • 提供者:Jake
  1. Atmega128

    0下载:
  2. 机器人程序,Atmega128是主芯片程序。*_project是完整的工程文件,很多文件是编译器自动生成的,只有.c和.h的文件是自己写的,我把它们单独放在*_useful里了。提示一下:1. config.h中定义了所有的引用(include),其他xxx.h中引用config.h,相当于引用了所有的需要的xxx.h。 2. 每一个xxx.c文件都和一个同名的xxx.h文件对应(main.c和config.h除外),xxx.h引用config.h并定义所有xxx.c中的函数,以便yyy.c
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-24
    • 文件大小:216577
    • 提供者:Jake
  1. TSAPI_Course_Samples

    0下载:
  2. Implementing a telephony-enabled application using Avaya Telephony Services Application Programming Interface (TSAPI) requires an understanding of TSAPI core concepts of Session and Event Management, control services, and private data. This tutoria
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:231842
    • 提供者:machrider24
  1. blmc_c

    0下载:
  2. 这是一个完整的无刷马达驱动软件源代码工程包,用C语言完成,有注释,参考价值极高。-This is a complete software source code, brushless motor construction package, complete with the C language, annotated, reference value is extremely high.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:338262
    • 提供者:frank
  1. blmc_source

    0下载:
  2. 这是一个完整的无刷马达驱动软件源代码工程包,用C语言完成,有注释,参考价值极高。-This is a complete software source code, brushless motor construction package, complete with the C language, annotated, reference value is extremely high.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:338502
    • 提供者:frank
  1. ARM-System-Developers-Guide..

    0下载:
  2. 本书从软件设计的角度,全面、系统地介绍了arm处理器的基本体系结构和软件设计与优化方法。内容包括:arm处理器基础;arm/thumb指令集;c语言与汇编语言程序的设计与优化;基本运算、操作的优化;基于arm的dsp;异常与中断处理;固件与嵌入式os;cache与存储器管理;armv6体系结构的特点等。全书内容完整,针对各种不同的arm内核系统结构都有详尽论述,并有大量的例子和源代码。附录给出了完整的armv4/v5/thumb指令的功能、编码、周期定时以及汇编参考。 -This book
  3. 所属分类:DSP program

    • 发布日期:2017-06-21
    • 文件大小:39100370
    • 提供者:代之唯
  1. licunzhu

    0下载:
  2. 有完整的C语言程序。加原理图。可以作为电子秤设计的参考资料。-The complete C language program. Canadian principles of map. Can be used as the reference design of electronic scales.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:210531
    • 提供者:aaaa
  1. Desktop

    0下载:
  2. 里面有好几个双色点阵的程序,完整可用,用c语言编写,且有详细注释,非常适合新手参考学习-There are several two-color dot-matrix program, and complete available, using the c language, and there are detailed notes, ideal for the novice for reference
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:4706954
    • 提供者:张全贵
  1. f020_bootloader

    0下载:
  2. 基于串口传输,C8051F020的bootloader完整源码,并附带PC机端(C#)下载器源码。 希望对你的学习有参考值-C8051F020 bootloader complete source code, with the PC terminal (c#) to download the source code. Hope to have reference value for your study
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:144989
    • 提供者:HANK Jiang
  1. -C-OS-III 3.05 API Reference.pdf

    0下载:
  2. us/os的api文档,最新最全,里面的api相当的全,全英文版本(Us/os API document, the latest and most complete, the inside of the API quite full, full English version)
  3. 所属分类:uCOS

    • 发布日期:2017-12-25
    • 文件大小:590848
    • 提供者:枫诳夜
搜珍网 www.dssz.com