搜索结果
找到约 144 项符合
Solve 的查询结果
按分类筛选
- 全部分类
- 其他 (14)
- 数学计算 (14)
- matlab例程 (14)
- 数值算法/人工智能 (9)
- 其他书籍 (9)
- 单片机编程 (8)
- 人工智能/神经网络 (7)
- Java编程 (7)
- 书籍 (6)
- 数据结构 (5)
- Linux/Unix编程 (4)
- 软件设计/软件工程 (4)
- 技术资料 (4)
- 电源技术 (3)
- 游戏 (3)
- 单片机开发 (3)
- 软件工程 (2)
- 书籍源码 (2)
- 操作系统开发 (2)
- VC书籍 (2)
- 模拟电子 (1)
- DSP编程 (1)
- 测试测量 (1)
- Windows Mobile (1)
- 嵌入式Linux (1)
- 邮电通讯系统 (1)
- 系统设计方案 (1)
- 文件格式 (1)
- Windows CE (1)
- Applet (1)
- 电子书籍 (1)
- GPS编程 (1)
- 并行计算 (1)
- 金融证券系统 (1)
- 文章/文档 (1)
- Jsp/Servlet (1)
- *行业应用 (1)
- 技术管理 (1)
- 嵌入式/单片机编程 (1)
- 企业管理 (1)
- 编辑器/阅读器 (1)
- 编译器/解释器 (1)
Windows CE This book is an in-depth exploration into eVB s inherent features, and how to use them to solve like
This book is an in-depth exploration into eVB s inherent features, and how to use them to solve likely mobile application programming tasks. After reading the book the reader will be able to write applications tackling a wide array of business problems for Windows CE-powered devices, both customized ...
其他 this is a project ,you can use it to solve some problems such as
this is a project ,you can use it to solve some problems such as
matlab例程 这是一个模拟第3类模式地震波的matlab脚本。 This a collection of Matlab scripts that solve the antiplane (mode III)
这是一个模拟第3类模式地震波的matlab脚本。
This a collection of Matlab scripts that solve the antiplane
(mode III) earthquake dynamic problem with slip-weakening friction,
on a 1D fault embedded in a 2D homogeneous elastic unbounded medium.
The problem is formulated as a boundary integral equation
...
Java编程 source codes to solve Hexpuzzle problem
source codes to solve Hexpuzzle problem
其他 Solve Sudoku(Game) quickly. Just need a txt file with all of the number u have, then answer out.
Solve Sudoku(Game) quickly.
Just need a txt file with all of the number u have, then answer out.
数学计算 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve
2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system
for n=10 and 100
数学计算 Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The require
Using Jacobi method and Gauss-Seidel iterative methods to solve the following system
The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two methods
数值算法/人工智能 In this example we solve the following single ODE Program Name: RKG-1.FOR (Runge-Kutta-Gill algorit
In this example we solve the following single ODE
Program Name: RKG-1.FOR (Runge-Kutta-Gill algorithm, fixed step size)
数学计算 Using Gaussian elimination to solve linear equations.
Using Gaussian elimination to solve linear equations.
数学计算 Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si
Using Gaussian elimination to solve linear equations.
// In this version, we allow matrix of any size. This is done by treating
// the name of a 2-dimensional array as pointer to the beginning of the
// array. This makes use of the fact that arrays in C are stored in
// row-major order.