搜索结果

找到约 1,279 项符合 Two-input 的查询结果

其他 an approach for capturing similarity between words that was concerned with the syntactic similarity

an approach for capturing similarity between words that was concerned with the syntactic similarity of two strings. Today we are back to discuss another approach that is more concerned with the meaning of words. Semantic similarity is a confidence score that reflects the semantic relation between th ...
https://www.eeworm.com/dl/534/346309.html
下载: 87
查看: 1071

文章/文档 In the previous article, we presented an approach for capturing similarity between words that was co

In the previous article, we presented an approach for capturing similarity between words that was concerned with the syntactic similarity of two strings. Today we are back to discuss another approach that is more concerned with the meaning of words. Semantic similarity is a confidence score that ref ...
https://www.eeworm.com/dl/652/346312.html
下载: 52
查看: 1050

人工智能/神经网络 王小平《遗传算法——理论、应用与软件实现》随书光盘

王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生 ...
https://www.eeworm.com/dl/650/349916.html
下载: 29
查看: 1330

Java编程 This application includes a demo server and client program. You could write your own server launcher

This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the following command to launch the server program. java -jar Sim ...
https://www.eeworm.com/dl/633/351082.html
下载: 59
查看: 1090

Java书籍 THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Facto

THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Factory Works 18 Sample Code 18 The Two Derived Classes 19 Building the Factory 20 Factory Patterns in Math Computation 22 When to Use a Factory Pattern 24 Thought Questions 25 The Abstract Factory Pattern 26 ...
https://www.eeworm.com/dl/656/351822.html
下载: 36
查看: 1024

数值算法/人工智能 正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如

正整数x 的约数是能整除x 的正整数。正整数x 的约数个数记为div(x)。例如,1,2,5,10 都是正整数10 的约数,且div(10)=4。设a 和b 是2 个正整数,a≤b,找出a 和b之间约数个数最多的数x。 对于给定的2 个正整数a≤b,编程计算a 和b 之间约数个数最多的数。 数据输入 输入数据由文件名为input.txt的文本文件提供。文件的 ...
https://www.eeworm.com/dl/518/352461.html
下载: 112
查看: 1903

STL Export a vertices/faces patch to an STL triangular mesh.This is based heavily on Bill McDonald s pre

Export a vertices/faces patch to an STL triangular mesh.This is based heavily on Bill McDonald s previous work, simply enabling his output functions for a different form of input.
https://www.eeworm.com/dl/658/353358.html
下载: 137
查看: 1119

matlab例程 kalman滤波

kalman滤波,扩展的kalman滤波(EKF),unscented Kalman filter(UKF),基于EKF和UKF混合模型的IMM实现,以及配套的Rauch-Tung-Striebel和two-filter平滑工具,一个很好用的框架
https://www.eeworm.com/dl/665/355337.html
下载: 86
查看: 1267

数据结构 给定正整数n

给定正整数n,计算出n个元素的集合{1,2,?,n}可以划分为多少个不同的非空子集。 由文件input.txt提供输入数据。文件的第1 行是元素个数n。
https://www.eeworm.com/dl/654/356715.html
下载: 150
查看: 1017

Delphi控件源码 内存管理程序

内存管理程序,功能与FASTMM相似,PLEASE NOTE: There are two ways to install BigBrain. You may use the memory manager code natively compiled into your EXE or you can use an included external DLL which will allow you to share memory across multiple DLLs with one central place for memory management. U ...
https://www.eeworm.com/dl/666/356842.html
下载: 164
查看: 1051