搜索结果

找到约 59 项符合 Variables 的查询结果

单片机开发 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 ...
https://www.eeworm.com/dl/648/128758.html
下载: 37
查看: 1087

人工智能/神经网络 自适应(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 ...
https://www.eeworm.com/dl/650/138838.html
下载: 34
查看: 1056

人工智能/神经网络 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 ...
https://www.eeworm.com/dl/650/150036.html
下载: 24
查看: 1062

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----------最佳染色体所对应的目标函数值 % ...
https://www.eeworm.com/dl/665/175761.html
下载: 174
查看: 1065

数学计算 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.
https://www.eeworm.com/dl/641/185661.html
下载: 181
查看: 1063

其他嵌入式/单片机内容 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 ...
https://www.eeworm.com/dl/687/202430.html
下载: 160
查看: 1057

文件格式 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 ...
https://www.eeworm.com/dl/639/241526.html
下载: 174
查看: 1070

单片机开发 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 ...
https://www.eeworm.com/dl/648/275410.html
下载: 71
查看: 1041

数学计算 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 ...
https://www.eeworm.com/dl/641/284868.html
下载: 80
查看: 1071

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.
https://www.eeworm.com/dl/633/292118.html
下载: 140
查看: 1068