搜索结果
找到约 13,711 项符合
e-a 的查询结果
数值算法/人工智能 JAMA: A Java Matrix Package 用于JAVA开发中的矩阵运算
JAMA: A Java Matrix Package 用于JAVA开发中的矩阵运算
uCOS 介绍几种cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducin
介绍几种cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducing the advanced register based CPU architecture i.e., the MCS 251 microcontroller architecture. The register based CPU supports a 40-byte register file. In addition, the 8xC251SA/SB/SP/SQ microcont ...
Java编程 The VideoTransmit class is a simple wrapper that can be programmed to take video input from a source
The VideoTransmit class is a simple wrapper that can be programmed to take video input from a source of your choice and transmit the video to a destination computer or network in JPEG format.
Java编程 The audioTransmit class is a simple wrapper that can be programmed to take audio input from a source
The audioTransmit class is a simple wrapper that can be programmed to take audio input from a source of your choice and transmit the audio to a destination computer
数值算法/人工智能 WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode b
WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode binary files into ASCII so that they may be passedthrough e-mail gates. In this regard, MIME64 is similar to UUENCODE.Although most binaries these days are transmitted using UUENCODE, Ihave seen a few ...
单片机开发 TLC2543多通道串行A/O转换器及其c51语言单片机应用程序
TLC2543多通道串行A/O转换器及其c51语言单片机应用程序
单片机开发 这是一个10的A/D转换芯片
这是一个10的A/D转换芯片,用他与51单片机组成控制系统,具有结构简单,系统稳定的特点。
嵌入式/单片机编程 YAFFS A NAND-flash filesystem的介绍文件
YAFFS A NAND-flash filesystem的介绍文件,读后会对YAFFS有较好的了解
人工智能/神经网络 A star 算法类的实现(算法接口
A star 算法类的实现(算法接口,针对迷宫问题设计)
人工智能/神经网络 This a GA implementation using binary and real coded variables. Mixed variables can be used. Constra
This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the sample problem in prob1 in objective()).