TFT芯片9320芯片驱动 #Include "system.h" #Include "altera_avalon_pio_regs.h" #Include "alt_types.h" #Include "LCD.h"
标签: Include altera_avalon_pio_regs alt_types system
上传时间: 2013-12-28
上传用户:huyiming139
control step motor (use for CNC machine), use chip dspic30f4011, Include interpolation
标签: interpolation use control machine
上传时间: 2017-05-27
上传用户:R50974
Include startup files and peripherial devices Code for Atmel ARM7 development
标签: development peripherial Include startup
上传时间: 2014-01-06
上传用户:Zxcvbnm
This file Include the normalized LMS algorithm and subband LMS algorithm. all of them are in m.file This file can be used to echo noise cancellation, and active noise control
标签: algorithm file normalized LMS
上传时间: 2014-02-06
上传用户:czl10052678
C++ is widely used in the software industry. Some of its application domains Include systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel, Borland and others.
标签: application industry software domains
上传时间: 2013-12-23
上传用户:wanqunsheng
BP神经网络程序,C语言源代码 如下: #Include "iostream.h" #Include "iomanip.h" #Include "stdlib.h" #Include "math.h" #Include "stdio.h" #Include "time.h" #Include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目 #define ON 2 //输出层神经元数目 #define Z 20000 //旧权值保存-》每次study的权值都保存下来 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double U11[IN][HN] //输入层至第一隐层权值 double V[HN][ON] //隐层至输出层权值 double X1[HN] //第一隐层的输入 double Y[ON] //输出层的输入 double H1[HN] //第一隐层的输出 double O[ON] //输出层的输出 double YU_HN1[HN] //第一隐层的阈值 double YU_ON[ON] //输出层的阈值 double err_m[N] //第m个样本的总误差 double a //学习效率 double alpha //动量因子
标签: Include iostream iomanip stdlib
上传时间: 2017-06-15
上传用户:xinzhch
tcp/ip atmel development project Include discription and source code
标签: development discription Include project
上传时间: 2017-06-15
上传用户:stvnash
STC keilC的晶片選擇可以看到STC就不用在Include
上传时间: 2013-12-07
上传用户:独孤求源
顺序栈的出栈、入栈、求栈长等基本操作 #Include <stdio.h> #Include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef struct
标签: Include STACKSIZE define stdlib
上传时间: 2014-01-10
上传用户:daguda
Smart Card communication Include tx and rx
标签: communication Include Smart Card
上传时间: 2017-06-25
上传用户:yy541071797