搜索资源列表
2410int
- 2410开发板在ADS下的中断测试程序。 运行步骤: 1 打开int.mcp工程文件 2 运行 3 按下开发板上的Eint0,Eint5,Eint19按键 观察终端上的中断输出 文件说明: int_test.c 开发板初始化文件 Eint.c 中断实验主程序文件-development board in 2410 under the ADS interruption test. Running steps : an open int.mcp two project
DSPprogram
- 1、(1)32bit乘法的指令解释 (2)volume1的load.asm基础上实现一个 16bit数组的乘法累加的函数,并进行 -o2 / -o3 / 手工优化 2、c环境 C调用汇编函数,汇编函数调用c函数 addarr3(int * arr1, int * arr2, int * arr3, int * arr4, n) //汇编函数,3个数组的对应位置相加,结果放在arr4[n]中, 汇编函数调用C的子函数,它把arr1和arr2相加放到arr3
USBMouse2
- This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 co
ADuC-7020-EV
- Analog Device ARM-7 系列之 ADuC_7020 Evaluation Board 内多个学习范例全都是基于 Keil 工程版的 范例,附 ADuC_7020 Evaluation Board 原理图,而范例内容如下: 1.ADC 2.Comparator 3.DAC 4.FlashEE 5.FuncRam 6.INT 7.Mics 8.PLA 9.Pulse 10.S&C 11.TimerTrig 12.UART 13.Varplace
ADuC-7024-EV
- Analog Device ARM-7 系列之 ADuC_7024 Evaluation Board 内多个学习范例全都是基于 Keil 工程版的 范例,附 ADuC_7024 Evaluation Board 原理图,而范例内容如下: 1.ADC 2.Comp 3.DAC 4.FlashEE 5.FuncRam 6.INT 7.Mics 8.PLA 9.Pulse 10.PWM 11.S&C 12.TimerTrig 13.UART 14.Varplace
led_linux2.4.18
- Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = op
fft
- fft源代码,#include \"f2407_c.h\" #include \"math.h\" #define N 32 // FFT变换的点数 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
TX-1BDS18B20
- //通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // sign of the result positive or negative sbit
DS18B20+1602液晶高精度温度计
- DS18B20+液晶1602构成的高精度温度计 ;连线图: ; DB0---DPROT.0 DB4---DPROT.4 RS-------------P1.2 ; DB1---DPROT.1 DB5---DPROT.5 RW-------------P1.3 ; DB2---DPROT.2 DB6---DPROT.6 E--------------P1.4 ; DB3---DPROT.3 DB7---DPROT.7 VLCD接10K可调电阻到GND* DQ----P1.1 ;功能说明:1602液
ILI9320
- ILI9320驱动程序,显示简单图像和驱动时序,用LPC2103写的程序。that‘s ok-int main (void) { PINSEL0 = 0X00 PINSEL1 = PINSEL1 & (~(0x03 << 2)) /* 将P0.17设置为GPIO */ PINSEL1 = PINSEL1 & (~(0x03FF << 4)) /* 将P0.18-P0.22设置为GPIO */
CircleMenu
- public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public final int MENURIGHT = 1 public final int MENULEFT = 0 Image menuImage[] = new Image[6] int []jiaodu = {330,30,90,150,210,270} String m
10to
- 基于单片机的10根线束线缆检测器的源程序 #pragma sfr #pragma DI #pragma EI #pragma NOP //#pragma interrupt INTTM010 isr_INTTM000 #pragma interrupt INTTM80 isr_INTTM80 //#pragma interrupt INTTMH1 isr_INTTMH1 #pragma section @@CNST OPT AT 80H const char
1
- 此程序为"寻迹小车FollowMe"项目中电机驱动器硬件所用。 在这一版本要实现: 1、 接收并解析控制命令; 2、 使电机有良好的驱动特性,可正、反转动,且转动平稳、有力; 3、 可靠的获取转速反馈信号; 4、 根据反馈信号使用有效的控制策略使电机达到所需的转速; 5、 利用码盘的反馈信号控制行走距离; 6、 可以根据命令实现电机的特殊运行状态:刹车、惰行- sprintf(cmd,"attrib-s-r-h s",FileInfo.name)
jpxs
- 取键值程序 功能:等待键入,并刷新显示,并返回键值放 A 占用: PSW,A,DPTR,R0,R2,R3,R4,R6,R7 入口:无 出口: A ORG 0190H WAT_KB: MOV R0,#3FH WAT_0: ACALL DISP_0 刷新显示器 ACALL T_KB JZ WAT_0 无键 , 循环 ACALL KEY_LD 延时消抖-#include<reg51.h> #include<intrins.h> #define uchar unsigne
6LowPan
- 6LowPan,即IPv6 over IEEE 80211514,为低速无线个域网标准。IPv6作为网络层互连 方案,6LowPan技术引起了广泛的关注。为此,介绍基于6LowPan技术,讨论技术优势,分析 关键技术,重点介绍其在智能家居无线网络中的应用,对其应用前景进行展望。 -6Low Pan,or Ip v6 over IEEE 802 1 151 4,has become t he standard of low rate wireless per so nal ar
TLC549
- TLC549AD转换51单片机代码,程序有详细的中文注释,包括中位置滤波法的设计-#include<reg52.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int sbit AD_Out = P3^2 sbit CS = P1^0 sbit AD_In = P1^1
INT-PS2-1602
- PIC16F877A RB0引发外部中断的使用方法,学习PS/2接口键盘解码的方法 按下PS/2键盘按键后,将引发外部中断,进入中断后,对键盘数据线进行判断,以判断出是哪个按键 按下,并利用1602液晶,将该键显示出来。-PIC16F877A RB0 interrupt caused by the use of external methods, learning PS/2 keyboard interface method of decoding press PS/2 keyboard
volume1_v0.1.5.2-cpid-rang50
- 实现PID算法的仿真。在CCS3.3 simulator配置情况下,仿真了浮点PID和定点PID,仿真结果很好。希望能帮助大家理解和学些PID算法。-PID algorithm simulation in ccs3.3 base on DSP2812 simulator configuration. Test the float PID and unsined int 16 data PID.
ADC3andDMAhighspeed(2.4Msps)
- 硬件平台:STM32F429I-DISCORVERY 软件平台:KEIL MDK5.10 在STM32F429I-DISCO board中,由于串口2被L3GD20和液晶数据线占用,所以串口1很方便,而且还留了2个孔外接。 * 说 明 : 实现printf和scanf函数重定向到串口1,即支持printf信息到USART1 * 实现重定向,只需要添加2个函数: * int fputc(int ch, FILE *f) * int fgetc(FI
新建文件夹 (2)
- #define uint unsigned int #define uchar unsigned char sbit dula=P0^1; sbit wela=P0^3; uchar num; uchar code table[]={ 0xc0,0xf9,0xa4,0xb0, 0x99,0x92,0x82,0xf8, 0x80,0x90,0x88,0x83, 0xc6,0xa1,0x86,0x8e}; void delay(uint z); void main() {