登录
首页 » 算法 » 这是浙大acm,北大acm上,还有地大acm上的题解,全部是关于搜索算法的,题目文件名上有...

这是浙大acm,北大acm上,还有地大acm上的题解,全部是关于搜索算法的,题目文件名上有...

于 2023-07-14 发布 文件大小:5.49 kB
0 134
下载积分: 2 下载次数: 1

代码说明:

这是浙大acm,北大acm上,还有地大acm上的题解,全部是关于搜索算法的,题目文件名上有-This is Zheda acm, North acm, there can still be a great solution acm on the title, all is about the search algorithm, the file name on the subject have

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori的产生候选级并测试迭代的途径代价是昂贵的,尤其...
    在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and the frequent association rules is the area of data mining the most fundamental and important issues. Most of the early studies used a similar Apriori algorithm for the selection of candidates and test-iterative way was costly, particularly mining the rich patterns and long model, Jiawei Han proposed a novel data structure FP_tree and on the basis of their FP_growth algorithm used effectively the model for long and rich patterns of excavation. This paper discussed the FP_growth algorithm on the basis of the Visual C of the algorithm, and the preparation procedure of the algorithm.
    2023-01-10 12:20:03下载
    积分:1
  • LL1文分析
    该代码是自己原创,参考编译原理的书,根据LL1文法判断过程编写而成,进行了多种判断,找左公因子,左递归,求first集,follow集,select集最终根据select集判断出是否为ll1文法,并且在过程中每个产生式是否能产生空,其select集,first集,follow集,均可打印出
    2022-10-18 06:50:03下载
    积分:1
  • c语言程序设计源程序
    c语言入门学习的基础程序,常量空间与变量空间操作示例, 这是一个单文件的程序,文件名:li2_1.c */关键字(Keyword): C语言中预先规定的具有固定功能和意义的单词或单词的缩写,32个都有特定意义,用法固定 (2)标识符(identifier):以字母或下划线开头,后面跟字母、数字、下划线的任意序列。标识符又分为系统预定义标识符和用户自定义标识符两种。(标识符中的大小写字母有区别) (3)运算符(operator):C语言提供了34个运算符,分为15个不同的优先级,完成不同的运算功能 (4)分隔符(separator):相邻的关键字、标识符之间必须使用分隔符,不同场合选用:空格、回车/换行、逗号、分号  (5)其它符号:有一些有特定含义的其它符号:{}、//、/* */  (6)数据(data):各种类型的字面值常量 
    2022-03-18 03:29:31下载
    积分:1
  • c#多线程源代码
    c#多线程源代码-multithreading source code
    2022-02-03 16:07:19下载
    积分:1
  • 0/1背包java实现
    import java.util.Scanner; public class Packsack{ Scanner sc=new Scanner(System.in); int n;//物品个数 int m;//背包最大容量 int w[];//存储每个物品的重量 int v[];//存储每个物品的价值 int Max[][];//行表示前i个物品,列表示容量j,该值为将前i个物品装入容量为j的最大价值 public Packsack(){ System.out.println("please input the number of goods"); n=sc.nextInt
    2022-04-13 13:49:39下载
    积分:1
  • A discrete cosine transform (DCT)
    离散余弦变换(DCT)用余弦和表示有限的数据点序列;
    2022-02-03 16:43:10下载
    积分:1
  • 为规范和解决poj 1699
    poj 1699的代码和方法说明,个人原创 -the codes and solution for poj 1699
    2022-06-15 09:10:35下载
    积分:1
  • md5的加密.一个工程文件.很好的用来学习,研究
    md5的加密算法.一个工程文件.很好的用来学习,研究-md5 encryption algorithm. a project file. very good for study, research
    2022-03-07 07:20:14下载
    积分:1
  • 对以下6种常用的内部比较排序进行比较,气泡排序,直接插入排序、简单选择排序、快速排序、shell排序、堆排序。...
    对以下6种常用的内部比较排序算法进行比较,气泡排序,直接插入排序、简单选择排序、快速排序、shell排序、堆排序。
    2022-07-02 16:45:28下载
    积分:1
  • 1996 American Computer Programming Contest questions and parsing algorithm ginge
    1993-1996美国计算机程序设计竞赛试题及解析算法ginger547系列资料
    2022-04-17 12:32:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载