代码搜索:poly
找到约 5,168 项符合「poly」的源代码
代码结果 5,168
www.eeworm.com/read/163554/10154113
dsw poly.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/163554/10154120
opt poly.opt
www.eeworm.com/read/163554/10154130
plg poly.plg
Build Log
--------------------Configuration: Poly - Win32 Debug--------------------
Command Lines
Results
Poly.exe - 0 error(s)
www.eeworm.com/read/163554/10154132
rc poly.rc
//Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
//
www.eeworm.com/read/163554/10154133
ncb poly.ncb
www.eeworm.com/read/163554/10154141
cpp poly.cpp
// Poly.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Poly.h"
#include "MainFrm.h"
#include "PolyDoc.h"
#include "PolyView.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/358191/10194262
cpp poly.cpp
// evaluate a polynomial
#include
template
T PolyEval(T coeff[], int n, const T& x)
{// Evaluate the degree n polynomial with
// coefficients coeff[0:n] at the point x.
www.eeworm.com/read/162188/10327561
dec poly.dec
/*
** poly.dec - Nth order polynomial interpolation.
** (C) Copyright 1988-1996 by Aptech Systems, Inc.
** All Rights Reserved.
**
** Global variable definitions for procedure POLYINT.
*/
dec
www.eeworm.com/read/162188/10327948
src poly.src
/*
** poly.src - polynomial functions
** (C) Copyright 1988-1998 by Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS, INC.