代码搜索:EQUATION
找到约 4,674 项符合「EQUATION」的源代码
代码结果 4,674
www.eeworm.com/read/115326/15017959
in equation.in
2
9
0 1 0
1 -4 1
0 1 0
0 0 0
0 1 0
0 0 0
0 1 2 3 4 5 6 7 8 9
9 8 7 6 5 4 3 2 1 0
2 4 6 8 2 4 6 8 9 9
4 4 4 4 4 4 4 4 4 4
9 9 9 9 9 9 9 9 9 9
1 2 3 4 5 6 7 8 9 0
8 7 6 5 4 3 2 1 0 1
3 4 5 6 7 8 9 0 1 2
www.eeworm.com/read/266537/11220226
in equation.in
x=1000000000
x+x+x=10
4*x+2=19
3*x=3*x+1+2+3
(42-6*7)*x=2*5-10
www.eeworm.com/read/187897/8593797
h equation.h
#ifndef __EQUATION_H__
#define __EQUATION_H__
typedef float coef_t;
/* an item in a polynomial */
typedef struct item {
int degree;
coef_t coef;
} item_t;
/* a polynomial */
type
www.eeworm.com/read/432247/8617982
cpp equation.cpp
#include
using namespace std;
int main()
{
string s;
cout
www.eeworm.com/read/388251/8622823
hpp equation.hpp
#pragma ident "$Id: $"
/**
* @file Equation.hpp
* GNSS Data Structure to define and handle GNSS equations.
*/
#ifndef EQUATION_HPP
#define EQUATION_HPP
//========================================
www.eeworm.com/read/431162/8707512
doc equation.doc
www.eeworm.com/read/186068/8963088
cpp equation.cpp
#include
#include
#include
using namespace std;
double coefficient[10] = {0, 0, 0, 0, 0, 0, 1, -5, 16, -80};
/*main information*/
void info()
{
int infoj = 0
www.eeworm.com/read/185836/8981840
pbw equation.pbw
Save Format v3.0(19990112)
@begin Unchecked
@end;
@begin Targets
@end;
www.eeworm.com/read/185836/8981843
pbt equation.pbt
Save Format v3.0(19990112)
appname "equation";
applib "equation.pbl";
liblist "equation.pbl";
type "pb";
www.eeworm.com/read/185836/8981847