搜索资源列表
Iap_lite.inc
- 文件名: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
C51RFV3.00
- nrf9E5串口通讯,要的功能,你的程序只要包括这样的语句: #include <chipcon/hal.h> #include <chipcon/cul.h> 你的软件就可以在这个库的高级的水平上开始工作,举例说明: 你需要发送一个包,包括序言,通讯标志,地址,数据,CRC效验等,你只需要下列两行语句,便全部完成了!
RT1602C
- 点液晶的程序,#include <util/delay.h> #include <avr/pgmspace.h> #include \"lcd.h\" #include \"font6x8.h\" #include \"font8x16.h\" #include \"my_type.h\"
src
- ** 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
SVPWM
- 《三相交流异步电动机SVPWM开环调速控制程序(软件法)》 .include \"240x.h\" 寄存器地址 .global _c_int0 全局化标号
C51
- /*这是我用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,
C
- 一些所需要的头文件不常用的仅限了解一些如(#include.h)-C(#include.h)
keyboard
- 使用注意: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
e
- 题目:画椭圆ellipse 1.程序分析: 2.程序源代码: #include "stdio.h" #include "graphics.h" #include "conio.h" -题目:画椭圆ellipse 1.程序分析: 2.程序源代码: #include "stdio.h" #include "graphics.h" #include "conio.h"
yuyifenxi
- 这是一个简单的包含词法、语法、语义分析的程序:递归下降分析.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
ourdev_719092QR7R2T
- //PPM 解码程序 PPM信号取自天地飞6A接收机-# include <stc.h> # include <intrins.h> # define DataPort P0 sbit RS=P2^4 sbit RW=P2^5 sbit EN=P2^6
danpianjishiyan
- 单片机实验 一、实验内容 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
LED
- 首先,你用的C18编译器只能编译PIC高端的8位单片机PIC18系列单片机。不建议初学者开始就先学PIC18单片机,建议先学PIC10、PIC12、PIC16系列单片机。如需要编译C文件,可以在Microchip的官网下载HT-PICC for PIC12/16那个。但也不建议初学者开始学就用C编写。如果你不了解单片机内部结构和指令(指令就是汇编),那你永远也没法学懂单片机(不管是否PIC的)。啰嗦的话说完了,现在说一下你的问题。装好以后,先要建立好一个项目,在建立项目的时候需要你指定编译器,则
V5YM
- 鬼影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_
The-cloaaaaq
- (1)功能要求该系统要求文件存储用户设置闹铃信息具体功能①设定闹铃间;②修改闹铃;③取消闹铃;④闹铃/停止闹铃(2)界面友提示信息或菜单帮助用户选择功能2)程序设计建议(1) 数据结构struct time 间结构 { int year int month 月 int day int hour ia nt minute 钟 int second 秒* a/} 闹铃用数组或链表存储(2)程序模块及功能①设定模块:设定闹铃间;②修改模块:修 改闹铃;③取消模块:取消闹铃;④闹铃模块:闹铃
5、译码器实验
- *实 验 名:译码器实验 *实验说明:8个LED灯显示LS138译码器输出的低电平 *连接方式: *注 意: ************************************/ #include <reg51.h> //---定义IO口---// sbit LSA=P2^2; sbit LSB=P2^3; sbit LSC=P2^4; //---声明全局函数---// void Delay10ms(unsigned int c); /******