-
用C#实现的数学常用函数的教学演示用程序.
用C#实现的数学常用函数的教学演示用程序.-C# commonly used mathematical function of teaching demonstration procedure.
- 2023-04-19 04:30:03下载
- 积分:1
-
一个acm算法题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个...
一个acm算法题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个方向对盒子进行分行透视:从左到右,从左下到右上,从下到上,从右下到左上。透视可得到该二维矩阵的该行1的个数。要求,还原此矩阵。 输入:4行,每一行分别代表从左到右,从左下到右上,从下到上,从右下到左上透视所得的数据 输出:该矩阵 使用的方法是回溯法,具体见程序-a acm algorithm topic Problem description : a black box, as a 15 x 10 two-dimensional matrix, there are some gaps in two-dimensional matrix using 0 indicates the gap, with a show that occupies. An existing equipment, from the direction of four branches box for perspective : from left to right, from the lower left to upper right, from bottom to top, from the lower right to upper left. Perspective availability of the two-dimensional matrix of the line a number. Demand reduction of this matrix. Input : 4 firms on behalf of every line from left to right, from the lower left to upper right, from bottom to top, from the upper left to lower right perspective on data obtained from the output : the matrix method is the use of backtracking, see the specific procedures
- 2022-07-08 10:50:46下载
- 积分:1
-
智能计算的实现和/或操作
应用背景本程序是用PHP编程语言开发。它的简单程序和逻辑从神经网络。和/或操作算法只是关于如何显示逻辑的基本算法。当系统得到的值,如何最好的结果的算法。该系统的描述,和/或操作有2个输入形式(*输入),在内部系统中,给定的权重值,每一个点,在最后一点,它的最佳值的结果。x值的输入可以给[ 0 ],[ 1 ],[ 0,1 ],[ 1 ]。结果值为0或1。关键技术智能计算,操作,或操作,*值,值,权重值,神经网络。
- 2022-10-15 07:10:03下载
- 积分:1
-
解非线性方程
java实现的非线性方程的解法,包括二分法,牛顿法,弦截法等。。。。。。。
- 2022-01-24 18:20:58下载
- 积分:1
-
新手数码管右→左依次显数循环
数码管仿真实验
动态刷新法 右到左 依次显示12345678 并做无限循环处理
- 2022-01-31 10:14:50下载
- 积分:1
-
(n,k,N)卷积码的维特比译码算法实现
(n,k,N)卷积码的维特比译码算法实现,可实现1/2、1/3速率下卷积码为2、3、4、5、6、7、8、9的viterbi译码
- 2023-05-05 17:05:03下载
- 积分:1
-
数字图像中值处理
均值滤波、中值滤波的计算机实现方法;学习VC++ 6。0 的编程方法;验证均值滤波、中值滤波处理理论;观察均值滤波、中值滤波处理的结果。
实验的软、硬件平台:
- 2022-01-24 13:37:58下载
- 积分:1
-
八皇后问题的解法,非常好,请大家看一下,谢谢了
八皇后问题的解法,非常好,请大家看一下,谢谢了-8 Queen" s problem solution, very good, please look at, I would like to thank the
- 2022-01-28 01:59:41下载
- 积分:1
-
Joseph used to solve problems
用在解决约瑟夫问题-Joseph used to solve problems
- 2022-08-24 18:48:32下载
- 积分:1
-
PageRank算法的MapReduce并行化
资源描述PageRank算法是非常重要的一个数据挖掘算法,在该代码中,我们将PageRank算法用java代码实现,并且在MapReduce框架下对PageRank算法进行扩展。压缩文件中不仅有程序,而且有数据和相关的说明。可以直接部署到Hadoop上跑结果。
- 2022-03-06 13:58:06下载
- 积分:1