The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c". In particular the Berlekamp-Massey algorithm has not been modified. New features compared to "new_rs_erasures.c" are: - fully parameterized: code parameters (n,k,m) can be selected via command line options. - decoding optional by Euclid or Belekamp-Massey algorithm - efficient support of shortened codes - extensive verbose levels for hardware verification
標簽: Reed-Solomon contains decoding package
上傳時間: 2013-12-11
上傳用戶:shinesyh
CELP (CELl Processing) is a functional programming package for Matlab. It is often better to use FP instead of loops: - it s more compact - it s more clear.
標簽: programming Processing functional package
上傳時間: 2013-12-19
上傳用戶:netwolf
package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("隊是空的,無法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
標簽: private public Node LinkQuery
上傳時間: 2016-07-08
上傳用戶:天誠24
AT8xC51SND1C Firmware Package support MMC,NF,IDE等等等
標簽: Firmware Package support SND1
上傳時間: 2014-01-15
上傳用戶:gyq
uClinux-dist-20040408-str710-patch Package of uClinux for STR71x uClinux Driver for str71x
標簽: uClinux uClinux-dist str 71x
上傳時間: 2014-01-04
上傳用戶:集美慧
Chord package into p2psim
上傳時間: 2013-12-28
上傳用戶:chenjjer
Freescale i.MX27 wince 6.0 board support package
標簽: Freescale support package wince
上傳時間: 2016-08-23
上傳用戶:zhuoying119
The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-Field approximation, and 4 monte-carlo sampling methods (Metropolis, Gibbs, Wolff, Swendsen-Wang). Use "help inference" from Matlab to see all options for usage. 2. gbp_preprocess.m and gbp.m These 2 interfaces split Generalized Belief Propagation into the pre-process stage (gbp_preprocess.m) and the inference stage (gbp.m), so the user may use only one of them, or changing some parameters in between. Use "help gbp_preprocess" and "help gbp" from Matlab. 3. simulatedAnnealing.m An interface to the simulated-annealing c-code. This code uses Metropolis sampling method, the same one used for inference. Use "help simulatedAnnealing" from Matlab.
標簽: Matlab-interfaces inference interface the
上傳時間: 2016-08-27
上傳用戶:gxrui1991
This package includes a 3-D game engine example application and a document describing the most important programming tricks and algorithm issues to consider when developing 3-D programs on Symbian OS.
標簽: application describing includes document
上傳時間: 2014-12-22
上傳用戶:waizhang
The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to as pecified network host and can tell you if that machine is alive and receiving network traffic.ipv6calc is a small utility which formats and calculates IPv6 addresses in different ways. It extends the existing address detection on IPv6 initscript setup or make life easier in adding reverse IPv6 zones to DNSor using in DNS queries like nslookup -q=ANY ipv6calc -r 3ffe:400:100:f101::1/48`
標簽: ping networking The contains
上傳時間: 2014-08-25
上傳用戶:zhichenglu