资源列表
[数据结构常用算法] 2
说明:在线性表的顺序存储结构上的第i个位置上插入一个元素时,必须先将线性表的第i个元素之后的所有元素依次后移一个位置,以便腾空一个位置,再把新元素插入到该位置。若要删除第i个元素时,也必须把第i个元素之后的所有元素前移一个位置-Online storage structure of the order of the table on the first i positions to insert an element, you must first linear element in the tabl<林慕青> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 3
说明:用指针实现线性表的基本操作,建立线性表、在表中第i个元素位置后插入一个新元素,删除具有x值的元素,显示线性表的内容 -A linear table with a pointer to achieve the basic operation of the establishment of a linear table, in the table, the first element location i insert a new element, delete the element with<林慕青> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] eight-figure-puzzle
说明:八数码难题用Java语言实现,搜索算法为广度优先-eight-figure-puzzle in Java<刘文> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[matlab例程] centered_difference_numerical_diff
说明:Implementation of the centered difference method for numerical differentiation. Evaluation of the derivative of the following functions (numerically) f(x) = 0.3x^2 + x*exp(sin(2x)), for − 6 <= x <= 6-Implementation of the centered d<venera> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[matlab例程] comparison_numerical_interpolation_real_values.ra
说明:Used function P(x) = 1+x− x2+0.2x3+0.1x4 and its known the values P(x)=[ -6.2 -8.3 -5.0 -1.1 1 1.3 2.2 8.5 27.4], in x= [-4 -3 -2 -1 0 1 2 3 4] to interpolate in the xi = − 4 + 0.1i, i = 0, 1, 2, . . . 80. Results are graphical<venera> 在 2025-06-21 上传 | 大小:1kb | 下载:0