代码搜索:Formulas
找到约 254 项符合「Formulas」的源代码
代码结果 254
www.eeworm.com/read/414590/2144719
readme
Discrimination Tree Program
Welcome to the wonderful world of the Discrimination Tree C++
directory. This program demonstrates building a discrimination tree given
some formulas, and accessi
www.eeworm.com/read/393229/2486080
txt sampless.txt
Author = Nick Burch
Title = Sample Spreadsheet
Subject = Spreadsheet for testing
Keywords = Testing Sample Formulas
Comments = This is a sample spreadsheet, for use when testing things
(First Sheet)
www.eeworm.com/read/377991/2692815
txt sampless.txt
Author = Nick Burch
Title = Sample Spreadsheet
Subject = Spreadsheet for testing
Keywords = Testing Sample Formulas
Comments = This is a sample spreadsheet, for use when testing things
(First Sheet)
www.eeworm.com/read/355602/3052617
cs formula.cs
using System;
namespace Microsoft.Fawvw.Components.NExcel.Read.Biff
{
/// Interface which is used for copying formulas from a read only
/// to a writable spreadsheet
///
www.eeworm.com/read/132107/14110272
h calc.h
#include
#include
#include "Formulas.h"
class Calculus
{
private:
int a;
int b;
int c;
public:
Calculus();
void Quadratic();
void Fibonnaci();
vo
www.eeworm.com/read/125476/14491748
cc approx_am_call.cc
#include
#include
using namespace std;
#include "normdist.h" // normal distribution
#include "fin_recipes.h" // define other option pricing formulas
www.eeworm.com/read/191613/8425825
cpp pr0524.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.24 on page 114
// A Function that Computes Formulas for Circles
#include /
www.eeworm.com/read/191613/8425915
cpp pr0526.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.25 on page 114
// A Function that Computes Formulas for Spheres
#include /