CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - include.h

搜索资源列表

  1. Iap_lite.inc

    0下载:
  2. 文件名:TEST.C * 功能:测试IAP_Lite功能 * 日期:2003.11.10 ******************************************************************/ #include \"REG931.H\" #include \"IAP_LITE.H\"-File Name : TEST.C * Function : IAP_Lite functional testing * Date : 2003.11.10
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1353
    • 提供者:tao
  1. C51RFV3.00

    0下载:
  2. nrf9E5串口通讯,要的功能,你的程序只要包括这样的语句: #include <chipcon/hal.h> #include <chipcon/cul.h> 你的软件就可以在这个库的高级的水平上开始工作,举例说明: 你需要发送一个包,包括序言,通讯标志,地址,数据,CRC效验等,你只需要下列两行语句,便全部完成了!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1976112
    • 提供者:wangchongjie
  1. RT1602C

    0下载:
  2. 点液晶的程序,#include <util/delay.h> #include <avr/pgmspace.h> #include \"lcd.h\" #include \"font6x8.h\" #include \"font8x16.h\" #include \"my_type.h\"
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:233820
    • 提供者:heihu
  1. src

    0下载:
  2. ** File name: target.h ** Last modified Date: 2004-09-17 ** Last Version: 1.0 ** Descr iptions: header file of the specific codes for LPC2100 target boards ** Every project should include a copy of this file, user may modify it as
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:12429
    • 提供者:FUJIAN
  1. SVPWM

    0下载:
  2. 《三相交流异步电动机SVPWM开环调速控制程序(软件法)》 .include \"240x.h\" 寄存器地址 .global _c_int0 全局化标号
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:15750
    • 提供者:liuhx
  1. C51

    0下载:
  2. /*这是我用C语言编的第一个程序,编译通过,下载到单片机里能够正常运行,我非常高兴,对我来说有纪念价值*/ -#include <reg51f.h> #include <intrins.h> #include <math.h> sbit P2_0=P2^0 bit FLAG=0 char m,ptr=0 static const char tab[16]={0x01,0x02,0x03,0x0c,
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1478
    • 提供者:du316
  1. C

    0下载:
  2. 一些所需要的头文件不常用的仅限了解一些如(#include.h)-C(#include.h)
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:3902
    • 提供者:李凌
  1. keyboard

    0下载:
  2. 使用注意:1、应包含头文件slavr.h 2、在工程选项中的Additional Lib中填入slavr 使用编译器使用附加库文件libslavr.a 3、本例采用了作按键释放检查的函数,适用于显 示电路不需频繁刷新的程序,如静态显示、LCD 模块电路等。-Use Note: 1, should include the header file slavr.h 2, in the project options in the Additional Lib
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:996
    • 提供者:BRADLEE
  1. e

    0下载:
  2. 题目:画椭圆ellipse    1.程序分析: 2.程序源代码: #include "stdio.h" #include "graphics.h" #include "conio.h" -题目:画椭圆ellipse    1.程序分析: 2.程序源代码: #include "stdio.h" #include "graphics.h" #include "conio.h"
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1795
    • 提供者:xl
  1. yuyifenxi

    0下载:
  2. 这是一个简单的包含词法、语法、语义分析的程序:递归下降分析.h 和递 归下降分析.cpp。 实现的基本原理是自顶向下分析,单遍扫描,以语法分析为 核心,调用词法分析,并实现语义分析。-This is a simple include lexical, syntax, semantic analysis of the program: Analysis of recursive descent. H and recursive descent analysis. Cpp. The basi
  3. 所属分类:汇编语言

    • 发布日期:2017-04-05
    • 文件大小:4594
    • 提供者:林青松
  1. ourdev_719092QR7R2T

    0下载:
  2. //PPM 解码程序 PPM信号取自天地飞6A接收机-# include <stc.h> # include <intrins.h> # define DataPort P0 sbit RS=P2^4 sbit RW=P2^5 sbit EN=P2^6
  3. 所属分类:assembly language

    • 发布日期:2017-11-05
    • 文件大小:2235
    • 提供者:szx
  1. danpianjishiyan

    0下载:
  2. 单片机实验 一、实验内容 1、静态显示一位数码管(本实验为共阳数码管) 2、利用实验箱提供的显示电路,动态显示一行数据(12345678). 二、实验目的 1. 掌握数码管的静态与动态显示。 2. 了解用总线方式控制数 -#include<reg51.h> #define T 100 void delay(int ys) { int i,j for(i=ys i>0 i--) for(j=110
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:206345
    • 提供者:yang
  1. LED

    0下载:
  2. 首先,你用的C18编译器只能编译PIC高端的8位单片机PIC18系列单片机。不建议初学者开始就先学PIC18单片机,建议先学PIC10、PIC12、PIC16系列单片机。如需要编译C文件,可以在Microchip的官网下载HT-PICC for PIC12/16那个。但也不建议初学者开始学就用C编写。如果你不了解单片机内部结构和指令(指令就是汇编),那你永远也没法学懂单片机(不管是否PIC的)。啰嗦的话说完了,现在说一下你的问题。装好以后,先要建立好一个项目,在建立项目的时候需要你指定编译器,则
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:10605
    • 提供者:yb
  1. V5YM

    0下载:
  2. 鬼影V5源码 生成免杀 去验证版 免杀好做。去后门-// Build.cpp : implementation file // #include stdafx.h #include 客户端.h #include Build.h #include encode.h #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE_
  3. 所属分类:assembly language

    • 发布日期:2017-05-06
    • 文件大小:1248039
    • 提供者:雨泽
  1. The-cloaaaaq

    0下载:
  2. (1)功能要求该系统要求文件存储用户设置闹铃信息具体功能①设定闹铃间;②修改闹铃;③取消闹铃;④闹铃/停止闹铃(2)界面友提示信息或菜单帮助用户选择功能2)程序设计建议(1) 数据结构struct time 间结构 { int year int month 月 int day int hour ia nt minute 钟 int second 秒* a/} 闹铃用数组或链表存储(2)程序模块及功能①设定模块:设定闹铃间;②修改模块:修 改闹铃;③取消模块:取消闹铃;④闹铃模块:闹铃
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1680
    • 提供者:titi
  1. 5、译码器实验

    0下载:
  2. *实 验 名:译码器实验 *实验说明:8个LED灯显示LS138译码器输出的低电平 *连接方式: *注 意: ************************************/ #include <reg51.h> //---定义IO口---// sbit LSA=P2^2; sbit LSB=P2^3; sbit LSC=P2^4; //---声明全局函数---// void Delay10ms(unsigned int c); /******
  3. 所属分类:汇编语言

    • 发布日期:2017-12-20
    • 文件大小:22528
    • 提供者:9956
搜珍网 www.dssz.com