-
经典算法:邮费问题,所有的问题与任务的最后期限,依据。
经典算法之:连续邮资问题,全排列问题,有限期任务安排,整数划分问题,装载问题-classic algorithms : for the postage issue, all issues with a task deadline, integer division, loading problems
- 2022-02-25 05:40:12下载
- 积分:1
-
加減法速算練習器
加減法速算練習器,可以設定1到4位數,最大可以連續10次運算,出題方式可以橫式或直式,適合給珠算練習或是小學生加減法練習。
- 2022-02-21 10:34:09下载
- 积分:1
-
基于FPGA的数字PID
应用背景数字PID,可用于各类开关电源控制,亲测可行,灵活性较高,但是不是利用浮点型计算,用的整形计算,还是会存在细微误差,但是在速度方面可以弥补这方面误差,可利用其搭建各种反馈数字电路关键技术数字PID,考虑到了由于负数所带来的影响,利用补码进行不足,防止计算的时候溢出,还可以根据你的需求对其中的位数进行调整,达到实际需求,不适用模块写的,整个用状态机完成
- 2022-03-11 08:43:15下载
- 积分:1
-
FreeFEM is an implementation of the GFEM language dedicated
to the finite elem...
FreeFEM is an implementation of the GFEM language dedicated
to the finite element method. It provides you a way to solve Partial
Differential Equations (PDE) simply. Although you can solve quite complicated
problems can be solved also.
- 2022-12-29 17:00:03下载
- 积分:1
-
在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似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
-
差分进化Java代码
代码主要是实现Basic DE的算法思想!,绝对有帮助啊!希望支持!
- 2022-02-05 22:21:43下载
- 积分:1
-
数据挖掘apriori算法实现
第一步是利用findFrequentOneItemSets()产生1-频繁集,这只要统计每个项目出现的次数就可以了。然后依次产
生2阶,3阶,……,k阶频繁集,k频繁集为空则算法停止。即利用aprioriGenCandidates()函数 根据所有频繁L-1项
集获得所有频繁L项集的候选L项集。findFrequentItemSets() 查找事务集中的所有频繁项集,返回Map为:L -> 所
有频繁L项集的列表。
- 2022-09-05 08:00:02下载
- 积分:1
-
single
单因素方差分析程序-single-factor analysis of variance procedure
- 2022-02-20 10:32:26下载
- 积分:1
-
FibnachC
实现超长位数的Fibnach数列的计算程序,用C++语言实现。-FibnachC
- 2022-07-27 19:49:59下载
- 积分:1
-
基于wcf服务和rest服务的示例代码
应用背景解决如何编写REST和WCF客户端程序,去获取服务端的各种资源的方式,具有普遍意义。关键技术采用C#实现的基于wcf服务和rest服务的示例代码,提供针对get,post,put,delete的资源获取、序列化和反序列化方法,并采用silverlight实现web服务和数据库的连接.
- 2022-03-14 17:49:08下载
- 积分:1