搜索结果
找到约 846 项符合
Set-TOP 的查询结果
数值算法/人工智能 KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
algorithm to set the centres of a cluster model. The matrix DATA
represents the data which is being clustered, with each row
corresponding to a vector. The sum of squares error function is used.
The ...
人工智能/神经网络 The neuro-fuzzy software for identification and data analysis has been implemented in the MATLAB lan
The neuro-fuzzy software for identification and data analysis has been implemented in the MATLAB language ver. 4.2.
The software trains a fuzzy architecture, inspired to Takagi-Sugeno approach, on the basis of a training set of N (single) output-(multi) input samples.
The returned model has the fo ...
Java编程 The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enab
The core of Java(TM) technology, the Java virtual machine is an abstract computing machine that enables the Java(TM) platform to host applications on any computer or operating system without rewriting or recompiling. Anyone interested in designing a language or writing a compiler for the Java virtua ...
DSP编程 This program uses the HF flag of a FIFO to trigger reads, guaranteeing that the FIFO is never blocke
This program uses the HF flag of a FIFO to trigger reads, guaranteeing that the FIFO is never blocked for the writer, giving high throughput for the reader (bursts of D/2 = 128) and guaranteeing that the the reader will not be stuck in the top half of the FIFO.
Delphi控件源码 命令 说明 USER 向pop3服务器器传递用户名 PASS 向pop3服务器器传递用户密码 STAT 获取当前用户的邮件数 LIST 获取邮件标号和大小 BETR 获取邮件的全部信息
命令 说明
USER 向pop3服务器器传递用户名
PASS 向pop3服务器器传递用户密码
STAT 获取当前用户的邮件数
LIST 获取邮件标号和大小
BETR 获取邮件的全部信息,包括邮件头和邮件内容
TOP 获取邮件头
DELE 删除指定的邮件
NOOP 空操作
QUIT 退出主机对话 ...
Linux/Unix编程 A collection of LDPC(Low-Density Parity-Codes) tools. Including: Code construction Density Evolution
A collection of LDPC(Low-Density Parity-Codes) tools. Including: Code construction Density Evolution Decoding Algorithm Girth average Counter Stopping set and error Floor,etc
数值算法/人工智能 This demonstration models a flight control for the longitudinal motion of a Grumman Aerospace F-14 T
This demonstration models a flight control for the longitudinal motion of a Grumman Aerospace F-14 Tomcat. First order linear
approximations of the aircraft and actuator behavior are connected to an analog flight control design that uses the pilot s
stick pitch command as the set point for the air ...
matlab例程 使用须知 1. 文件夹 两个文件夹:Mbook和Mfiles。 Mbook文件夹:存放可以用于教学或自学的Mbook形式的文档。 MFiles文件夹:存放所有例题的M文件
使用须知
1. 文件夹
两个文件夹:Mbook和Mfiles。
Mbook文件夹:存放可以用于教学或自学的Mbook形式的文档。
MFiles文件夹:存放所有例题的M文件,保存的文件名为“Ex+章+序号.m”、“Ex+章+序号.fig”、“Ex+章+序号.mdl”或“Ex+章+序号.doc”。
2. 使用前的准备
(1)软件需要安装Office2000 和MATLAB6.5。
(2) 将文件夹 ...
其他 这是一个自制的实用的文件格式转化工具
这是一个自制的实用的文件格式转化工具,因常用的AVR单片机编译器AVRASM32.EXE编译的OBJ文件不能使用通
用编程器烧录(例TOM2000编程器),因文件中含有握手码,不全是机器码。 因此用VB6.0制做一个
AVRTOM.EXE文件,用以文件格式转化,转换后既可用TOM2000等用通用编程器烧录
AVRTOM.EXE使用方法:准备好avr.asm文件(文件 ...
其他 I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,s
I made a lot of changed on this object,such as *
// 1.Encapsulates all code in one userobjet,since PB does not *
// support "Address of Function" , so we can not set new *
// WndProc, just makes the object more easy to use. *
// 2.Uses structure array instead of Datastore *
// 3. ...