代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/297707/8002427
c lind6-13.c
#include
#include
void main()
{
float x1=-10,x2=10,x3=0,y1=-1,y2=1,y3=1;
for(;(fabs(y3))>(1e-6);)
{
y1=2*x1*x1*x1-4*x1*x1+3*x1-6;
y2=2*x2*x2*x2-4*x2*x2+3*x2-6;
y3=2*
www.eeworm.com/read/297635/8007435
cpp convert.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/397953/8013045
cpp astar.cpp
#include
#include
/****************************/
#include
#include
//#include
#include
#include
/**************************
www.eeworm.com/read/397802/8020888
cpp ddddd.cpp
#include
#include
void main()
{
float a[10][11],x1[10],x2[10],temp=0,fnum=0;
int i,j,n,bk=0;
printf("使用Jacobi迭代法求解方程组:\n");
printf("输入方程组的元(n
www.eeworm.com/read/197100/8029401
h ocrrow.h
/**********************************************************************
* File: ocrrow.h (Formerly row.h)
* Description: Code for the ROW class.
* Author: Ray Smith
* Created: Tue Oct 08
www.eeworm.com/read/197100/8029470
h lmedsq.h
/**********************************************************************
* File: lmedsq.h (Formerly lms.h)
* Description: Code for the LMS class.
* Author: Ray Smith
* Created: Fri Aug 7
www.eeworm.com/read/197100/8029539
h statistc.h
/**********************************************************************
* File: statistc.h (Formerly stats.h)
* Description: Class description for STATS class.
* Author: Ray Smith
* Cr
www.eeworm.com/read/197100/8029585
cpp grphics.cpp
/**********************************************************************
* File: grphics.c (Formerly graphics.c)
* Description: Starbase stubs for connection to sbdaemon
* Author: Ray S
www.eeworm.com/read/197100/8029599
h grphics.h
/**********************************************************************
* File: grphics.h (Formerly graphics.h)
* Description: Starbase stubs for connection to sbdaemon
* Author: Ray S
www.eeworm.com/read/197100/8029630
h cluster.h
/******************************************************************************
** Filename: cluster.h
** Purpose: Definition of feature space clustering routines
** Author: Dan Johnson
** Histor