搜索结果
找到约 130 项符合
Cross-covariance 的查询结果
matlab例程 EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, suc
EKF-SLAM Simulator
This version of the simulator uses global variables for
all large objects, such as the state covariance matrix.
While bad programming practice, it is a necessary evil
for MatLab efficiency, as MatLab has no facility to avoid
gratuitous memory allocation and copying when passing
( ...
Java编程 The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enab
The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enables the Java(TM) platform to host applications on any computer or operating system without rewriting or recompiling. Anyone interested in designing a language or writing a compiler for the Java virtua ...
matlab例程 % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% ...
Internet/网络编程 Google 推出一套免費的 Web 安全評估工具
Google 推出一套免費的 Web 安全評估工具,叫做 ratproxy,這套工具可以檢測、分析您的網站是否有安全性漏洞或網頁是否有被入侵,目前可支援 Linux, FreeBSD, MacOS X, 與 Windows (Cygwin) 等執行環境(反正就是 Unix-like 的環境啦)。
RatProxy 可偵測到的漏洞包括 Cross-site Scripting (XSS, 跨網站指令碼)、指令碼惡 ...
Linux/Unix编程 Learn how to build a custom Linux® distribution to use in an embedded environment, in this case
Learn how to build a custom Linux&reg distribution to use in an embedded environment,
in this case to drive a Technologic Systems TS-7800 single-board computer. In this
tutorial, you learn about cross-compiling, the boot loader, file systems, the root file
system, disk images, and the boot process, ...
微处理器开发 QT3.3.4在远峰2410上移植 HOST 环境(虚拟机VM6.0): 系统:redhat 9 完全安装 交叉工具arm 2.95.3 TARGET环境 arm 2410 240*3
QT3.3.4在远峰2410上移植
HOST 环境(虚拟机VM6.0):
系统:redhat 9 完全安装
交叉工具arm 2.95.3
TARGET环境
arm 2410
240*320屏外加触摸屏
cramfs文件系统
软件:
cross-2.95.3.tar.bz2
qt-embedded-free-3.3.4.tar.bz2
qt-x11-free-3.3.4.tar.bz2
tmake-1.11.tar.gz
经测试,在3.3.2的交叉编译工具也通过 ...
软件设计/软件工程 不知为何
不知为何,在rh9下编译有警告,但是可以正常编译出结果
HOST 环境(虚拟机VM6.0):
系统:redhat 9 完全安装
交叉工具arm 2.95.3
TARGET环境
arm 2410
240*320屏外加触摸屏
cramfs文件系统
软件:
cross-2.95.3.tar.bz2 //交叉编译器
qtopia-free-src-2.2.0.tar.gz //qtopia
e2fsprogs-1.35.tar.gz //
jpegsrc.v6b.tar. ...
Internet/网络编程 MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising
MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising of a cross-section between industry and research representatives), MPI is a standardized API typically used for parallel and/or distributed computing. The MPI standard is comprised of 2 documents: MP ...
其他书籍 The TW2835 has four high quality NTSC/PAL video decoders, dual color display controllers and dual v
The TW2835 has four high quality NTSC/PAL video decoders, dual color
display controllers and dual video encoders. The TW2835 contains four
built-in analog anti-aliasing filters, four 10bit Analog-to-Digital converters,
and proprietary digital gain/clamp controller, high quality Y/C separator to
redu ...
Linux/Unix编程 这是I2c网关Id独立烧写程序
这是I2c网关Id独立烧写程序,
烧写的ID必须要求是:“0~9”、“a~z”、“A~Z”的16为字符才能烧写成功。
其中当是输入的小写字母时,自动转换为大些烧入。
如: 1) # ./burnID 0123456789abcdef
烧入的是:0123456789ABCDEF
2] # ./burnID 0123456789@ cdef
烧入不成功,因为有其他字符
3) ...