搜索结果
找到约 65 项符合
VARIABLES 的查询结果
按分类筛选
- 全部分类
- 技术资料 (7)
- matlab例程 (7)
- Java编程 (5)
- 其他 (4)
- 数学计算 (4)
- 人工智能/神经网络 (4)
- 其他书籍 (3)
- Linux/Unix编程 (3)
- 单片机开发 (3)
- 书籍 (2)
- 数值算法/人工智能 (2)
- 电子书籍 (2)
- 编译器/解释器 (2)
- 软件设计/软件工程 (2)
- 源码 (1)
- 软件 (1)
- 论文 (1)
- 通讯/手机编程 (1)
- 可编程逻辑 (1)
- 驱动编程 (1)
- 编辑器/阅读器 (1)
- 文件格式 (1)
- 汇编语言 (1)
- 文章/文档 (1)
- 微处理器开发 (1)
- J2ME (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
通讯/手机编程 for entropy H = entropy(S) this command will evaluate the entropy of S, S should be row matrix
for entropy
H = entropy(S)
this command will evaluate the entropy of S, S should be row matrix
H = entropy([X Y Z])
this command will find the joint entropy for the 3 variables
H = entropy([X,Y],[Z,W])
this will find H(X,Y/Z,W).. you can use it for any combination of joint entropies
...
单片机开发 8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes:
8051 Web Server project
See Makefile for build notes
Written for Keil C51 V5.1 compiler, notes:
It uses big endian order, which is the same as the
network byte order, unlike x86 systems.
Use OPTIMIZE(2)or higher so that automatic variables get shared
// between functions, to stay within the 256 byt ...
Java编程 Deployment of Server 1.install Tomcat(superior than j2sdk1.4.2 and Tomcat 5.0),and setup the env
Deployment of Server
1.install Tomcat(superior than j2sdk1.4.2 and Tomcat 5.0),and setup the envionment variables of JAVA_HOME
2.decompress file assignment2.war, and copy the directory to the directory called webapps in localhost machine.
3.start Tomcat
4.access to the application via http://< ...
软件设计/软件工程 A class--the basic building block of an object-oriented language such as Java--is a template that de
A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feels like other instances of the same class. The data associate ...
书籍 Vienna LTE-Advanced Simulators
In this first part of the book the Vienna Link Level (LL) Simulators are described.
The first chapter provides basics of LL simulations, introduces the most common
variables and parameters as well as the transceiver structures that are applied in
Long-Term Evolution (LTE) and Long-Term Evolution-Adv ...
文件格式 We propose a novel approach for head tracking, which combines particle filters with Isomap. The part
We propose a novel approach for head tracking, which combines particle filters with Isomap. The particle filter works on the low-dimensional embedding of training images. It indexes into the Isomap with its state variables to find the closest template for each particle. The most weighted particle ap ...
其他书籍 This document specifies a collection of compiler directives, library routines, and environment vari
This document specifies a collection of compiler directives, library routines, and
environment variables that can be used to specify shared-memory parallelism in C, C++
and Fortran programs. This functionality collectively defines the specification of the
OpenMP Application Program Interface (OpenMP ...
J2ME Description Scientific calculator. Allows to perform caclulation with high precicion and implemen
Description
Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable ...
可编程逻辑 XAPP440 - Xilinx CPLD的上电性能
Applying power to a standard logic chip, SRAM, or EPROM, usually results in output pinstracking the applied voltage as it rises. Programmable logic attempts to emulate that behavior,but physics forbids perfect emulation, due to the device programmability. It requires care tospecify the pin behavio ...
人工智能/神经网络 The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural
The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring
different adaptation algorithms.~..~
There are 11 blocks that implement basically these 5 kinds of neural networks:
1) Adaptive Linear Network (ADALINE)
2) Multilayer Layer Perce ...