搜索结果
找到约 59 项符合
Variables 的查询结果
按分类筛选
- 全部分类
- 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)
- VC书籍 (1)
- 驱动编程 (1)
- 通讯/手机编程 (1)
- J2ME (1)
- 源码 (1)
- 软件 (1)
- 论文 (1)
- 技术资料 (1)
单片机开发 This directory contains 3 file system modules: - file system ISO9660 iso9660.c iso9660.h - file syst
This directory contains 3 file system modules: - file system ISO9660 iso9660.c iso9660.h - file system FAT12/16 fat.c fat.h - file system FAT32 fat32.c fat32.h file.c and file.h contains all high levels functions/macro/definition for your application. fs_variable.c contains all definitions of variab ...
人工智能/神经网络 自适应(Adaptive)神经网络源程序 The adaptive Neural Network Library is a collection of blocks that implement s
自适应(Adaptive)神经网络源程序
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 (ADA ...
人工智能/神经网络 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 ...
matlab例程 % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a functio
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最优的群体即为最优的染色体群
% Trace----------最佳染色体所对应的目标函数值
% ...
数学计算 CCALC provides convenient way to for performing calculations. You can use standard infix notation f
CCALC provides convenient way to for performing calculations. You can
use standard infix notation for expressions and store results in variables.
其他嵌入式/单片机内容 This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapp
This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapping variables to memory and unrolling loop and vector operations. You will learn how to create different hardware architectures without modifying the MATLAB source to explore different area/performan ...
文件格式 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 ...
单片机开发 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 ...
数学计算 This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hier
This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model parameters, regularisation parameters and noise parameters as random variables that n ...
Java编程 4. Write a program that sorts three integers. The integers are entered from the console and stored i
4. Write a program that sorts three integers. The integers are entered from the console and stored in variables num1, num2 and num3, respectively. The program sorts the numbers so that num1 <= num2 <= num3.