代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/377506/9273778
h cpnet.h
// Perceptron Neural Network Class
// Artificial Neural Net: Perceptron Using Perceptron Learning Rule
#ifndef CPNET_H
#define CPNET_H
#include
#include
#include
www.eeworm.com/read/181087/9274989
h genc30.h
/*
* C compiler
* ==========
*
* Copyright 1989, 1990, 1991 Christoph van Wuellen.
* Credits to Matthew Brandt.
* All commercial rights reserved.
*
* This compiler may be redistributed as long
www.eeworm.com/read/377354/9279372
cpp p50_52test.cpp
const int MaxTerms = 100;
class Polynomial; //多项式类的前视声明
class term { //多项式中项的类定义
friend Polynomial; //定义Polynomial类为term类的友元类
private:
float coef; //系数
int exp;
www.eeworm.com/read/180913/9279686
cpp convert.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/180913/9279817
h struct.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/180913/9279869
cpp convert.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/180877/9282263
cpp p1-83.cpp
#include
//声明全局变量并初始化
extern int a[]={1,2,3};
extern float p=3.14;
//在show()函数中使用外部变量
show() {
int i;
cout
www.eeworm.com/read/180877/9282438
cpp p1-23.cpp
#include
main()
{
float a,b,s;
coutb; //利用cin从键盘上为变量 a,b 赋值
s=a;
if (a
www.eeworm.com/read/180784/9295516
cpp 1003.cpp
#include
using namespace std;
int main()
{
float t,x;
int i,j=0,a[1000];
cin>>x;
while(x)
{
t=0;
for(i=1;t>x;
}
for
www.eeworm.com/read/377037/9297000
c 杜里特尔分解法.c
#include
void main()
{
float a[11][12],t;
int n,i,j,k,r;
printf("LUx=b,Ux=y\n");
printf("input unknown numbers:");
scanf("%d",&n);
printf("input all quotieties