代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/438073/7737255
c mconvo1.c
#include
#include
#include
#include "msp.h"
void mconvo1(float x[],float h[],float y[],int n,int m,int l)
{
/*------------------------------------------------------
www.eeworm.com/read/438073/7737258
c mbiline.c
#include
#include
#include
#include "msp.h"
void mbiline(float d[],float c[],int ln,
float b[],float a[],int *ierror)
{
/*-------------------------
www.eeworm.com/read/438073/7737268
c munwrap.c
#include
#include
#include
#include "msp.h"
void munwrap(float phase[],int n)
{
/*----------------------------------------------------------------------
Routine
www.eeworm.com/read/436999/7757268
c sa5106.c
#include
void main()
{
char arraych[5]={'A','B','C','D','E'};
int arrayint[5]={1,2,3,4,5};
float arrayfloat[5]={1.1f,2.2f,3.3f,4.4f,5.5f};
void *point[3]; //三个无类型指针
www.eeworm.com/read/436782/7762750
cpp obstt.cpp
#include
#include
int u,i,k,n,r[4][4],b;
float p[10],m[4][4],mini[10];
float min(float a[10])
{
float g;
g=1000;
for(int l=1;l
www.eeworm.com/read/436624/7766826
c rand.c
/***************************************************************************
* Rand.C (Random Number Generators) *
*
www.eeworm.com/read/436429/7770027
cpp 曲线拟合.cpp
//曲线拟合,
#include "stdio.h"
#include "math.h"
#define num 10
float neiji(float b[num],float c[num]) //内积函数
{ int p;
float nj=0;
for (p=1;p
www.eeworm.com/read/436341/7771319
cpp 2350.cpp
#include
int main()
{
int n;
int m;
int count;
float sum;
float *score;
float average;
scanf("%d", &n);
for(int i = 0; i < n; i++)
{
scanf("%d", &m);
score = new
www.eeworm.com/read/436250/7773943
c show_2d.c
#include
void main(void)
{
int row, column;
float table[3][5] = {{1.0, 2.0, 3.0, 4.0, 5.0},
{6.0, 7.0, 8.0, 9.0, 10.0},
{11.0
www.eeworm.com/read/436250/7773948
c show_3d.c
#include
void main(void)
{
int row, column, table;
float values[2][3][5] = {
{{1.0, 2.0, 3.0, 4.0, 5.0},
{6.0, 7.0,