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.
標簽: demonstrate decoding encoding extended
上傳時間: 2013-12-20
上傳用戶:moshushi0009
制作本書的目的是為了方便大家的閱讀。轉載時請保持本電子書的完整性。 前言、條款2、16、21、44根據從Addison-Wesley出版社下載的開放條款翻譯。條款26、27、28、45根據從Scott Meyers的網站下載的《Three Guidelines for Effective Iterator Usage》一文翻譯。條款43根據從C/C++ Users Journal網站下載的《STL ALGORITHMS vs. Hand-Written Loops》一文翻譯,條款45根據從C/C++ Users Journal網站下載的《Distinguishing STL Search ALGORITHMS》一文翻譯。其余部分根據epubcn放出的電子書制作。
標簽: Addison-Wesley 家 保持
上傳時間: 2015-04-12
上傳用戶:jing911003
排序算法、字典和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 btr.c btree 語言 C++ 編譯平臺 Visual C++ 作者 Thomas Niemann 備注 來自Sorting and Searching ALGORITHMS:A Cookbook
標簽: sort qsort quicksort insert
上傳時間: 2013-12-15
上傳用戶:silenthink
本書介紹計算機編程中經常用到的數據結構與算法,幾乎每個電腦程序,即使再簡單,也會用到數據結構及其算法。本書是 Sams 出版,同類書還有Java 面向對象模式設計之數據結構與算法 Data Structures And ALGORITHMS In Java
上傳時間: 2013-12-27
上傳用戶:sxdtlqqjl
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 Perceptron with Extended Backpropagation algorithm (EBPA) 3) Radial Basis Functions (RBF) Networks 4) RBF Networks with Extended Minimal Resource Allocating algorithm (EMRAN) 5) RBF and Piecewise Linear Networks with Dynamic Cell Structure (DCS) algorithm A simulink example regarding the approximation of a scalar nonlinear function of 4 variables is included
標簽: Neural collection implement Adaptive
上傳時間: 2013-12-23
上傳用戶:teddysha
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.
標簽: This introduced implement so-called
上傳時間: 2013-12-11
上傳用戶:784533221
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. Read more about this feature here. Most, if not all, Portable Network Graphics features as CRC checking are now fully performed. Error on broken images are now better handled using new exception classes. The images may be saved using interlaced mode also. Transparency information won t be discarted after the image is loaded any more. Most of the images are decoded much faster now. The images will be better encoded using fresh new ALGORITHMS. IMPORTANT! Now transparency information is used to display images.
標簽: version documentation intended rewrite
上傳時間: 2015-06-28
上傳用戶:qiao8960
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 Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including ALGORITHMS, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development.
標簽: interesting open-source understood projects
上傳時間: 2015-06-30
上傳用戶:zyt
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 Library was created as the first library of genetic ALGORITHMS and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標簽: Programming Reference Standard Template
上傳時間: 2014-01-19
上傳用戶:netwolf
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 network simulation packages
標簽: simulation necessary the designed
上傳時間: 2013-12-11
上傳用戶:hj_18