-
使用循环链表实现空间复杂度压缩的LZSS算法
使用循环链表实现空间复杂度压缩的LZSS算法
- 2022-03-15 17:55:01下载
- 积分:1
-
自适应维纳滤波器函数及调用方法
自适应维纳滤波器函数及调用方法-adaptive Wiener filter function and call methods
- 2022-04-28 14:22:47下载
- 积分:1
-
1.2KBPS MELP
微软1.2kbps MELP 算法
用于语音压缩的MELP算法,为美国联邦标准,给出的代码中包括了MELP算法的C实现版本,版权为微软所有
- 2023-03-05 01:25:03下载
- 积分:1
-
对难于时行积分的方程y=x*sin(x),用蒙特卡洛方法进行了求解。
对难于时行积分的方程y=x*sin(x),用蒙特卡洛方法进行了求解。-Difficult when the line integral of the equation y = x* sin (x), using Monte Carlo methods to solve.
- 2022-01-25 15:03:34下载
- 积分:1
-
RSA en python
这种算法是 RSA 在 python 中的实现作为课程加密最后加宽,它有完整的易观和它评论太
- 2022-08-20 16:00:30下载
- 积分:1
-
C语言基本排序算法,经过测试!
C语言基本排序算法,经过测试!-C language basic sorting algorithm, the test!
- 2023-03-24 16:20:04下载
- 积分:1
-
雅可比迭代解线性方程组 这个也是计算方法中另一种 求解线性方程组的计算程序...
雅可比迭代解线性方程组 这个也是计算方法中另一种 求解线性方程组的计算程序-Jacobi iterative solution of linear equations This is a separate calculation method for solving linear equations of computational procedures
- 2022-03-22 12:52:53下载
- 积分:1
-
A fluid numerical simulation program to simulate the air or from a drilling camp...
一个流体数值模拟程序,模拟空中或从一个钻孔运动中筛选不饱和区。三维空气流动的异常,各向异性饱和带空气流通。-A fluid numerical simulation program to simulate the air or from a drilling campaign in the filter is not saturated zone. The abnormal three-dimensional air flow, anisotropy saturated with air circulation.
- 2022-10-25 20:10: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
-
数据结构的各种算法
压缩包里有列表 栈 队列以及各种排序算法,例如插入,快速,二叉树排序法;栈和队列的实现包括用数组和列表实现的两种方式,期待帮助有需要的小伙伴们
- 2023-09-05 04:45:03下载
- 积分:1