搜索结果

找到约 2,845 项符合 Data Science 的查询结果

按分类筛选

显示更多分类

人工智能/神经网络 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
查看: 1102

数值算法/人工智能 This matrix C++ template class library is for performing common matrix operations in your C++ progra

This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file
https://www.eeworm.com/dl/518/128553.html
下载: 175
查看: 1105

数据结构 SR-tree is an index structure for high-dimensional nearest neighbor queries

SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video applications.
https://www.eeworm.com/dl/654/139229.html
下载: 139
查看: 1209

微处理器开发 Use the verilog language write a MIPS CPU code, and have additional instruction, for example: select

Use the verilog language write a MIPS CPU code, and have additional instruction, for example: selection sort instruction. The code has contain combination circuit and sequenial circuit. CPU have contain ALU, ADD, ALU_CONTROL, DATA_MEMORY, INST_MEMORY, REGISTER, PC, and TESTBRANCH.
https://www.eeworm.com/dl/655/140828.html
下载: 193
查看: 1093

其他数据库 C#数据库编程实例: 程序设计和运行环境是: (1) 微软公司视窗2000 专业版 (2)C#.Net FrameWork SDK BETA 2 (3)Microsoft Access D

C#数据库编程实例: 程序设计和运行环境是: (1) 微软公司视窗2000 专业版 (2)C#.Net FrameWork SDK BETA 2 (3)Microsoft Access Data Component 2.6 ( MADC2.6 )
https://www.eeworm.com/dl/645/151996.html
下载: 95
查看: 1145

matlab例程 用MATLAB实现的不合格品率P控制图的绘制

用MATLAB实现的不合格品率P控制图的绘制,只要将数据导入data.txt文件,然后在MATLAB中运行main.m文件即可打开绘图界面。(注意:路径要设置好)
https://www.eeworm.com/dl/665/157064.html
下载: 161
查看: 1097

通讯编程文档 ITU-T Recommendation V.90 98年9月版本 A DIGITAL MODEM AND ANALOGUE MODEM PAIR FOR USE ON THE PUBLIC SWI

ITU-T Recommendation V.90 98年9月版本 A DIGITAL MODEM AND ANALOGUE MODEM PAIR FOR USE ON THE PUBLIC SWITCHED TELEPHONE NETWORK (PSTN) AT DATA SIGNALLING RATES OF UP TO 56 000 bit/s DOWNSTREAM AND UP TO 33 600 bit/s UPSTREAM
https://www.eeworm.com/dl/646/157600.html
下载: 103
查看: 1100

matlab例程 In 1960, R.E. Kalman published his famous paper describing a recursive solution to the discrete-dat

In 1960, R.E. Kalman published his famous paper describing a recursive solution to the discrete-data linear filtering problem. Since that time, due in large part to advances in digital computing, the Kalman filter has been the subject of extensive research and application, particularly in the area o ...
https://www.eeworm.com/dl/665/212301.html
下载: 162
查看: 1098

Java编程 用java编写的用蝶式算法实现的fft

用java编写的用蝶式算法实现的fft,用来计算两个多项式的乘积,输入文件的格式如压缩包中的data5.txt,结果输出到result.txt中。
https://www.eeworm.com/dl/633/222638.html
下载: 144
查看: 1086

Java编程 递归算法求一个有向图的强连通分量

递归算法求一个有向图的强连通分量,输入格式如压缩包中data4.txt,第一行为顶点个数。输出到result.txt中。
https://www.eeworm.com/dl/633/222641.html
下载: 199
查看: 1127