资源列表

« 1 2 ... .24 .25 .26 .27 .28 27329.30 .31 .32 .33 .34 ... 28522 »

[数据结构常用算法预测

说明:数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve
<吴名> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[数值算法/人工智能EJF

说明:八位2进制相加 就是2进制数的加法 是8位的-the code realized the plus arithmetic between 8 bit binary numbers.
<华庆> 在 2025-06-22 上传 | 大小:124kb | 下载:0

[数学计算/工程计算zhengxian

说明:用vc++实现三角函数的求值,可以求sin cos以及反三角函数的值-vc used for the realization of trigonometry values can help sin cos Anti-trigonometric functions and values
<华庆> 在 2025-06-22 上传 | 大小:409kb | 下载:0

[人工智能/神经网络/遗传算法aiprogram

说明:两个人工智能小程序,解决八数码问题,使用A*算法-two small programs to solve eight digital, the use of A* algorithm
<张思远> 在 2025-06-22 上传 | 大小:277kb | 下载:0

[数值算法/人工智能经典银行家算法

说明:模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁。-Simulation Algorithm. By compiling and debugging a system dynamic allocation of resources simple process simulation, the observation Deadlock conditions, and using bankers algorithm, effe
<程倩> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[数据结构常用算法movingAveragePredict

说明:/** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * * 默认权值为{1,1,1},取最近3次的平均 * 注意权值和必须=权值集合.length */-/*** @ author jakcy_wu (wujichun)** Forecast and Analysis-- This algorithm applies only to the affecte
<吴名> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法BP神经网络源程序及训练样本

说明:人工神经网络\神经网络的程序和训练数据 解压缩后可以运行的-ANN \ neural network training procedures and decompress data after the run
<吴光超> 在 2025-06-22 上传 | 大小:446kb | 下载:1

[人工智能/神经网络/遗传算法galib245

说明:遗传算法软件包,其中有例子配合理解,十分不错-GA package, which is an example with understanding, very good
<呵呵> 在 2025-06-22 上传 | 大小:572kb | 下载:0

[人工智能/神经网络/遗传算法reproduce

说明:遗传算法程序,是用java编写的,适合学习最优化的朋友来作为参考-Genetic Algorithm is used in the preparation of java, the most suitable learning optimized reference to a friend
<> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[数据结构常用算法md

说明:MD5算法的java实现,完整的代码,供大家学习只用-java MD5 algorithm to achieve complete code for all to study only
<呵呵> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[压缩解压图像压缩的几个MATLAB算法

说明:图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-Image Compression Algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
<陈量> 在 2025-06-22 上传 | 大小:10kb | 下载:1

[压缩解压图像压缩的MATLAB算法JPEG

说明:图像压缩的MATLAB算法之JEPG,完整的例程,参改价值高。-This compression is for jpeg in matlab with a whole example,and it s valuable to look at it!
<陈量> 在 2025-06-22 上传 | 大小:55kb | 下载:1
« 1 2 ... .24 .25 .26 .27 .28 27329.30 .31 .32 .33 .34 ... 28522 »

源码中国 www.ymcn.org