搜索:simplex+algorithm
找到约 1,247 项符合「simplex+algorithm」的查询结果
结果 1,247
按分类筛选
- 全部
- matlab例程 (150)
- 人工智能/神经网络 (100)
- 数学计算 (77)
- 加密解密 (70)
- 数值算法/人工智能 (52)
- 其他 (42)
- 技术资料 (42)
- 数据结构 (31)
- 压缩解压 (28)
- 其他书籍 (25)
- Java编程 (25)
- 软件设计/软件工程 (17)
- 通讯/手机编程 (16)
- 文章/文档 (14)
- 书籍源码 (13)
- 通讯编程文档 (13)
- Linux/Unix编程 (11)
- 技术管理 (11)
- DSP编程 (9)
- 单片机开发 (9)
- VHDL/FPGA/Verilog (9)
- 文件格式 (8)
- 系统设计方案 (8)
- 软件工程 (7)
- 电子书籍 (7)
- JavaScript (7)
- 操作系统开发 (5)
- CA认证 (5)
- 汇编语言 (5)
- 行业发展研究 (5)
- 驱动编程 (4)
- 编辑器/阅读器 (4)
- 多国语言处理 (4)
- 其他嵌入式/单片机内容 (4)
- 其他数据库 (3)
- 嵌入式/单片机编程 (3)
- STL (3)
- VC书籍 (3)
- GPS编程 (3)
- 书籍 (3)
- 游戏 (2)
- 编译器/解释器 (2)
- *行业应用 (2)
- 网络 (2)
- 其他行业 (2)
- 中间件编程 (2)
- 并行计算 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 数据库系统 (1)
- 教程资料 (1)
- Modem编程 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- Applet (1)
- 微处理器开发 (1)
- Java书籍 (1)
- J2ME (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- 3G开发 (1)
- 源码 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/665/239086.html
matlab例程
Apply the standard QR-decomposition based LSL algorithm using angle-normalized error to predict/esti
Apply the standard QR-decomposition based LSL algorithm using angle-normalized error to predict/estimate complex-valued processes.
https://www.eeworm.com/dl/696/276965.html
Jsp/Servlet
Digital map algorithm. it could demonstrate the function and the effectiveness of the digital map
Digital map algorithm. it could demonstrate the function and the effectiveness of the digital map
https://www.eeworm.com/dl/650/250079.html
人工智能/神经网络
This directory contains the Genetic Algorithm Optimization Toolbox for Matlab To use this, if you
This directory contains the Genetic Algorithm Optimization Toolbox for
Matlab
To use this, if you are local to NCSU and have AFS access to this
directory, simply extend the matlab path using the following command.
You can also place this command in a file called startup.m. Everyt ...
https://www.eeworm.com/dl/527/173695.html
通讯/手机编程
Turbo Decoder Release 0.3 * Double binary, DVB-RCS code * Soft Output Viterbi Algorithm * MyHDL c
Turbo Decoder Release 0.3
* Double binary, DVB-RCS code
* Soft Output Viterbi Algorithm
* MyHDL cycle/bit accurate model
* Synthesizable VHDL model
https://www.eeworm.com/dl/641/207932.html
数学计算
基于小生竞的遗传算法 Genetic Algorithm Based 0n Niche
基于小生竞的遗传算法 Genetic Algorithm Based 0n Niche
https://www.eeworm.com/dl/516/198294.html
DSP编程
TI Algorithm Soft Kit 5.0d 仅包括实例及其原代码
TI Algorithm Soft Kit 5.0d 仅包括实例及其原代码,可用于ccs2.20.18以及Studio3.1上使用。
https://www.eeworm.com/dl/516/198298.html
DSP编程
TI Algorithm Soft Kit 5.10 仅包括实例及其原代码
TI Algorithm Soft Kit 5.10 仅包括实例及其原代码,可用于ccs2.20.18以及Studio3.1上使用。
https://www.eeworm.com/dl/534/198833.html
其他
Efficient skew estimation and correction algorithm for document images。一篇英文文献
Efficient skew estimation and correction algorithm for document images。一篇英文文献,内容新进。
https://www.eeworm.com/dl/617/206146.html
压缩解压
image compression using btc algorithm. matlab program. This function accepts an image(color or gray)
image compression using btc algorithm. matlab program. This function accepts an image(color or gray) and compresses it using the block truncation coding.
https://www.eeworm.com/dl/641/186529.html
数学计算
/* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F
/*
* EULER S ALGORITHM 5.1
*
* TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM:
* Y = F(T,Y), A<=T<=B, Y(A) = ALPHA,
* AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B].
*
* INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTEGER N.
*
* OUTPUT: APPROXIMATION W TO Y AT THE ...