搜索结果

找到约 1,235 项符合 soft-input 的查询结果

仿真技术 温湿度传感器 sht11 仿真程序下载

温湿度传感器 sht11 仿真程序 sbit out =P3^0; //加热口  //sbit input =P1^1;//检测口  //sbit speek =P2^0;//报警  sbit clo =P3^7;//时钟  sbit ST =P3^5;//开始  sbit EOC =P3^6;//成功信号  sbit gwei =P3^4;//个位  sbit&nb ...
https://www.eeworm.com/dl/524/42489.html
下载: 52
查看: 1219

设计相关 Arduino应用_Arduino连接超声波传感器测距

超声波传感器适用于对大幅的平面进行静止测距。普通的超声波传感器测距范围大概是 2cm~450cm,分辨率3mm(淘宝卖家说的,笔者测试环境没那么好,个人实测比较稳定的 距离10cm~2m 左右,超过此距离就经常有偶然不准确的情况发生了,当然不排除笔者技术 问题。) 测试对象是淘宝上面最便宜的SRF-04 超声波传感器,有四个脚 ...
https://www.eeworm.com/dl/513/42529.html
下载: 161
查看: 1060

编译器/解释器 Full support for extended regular expressions (those with intersection and complement); Support for

Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be configured to get symbols from any input class (built-in support f ...
https://www.eeworm.com/dl/628/103266.html
下载: 50
查看: 1154

人工智能/神经网络 (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序

(其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗 ...
https://www.eeworm.com/dl/650/103820.html
下载: 143
查看: 1120

书籍源码 Tug of War(A tug of war is to be arranged at the local office picnic. For the tug of war, the picnic

Tug of War(A tug of war is to be arranged at the local office picnic. For the tug of war, the picnickers must be divided into two teams. Each person must be on one team or the other the number of people on the two teams must not differ by more than 1 the total weight of the people on each team shoul ...
https://www.eeworm.com/dl/532/108809.html
下载: 164
查看: 1239

Java书籍 The book presents the entire Java programming language and essential parts of the class libraries: t

The book presents the entire Java programming language and essential parts of the class libraries: the collection classes and the input-output classes.
https://www.eeworm.com/dl/656/123520.html
下载: 192
查看: 1069

数学计算 pdnMesh is an automatic mesh generator and solver for Finite Element problems. It will also do post-

pdnMesh is an automatic mesh generator and solver for Finite Element problems. It will also do post-processing to generate contour plots and Postscript printouts. GUI support using GTK or MFC (Win32) is available. The problem definition can be done in any form and given to pdnMesh as an input data f ...
https://www.eeworm.com/dl/641/123951.html
下载: 108
查看: 1082

人工智能/神经网络 This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.C

This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen ...
https://www.eeworm.com/dl/650/126990.html
下载: 98
查看: 1065

数据结构 程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li

程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.tx ...
https://www.eeworm.com/dl/654/129078.html
下载: 104
查看: 4002

人工智能/神经网络 求解tsp问题的模拟退火源码

求解tsp问题的模拟退火源码,数据文件请仿照文件中的input.txt自行创建
https://www.eeworm.com/dl/650/129819.html
下载: 54
查看: 1021