搜索结果
找到约 1,063 项符合
ICCAVR-V 的查询结果
数值算法/人工智能 BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma
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 //输出层神经元数目
#def ...
文件格式 1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest v
1. Download the version you want:
* Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows
* Previous versions
2. Unzip the file, which will create a directory called klt and place all the files there
3. Compile and run the code
* ...
其他行业 距离分辨率 thrt0=1*pi/6 斜视角 angb=0.6*lamda/res_a 合成波束宽度 Rr=5000
距离分辨率
thrt0=1*pi/6 斜视角
angb=0.6*lamda/res_a 合成波束宽度
Rr=5000 目标中心到航迹垂直距离
V=100 飞机的航速
Tp=1e-6 脉冲宽度
T=10e-3 脉冲周期
B=0.5*c/res_r 脉冲频宽
Kr ...
单片机开发 LCD DS1302,MEGA16
LCD DS1302,MEGA16,显示一个万年历,用ICCAVR编译器编写
嵌入式/单片机编程 利用AVR MEGA16做成一个音乐喷泉
利用AVR MEGA16做成一个音乐喷泉,ICCAVR编译
matlab例程 严格按照BP网络计算公式来设计的一个matlab程序,对BP网络进行了优化设计 优化1:设计了yyy
严格按照BP网络计算公式来设计的一个matlab程序,对BP网络进行了优化设计
优化1:设计了yyy,即在o(k)计算公式时,当网络进入平坦区时(<0.0001)学习率加大,出来后学习率又还原
优化2:v(i,j)=v(i,j)+deltv(i,j)+a*dv(i,j)
Linux/Unix编程 This file may be distributed and/or modified under the terms of the ** GNU General Public License v
This file may be distributed and/or modified under the terms of the
** GNU General Public License version 2 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
SQL Server This program is compare the data in sql server. And you can syncronize the table and views this is v
This program is compare the data in sql server. And you can syncronize the table and views this is very beautiful program.
电子书籍 Ce manuel présume que vous avez déjà installé Flash MX 2004 ou Flash MX Professionnel 2004 et que v
Ce manuel présume que vous avez déjà installé Flash MX 2004 ou Flash MX Professionnel 2004
et que vous savez comment l’utiliser. Il considère également comme acquis que vous savez placer
des objets sur la scène et les manipuler dans l’environnement auteur de Flash. Si vous avez déjà
écri ...
单片机开发 《深入浅出AVR单片机——从ATmega48/88/168开始》的实例程序源代码
《深入浅出AVR单片机——从ATmega48/88/168开始》的实例程序源代码,开发环境为ICCAVR.