-
ACM模拟试题 明明的随机数
附件中有详细的题目要求和运行通过的源代码...
ACM模拟试题 明明的随机数
附件中有详细的题目要求和运行通过的源代码-ACM is clearly a random number of mock examination papers are detailed in the annex to the subject requirements and run through the source code
- 2022-06-26 15:07:59下载
- 积分:1
-
有关复杂网络的igraph类
igraph是一个建立和操纵无向图、有向图的开源C程序库,它既包含经典图论里的各种算法(例如最小支撑树、网络流等),也包含了最近的出现的一些网络分析算法(如社团结构搜索等)。igraph是C写的,这意味着你很容易在C/C++中使用它。如果你不熟悉这两种语言,或者觉得用C/C++太繁琐的话,igraph还提供了R语言(一种国外很流行的统计分析语言)和Python语言的接口,所以也很适合科研人员使用(我现在用的是Python,调用igraph很简单)。
- 2022-02-03 02:43:22下载
- 积分:1
-
java语言实现的ID3算法
Program is written in java and has a GUI.
The FileMenu items should be run from top to the down of the menu. If any changes in the parameters are applied, all items of menu should be run agin from top to the button in order to have the correct result.
- 2022-04-21 08:50:21下载
- 积分:1
-
adaboost算法的matlab实现
此文件包是对著名的adaboost算法的一个matlab实现,通过对threshold的加强,adaboost可以获得更好的分类效果。文件包包括以下文件:
1. ADABOOST_te.m
2. ADABOOST_tr.m
3. demo.m
4. likelihood2class.m
5. threshold_te.m
6. threshold_tr.m
- 2022-05-10 12:10:48下载
- 积分:1
-
利用自动机上加语义动作实现对所有常数的正确处理以及显示其结果。...
利用自动机上加语义动作实现对所有常数的正确处理以及显示其结果。-The use of automatic machines plus semantic actions to achieve the proper handling of all constants and display the results.
- 2022-01-28 03:16:49下载
- 积分:1
-
possion方程的fem求解,生成刚度阵。欢迎提出宝贵意见。
possion方程的fem求解,生成刚度阵。欢迎提出宝贵意见。-fem for solving the possion equation ,stiffness matrix is generated. Welcome to give valuable advice.
- 2022-07-02 04:24:17下载
- 积分:1
-
acm pku的经典题目的代码和思路,包括了DP问题,贪心,回溯,等等都是很经典的题目...
acm pku的经典题目的代码和思路,包括了DP问题,贪心,回溯,等等都是很经典的题目-acm pku classic subject code and ideas, including the DP problem, greedy, backtracking, and so on are all very classic topic
- 2022-05-16 06:58:09下载
- 积分:1
-
sift特征点检测,匹配,将匹配结果连线
对sift算法做了改写,并添加 了好多demo以供学习,官网的代码核心部分是闭源的,用一个加密文件写的,这里做的是完全开源的 ,用于特征点检测匹配,并可以用于拼接,分享出来给大家学习参考。
- 2023-05-19 06:25:03下载
- 积分:1
-
A code which employs the SIMPLE
A code which employs the SIMPLE-based pressure-correction method for solving the Navier-Stokes equations using Finite Volume method, Cartesian grid, and a colocated arrangement of variables.
- 2022-04-12 04:45:15下载
- 积分:1
-
外部排序算法C++实现
这是我们数据结构与算法设计的一次作业,是一个外部排序的算法实现,希望对刚刚学数据结构的同学有一点帮助。
- 2022-01-26 02:10:11下载
- 积分:1