-
pathsim,java代码
学习推荐系统的同学可以看看,pathsim计算相似的方法,计算moive lens上的用户和电影之间的相似度,长度为2
- 2022-05-05 18:18:37下载
- 积分:1
-
这个是我自己编写的高斯列主元消去法的VC程序,简单实用!
这个是我自己编写的高斯列主元消去法的VC程序,简单实用!-this is what I have written out of the Gaussian Elimination PCA VC procedures simple and practical!
- 2022-04-26 16:21:24下载
- 积分:1
-
This code is used to find shortest path by using dijkstra algorithm
This code is used to find shortest path by using dijkstra algorithm
- 2023-01-01 01:20:12下载
- 积分:1
-
基于C++的BP算法
用C++语言实现神经网络的BP算法,对于从事神经网络及专家诊断系统的方面的朋友具有较强的参考借鉴意义。
- 2022-10-12 07:00:03下载
- 积分:1
-
vb导线间接平差
Option Explicit
Option Base 1
Dim sAngle() As Double, sdAngle() As Double, sEdge() As Double, s0Edge() As Double
"分别存放角度观测值、坐标方位角、观测边长和近似边长
Dim ajk() As Double, bjk() As Double "坐标方位角改正数的系数
Dim detX() As Double, detY() As Double, reX() As Double, reY() As Double
"分别存放各测站相对于导线中前一结点的X、Y坐标增量和坐标闭合差
Dim strFileName As String "存放数据文件名(含路径)
Dim iType%, iAngleType%, Xa#,
- 2023-01-20 01:25:03下载
- 积分:1
-
常微分和偏微分方程中的c程序,C++,Fortran,java,马…
Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Maple, and MATLAB
- 2022-02-01 17:40:08下载
- 积分:1
-
快速排序算法的c实现
快速排序算法的c实现-fast algorithm to achieve c
- 2022-07-10 06:46:53下载
- 积分:1
-
FFT 就不用多介绍了 大家都应该清楚,是以后常用的CODE 希望能帮上各位的忙
FFT 就不用多介绍了 大家都应该清楚,是以后常用的CODE 希望能帮上各位的忙-FFT on the do not have to introduce that we all should be clear, is commonly used after CODE hope you can help on the busy
- 2022-01-31 08:40:06下载
- 积分:1
-
fortran kriging 2d 3d
克里金二维、三维插值。是斯坦福油气预测中心C.V. Deutsch写的。网上也有些人上传了代码,但是往往都不全,我从网站下下来后没有一个可以正常使用;这个是我从作者原始网页上下载的程序,并将编译语句写成SHELL语句。我上传的这个程序,确保可以编译、运行、出结果。首先运行文件夹中的Compile编译然后运行exe执行。-Kerry Jiner Wei, three-dimensional interpolation. Stanford hydrocarbon prediction center CV Deutsch wrote. Some people on this site have uploaded the code, but often not the whole, I am from this site down after no one can normally use This is what I downloaded from the website of the original program and compile written statement SHELL statement. I uploaded this program to ensure that you can compile and run, the result. Compile to compile the first run in a folder and then run exe execution.
- 2023-03-08 12:15:03下载
- 积分:1
-
基于IDF的中文分词源代码的小程序
基于IDF的中文分词源代码的小程序,用于初学者熟悉和料及IDF分词方法和实现算法。
- 2022-02-05 21:54:23下载
- 积分:1