搜索结果

找到约 442 项符合 max-dist 的查询结果

技术资料 Arduino控制器使用图文教程

Arduino 是一块基于开放原始代码的Simple i/o 平台,并且具有使用类似java,C 语言的开发环境。让您可以快速 使用Arduino 语言与Flash 或Processing…等软件,作出互动作品。Arduino 可以使用开发完成的电子元件例如Switch 或Sensors 或其他控制器、LED、步进电机或其 ...
https://www.eeworm.com/dl/513040.html
下载: 1
查看: 64

源码 批处理感知器算法

批处理感知器算法的代码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. ...
https://www.eeworm.com/dl/513321.html
查看: 37

教程 ansoft 12,使用手册

Ansoft 12 MAX WELL使用手册及注意事项
https://www.eeworm.com/dl/513947.html
下载: 1
查看: 11

书籍 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.
https://www.eeworm.com/dl/514190.html
下载: 1
查看: 17

手册 1452中文说明

美信的  MAX  1452中文说明书,
https://www.eeworm.com/dl/516458.html
下载: 4
查看: 49

源码 数据结构实验

#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;// ...
https://www.eeworm.com/dl/517414.html
下载: 2
查看: 50

源码 DBSCAN算法matlab实现

包含: 1、输入或使用伽玛函数指定搜索半径的DBSCAN算法; 2、绘制k-dist图,交互确定搜索半径大小脚本。
https://www.eeworm.com/dl/518172.html
下载: 2
查看: 557

应用设计 淋浴器温度

淋浴器温度控制调节采用MAT LAB 的附加组件Simulink, 仿真系 统的框图如图1 所示。图中的虚线为模糊控制器, 作为二维模糊控制器机构以水的温度偏差temp 和 流量偏差f low 为输入量, 采用模糊推理方法对水 的温度偏差和流量偏差进行整定, 用来确定冷水阀 门和热水阀门的开口大小cold 和hot 以便控制冷 热水的流量, 构成2 输 ...
https://www.eeworm.com/dl/518204.html
下载: 1
查看: 20

手册 哈希COD配件

主要包含MAX型号,价格参考,订货号新分类
https://www.eeworm.com/dl/519746.html
下载: 1
查看: 21

源码 成绩查询系统

#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score   {   float math;   float english;   float computer;   }; struct student   {   int number ...
https://www.eeworm.com/dl/520134.html
查看: 56