数学函数,所在函数库为math.h、stdlib.h、string.h、float.h
上传时间: 2014-01-15
上传用户:xauthu
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
This is a pdf file about string matching. Hope u guys enjoy it...
标签: matching string about enjoy
上传时间: 2017-06-15
上传用户:yt1993410
tcp/ip atmel development project include discription and source code
标签: development discription include project
上传时间: 2017-06-15
上传用户:stvnash
an lcs algorithm for finding common string
标签: algorithm finding common string
上传时间: 2014-12-22
上传用户:woshiayin
STC keilC的晶片選擇可以看到STC就不用在include
上传时间: 2013-12-07
上传用户:独孤求源
using keil to subtract 2 "string number" (MCB2378 ARM)
标签: subtract string number using
上传时间: 2014-01-20
上传用户:Altman
顺序栈的出栈、入栈、求栈长等基本操作 #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