搜索结果
找到约 562 项符合
second-order 的查询结果
数值算法/人工智能 These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomia
These codes require an ASCII input file interp.dat of the following form:
N: Number of Polynomial Interpolation Points (Small)
First Sample (x1,y1)
Second Sample (x2,y2)
...
Nth Sample (xN,yN)
N1: Number of Error Evaluation Points (Large)
First Sample (x1,y1)
Second Sample (x2,y2)
. ...
其他书籍 A large body of computer-aided techniques has been developed in recent years to assist in the proce
A large body of computer-aided techniques has been developed in recent years to assist
in the process of modeling, analyzing, and designing communication systems . These
computer-aided techniques fall into two categories: formula-based approaches, where the
computer is used to evaluate complex formu ...
其他 C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics
C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics of
C quite quickly. But it takes much longer to master the nuances of the language and to write enough
programs, and enough different programs, to become an expert. In natural language terms, this is ...
其他 three proceses , one proces read some mesages entered from the keyboard until read s EXIT, the the s
three proceses , one proces read some mesages entered from the keyboard until read s EXIT, the the second process kill his son, than kill himself.
源码/资料 Boost C++ Libraries 1.35.0
Boost C++ Libraries
Free peer-reviewed portable C++ source libraries
Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost ...
技术教程 SystemC_tutorial
This tutorial will focus on the strong connection between C++ and SystemC by making
the analogy between Hardware modeling and Object-Oriented modeling.
The first section will look at the creation of Hardware components in C++.
The second section will highlight the benefits ...
其他文档 多线程游戏
/**
 * 用于在逻辑和界面间传输数据的bean
 * @version 1.0
 */
public class DataBean {
    private int first = -1;
    private int second = -1;
    public int getFirst() {
        return first;
    }
    public int ...
接口技术 net_tcp.h
/*
*********************************************************************************************************
*                                             uC/TCP-IP V2
*       ...
数值算法/人工智能 a sub-cell WENO reconstruction method
We introduce a sub-cell WENO reconstruction method to evaluate spatial derivatives in the high-order ADER scheme. The basic idea in our reconstruction is to use only r stencils to reconstruct the point-wise values of solutions and spatial derivatives for the 2r-1 th order
ADER scheme in one dimensio ...
书籍 oracle查询语句
最近在学习Oracle,对测试人员而言必须掌握两种语言:第一种是DML,数据操纵语言
(Data Manipulation Language) 是SQL语言中,负责对数据库对象运行数据访问工作的指令集,以INSERT、UPDATE、DELETE三种指令为核心,分别代表插入、更新与删除。第二种是:DQL,数据查询语言
(Data Query Language) 是SQL语言中,负责进行 ...