搜索结果
找到约 10,462 项符合
Abstract-the 的查询结果
嵌入式/单片机编程 The CC1000 RF transceiver is very easy to interface with a microcontroller. The chip is configured
The CC1000 RF transceiver is very easy
to interface with a microcontroller.
The chip is configured using a three-wire
bus, comprising of PCLK, PDATA and
PALE signals.
嵌入式/单片机编程 One of the most important issues affecting the implementation of microcontroller software deals wi
One of the most important issues affecting
the implementation of microcontroller
software deals with the data-decision
algorithm. Data-decision refers to decoding
the DIO-pin from the CC400/CC900. Two
main principles exist for decoding
Manchester-coded data: Data decision
based on timing the period ...
人工智能/神经网络 This code is to estimate the parameter of model of Mixture Gauss which is popular model used in patt
This code is to estimate the parameter of model of Mixture Gauss which is popular model used in pattern classification .
JAVA 写的估计复合高斯模型中的参数
数据结构 Libgist is an implementation of the Generalized Search Tree, a template index structure that makes i
Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).
压缩解压 A high quality VC++ source code implementing the very important context-based adaptive arithmetic co
A high quality VC++ source code implementing the very important context-based adaptive arithmetic coder.
人工智能/神经网络 CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most i
CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library.
驱动编程 Source files for pxa ac97 sound driver The packet contains the files that is listed below driv
Source files for pxa ac97 sound driver
The packet contains the files that is listed below
driver files
/SOURCE/drivers/sound
Makefile ac97.c ac97.h ac97_codec.c pxa-ac97.c
pxa-audio.c pxa-audio.h sound_core.c
/SOURCE/include/linux
soundcard.h
驱动编程 Source files for pxa LCD driver ======================================== The packet contains the
Source files for pxa LCD driver
========================================
The packet contains the files that is listed below
driver files
/SOURCE/drivers/video
Makefile fbcon.c fbmem.c pxafb.c pxafb.h
/SOURCE/include/linux
linux_logo.h
/SOURCE/include/asm-arm/arch-pxa
pxa-regs.h
驱动编程 In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console
In the ffuart.tar.gz it has one file.
The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
人工智能/神经网络 The purpose of this computer program is to allow the user to construct, train and test differenttype
The purpose of this computer program is to allow the user to construct, train and test differenttypes of artificial neural networks. By implementing the concepts of templates, inheritance andderived classes from C++ object oriented programming, the necessity for declaring multiple largestructures an ...