代码搜索:float

找到约 10,000 项符合「float」的源代码

代码结果 10,000
www.eeworm.com/read/462411/7201875

c zui xiao er cheng fa.c

#include main() { float x[4]={0,1,2,3,5},y[4]={1.1,1.9,3.1,3.9,4.9},s[3],b[2] ; float SUM_1(float *a,int n,sum1) { int i; float sum1=0; for(i=0;i
www.eeworm.com/read/461968/7213621

cpp cpair.cpp

// Cpair.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include using namespace std; typedef struct po
www.eeworm.com/read/461692/7222549

txt bpnet002.txt

/****** 增加动量项alpha 初始化alpha=0.4 动态修改 ******/ /****** 自适应调节学习率eta 初始化eta=0.8 动态修改 ****/ /****** 隐含层权值矩阵w1 初始化接近0 ******************/ /****** terget 正弦函数 *******************************/ /*!!!!! 仿正弦
www.eeworm.com/read/461510/7226228

h manhattan.h

#ifndef MANHATTAN_H_ #define MANHATTAN_H_ #include #include #include #include //key parameters int NODE_NUM; float VMAX; float VMIN; float
www.eeworm.com/read/461294/7229893

c clsq.c

/* ============================================================================ Levenberg-Marquardt Least Squares Optimisation Routine =======================================================
www.eeworm.com/read/461182/7232384

h material.h

#ifndef _MATERIAL_ #define _MATERIAL_ #include "common.h" //@@@@@@@@@@@@@@@@@ Material class @@@@@@@@@@@@@@ class Material { public: Material() { setDefault(); } Color3 ambient, diffuse
www.eeworm.com/read/460924/7237555

cpp fightertestview.cpp

// FighterTestView.cpp : implementation of the CFighterTestView class // #include "stdafx.h" #include "FighterTest.h" #include "MilkshapeModel.h" #include "FighterTestDoc.h" #include "Fighte
www.eeworm.com/read/460683/7243507

c fft2048.c

#include "config.h" #include #define N 2048 struct compx { float real; float imag; } compx; struct compx x[N]; /*输入序列,变换核*/ struct compx W[N]; float dis[2048]; //int
www.eeworm.com/read/460643/7244558

cpp isodata.cpp

// ISODATA.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "stdio.h" #include "math.h" #define N 10 #define eps 0.00001 struct Pointf { int
www.eeworm.com/read/460590/7246820

c k_algorithm.c

#include #include #include #include int vectornum; int vectorsize; float * datafield; float * tempcenter; struct GROUP {