algorithms

共 462 篇文章
algorithms 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 462 篇文章,持续更新中。

Algorithms Data Structures and Problem Solving with C++

Algorithms Data Structures and Problem Solving with C++

SHA Hash algorithm. This standard specifies four secure hash algorithms, SHA-11, SHA-256, SHA-384,

SHA Hash algorithm. This standard specifies four secure hash algorithms, SHA-11, SHA-256, SHA-384, and SHA- 512.

This program proposed improved adaptive genetic algorithms saccording to the idea that the best indi

This program proposed improved adaptive genetic algorithms saccording to the idea that the best individualon current generation should bekept tonext generation,but the best individual should becrosse

The MDP toolbox proposes functions related to the resolution of discrete-time Markov Decision Proces

The MDP toolbox proposes functions related to the resolution of discrete-time Markov Decision Process : finite horizon, value iteration, policy iteration, linear programming algorithms with some varia

Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of mo

Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing compression algorithms. Simple inter

Mathimatics-Numerical algorithms

Mathimatics-Numerical algorithms

Genetic Algorithms Tutorial

Genetic Algorithms Tutorial

这是Adaptive Filtering Algorithms and Practical Implementation 书的第三版原版

这是Adaptive Filtering Algorithms and Practical Implementation 书的第三版原版,这是自适应滤波器的经典。

Algorithms for Programmers,真正的好书

Algorithms for Programmers,真正的好书,详解算法~~有兴趣的朋友可以共同研究~

本书介绍计算机编程中经常用到的数据结构与算法

本书介绍计算机编程中经常用到的数据结构与算法,几乎每个电脑程序,即使再简单,也会用到数据结构及其算法。本书是 Sams 出版,同类书还有Java 面向对象模式设计之数据结构与算法 Data Structures And Algorithms In Java

C Algorithms for Real-Time DSP Chapter 5 presents several real-time DSP applications, including spe

C Algorithms for Real-Time DSP Chapter 5 presents several real-time DSP applications, including speech compression music signal processing radar signal processing and adaptive signal processing te

MIT Introduction to Algorithms Primary and detailed introduction to algorithms.

MIT Introduction to Algorithms Primary and detailed introduction to algorithms.

Collision.Detection.-.Algorithms.and.Applications 主要介绍了碰撞的算法与应用。从结构结构的角度去分析与建立3d游戏中的碰撞处理

Collision.Detection.-.Algorithms.and.Applications 主要介绍了碰撞的算法与应用。从结构结构的角度去分析与建立3d游戏中的碰撞处理

  本书是英文原版的《mastering algorithms with C》

  本书是英文原版的《mastering algorithms with C》,想学C语言算法的哥们还等什么,快下吧!

高级人工神经网络<Advanced Algorithms For Neural Networks>的随书程序

高级人工神经网络<Advanced Algorithms For Neural Networks>的随书程序

contains codes for various multiplication algorithms and their reports for analysis

contains codes for various multiplication algorithms and their reports for analysis

Algorithms for the estimation of a channel whose impulse response is characterized by a large numbe

Algorithms for the estimation of a channel whose impulse response is characterized by a large number of zero tap coefficients are developed and compared.

Beamforming and Synchronization Algorithms Integration

Beamforming and Synchronization Algorithms Integration

Memory Management—Algorithms and implementation in C/C++ Introduction Chapter 1 - Memory Manag

Memory Management—Algorithms and implementation in C/C++ Introduction Chapter 1 - Memory Management Mechanisms Chapter 2 - Memory Management Policies Chapter 3 - High-Level Services Chapter 4

This source code is about the basic sorting algorithm implemented in C#. The algorithms included are

This source code is about the basic sorting algorithm implemented in C#. The algorithms included are Bubble Sort, Insertion Sort, Selection Sort. User can trace how s the sorting algorithm works.