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

搜索资源列表

  1. c-basic

    0下载:
  2. 用C-BASEIC语言编写的805X单片机计算子程序P=A0+A1*X+A2*X*X+A3-with C-language BASEIC the 805X MCU calculation subroutine P = A0 A1 A2 * X * A3 * X * X * X * X * X
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:29158
    • 提供者:spr
  1. firinput.c

    0下载:
  2. 在使用CCS的Simulator 进行滤波器特性测试时,需要输入时间信号 x[n]。下面给出一个产生输入信号的 C 语言程序,这个信号是频率为 3Hz、40Hz 和 80Hz的混和正弦波信号,文件名为firinput.c-Simulator for the use of CCS test the filter characteristics need to enter the time signal x [n]. The following is an input signal generate
  3. 所属分类:DSP program

    • 发布日期:2017-04-14
    • 文件大小:3764
    • 提供者:薛静
  1. C-Datasheet_SHT21_V1.0

    0下载:
  2. SHT21, 新一代 Sensirion 湿度和温度传感 器在尺寸与智能方面建立了新的标准:它嵌 入了适于回流焊的双列扁平无引脚DFN 封装, 底面 3 x 3mm ,高度1.1mm。传感器输出经过标 定的数字信号,标准 I2C 格式。 SHT21 配有一个全新设计的CMOSens® 芯 片、一个经过改进的电容式湿度传感元件和 一个标准的能隙温度传感元件,其性能已经 大大提升甚至超出了前一代传感器(SHT1x 和SHT7x)的可靠性水平。例如,新一代湿
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:324350
    • 提供者:陈光荣
  1. X-Y

    2下载:
  2. 通过插补计算实现在51单片机上控制X-Y机械手臂绘图的功能-Calculated through interpolation single-chip implementation of the 51 control XY robot mapping function
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-11-28
    • 文件大小:125816
    • 提供者:andylee
  1. AVR_IMU_1

    0下载:
  2. 卡尔曼滤波在AVR单片机的应用,引脚接法:PC1 (ADC1) Y Accel (Pin 8) PC2 (ADC2) Z Accel (Pin 7) PC3 (ADC3) X Rate (Pin 3) PC4 (ADC4) Y Rate (Pin 4) PC5 (ADC5) VRef (Pin 5) - Currently, this project assumes the AVR ATmega168 MCU is hosted on the AVR STK5
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:19737
    • 提供者:彭帅
  1. disanci

    1下载:
  2. 5位的操作数X和Y输入后暂存在寄存器A和B中,两位的操作控制码control暂存在寄存器C中,按照control码的不同,分布实现下列操作: 00控制X+Y 01控制X-Y 10控制X and Y 11控制 X xor Y 运算结果暂存在寄存器D中,然后输出。 -5 of the operand X and Y after the temporary importation of A and B in the register, the two operational c
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:408335
    • 提供者:ALEX
  1. chip1

    0下载:
  2. VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //发送缓冲区 unsigned char inb
  3. 所属分类:SCM

    • 发布日期:2017-05-29
    • 文件大小:12668246
    • 提供者:微微
  1. gpio-test

    0下载:
  2. 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:9079
    • 提供者:马工
  1. nano-X-docs

    0下载:
  2. MicroWindows是一个开放源码的嵌入式GUI软件,目的是把图形视窗环境引入到运行Linux的小型设备和平台上。作为X Window系统的替代品,MicroWindows可以用更少的RAM和文件存储空间(100KB~600KB)提供相似的功能,允许设计者轻松加入各种显示设备、鼠标、触摸屏和键盘等;可移植性非常好,可用C语言实现;支持Intel 16位/32位CPU、MIPS R4000以及基于ARM内核的处理器芯片。由于和微软的windows注册商标存在冲突,从2005年月起,MicroW
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:80092
    • 提供者:王振
  1. crc8

    0下载:
  2. for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1-for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:5782
    • 提供者:milind
  1. x

    0下载:
  2. 拉幕式数码显示技术 有C和ASM程序,流程图以及原理图-Digital Display Technology
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-24
    • 文件大小:15651
    • 提供者:82279492
  1. checkCRC

    0下载:
  2. CRC效验程序,使用CRC-16和CRC-CCITT方法。 其中CRC-16的效验字是: X^16 + X^15 + X^2 + 1,CRC-12的效验字是: X^12 + X^11 + X^3 + X^2 + X^1 +1 CRC-CCITT的效验字是: X^16 + X^12 + X^5 + 1 -CRC-tested program, using the CRC-16 and CRC-CCITT method. Including CRC-16' s efficacy wor
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:1107
    • 提供者:spencer
  1. MIPS1CYCLE

    0下载:
  2. MIPS single-cycle processor design in verilog.Instruction memory to the design and initialise it with your assembly code-a. Load the data stored in the X and Y locations of the data memory into the X and Y registers. b. Add the X and Y registers an
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:2162
    • 提供者:chenghao wei
  1. X-Element

    0下载:
  2. x-element c source code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:35153
    • 提供者:pouya
  1. C

    0下载:
  2. C语言编程基础: 1、 十六进制表示字节0x5a:二进制为01011010B;0x6E为01101110。 2、 如果将一个16位二进数赋给一个8位的字节变量,则自动截断为低8位,而丢掉高8位。 3、 ++var表示对变量var先增一;var—表示对变量后减一。 4、 x |= 0x0f 表示为 x = x | 0x0f 5、 TMOD = ( TMOD & 0xf0 ) | 0x05 表示给变量TMOD的低四位赋值0x5,而不改变TMOD的高四位。 6、 While(
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:29297
    • 提供者:马家添
  1. xmodemCRC16.c

    0下载:
  2. 本人根据XMODEM协议的16位CRC校验方式CRC--CCITT(X^16 + X^12 + X^5 + 1),根据其理论思路一步一步编写的源代码,按照程序思路,会比较容易理解CRC16较验方式的来龙去脉。 -I according to the XMODEM protocol 16 of the CRC method CRC- CCITT (X ^ 16+ X ^ 12+ X ^ 5+ 1), according to their theoretical ideas step by st
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:702
    • 提供者:海天
  1. 2-line-X-16-char-LCD-display

    0下载:
  2. 6X2 LCD display in c quite helpful
  3. 所属分类:SCM

    • 发布日期:2017-12-08
    • 文件大小:83780
    • 提供者:mandepji
  1. X

    0下载:
  2. 51单片机的pwm程序是最简单的那种,用的是c语言-51 MCU PWM program is the simplest kind, with c language
  3. 所属分类:SCM

    • 发布日期:2017-04-27
    • 文件大小:14717
    • 提供者:张品
  1. led.X

    0下载:
  2. How to interface LED with Microchip’s PIC microcontroller? How to connect LEDs to a PIC microcontroller? LED interfacing is the stepping stone for microcontroller development. This is a simple embedded program for PIC 16F877A to interface LEDs, suita
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-24
    • 文件大小:132829
    • 提供者:Nitin
  1. DWY12864I-c

    0下载:
  2. 51单片机使用C语言实现128×64点阵LCM控制(51 MCU uses C language to realize 128 x 64 dot matrix LCM control)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-04-20
    • 文件大小:68608
    • 提供者:小锐锐
« 12 3 4 5 6 »
搜珍网 www.dssz.com