资源列表

« 1 2 ... .89 .90 .91 .92 .93 2794.95 .96 .97 .98 .99 ... 3400 »

[数学计算/工程计算dom.cpp

说明:Ex3-23 亲兄弟问题 « 问题描述: 给定n 个整数0 1 1 , , , n- a a  a 组成的序列。序列中元素i a 的亲兄弟元素k a 定义为: min{ | } k i j n j j i a = a a ³ a < < 。 亲兄弟问题要求给定序列中每个元素的亲兄弟元素的位置。元素i a 的亲兄弟元素为k a 时,称k 为元素i a 的亲兄弟元素的位
<Tonsen> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Gap

说明:算法实现题1-5 最大间隙问题 « 问题描述: 最大间隙问题:给定n 个实数x , , xn 1 2  ,求这n 个数在实轴上相邻2 个数之间的最 大差值。假设对任何实数的下取整函数耗时O(1),设计解最大间隙问题的线性时间算法。 « 编程任务: 对于给定的n 个实数n x , x , , x 1 2  ,编程计算它们的最大间隙。 « 数据输入: 输入
<Tonsen> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算One

说明:Ex4-22 单射函数问题 « 问题描述: 设函数f将点集S = {0,1, , n -1}映射为f (S) = { f (i) | iÎ S} Í S 。单射函数问题要 从S中选取最大子集X Í S 使f (X )是单射函数。 例如,当n=7, f (S) = {1,0,0,2,2,3,6} Í S 时, X = {0,1,6} Í S
<Tonsen> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算fgcone

说明:matlab 程序 圆锥拟合 使用最小二乘法-matlab cone fitting procedure using the least squares method
<王庆香> 在 2024-11-19 上传 | 大小:1kb | 下载:1

[数学计算/工程计算localcorrelation

说明:本人编写的利用小波算法进行滤波和局部相关运算,实现雷达时延计算及定位。-I prepared algorithm using wavelet filtering and local correlation calculation, the calculation of radar and positioning delay.
<洪小斌> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算sum

说明:通过MPICH组建并行网络后的并行计算例子,计算二维数组所有元素的和。-MPICH parallel network through the formation of parallel computing after the example of calculation of two-dimensional array and all the elements.
<黄剑> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算0

说明:多位乘法,实现多位数的乘法,-A number of multiplication, multi-digit multiplication,
<yghjt> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算C1

说明:实现功能: 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。 结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。 输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。 输入表达式如下: 例如:输入
<黄永春> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算static_jiecheng

说明:几种计算阶乘、阶乘之和的算法,由于计算机存储问题,一般阶乘不可能算得太大,只是一种方法。-Several computing factorial, factorial, and the algorithm, due to computer storage problems, the general factorial can not be considered too great, is only a way.
<Whitehorse32> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算modelclaasify

说明:该算法,先对协方差矩阵进行休整,然后用信息论的方法得出信号的源数,这是进行空间普估计的基础-The algorithm, first on the covariance matrix for a rest, and then used information theory methods to draw a number of signal sources, it is estimated that the basis of space
<李荣> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算fanmi

说明:数值分析中反幂法c++程序的实现,此处为源代码-Numerical analysis of anti-power-law c++ Procedures to achieve here for the source code
<wujialing> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算gaosi

说明:数值分析中高斯算法的C++程序实现过程,里面是源代码-Numerical analysis of Gaussian algorithm C++ Procedures to achieve the process, which is the source code
<wujialing> 在 2024-11-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .89 .90 .91 .92 .93 2794.95 .96 .97 .98 .99 ... 3400 »

源码中国 www.ymcn.org