代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/245990/12765461
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/245947/12770650
c standard.c
#include
#include"stdlib.h"
#include"time.h"
#include"math.h"
//随机数定义
#define rdint(i) (rand() % (int)(i))
#define rdft() (flo
www.eeworm.com/read/144820/12770762
txt 新建 文本文档.txt
单纯形法源程序
作者 fishfly | 2005 05, 11
来自网友的源程序!,
若涉及到版权问题,请与我联系,马上删除!谢谢
#include
#include
#include
float matrix[100][100],x[100]; /* 记录总方程的数组,解的数组 */
int a[100
www.eeworm.com/read/144804/12771600
cpp mydis.cpp
// MydisDoc1.cpp: implementation of the CMydisDoc class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "../RSet.h"
#include "fstream.h"
www.eeworm.com/read/144804/12771619
cpp mydis.cpp
// MydisDoc1.cpp: implementation of the CMydisDoc class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "../RSet.h"
#include "fstream.h"
www.eeworm.com/read/144804/12771630
cpp seminaive.cpp
// SemiNaiveDoc.cpp: implementation of the CSemiNaiveDoc class.
//
//////////////////////////////////////////////////////////////////////
/////aaaaaaaaaaaaaaaa
//#include "ZssWidthScaler.h"
www.eeworm.com/read/245902/12773027
zb readme.zb
This program needs data file.It can draw curvers.
data file format: int float int float......
www.eeworm.com/read/245902/12773083
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/144683/12776713
txt 乘子法.txt
#include
#include
#define L 10
void FX(int m,int n,float x[L][L],float z,float s[L][L],float x0[L][L])
{int i,j;
for(i=0;i
www.eeworm.com/read/144683/12776717
txt 乘子法.txt
#include
#include
#define L 10
void FX(int m,int n,float x[L][L],float z,float s[L][L],float x0[L][L])
{int i,j;
for(i=0;i