代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/276006/10775623
c readval.c
#include "stdio.h"
#define MAX 5000
void main()
{
FILE *fp1,*fp2,*fp3;
float ver[50];
int nodenum,t[14],i,j;
int num_node[4];
int node_number;
float val[MAX];
char ch,s1[80],s2[80],s3[80],va
www.eeworm.com/read/349979/10779341
txt readme.txt
SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行
优化。
本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦)
并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;
单点变异,浮点变异;
调用时
Genetic(目标函数名)
if you get some ...
www.eeworm.com/read/349916/10782890
c clsq.c
/*
============================================================================
Levenberg-Marquardt Least Squares Optimisation Routine
=======================================================
www.eeworm.com/read/275876/10789492
cpp quote3.cpp
#include
#include "soapQuoteProxy.h" // get proxy
#include "Quote.nsmap" // get namespace bindings
class Stock : public Quote // Quote is the name of the service (see quote3.h and Quote
www.eeworm.com/read/420348/10801147
cpp tinhtong.cpp
/*tinh tongS==x/1!+.....x/n!*/
# include
#include0
int giaithua(int m)
{
int i;
int tong;
tong=1;
for(i=1;i
www.eeworm.com/read/349586/10815753
c c4_6_1.c
#include"stdio.h"
#include"stdlib.h"
#include"math.h"
#define pi 3.1415926536
#define NN 2048
main()
{
int i,j,k,m,N,r,s,t;
static float a0,a1,b0,b1,p,z,g;
static int a[NN];
sta
www.eeworm.com/read/275385/10820228
c pcg.c
/*
* pcg.c -- function for Preconditioned Conjugate Gradient solution
* of weighted least-squares phase-unwrapping problem
*/
#include
#include
#include "solncos
www.eeworm.com/read/420044/10821312
c test14.c
#include "math.h"
float im,hd[201],h[201],w[201],wc,pi;
float a,b,p,wf,re,d,db[300];
int m,n,k,i,l;
main()
{
for(;;)
{
m=1; /* m=1-5 */
n=21; /* n=21,51,101,201*/
www.eeworm.com/read/420044/10821356
c test18.c
#pragma CODE_SECTION(vect,"vect")
#include "math.h"
unsigned int *pmem=0;
#define PMST *(pmem+0x001D)
#define SWCR *(pmem+0x002B)
#define SWWSR *(pmem+0x0028)
#define BSCR *(pmem+0x
www.eeworm.com/read/420044/10821376
c test18.c
#pragma CODE_SECTION(vect,"vect")
#include "math.h"
unsigned int *pmem=0;
#define PMST *(pmem+0x001D)
#define SWCR *(pmem+0x002B)
#define SWWSR *(pmem+0x0028)
#define BSCR *(pmem+0x