Location:
Search - math.h
Search list
Description: BP算法最新C源程序,
#include\"stdarg.h\"
#include\"stdio.h\"
#include\"stdlib.h\"
#include\"math.h\"
#include\"graphics.h\"
#include\"conio.h\"
#define IN 4 /*输入层的神经元个数*/
#define HID 13 /*隐含层的神经元个数*/
#define MOD 594 /*学习样本个数*/
#define OUT 1 /*输出层的神经元个数*/-BP algorithm latest C source, # include "stdarg.h" # include "stdio.h" # include "stdlib.h" # include "math.h" # include "graphics.h" # include "conio.h" # define IN 4 / * input layer neurons number * / # define HID 13 / * hidden layer neuron number * / # define MOD 594 / * Number of samples * / # define OUT 1 / * output layer neurons number * /
Platform: |
Size: 2958 |
Author: 陈光华 |
Hits:
Description: #include \"stdio.h\"
#include \"math.h\"
#include \"malloc.h\"
#include \"string.h\"
#define m 6
#define n 29
#define p 0.5-#include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\" #define m 6 #define n 29 #define p 0.5
Platform: |
Size: 3091 |
Author: jiangshan |
Hits:
Description: #include \"stdio.h\"
#include \"math.h\"
#include \"malloc.h\"
#include \"string.h\"
#define m 6
#define n 29
#define p 0.5-#include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\" #define m 6 #define n 29 #define p 0.5
Platform: |
Size: 109175 |
Author: jiangshan |
Hits:
Description: #include \"stdio.h\"
#include \"math.h\"
#include \"malloc.h\"
#include \"string.h\"
#define m 6
#define n 29
#define p 0.5-#include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\" #define m 6 #define n 29 #define p 0.5
Platform: |
Size: 53805 |
Author: jiangshan |
Hits:
Description: /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0 -/******** lexical analysis procedure********/# includelt; Iostream.hgt;# Includelt; Fstream.hgt;# Includelt; Math.hgt; Int cc = 0
Platform: |
Size: 8192 |
Author: 白天 |
Hits:
Description: /*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0 -/******** lexical analysis procedure********/# includelt; Iostream.hgt;# Includelt; Fstream.hgt;# Includelt; Math.hgt; Int cc = 0
Platform: |
Size: 8192 |
Author: 白天 |
Hits:
Description: BP算法最新C源程序,
#include"stdarg.h"
#include"stdio.h"
#include"stdlib.h"
#include"math.h"
#include"graphics.h"
#include"conio.h"
#define IN 4 /*输入层的神经元个数*/
#define HID 13 /*隐含层的神经元个数*/
#define MOD 594 /*学习样本个数*/
#define OUT 1 /*输出层的神经元个数*/-BP algorithm latest C source,# include "stdarg.h"# include "stdio.h"# include "stdlib.h"# include "math.h"# include "graphics.h"# include "conio.h"# define IN 4/* input layer neurons number* /# define HID 13/* hidden layer neuron number* /# define MOD 594/* Number of samples* /# define OUT 1/* output layer neurons number* /
Platform: |
Size: 3072 |
Author: 陈光华 |
Hits:
Description: #include "stdio.h"
#include "math.h"
#include "malloc.h"
#include "string.h"
#define m 6
#define n 29
#define p 0.5-#include "stdio.h"#include "math.h"#include "malloc.h"#include "string.h"#define m 6#define n 29#define p 0.5
Platform: |
Size: 108544 |
Author: jiangshan |
Hits:
Description: #include "stdio.h"
#include "math.h"
#include "malloc.h"
#include "string.h"
#define m 6
#define n 29
#define p 0.5-#include "stdio.h"#include "math.h"#include "malloc.h"#include "string.h"#define m 6#define n 29#define p 0.5
Platform: |
Size: 1679360 |
Author: jiangshan |
Hits:
Description: VC下最牛的算数表达式,将math.h 所有函数都集成到一起都能用计算出来,包括加减乘除;(、 正玄、 余玄,乘方,log ln,等 -VC most cattle arithmetic expression math.h will integrate all functions are used together can be worked out including the arithmetic; (, Shogen, Yuxuan, involution, ln log, etc.
Platform: |
Size: 25600 |
Author: 周志光 |
Hits:
Description: #include<malloc.h>
#include<limits.h>
#include<stdio.h>
#include<graphics.h>
#include<io.h>
#include<math.h>
#include<process.h>
#include<conio.h>
#define m 100
#define OK 1
typedef int Status
typedef char TElemType /*树元素的类型*/
int t=35
int n=20
int h=14
int u=2
int leaf=0,non_l_leaf=0,non_r_leaf=0,root=0 /*各种结点数*/
char le[m],l[m],r[m],ro[m] /*用与存放各种结点*/
typedef struct BiTNode/*定义二叉树*/-# Include
Platform: |
Size: 2048 |
Author: 全文 |
Hits:
Description: 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]; -fft source code,# include f2407_c.h# include math.h# define N 32// FFT transform points extern void fft (void) extern void resave (void) interrupt void phantom (void) void sysinit (void) extern int input [2* N]
Platform: |
Size: 5120 |
Author: |
Hits:
Description: Wild Math Library数值计算库,支持向量计算,矩阵相乘,偏微分方程等-Wild Math Library numerical library, support vector computing, matrix multiplication, partial differential equations, etc.
Platform: |
Size: 1328128 |
Author: krrrr |
Hits:
Description: 51单片连tcs230的源程序,绝对原创,可以记忆颜色。
#define uchar unsigned char
#include <reg52.h>
#include<math.h>
sbit S0=P1^7
sbit S1=P1^0 //端口定义
sbit S2=P1^1
sbit S3=P1^2
sbit OE=P1^3
sbit OUT=P3^4 //频率从TO口输入
sbit key0=P1^5
sbit LED=P1^6
sbit a=P3^0
sbit b=P3^1
uchar color //1:blue 2:green 3:red
uchar T[4] //color timer
uchar TH[4]
uchar TL[4]
uchar bizhi[4]
void time1() interrupt 3
{
TH[color]=TH0
TL[color]=TL0
T[color]=(TH[color]*0xff+TL[color])
TR0=0 //关定时器
TR1=0
TH1=0xB1
TL1=0xE0 //归0
TH0=0x00
TL0=0x00 //归0
}-51 monolithic tcs230 even the source is absolutely original, you can remember the color.# Define uchar unsigned char# Include
Platform: |
Size: 1024 |
Author: 黄胜 |
Hits:
Description: #include<reg51.h>
#include<absacc.h>
#include<stdio.h>
#include<math.h>
#define uchar unsigned char
#define uint unsigned int
sbit P00=P0^0
sbit P01=P0^1
sbit P02=P0^2
sbit P03=P0^3
sbit P04=P0^4
sbit P05=P0^5
sbit P06=P0^6
sbit P07=P0^7
Platform: |
Size: 2048 |
Author: Tnavy |
Hits:
Description: fft#include <math.h>
#define SWAP(a,b) tempr=(a) (a)=(b) (b)=tempr
//当isign=1时,将输入数据data[1..2*nn]用它的离散Fourier变换系数代替
//当isign=-1时,将输入数据替换为其的离散IFFT系数乘以nn
//data是一个保存nn个复数的数组
//Fourier系数的保存方法为F0的实部和虚部保存在data[1],data[2]
//正的一次谐波系数保存在data[3],data[4]
//负的一次谐波系数保存在data[2*nn-1],data[2*nn]
//最高次谐波系数保存在data[nn+1],data[nn+2]
//nn必须为2的幂-fft
Platform: |
Size: 1024 |
Author: jakey |
Hits:
Description: //本程序利用CCP1模块实现一个“简易数字频率计”的功能
#include <pic.h>
#include <stdio.h>
#include <math.h>
const char table[11]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0XD8,0x80,0x90,0xFF};
//不带小数点的显示段码表
-//CCP1 module for use in this process a " simple digital frequency meter" function# include <pic.h># Include <stdio.h># Include <math.h> const char table [11] = (0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0XD8, 0x80, 0x90, 0xFF) // without a decimal point display section of code table ~ ~ ~
Platform: |
Size: 3072 |
Author: mengchao |
Hits:
Description: 基于ARM的GPRS车载系统源程序
/*******************************************************************************
** Function: Get GPS Communication Port from GPSPort.ini **
** In: char buffer **
** Out: set the char buffer **
** Date: 2007-8-1 Author: Owen.Lu **
*******************************************************************************/-#include <windows.h>
#include "stdio.h"
#include "time.h"
#include "string.h"
#include "assert.h"
#include "gps.h"
#include "math.h"
DCB dcb
COMMTIMEOUTS timeouts
COMSTAT ComStat
HANDLE idComDev
unsigned int testCycle = 0
volatile char gpsMessage[1030][2] = {0}
volatile int buffHead = 0
volatile int buffEnd = 0
DWORD WINAPI receiveGPSProc(LPVOID) //receive gps data
DWORD WINAPI analyseGPSProc(LPVOID) //analyse gps data
/*******************************************************************************
** Function: Get GPS Communication Port from GPSPort.ini **
** In: char buffer **
** Out: set the char buffer **
** Date: 2007-8-1 Author: Owen.Lu **
*******************************************************************************/
void g
Platform: |
Size: 5120 |
Author: 月买双 |
Hits:
Description: Math utilities for 8bit PIC, available for 16/18 families
Platform: |
Size: 4096 |
Author: ogrozion |
Hits:
Description: math.h头文件说明 常用数学函数
说明指导
资料-the math.h header files Description Description guidance
Platform: |
Size: 1729536 |
Author: on |
Hits: