搜索:simplex+algorithm
找到约 1,247 项符合「simplex+algorithm」的查询结果
结果 1,247
按分类筛选
- 全部
- matlab例程 (178)
- 技术资料 (164)
- 人工智能/神经网络 (126)
- 数学计算 (86)
- 加密解密 (77)
- 数值算法/人工智能 (67)
- 其他 (54)
- 压缩解压 (40)
- 数据结构 (37)
- 其他书籍 (33)
- Java编程 (29)
- 软件设计/软件工程 (22)
- 通讯/手机编程 (20)
- Linux/Unix编程 (18)
- 书籍源码 (17)
- 通讯编程文档 (16)
- 文章/文档 (16)
- VHDL/FPGA/Verilog (14)
- 文件格式 (13)
- 技术管理 (11)
- 单片机开发 (11)
- DSP编程 (9)
- 电子书籍 (9)
- 系统设计方案 (9)
- 单片机编程 (8)
- 软件工程 (8)
- JavaScript (7)
- 行业发展研究 (7)
- 书籍 (7)
- 汇编语言 (6)
- VC书籍 (6)
- 多媒体处理 (5)
- 操作系统开发 (5)
- CA认证 (5)
- 嵌入式/单片机编程 (5)
- 其他嵌入式/单片机内容 (5)
- 源码 (5)
- 论文 (5)
- 驱动编程 (4)
- 编辑器/阅读器 (4)
- 多国语言处理 (4)
- STL (4)
- 通信网络 (3)
- 教程资料 (3)
- 可编程逻辑 (3)
- 编译器/解释器 (3)
- 其他数据库 (3)
- 其他行业 (3)
- GPS编程 (3)
- 并行计算 (3)
- VIP专区 (3)
- 数据库系统 (2)
- Matlab (2)
- Modem编程 (2)
- 游戏 (2)
- *行业应用 (2)
- Applet (2)
- 网络 (2)
- 微处理器开发 (2)
- 生物技术 (2)
- 中间件编程 (2)
- C/C++语言编程 (1)
- 无线通信 (1)
- 接口技术 (1)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 学术论文 (1)
- 图形图像 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 实用工具 (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- Java书籍 (1)
- J2ME (1)
- Delphi控件源码 (1)
- 家庭/个人应用 (1)
- Jsp/Servlet (1)
- RFID编程 (1)
- MTK (1)
- 3G开发 (1)
- 能源行业(电力石油煤炭) (1)
- 习题答案 (1)
https://www.eeworm.com/dl/663/172721.html
VHDL/FPGA/Verilog
/* This program generates the DApkg.vhd file that is used to define * the DA filter core and give
/* This program generates the DApkg.vhd file that is used to define
* the DA filter core and gives its parameters and the contents of the
* Distributed Arithmetic Look-up-table "DALUT" according to the DA algorithm
https://www.eeworm.com/dl/641/298741.html
数学计算
快速傅里叶变换(FFT)算法。FFT - Fast Fourier transform. The length of X must be a power of two, for a fast radi
快速傅里叶变换(FFT)算法。FFT - Fast Fourier transform. The length of X must be a power of two, for a fast radix-2 fast-Fourier transform algorithm is used
https://www.eeworm.com/dl/617/270242.html
压缩解压
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman alg
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
https://www.eeworm.com/dl/858116.html
技术资料
自适应随机共振算法实现,具体内容注释中会有解释
自适应随机共振算法实现,具体内容注释中会有解释.-Adaptive stochastic resonance algorithm, the specific content of the Notes will be explained.
https://www.eeworm.com/dl/911243.html
技术资料
数字水印空域最低位嵌入算法
数字水印空域最低位嵌入算法.rar 数字水印空域最低位嵌入算法.rar -digital watermarking airspace lowest embedded algorithm. Rar di
https://www.eeworm.com/dl/623/234501.html
Modem编程
Author: wei liu Summary: simulation of binary and non-binary bch decoder MATLAB Release: R1
Author: wei liu
Summary: simulation of binary and non-binary bch decoder
MATLAB Release: R14SP1
Required Products: Communications Toolbox
Description: simulation of binary bch decoding algorithm for bch(n, k) with t bits error correction capability.
https://www.eeworm.com/dl/665/160829.html
matlab例程
数字水印的嵌入和检测
数字水印的嵌入和检测,dct,
作者Mao Li
Purpose:an algorithm to achieve the embeding watermarking to a image by
dct bloking and hvs,then detect the watermarking by comparability.
https://www.eeworm.com/dl/634/425924.html
Applet
Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algori
Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algorithm) nodes in Binary Trees. This is a part of mine students project.
You can use and redistribute the source code absolutelly free!
https://www.eeworm.com/dl/650/363184.html
人工智能/神经网络
C++实现神经网路的bp算法
C++实现神经网路的bp算法,初学者可以参考下
BP algorithm of neural network s achievement based on c++, maybe it is useful to a new learner
https://www.eeworm.com/dl/856264.html
技术资料
三次曲线算法,实现数据插值,生成平滑曲线,可以使用
三次曲线算法,实现数据插值,生成平滑曲线,可以使用。-Cubic curve algorithm to achieve data interpolation, the formation of smooth curves can be used.