-
搜索引擎的评估准则
应用背景本代码主要实现搜索引擎的几个评估准则,包括NDCG@K、DCG@K、P@K、RR@K、ERR@K这五类评估准则的实现,这代码主要是根据RankLib中的评估准则代码以scala的形似展现出来,相对于RankLib中的 评估代码而言,本代码短小,可读性强,可移植性大,关键技术本文使用 的scala实现,对NDCG@K、DCG@K、P@K、RR@K、ERR@K这五类评估准则的实现,跟RankLib中的评估公式保持一致
- 2022-07-14 14:24:01下载
- 积分:1
-
small voice processing software can be used to synthesis, the use of the Curricu...
语音处理的小小软件,可以用来合成的,使用于课程设计
-small voice processing software can be used to synthesis, the use of the Curriculum Design
- 2022-07-13 07:50:33下载
- 积分:1
-
hough椭圆拟合代码,非常好用
资源描述椭圆拟合(高斯分解和奇异值分解(很准确)两种)
- 2023-07-20 22:35:03下载
- 积分:1
-
基础的PSO算法,注释详细,很利于学习参考。
一个基础的PSO算法,注释详细,很利于学习参考。
粒子群优化算法(PSO——Particle Swarm Optimization)是一种基于种群的随机优化技术,由Eberhart和Kennedy于1995年提出。粒子群算法模仿昆虫、兽群、鸟群和鱼群等的群集行为,这些群体按照一种合作的方式寻找食物,群体中的每个成员通过学习它自身的经验和其他成员的经验来不断改变其搜索模式。
- 2022-09-09 00:20:02下载
- 积分:1
-
小型搜索引擎
一个简单的搜索引擎,可以用来捕捉url等信息,适合对搜索引擎感兴趣的朋友入门使用。
全部由C++实现。
50字好长,完全是为了50字而去的.....
- 2022-10-04 18:05:03下载
- 积分:1
-
LDPC码bp译码算法
LDPC码即低密度奇偶校验码(Low Density Parity Check Code,LDPC),它由Robert
G.Gallager博士于1963年提出的一类具有稀疏校验矩阵的线性分组码,不仅有逼近Shannon限的良好性能,而且译码复杂度较低,
结构灵活,是近年信道编码领域的研究热点,目前已广泛应用于深空通信、光纤通信、卫星数字视频和音频广播等领域.现给出LDPC码的BP译码算法实现。
- 2022-08-14 21:15:44下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1
-
C++编写的n阶方阵求逆的实现
题目:n阶方阵求逆的实现总体需求:编写一个实现求矩阵逆矩阵的程序。功能需求:1) 输入一个n(n
- 2022-05-19 21:28:33下载
- 积分:1
-
图形的广度优先搜寻法
图形的广度优先搜寻法-graphics breadth priority search method
- 2022-04-18 06:56:09下载
- 积分:1
-
cSharp fiveChesscode
具有一种算法的五子棋游戏,游戏界面还不错,请大家多多关照,我以学习CSharp为主,独立编程的能力还有待提高
- 2022-10-05 07:35:04下载
- 积分:1