-
fortan数值计算的源代码,如空间光滑出来,非线性拟合等
fortan数值计算的源代码,如空间光滑出来,非线性拟合等-fortan numerical calculation of the source code, such as spatial smoothing out non-linear fitting, etc.
- 2022-06-30 14:42:45下载
- 积分:1
-
等值线原码中插值算法,还可以吧。如有问题给我发EMAIL.
等值线原码中插值算法,还可以吧。如有问题给我发EMAIL.-contours original codes interpolation algorithm, it can. If problems given me a email.
- 2022-10-12 05:30:03下载
- 积分:1
-
C++实现基于用户的协同过滤
算法过程:1).读入数据,将数据用user_brands存起来,同时建立userid_id,再建立id_brands 2).遍历id_brands得到物品-用户倒排表brand_ids,根据倒排表得到用户的相似矩阵sim_mat 3).为每个用户推荐产品: 3.1).求用户u买过的brand和所有brand的差集得到用户u没有买过的物品集合brand_unused; 3.2).用户u对每一个没用过的物品i的兴趣p(u,i): 3.2.1).找到与用户u最近的k个用户 对于每一个没用过的物品i: 3.2.2).找出这k个用户中对物品i有过行为的用户v[]√ 3.2.3).将用户u和v[j]的兴趣相似度累加 3.3).取前m个最感兴趣的brand推荐给用户; 代码:UCF.cc(用户协同过滤核心代码):#include #include #include #include #include #include #include #include #include #include
- 2023-03-01 07:45:04下载
- 积分:1
-
此文档为有限元热力耦合分析的内容,本人搞有限元分析,借助对热力耦合的理解,上传此文...
此文档为有限元热力耦合分析的内容,本人搞有限元分析,借助对热力耦合的理解,上传此文-This document is coupled thermo-mechanical finite element analysis of the content, I engage in finite element analysis, with the understanding of the thermal coupling, upload this article
- 2022-01-25 18:42:55下载
- 积分:1
-
大约有10种排序方法,如堆排序、快速排序、归并排序、插入排序、外壳排序、选择排序、早泡排序、线性排序、地址选择排序和基排序。我自己提出了一种简化的快速排序。...
大约有10种排序方法,如堆排序、快速排序、归并排序、插入排序、外壳排序、选择排序、早泡排序、线性排序、地址选择排序和基排序。我自己提出了一种简化的快速排序。-about 10 species of sequencing methods, such as heap sort, quick sort, merge, in order to insert sequencing, shell sort, select, in order of ranking as foam, linear ordering, sequencing and address choice-based ranking. I propose a simplified Quick Sort.
- 2022-11-06 10:35:04下载
- 积分:1
-
s 变换的vc++源程序代码,需要用到fftw函数库
s 变换的vc++源程序代码,需要用到fftw函数库-s Transform vc++ source code necessary to use fftw library
- 2022-08-06 01:13:32下载
- 积分:1
-
this, I wrote a calculation of the LC filter procedures can demonstrate that the...
这个我写的一个计算LC滤波器的程序,可以显示出最后的频率截止情况,有最平法,椭圆法等计算方法-this, I wrote a calculation of the LC filter procedures can demonstrate that the frequency of the final deadline, the most-France, oval law calculation method
- 2023-07-13 16:15:03下载
- 积分:1
-
手机通讯录系统
#include
#include
#include
#include
#include
struct people
{
char name[20];
char tel[20];
int classficition;//类型 1.办公类 2.个人类 3.商务类
char E_mail[30];
people *pNext;
};
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-23 03:05:04下载
- 积分:1
-
这是关于运筹学上的单纯形法的源码,此方法用的是两阶段法。...
这是关于运筹学上的单纯形法的源码,此方法用的是两阶段法。-tacticians on the simplex method source code, the use of this method is a two-stage method.
- 2022-05-23 17:42:09下载
- 积分:1
-
循环计算练习
空间循环编程实验题目的对应编程结果。包括一下12个题目:
(1) 1+2+3+4+5……+n (独立完成)
(2) 1 - 1/2 + 1/3 - 1/4 + 1/5 - 1/6 …… 1/n 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-20 13:08:21下载
- 积分:1