-
人工智能归结反演算法
这是人工智能当中的归结反演的算法实现代码
- 2022-08-31 13:15:03下载
- 积分:1
-
Apriori算法MapReduce
资源描述本代码根据APROORI算法和MapReduce特点,将Apriori算法在Hadoop平台上并行化,通过并行化可以使Apriori算法处理大量的数据而不受单机运算能力的限制。
- 2023-03-06 17:15:03下载
- 积分:1
-
用于盲均衡的改进的常十字模算法,比常十字模算法具有更好的性能...
用于盲均衡的改进的常十字模算法,比常十字模算法具有更好的性能-For blind equalization improvement of regular cross-mode algorithm, than the regular cross-mode algorithm has better performance
- 2022-03-23 19:13:36下载
- 积分:1
-
计算 C 中的表达式
该程序将执行表达评价在 C 中。
到程序的输入是有效的 C 的表达式
和程序将解析表达式字符串,生成几个数值的结果。
- 2022-06-03 07:52:11下载
- 积分:1
-
数值分析中的N皇后问题,程序中含输入/显示界面,N的数值可在界面中自行设定。...
数值分析中的N皇后问题,程序中含输入/显示界面,N的数值可在界面中自行设定。-Numerical Analysis of N Queen
- 2022-07-02 00:25:13下载
- 积分:1
-
ACM contest the results calculation method they used C series, containing test d...
ACM比赛的成绩计算方法,自己用C编的,内附测试数据-ACM contest the results calculation method they used C series, containing test data
- 2022-02-15 04:25:16下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与...
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-04-07 17:08:50下载
- 积分:1
-
c语言学习资料,朱兆祺。
朱兆祺同学的学习笔记,很强大。
举几个例子给大家看下:
1. #include< >和#include" "有什么区别?
这个题目考查大家的基础能力,#include< >用来包含开发环境提供的库,
#include" "用来包含.c/.cpp文件所在目录下的头文件。注意:有些开发环境可以在当前目录下面自动收索(包含子目录),有些开发环境需要指定明确的文件路径名。
1.2 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-27 09:00:02下载
- 积分:1
-
a matrix type of source
一个矩阵类的源码-a matrix type of source
- 2023-08-13 21:20:02下载
- 积分:1
-
最大覆盖问题:给定n个整数a , a , ,an 1 2 组成的序列。如果对于i £ k £ j ,有k | j | a &...
最大覆盖问题:给定n个整数a , a , ,an 1 2 组成的序列。如果对于i £ k £ j ,有k | j | a £ a ,则称j a 覆
盖序列区间i i j a , a , , a +1 ,相应的覆盖区间长度为j-i+1。-Maximum coverage problem: Given n integers a, a,, an 1 2
- 2023-01-24 13:10:04下载
- 积分:1