搜索结果
找到约 422 项符合
Algorithms 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (66)
- 人工智能/神经网络 (38)
- matlab例程 (31)
- 书籍 (20)
- 软件设计/软件工程 (18)
- 数值算法/人工智能 (17)
- 加密解密 (16)
- 数据结构 (15)
- 电子书籍 (13)
- 其他 (13)
- 书籍源码 (13)
- 软件工程 (13)
- 数学计算 (12)
- VC书籍 (10)
- 文章/文档 (9)
- 通讯编程文档 (9)
- Java编程 (9)
- 压缩解压 (8)
- Linux/Unix编程 (8)
- 微处理器开发 (6)
- 行业发展研究 (6)
- Java书籍 (5)
- 技术资料 (5)
- 文件格式 (4)
- 编译器/解释器 (4)
- DSP编程 (4)
- 系统设计方案 (4)
- 教程资料 (3)
- 技术书籍 (3)
- 其他行业 (3)
- 单片机开发 (3)
- 通讯/手机编程 (3)
- 可编程逻辑 (2)
- Delphi控件源码 (2)
- 操作系统开发 (2)
- VHDL/FPGA/Verilog (2)
- 嵌入式/单片机编程 (2)
- Matlab (2)
- C语言 (1)
- 传感与控制 (1)
- 嵌入式综合 (1)
- 工控技术 (1)
- 生物技术 (1)
- VxWorks (1)
- 其他数据库 (1)
- 网络 (1)
- 技术管理 (1)
- 3G开发 (1)
- FlashMX/Flex源码 (1)
- Internet/网络编程 (1)
- 数据库系统 (1)
- 编辑器/阅读器 (1)
- 源码/资料 (1)
- Linux/uClinux/Unix编程 (1)
- C/C++语言编程 (1)
- DSP工具/软件 (1)
- 手册 (1)
嵌入式/单片机编程 We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a s
We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a simple apparatus. We also present several generalizations of this construction which admit similar decoding algorithms.
其他书籍 制作本书的目的是为了方便大家的阅读。转载时请保持本电子书的完整性。 前言、条款2、16、21、44根据从Addison-Wesley出版社下载的开放条款翻译。条款26、27、28、45根据从Sc
制作本书的目的是为了方便大家的阅读。转载时请保持本电子书的完整性。
前言、条款2、16、21、44根据从Addison-Wesley出版社下载的开放条款翻译。条款26、27、28、45根据从Scott Meyers的网站下载的《Three Guidelines for Effective Iterator Usage》一文翻译。条款43根据从C/C++ Users Journal网站下载的《STL Algorithm ...
数据结构 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert
排序算法、字典和B-树的C++语言实现
代码内容 包括以下算法:
qui.c sort: quicksort
qsort.c sort: qsort
ins.c sort: insert sort
shl.c sort: shell sort
has.c dictionary: hash tables
bin.c dictionary: binary tree
rbt.c dictionary: red-black trees
skl.c dictionary: skip lists
ext.c external sort
b ...
Java书籍 本书介绍计算机编程中经常用到的数据结构与算法
本书介绍计算机编程中经常用到的数据结构与算法,几乎每个电脑程序,即使再简单,也会用到数据结构及其算法。本书是 Sams 出版,同类书还有Java 面向对象模式设计之数据结构与算法 Data Structures And Algorithms In Java
人工智能/神经网络 The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural
The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring
different adaptation algorithms.~..~
There are 11 blocks that implement basically these 5 kinds of neural networks:
1) Adaptive Linear Network (ADALINE)
2) Multilayer Layer Perce ...
数据结构 This a program to implement the so-called "dancing link" which is introduced in Knuth s paper. This
This a program to implement the so-called "dancing link" which is introduced in Knuth s paper. This is really a super
acrobatic and I am sure that not many programmers can understand the algorithms.
Delphi控件源码 This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the
This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2).
Improvements in this new version includes:
This new version allows the programmer to not use Delphi heavy units which will greatly reduce the size of the final executable.
R ...
其他书籍 The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Developme ...
VC书籍 Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: Addison-Wesley
Page: 560
Edition: 2nd edition (March 27, 2001)
Format: PDF
Summary: The Standard Template ...
人工智能/神经网络 The Netlab toolbox is designed to provide the central tools necessary for the simulation of theoreti
The Netlab toolbox is designed to provide the central tools necessary for the simulation of theoretically well founded
neural network algorithms and related models for use in teaching, research and applications development. It contains
many techniques which are not yet available in standard neural ...