-
JAVA 100种算法源码
近一百种算法的源码,包括:bin_sort, huffman, BD, dijkstra, maymult等等。。
能够让JAVA初学者迅速掌握核心算法以及编程能力。。
JAVA是一种面向对象的编程语言,应用广泛。。。
- 2023-08-10 09:10:03下载
- 积分:1
-
Computational fluid dynamics as a new method of landmark
用于计算流体的离散方程的计算,一般的方法,只适用于计算流体-Computational fluid dynamics as a new method of landmark-sharing. roe format structure for the difference scheme provided a new field of brand new! Fortran prepared
- 2023-07-03 23:55:02下载
- 积分:1
-
背包问题的C++ 实现
背包问题的 求解代码,自己用C++实现,里面包括0-1背包问题 和 单位质量的背包问题,包括如下几个关键的函数:void vwComp(Item*item,int n) ;void vwSort(Item*item,int n);int getMaxValue(Item*item,int n, int p,int cvs,int cws);double frackKnapsack(Item*item,int n,double *chs);void zeroOneKnapsack(Item*item,int n,int &fv,int &fw,int *fch)
- 2022-10-14 21:55:03下载
- 积分:1
-
决策树是用二叉树形图来表示处理逻辑的一种工具。可以直观、清晰地表达加工的逻辑要求。特别适合于判断因素比较少、逻辑组合关系不复杂的情况。...
决策树是用二叉树形图来表示处理逻辑的一种工具。可以直观、清晰地表达加工的逻辑要求。特别适合于判断因素比较少、逻辑组合关系不复杂的情况。
-Decision tree is a tree-shaped diagram used to indicate the processing logic as a tool. Can be intuitive, clear logic processing requirements. Particularly suited to determine the factors that have relatively less logical combination of relations with complex situations.
- 2022-06-20 01:42:38下载
- 积分:1
-
HM 源码 HEVC 参考代码
本资源是HM 12.1 的源码,由于HM源码需要SVN工具下载,为了方便学习HEVC的朋友们,我特意从用SVN下载先来,打包成rar,希望对学习HEVC的朋友提供方便,HEVC的解码还算可以,问题是编码端效率现在还是个普遍的问题,相信在流媒体传输方向有大作为
- 2022-05-22 14:04:08下载
- 积分:1
-
The Kalman filter30 is a minimum
The Kalman filter30 is a minimum-variance filter in
which time-series measurements are incorporated recursively
into estimates of state variables it is the
optimal, Bayesian least-squares estimator for linear
dynamic systems.-The Kalman filter30 is a minimum-variance filter in
which time-series measurements are incorporated recursively
into estimates of state variables it is the
optimal, Bayesian least-squares estimator for linear
dynamic systems.
- 2023-04-25 23:25:03下载
- 积分:1
-
基于SVD的人脸识别,可以直接计算出识别正确率
基于SVD的人脸识别,可以直接计算出识别正确率-SVD-based face recognition, and can directly calculate the correct rate of recognition
- 2022-04-25 07:11:14下载
- 积分:1
-
多变量非线性优化模型求解,对约束条件建立m文件
多变量非线性优化模型求解,对约束条件建立m文件-Multi-variable nonlinear optimization model for solving the establishment of restrictive conditions on m file
- 2023-06-18 04:15:03下载
- 积分:1
-
数据结构课程设计链表
本程序是利用链表用C++实现多项式的加减程序微分积分等运算,可以直接使用,运算结果已经经过仿真验证,对于数据结构链表感兴趣的初学者可以看一下,里面几乎涵盖了所有的链表的操作。
- 2022-04-14 18:42:58下载
- 积分:1
-
Jacobi to solve linear equations, possison equations, welcome you to give valuab...
Jacobi求解线性方程组、possison方程,欢迎大家提出宝贵意见。-Jacobi to solve linear equations, possison equations, welcome you to give valuable advice.
- 2022-03-13 21:27:05下载
- 积分:1