代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/365949/9838547
cpp foravg.cpp
//这个程序在本书所带软盘中,文件名为FORAVG.CPP
//这个程序利用for循环语句计算40个学生的平均成绩。
#include
void main(void)
{
int i, score, total = 0;
float avg;
for(i = 1; i
www.eeworm.com/read/365949/9838775
cpp foravg.cpp
//这个程序在本书所带软盘中,文件名为FORAVG.CPP
//这个程序利用for循环语句计算40个学生的平均成绩。
#include
void main(void)
{
int i, score, total = 0;
float avg;
for(i = 1; i
www.eeworm.com/read/169721/9845028
c intepoint.c
# include
void avsco(float *psco, float *pave);
void avcour5(char *pcou, float *psco);
void fali2(char *pcou, int *pnum, float *psco, float *pave);
void excellence(char *pcou, int *pnu
www.eeworm.com/read/169721/9845119
c k_algorithm.c
#include
#include
#include
#include
int vectornum;
int vectorsize;
float * datafield;
float * tempcenter;
struct GROUP
{
www.eeworm.com/read/169721/9845127
c isogroup.c
#include
#include
#include
#include
float * datafield;
int vectornum;
int vectorsize;
struct GROUP
{
float * center;
float D;
float va
www.eeworm.com/read/169639/9848211
c jm98b.c
/*
98年全国大学生数学建模竞赛B题"水灾巡视问题"模拟退火算法。
这是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下: ...
www.eeworm.com/read/365533/9857997
cpp fft.cpp
/**********************************************************************
FFT.cpp
Dominic Mazzoni
September 2000
This file contains a few FFT routines, including a real-FFT
routine that is
www.eeworm.com/read/169259/9871865
cc rnn.cc
#include "rnn.hh"
/* Internal Function */
void RNN::free_fmat(float **data,int row, int col)
{
delete data[0];
delete data;
}
/* Internal Function */
void RNN::free_cmat(u_char **data,int row, i
www.eeworm.com/read/169255/9871923
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using Microsoft.DirectX;
using Microsoft.DirectX.Direct
www.eeworm.com/read/169255/9872017
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using Microsoft.DirectX;
using Microsoft.DirectX.Direct