搜索:Coding+Algorithm
找到约 1,596 项符合「Coding+Algorithm」的查询结果
结果 1,596
按分类筛选
- 全部
- matlab例程 (165)
- 人工智能/神经网络 (100)
- 数学计算 (77)
- 加密解密 (73)
- 技术资料 (59)
- 其他 (53)
- 数值算法/人工智能 (51)
- 压缩解压 (48)
- 其他书籍 (41)
- 数据结构 (35)
- 通讯编程文档 (31)
- 通讯/手机编程 (29)
- Java编程 (27)
- 软件设计/软件工程 (24)
- 电子书籍 (21)
- 文章/文档 (21)
- 书籍源码 (17)
- VHDL/FPGA/Verilog (16)
- Linux/Unix编程 (15)
- 文件格式 (14)
- 技术管理 (12)
- 行业发展研究 (12)
- VC书籍 (11)
- DSP编程 (10)
- 单片机开发 (10)
- 系统设计方案 (9)
- 软件工程 (8)
- 书籍 (7)
- 汇编语言 (6)
- JavaScript (6)
- 其他嵌入式/单片机内容 (6)
- 操作系统开发 (5)
- 编辑器/阅读器 (5)
- 编译器/解释器 (5)
- CA认证 (5)
- 可编程逻辑 (4)
- 驱动编程 (4)
- 多国语言处理 (4)
- 嵌入式/单片机编程 (4)
- 游戏 (3)
- *行业应用 (3)
- 其他数据库 (3)
- 微处理器开发 (3)
- Java书籍 (3)
- STL (3)
- 其他行业 (3)
- GPS编程 (3)
- Jsp/Servlet (3)
- 3G开发 (3)
- 教程资料 (2)
- allegro (2)
- Modem编程 (2)
- 语音压缩 (2)
- 网络 (2)
- 中间件编程 (2)
- 并行计算 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 驱动程序 (1)
- 数据库系统 (1)
- 嵌入式综合 (1)
- Genesis (1)
- Internet/网络编程 (1)
- 磁盘编程 (1)
- Applet (1)
- 传真(Fax)编程 (1)
- J2ME (1)
- Delphi/CppBuilder (1)
- Delphi控件源码 (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- 邮电通讯系统 (1)
- RFID编程 (1)
- 源码 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/905084.html
技术资料
一种解决早熟收敛的自适应遗传算法设计
为了解决简单遗传算法(Simple Genetic Algorithm,SGA)易陷入局部最优解的问题,及以往自适应遗传算法只考虑与进化代数相关的交叉与变异概率,而忽略个体分布情况及种群规模不可变等问
https://www.eeworm.com/dl/977863.html
技术资料
卡尔曼滤波的实验
本文通过对kalman filter algorithm的深入探讨,对kalman filter有了更深刻的认识,理解了核心的5条公式的物理意义,以及kalman filter的思想,并通过理解算法编程实践,验证了kalman filter在数据处理方面的优良性能。
https://www.eeworm.com/dl/517138.html
论文
基于频率插值的4.0kbps 语音编码器的性能和设计(英文)
The 4.0 kbit/s speech codec described in this paper is based on a
Frequency Domain Interpolative (FDI) coding technique, which
belongs to the class of prototype waveform Interpolation (PWI)
coding techniques. The codec also has an integrated voice
activity detector (VAD) and a no ...
https://www.eeworm.com/dl/617/132266.html
压缩解压
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only ...
https://www.eeworm.com/dl/648/193645.html
单片机开发
* DEFINITION * This is the header file for a library module used to calculate the median * of a
* DEFINITION
* This is the header file for a library module used to calculate the median
* of a list of values. It finds the value that would be in the center if
* the list were sorted. If the list contains an even number of values, the
* lower of the two center values is rep ...
https://www.eeworm.com/dl/527/342747.html
通讯/手机编程
用于汽车巡航控制系统的模糊控制算法
用于汽车巡航控制系统的模糊控制算法,以及如何利用梯度下降法和卡尔曼滤波来优化模糊控制器的算法。The files illustrate a simple fuzzy control algorithm as applied to an automobile cruise control system. The files also illustrate how gradient descent and Kalman filtering can be used t ...
https://www.eeworm.com/dl/665/370242.html
matlab例程
This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood seque
This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood sequence estimation (MLSE) equalizers when operating in a static channel with a deep null. The MLSE equalizer is invoked first with perfect channel knowledge, then with an imperfect, al ...
https://www.eeworm.com/dl/650/192600.html
人工智能/神经网络
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma
Implemented BFS, DFS and A*
To compile this project, use the following command:
g++ -o search main.cpp
Then you can run it:
./search
The input is loaded from a input file in.txt
Here is the format of the input file:
The first line of the input file shoud contain two chars ind ...
https://www.eeworm.com/dl/532/375399.html
书籍源码
MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces t
MATLAB Code for Optimal Quincunx Filter
Bank Design
Yi Chen
July 17, 2006
This file introduces the MATLAB code that implements the two algorithms (i.e., Algorithms
1 and 2 in [1], or Algorithms 4.1 and 4.2 in [2]) used for the construction of
quincunx filter banks with perfect re ...
https://www.eeworm.com/dl/521171.html
书籍
Fundamental Limits on a Class of Secure
Abstract—In the future communication applications, users
may obtain their messages that have different importance levels
distributively from several available sources, such as distributed
storage or even devices belonging to other users. This
scenario is the best modeled by the ...