搜索结果
找到约 439 项符合
bot-package 的查询结果
通讯/手机编程 The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Rob
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 ...
压缩解压 CELP (CELl Processing) is a functional programming package for Matlab. It is often better to use FP
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.
Java书籍 package query public class LinkQuery { private Node front private Node vear public Link
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=ne ...
单片机开发 AT8xC51SND1C Firmware Package support MMC
AT8xC51SND1C Firmware
Package
support MMC,NF,IDE等等等
Linux/Unix编程 uClinux-dist-20040408-str710-patch Package of uClinux for STR71x uClinux Driver for str71x
uClinux-dist-20040408-str710-patch
Package of uClinux for STR71x
uClinux Driver for str71x
其他 Chord package into p2psim
Chord package into p2psim
其他 Freescale i.MX27 wince 6.0 board support package
Freescale i.MX27 wince 6.0 board support package
数学计算 The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full
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
(Metropol ...
BREW编程 This package includes a 3-D game engine example application and a document describing the most impor
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.
Internet/网络编程 The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP
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 addresse ...