代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/275376/10821807
cpp 6_19.cpp
//6_19.cpp
#include
using namespace std;
int main()
{
float (*cp)[9][8];
int i,j,k;
cp = new float[8][9][8];
for (i=0; i
www.eeworm.com/read/420025/10822897
txt 2dfft.txt
#include
#include
#define M 64
#define N 256
#define dx 10 //单位是米//
#define dt 0.002 //单位是秒//
void fft(float *xr ,float *xi, int nr, float T);
int IBIT(int j, int m);
www.eeworm.com/read/420023/10822923
txt 2dfft.txt
#include
#include
#include
#include
#define pi 3.141592654
struct COMPLEX{
float REAL;
float IMAGE;
};
void Bit_Reversal(unsigned int *,int ,int
www.eeworm.com/read/275330/10823374
h rfft.h
# define MAXFFT 1024
extern int ITABLE[512];
extern float TABLE[512];
www.eeworm.com/read/419983/10824595
txt fft2.txt
#include "math.h"
struct compx EE(struct compx b1,struct compx b2)
{
struct compx b3;
b3.real=b1.real*b2.real-b1.imag*b2.imag;
b3.imag=b1.real*b2.imag+b1.imag*b2.real;
return(b3);
}
void
www.eeworm.com/read/419964/10825867
cs classexam.cs
using System;
using DataAccess;
using Forms;
using System.Data;
using System.Data.SqlClient;
namespace BusinessRule
{
///
/// ClassExam 的摘要说明。
/// 1. 储存一次班级考试的信息,
/// 成员变量包括
www.eeworm.com/read/349415/10828193
cpp simple_sigmoid.cpp
/*
nn-utility (Provides neural networking utilities for c++ programmers)
Copyright (C) 2003 Panayiotis Thomakos
This library is free software; you can redistribute it and/or
modi
www.eeworm.com/read/349415/10828219
cpp sigmoid_example.cpp
/*
nn-utility (Provides neural networking utilities for c++ programmers)
Copyright (C) 2003 Panayiotis Thomakos
This library is free software; you can redistribute it and/or
modi
www.eeworm.com/read/349364/10833357
h helpers.h
/*************************************************************************
"I Have No Tomatoes"
Copyright (c) 2004, Mika Halttunen
This software is p
www.eeworm.com/read/349364/10833392
h enemy.h
/*************************************************************************
"I Have No Tomatoes"
Copyright (c) 2004, Mika Halttunen
This software is p