搜索:Simplex Method
找到约 674 项符合「Simplex Method」的查询结果
结果 674
按分类筛选
- 全部
- 技术资料 (155)
- matlab例程 (93)
- 数学计算 (50)
- 数值算法/人工智能 (34)
- 其他 (29)
- 单片机编程 (28)
- 其他书籍 (25)
- 人工智能/神经网络 (17)
- 文章/文档 (15)
- 软件工程 (12)
- 系统设计方案 (12)
- 软件设计/软件工程 (11)
- 通讯/手机编程 (10)
- 行业发展研究 (10)
- 文件格式 (8)
- 数据结构 (8)
- 微处理器开发 (8)
- 加密解密 (7)
- 压缩解压 (7)
- Java编程 (7)
- 通讯编程文档 (7)
- 单片机开发 (6)
- 书籍 (6)
- 书籍源码 (5)
- 模拟电子 (5)
- 可编程逻辑 (5)
- Java书籍 (5)
- Delphi控件源码 (5)
- 电子书籍 (4)
- 嵌入式/单片机编程 (4)
- 其他行业 (4)
- 无线通信 (3)
- DSP编程 (3)
- 传感与控制 (3)
- 教程资料 (3)
- 其他嵌入式/单片机内容 (3)
- VIP专区 (3)
- 电源技术 (2)
- 学术论文 (2)
- 图形图像 (2)
- 测试测量 (2)
- 驱动编程 (2)
- Linux/Unix编程 (2)
- 教育系统应用 (2)
- 网络 (2)
- CA认证 (2)
- 技术管理 (2)
- Windows CE (2)
- Symbian (2)
- JavaScript (2)
- VC书籍 (2)
- 邮电通讯系统 (2)
- 并行计算 (2)
- 人物传记/成功经验 (2)
- 接口技术 (1)
- 多媒体处理 (1)
- 存储器技术 (1)
- 技术书籍 (1)
- Matlab (1)
- 工控技术 (1)
- Internet/网络编程 (1)
- Modem编程 (1)
- 串口编程 (1)
- 游戏 (1)
- *行业应用 (1)
- Applet (1)
- 多国语言处理 (1)
- VHDL/FPGA/Verilog (1)
- 生物技术 (1)
- 交通/航空行业 (1)
- GPS编程 (1)
- 软件测试 (1)
- 源码 (1)
- 论文 (1)
https://www.eeworm.com/dl/665/480842.html
matlab例程
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.
https://www.eeworm.com/dl/634/154367.html
Applet
java 100例子 import javax.swing.JOptionPane //调用method class c { //定义名字 public static void
java 100例子
import javax.swing.JOptionPane //调用method
class c { //定义名字
public static void main(String[] args)
{ //开始method
JOptionPane.showMessageDialog( null, "错误" ) //显示一条信息
System.exit(0) // 结束程序
} //结束method
} //结束class ...
https://www.eeworm.com/dl/637/209193.html
多国语言处理
k Shortest Paths David Eppstein s method ICTCLAS研究学习组 http://groups.google.com/group/ictclas?ms
k Shortest Paths
David Eppstein s method
ICTCLAS研究学习组
http://groups.google.com/group/ictclas?msg=subscribe
https://www.eeworm.com/dl/641/409702.html
数学计算
最小二乘法(Least-square method)在matlab平台下的实现程序。
最小二乘法(Least-square method)在matlab平台下的实现程序。
https://www.eeworm.com/dl/518/417299.html
数值算法/人工智能
The Window Design Method The basic idea behind the design of linear-phase FIR filters using the win
The Window Design Method
The basic idea behind the design of linear-phase FIR filters using the window
method is to choose a proper ideal frequency-selective filter [which always has
a noncausal, infinite duration impulse response] and then truncate its impulse
response hd[n] to ...
https://www.eeworm.com/dl/663/469409.html
VHDL/FPGA/Verilog
In this paper, a new method is introduced to implement chaotic generators based on the Henon map and
In this paper, a new method is introduced to implement chaotic generators based on the Henon map and Lorenz chaotic generators given by the state equations using the Field Programmable Gate Array (FPGA). The aim of this method is to increase the frequency of the chaotic generator ...
https://www.eeworm.com/dl/666/432898.html
Delphi控件源码
nice crypt method, if you are a delphi programmer you really love this because is very useful code
nice crypt method, if you are a delphi programmer you really love this because is very useful code
https://www.eeworm.com/dl/648/492174.html
单片机开发
in this code we do the multiplication with divide and conquer method. it can be known dynamic progra
in this code we do the multiplication with divide and conquer method. it can be known dynamic programming
https://www.eeworm.com/dl/641/474541.html
数学计算
The decision of a boundary problem for the differential equation of the second order a method of ite
The decision of a boundary problem for the differential equation of the second order a method of iterations
https://www.eeworm.com/dl/665/479496.html
matlab例程
load flow algorithm, with entering bus data and line data it solves the load flow with newton method
load flow algorithm, with entering bus data and line data it solves the load flow with newton method.