搜索结果
找到约 2,012 项符合
R-Project 的查询结果
数学计算 偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题 运用局部一维格式求解二维扩散方程的初边值问题 给出了源程序
偏微分方程数值解上机实习
运用古典显式差分格式求解二维扩散方程的初边值问题
运用P-R差分格式求解二维扩散方程的初边值问题
运用局部一维格式求解二维扩散方程的初边值问题
给出了源程序,运行结果,以及算法比较
VC书籍 S变换 C语言程序 由R.G.Stockwell 编写 包含了正反变换 以及希尔伯特变换正反变换
S变换 C语言程序 由R.G.Stockwell 编写
包含了正反变换 以及希尔伯特变换正反变换
其他嵌入式/单片机内容 renesas m16c DMA data access sample the whole project is tested in HEW,and works corectly.
renesas m16c DMA data access sample
the whole project is tested in HEW,and works corectly.
单片机开发 The goal of our final project was to design an efficient elevator simulator that can accept input fr
The goal of our final project was to design an efficient elevator simulator that can accept input from a user and mechanically operate (on a small scale) a system of 4 floors and 3 elevators using pulleys and stepper motors. Users enter input using physical pushbuttons or the computer. This input is ...
书籍源码 复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C
复数运算#include<iostream.h>
class Complex
{ public:
Complex( double r =0, double i =0 )
Complex(int a) { Real = a Image = 0 }
void print() const
friend Complex operator+ ( const Complex & c1, const Complex & c2 )
friend Complex operator- ( const Complex & c1, const Complex & c2 )
friend ...
SQL Server Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, a
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
单片机开发 mp270app.dsp This file (the project file) contains information at the project level and is used
mp270app.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
mp270app.cpp
This is the main application source file.
uCOS Project on uCOS/II for AT91SAM7SE platform.
Project on uCOS/II for AT91SAM7SE platform.
uCOS Project on uCOS/II ADI ADUC7026
Project on uCOS/II ADI ADUC7026
Jsp/Servlet 1.新建一个Web Project 2.把附件中的四个.jspCopy到WebRoot文件夹下
1.新建一个Web Project 2.把附件中的四个.jspCopy到WebRoot文件夹下,web.xml复制到WEB-INF下 3.数据库连接采用Jdbc-Odbc桥的方式(推荐你以后采用Jdbc驱动连接或Hibernate框架——4.此代码全部用Jsp开发,没有用到Servler和JavaBean 5.此文仅适合J2EE初学者 ...