资源列表
排序选择:
[数学计算/工程计算] 0-1package
说明:0-1背包问题的分支限界算法实现,有详细的函数功能说明 -0-1 knapsack problem branch and bound algorithm, a detailed descr iption of the function function<古月> 在 2025-07-02 上传 | 大小:2kb | 下载:0
[Windows编程] Josephus
说明:n个人围坐成一圈,按顺序编号为1-n,确定一个整数m,从1号开始数数,每数到第m个人出列,剩下的人从下一个人重新开始数,直至只剩下一个人为止,求最后剩下的人的编号-n individuals around into a circle, are sequentially numbered as 1-n, to determine an integer m, from the beginning on the 1st count, every few individuals out to the f<yuanxu> 在 2025-07-02 上传 | 大小:323kb | 下载:0
[其他小程序] clustering
说明:几种数据挖掘中聚类的几种算法介绍:rock,sprint,birch(英文版的)-Several data mining Clustering Algorithms Introduction: rock, sprint, birch (English)<古月> 在 2025-07-02 上传 | 大小:2.47mb | 下载:0
[其他小程序] classifier
说明:几种数据挖掘中分类算法的介绍:sliq,sprint,cpar(英文版的)-Several data mining classification algorithms introduction: sliq, sprint, cpar (English)<古月> 在 2025-07-02 上传 | 大小:360kb | 下载:0
[Windows编程] factorical
说明:用C++写的菲波纳锲函数,中间计算过程无重复计算-With C++ Written菲波纳Qie function, intermediate calculations without double counting<yuanxu> 在 2025-07-02 上传 | 大小:7kb | 下载:0
[Windows编程] stack
说明:使用循环数组方式实现双端队列,要求实现书面第二题中列出的所有操作,并实现一个Print输出操作,能将队列由左至右的次序输出于一行,元素间用空格间隔。队列元素类型设为整型。 输入:input.txt,给出一个操作序列,可能是Create、Print之外的任何操作,需要的情况下,会给出参数。最后以关键字“End”结束 -Use of an array of ways to achieve double-ended queue, a written request to achieve the<yuanxu> 在 2025-07-02 上传 | 大小:257kb | 下载:0
[Windows编程] rand
说明:测试插入排序平均运行时间 1) 每次while循环中,生成0,1,…,n-1的随机排列 2) 每次while循环,至少生成20个随机排列,并进行排序,至少要耗费10个时钟滴答 3) 用耗费时间除以排序的随机排列数目,得到平均运行时间 -Insertion Sort test average run time 1) for each while loop to generate 0,1, ..., n-1 random order 2) of each cycle while, a<yuanxu> 在 2025-07-02 上传 | 大小:470kb | 下载:0