代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/273409/10917002
cpp xt13-2-2.cpp
#include
using namespace std;
int main()
{float a[5];
int i;
cout
www.eeworm.com/read/273409/10917113
cpp xt6-15.cpp
#include
using namespace std;
int main()
{void avsco(float *,float *);
void avcour1(char (*)[10],float *);
void fali2(char course[5][10],int num[],float *pscore,float aver[4]);
voi
www.eeworm.com/read/273188/10923476
txt (8)以上文档中的明显错误.txt
1.请写出 float x 与“零值”比较的 if 语句。(4分)
标准答案示例:
const float EPSINON = 0.00001;
if ((x >= - EPSINON) && (x =”或“
www.eeworm.com/read/273093/10927679
c jm98b.c
/*
98年全国大学生数学建模竞赛B题"水灾巡视问题"模拟退火算法。
这是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下: ...
www.eeworm.com/read/418770/10928063
c land.c
/*--------------------------------------------------*
Ray-Casting Heightfield Engine
Pre-SVGAlib code by Alex Chalfin
Usage: Use the mouse to move l, r, u, & d.
www.eeworm.com/read/273019/10931580
cpp 用嵌套法计算分段函数.cpp
/*嵌套法计算分段函数*/
#include
void main()
{
float x,y;
scanf("%f",&x);
if(x
www.eeworm.com/read/273013/10931682
cs bipartitematcher.cs
/*
* Hungarian method matching for maximizing total weights of bipartite grapth
* Author: Dao Ngoc Thanh , thanh.dao@gmx.net
* Copyright (c) 2005 Dao Ngoc Thanh
*/
using System;
namespace
www.eeworm.com/read/272960/10935227
cpp dsp.cpp
///////////////////////////////////////////////////////////
//
// 类说明:
//
// 1。DFT_2D_FFT() 二维离散快速傅立叶变换
// 2。DFT_2D_IFFT(
www.eeworm.com/read/418534/10940576
zb readme.zb
This program needs data file.It can draw curvers.
data file format: int float int float......
www.eeworm.com/read/418534/10940625
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