搜索:algorithm+simulation
找到约 1,992 项符合「algorithm+simulation」的查询结果
结果 1,992
按分类筛选
- 全部
- matlab例程 (246)
- 人工智能/神经网络 (104)
- 数学计算 (84)
- 技术资料 (71)
- 加密解密 (70)
- 其他 (69)
- 通讯/手机编程 (62)
- 数值算法/人工智能 (54)
- 其他书籍 (54)
- 书籍源码 (53)
- 数据结构 (34)
- Java编程 (31)
- 通讯编程文档 (30)
- 压缩解压 (29)
- 软件设计/软件工程 (24)
- 文章/文档 (18)
- VHDL/FPGA/Verilog (18)
- 3G开发 (18)
- 系统设计方案 (17)
- 电子书籍 (14)
- Linux/Unix编程 (14)
- 网络 (14)
- 单片机开发 (14)
- 其他嵌入式/单片机内容 (13)
- 文件格式 (12)
- 技术管理 (12)
- 书籍 (12)
- DSP编程 (11)
- 软件工程 (8)
- 编译器/解释器 (7)
- JavaScript (7)
- 邮电通讯系统 (7)
- 行业发展研究 (7)
- GPS编程 (7)
- 操作系统开发 (6)
- Modem编程 (6)
- 编辑器/阅读器 (6)
- CA认证 (6)
- 汇编语言 (6)
- 嵌入式/单片机编程 (6)
- 驱动编程 (5)
- 多国语言处理 (5)
- 其他行业 (5)
- 教程资料 (4)
- 其他数据库 (4)
- VC书籍 (4)
- 游戏 (3)
- *行业应用 (3)
- Applet (3)
- STL (3)
- Windows Mobile (3)
- 中间件编程 (3)
- 并行计算 (3)
- 微处理器开发 (2)
- RFID编程 (2)
- 能源行业(电力石油煤炭) (2)
- 论文 (2)
- 电源技术 (1)
- 行业应用文档 (1)
- 无线通信 (1)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 数据库系统 (1)
- 技术书籍 (1)
- 教程资料 (1)
- 教程资料 (1)
- 教育系统应用 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- 传真(Fax)编程 (1)
- 金融证券系统 (1)
- uCOS (1)
- 嵌入式Linux (1)
- Java书籍 (1)
- J2ME (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- Symbian (1)
- Jsp/Servlet (1)
- 源码 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/908790.html
技术资料
H.264_Optimization
h.264算法优化的多篇硕士,博士论文,可以参考对h.264算法进行优化,以便在dsp等平台上进行移植运行。-h.264 algorithm optimization of multi
https://www.eeworm.com/dl/665/347557.html
matlab例程
采用蚁群算法检测图像边缘 This a demo program of image edge detection using ant colony, based on the paper, "An
采用蚁群算法检测图像边缘
This a demo program of image edge detection using ant colony, based on the paper, "An Ant Colony Optimization Algorithm For Image Edge Detection," IEEE Congress on Evolutionary Computation (CEC), pp. 751-756, Hongkong, Jun. 2008.
https://www.eeworm.com/dl/518/407376.html
数值算法/人工智能
In this paper, we propose a hierarchical clustering method using visual, textual and link analysis
In this paper, we propose
a hierarchical clustering method using visual, textual and link
analysis. By using a vision-based page segmentation algorithm, a
web page is partitioned into blocks, and the textual and link information
of an image can be accurately extracted from the bl ...
https://www.eeworm.com/dl/654/424790.html
数据结构
very simple nonvisual Delphi component useful for shareware program developing. It uses crypted lic
very simple nonvisual Delphi component useful for shareware program developing.
It uses crypted license files containing information about exe file (size and crc), expired date and any additional information.
As TArtLicense uses RSA asymmetric algorithm and TArtLicense knows only ...
https://www.eeworm.com/dl/922431.html
技术资料
基于神经网络和遗传算法的智能控制方法
根据油品调合的特点,应用人工神经网络(Neural Network,NN)对油品在线优化调合系统进行建模, 并采用量化正交遗传算法(Orthogonal Genetic Algorithm w
https://www.eeworm.com/dl/939493.html
技术资料
JPEG算法压缩技术
·详细说明:JPEG算法压缩技术,主要实现图象压缩存储技术,用VC++实现.-JPEG algorithm compression technology, mainly realizes the packing memory technology, realizes with VC.文件列表: JPEG ....\Bmp.h ....\Bmp.rc &nbs
https://www.eeworm.com/dl/945949.html
技术资料
ETSI发布的用于研究分布式语音识别的前端降噪算法
·详细说明:ETSI发布的用于研究分布式语音识别的前端降噪算法-ETSI issues uses in to study the distributional speech recognition front end to reduct noise the algorithm 文件列表: ETSI_ES_202_050_1.1.2_software ...........
https://www.eeworm.com/dl/518/304259.html
数值算法/人工智能
sfrmat is a Matlab function that provides a spatial frequency response* (SFR) from a digital image f
sfrmat is a Matlab function that provides a spatial frequency response* (SFR) from a digital image file containing a slanted-edge feature. The specific edge-gradient algorithm follows the intent of the standard ISO 12233, developed by Technical Committee ISI/TC 42, for resolution ...
https://www.eeworm.com/dl/641/486330.html
数学计算
This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FF
This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classical implementation. The effici ...
https://www.eeworm.com/dl/678/283593.html
系统设计方案
A new PLL topology and a new simplified linear model are presented. The new fractional-N synthesizer
A new PLL topology and a new simplified linear model are presented. The new fractional-N synthesizer presents no reference spurs and lowers the overall phase noise, thanks to the presence of a SampleJHold block. With a new simulation methodology it is possible to perform very acc ...