-
介绍了GS算法的核心内容,为想学习GS算法的人士提供很好的参考...
介绍了GS算法的核心内容,为想学习GS算法的人士提供很好的参考-Introduction of the GS algorithm is the core content for the GS algorithm to learn to provide good reference
- 2022-03-12 07:10:41下载
- 积分:1
-
The importance of direct methods discussed in the previous work is unquestionabl...
The importance of direct methods discussed in the previous work is unquestionable, since in some practical engineering problems, information about the values of the objective function is the only reliable information, which may have a researcher.
- 2023-03-25 05:50:04下载
- 积分:1
-
随机产生一注彩票
应用背景随机产生一组彩票数字,范围1-33,傻瓜式推荐,仅供娱乐,毕竟彩票一等奖的概率是很低的,本程序不能保证是否中奖,不承担任何购买彩票的损失。关键技术使用c++语言编写的彩票推荐程序,调用windows编程接口,代码量不大。使用c++语言编写的彩票推荐程序,调用windows编程接口,代码量不大。
- 2022-01-25 15:30:12下载
- 积分:1
-
鲍威尔算法,可以用于解决优化类问题
鲍威尔算法是一种直接利用函数值来构造共轭方向的一种插值类算法,在不用导数的前提下在迭代中逐次构造共轭方向。
- 2022-02-09 11:20:53下载
- 积分:1
-
通过深度优先算法,遍历网络中的每个结点,得到遍历网络节点的时间...
通过深度优先算法,遍历网络中的每个结点,得到遍历网络节点的时间-Through the depth-first algorithm, network traversal each node, the network node traversal time
- 2022-07-16 00:48:35下载
- 积分:1
-
复发性方程(二阶)分辨率
Recurrrent equations (order two) resolution
- 2022-08-05 18:52:09下载
- 积分: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
-
图片浏览器
关于matlab编写的图片浏览器算法,打开一个图片目录,可以通过【上一张】、【下一张】按钮实现图片的浏览,并且自动检测第一张和最后一张图片
- 2022-03-14 22:33:42下载
- 积分:1
-
FIR filter coefficients C source code, plus a variety of window treatment
FIR滤波器系数计算 C源码,有多种加窗处理-FIR filter coefficients C source code, plus a variety of window treatment
- 2022-05-24 21:28:42下载
- 积分:1
-
Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart poi...
Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!--The program library which has been realized in the book >, it embodies the flexibility of Policy Based Programming, and provides the realisation of various design models of the smart pointer, it`s recommended strongly!
- 2022-01-26 00:25:01下载
- 积分:1