代码搜索:插值优化
找到约 10,000 项符合「插值优化」的源代码
代码结果 10,000
www.eeworm.com/read/263375/11365368
opt 插值函数.opt
www.eeworm.com/read/263375/11365371
cpp 插值函数.cpp
// 插值函数.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include"stdio.h"
#include"stdlib.h"
#include"iostream.h"
int main(int argc, char* argv[])
www.eeworm.com/read/263375/11365373
ncb 插值函数.ncb
www.eeworm.com/read/263375/11365375
dsp 插值函数.dsp
# Microsoft Developer Studio Project File - Name="插值函数" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/263375/11365377
dsw 插值函数.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "插值函数"=".\插值函数.dsp"
www.eeworm.com/read/263375/11365379
plg 插值函数.plg
Build Log
--------------------Configuration: 插值函数 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/262896/11386239
doc 内维尔插值.doc
www.eeworm.com/read/403316/11519237
pdf 插值法.pdf
www.eeworm.com/read/254456/12135679
cpp lagrame插值.cpp
// 黄泳晞(2003402054529) Lagrame插值
// 程序中函数为 x*x-4.213
// 输入N应该在0~20之间
#include
#include
class lagrange
{
public:
float Y[20];
int X[20];