搜索结果
找到约 309 项符合
BEst-known 的查询结果
单片机开发 // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p
//
// Histogram Sample
// This sample shows how to use the Sample Grabber filter for video image processing.
// Conceptual background:
// A histogram is just a frequency count of every pixel value in the image.
// There are various well-known mathematical operations that you can perform on an image ...
单片机开发 WindML3.0补丁 WIND MEDIA LIBRARY 3.0.3 (CP3) for Tornado 2.2.0 and Tornado 2.2.1 Up-to-date produc
WindML3.0补丁
WIND MEDIA LIBRARY 3.0.3 (CP3) for Tornado 2.2.0 and Tornado 2.2.1
Up-to-date product bulletins, information on known problems and fixes/changes made in this release, and essential reference documentation can be obtained from the Wind River Online Support web site.
Installation:
--- ...
matlab例程 matlab软件的仿真实列。 If you have any bugs and questions in our simulation programs, please e-mail to ha
matlab软件的仿真实列。
If you have any bugs and questions in our simulation programs, please e-mail
to harada@ieee.org. We try to do our best to answer your questions.
数值算法/人工智能 I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200 ...
FlashMX/Flex源码 As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorith
As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms. This version also introduces a TLS engine (TLS is commonly known as SSL.)
操作系统开发 我所采用的内存管理思想是链表管理思想
我所采用的内存管理思想是链表管理思想,内存分配方案是最佳适应方案(best fit)。其主要的数据结构为
struct node
{
char* p
int memosize
int flag
struct node* next
}
这是一个链表的结点的数据结构,用它来管理内存的分配与回收。P 表示所指的分配的内存的首地址,memosize 表示分配的内存块的大小,flag 为 ...
电子书籍 Already the industry standard for Python users, Programming Python from O Reilly just got even bet
Already the industry standard for Python users, Programming
Python from
O Reilly just got even better. This third edition has been updated to
reflect current best practices and
the abundance of changes introduced by the latest version of the
language, Python 2.5
matlab例程 The purpose of this Primer is to help you begin to use MATLAB. It is not intended to be a substitu
The purpose of this Primer is to
help you begin to use MATLAB. It is not intended to be
a substitute for the online help facility or the MATLAB
documentation (such as Getting Started with MATLAB,
available in printed form and online). The Primer can
best be used hands-on. You are encouraged to work ...
JavaScript mastering dojo The book really rolls out the red carpet for Dojo to emerge with guns blazing! Th
mastering dojo
The book really rolls out the red carpet for Dojo to emerge with guns
blazing! The authors show you how easy it is to use impressive
widgets without installing a thing. I was amazed to discover that
JavaScript is not just a toy language, how Dojo is built on top of it,
and how both a ...
人工智能/神经网络 The tca package is a Matlab program that implements the tree-dependent component analysis (TCA) alg
The tca package is a Matlab program that implements the tree-dependent
component analysis (TCA) algorithms that extends the independent
component analysis (ICA), where instead of looking for a linear transform
that makes the data components independent, we are looking for components
that can be bes ...