搜索结果
找到约 442 项符合
max-dist 的查询结果
技术资料 Arduino控制器使用图文教程
Arduino 是一块基于开放原始代码的Simple i/o 平台,并且具有使用类似java,C 语言的开发环境。让您可以快速 使用Arduino 语言与Flash 或Processing…等软件,作出互动作品。Arduino 可以使用开发完成的电子元件例如Switch 或Sensors 或其他控制器、LED、步进电机或其 ...
源码 批处理感知器算法
批处理感知器算法的代码matlab
w1=[1,0.1,1.1;1,6.8,7.1;1,-3.5,-4.1;1,2.0,2.7;1,4.1,2.8;1,3.1,5.0;1,-0.8,-1.3;
    1,0.9,1.2;1,5.0,6.4;1,3.9,4.0];
w2=[1,7.1,4.2;1,-1.4,-4.3;1,4.5,0.0;1,6.3,1.6;1,4.2,1.9;1,1.4,-3.2;1,2.4,-4.0;
    1,2.5,-6.1;1,8.4,3.7;1,4.1,-2.2];
w3=[1,-3.0,-2. ...
教程 ansoft 12,使用手册
Ansoft 12 MAX WELL使用手册及注意事项
书籍 MAX5302
12bit 低功耗DAC 数模转换器
The MAX5302 combines a low-power, voltage-output,
12-bit digital-to-analog converter (DAC) and a precision
output amplifier in an 8-pin µMAX package. It operates
from a single +5V supply, drawing less than 280µA of
supply current.
源码 数据结构实验
#include <iostream>
#include <stdio.head>
#include <stdlib.head>
#include <string.head>
#define ElemType int
#define max 100
using namespace std;
typedef struct node1
{
ElemType data;
struct node1 *next;
}Node1,*LinkList;//链栈
typedef struct
{
ElemType *base;
int top;
}SqStack;// ...
源码 DBSCAN算法matlab实现
包含:
1、输入或使用伽玛函数指定搜索半径的DBSCAN算法;
2、绘制k-dist图,交互确定搜索半径大小脚本。
应用设计 淋浴器温度
淋浴器温度控制调节采用MAT LAB 的附加组件Simulink, 仿真系
统的框图如图1 所示。图中的虚线为模糊控制器,
作为二维模糊控制器机构以水的温度偏差temp 和
流量偏差f low 为输入量, 采用模糊推理方法对水
的温度偏差和流量偏差进行整定, 用来确定冷水阀
门和热水阀门的开口大小cold 和hot 以便控制冷
热水的流量, 构成2 输 ...
源码 成绩查询系统
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...