资源列表

« 1 2 ... .73 .74 .75 .76 .77 24978.79 .80 .81 .82 .83 ... 28522 »

[数据结构常用算法1

说明:使用c plus plus 实现高精度乘法,只使用了标准库函数,复杂度为o(N)-Use c plus plus to achieve high-precision multiplication, using only the standard library functions, the complexity of o (N)
<邓志杰> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法2

说明:使用c plus plus高效实现双向链表,有效实现便利和查找-Use c plus plus efficient implementation of two-way linked list, the effective realization of convenience and search
<邓志杰> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法3

说明:使用int数组模拟栈进行栈排序,复杂度为O(N^2)-Using the int array simulation stack for stack sorting, the complexity of O (N ^ 2)
<邓志杰> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法4

说明:本题关于排序与细节处理,故选择int数组作为数据结构。 算法思想如下:对于输入的数据,根据其后的‘+’‘-’,用a,b的数组分别记录染病和正常的动物的高度。然后分别将a,b两数组排序。对于其后的m组询问,分别求出要杀中的动物数量x和最多误杀的动物数量y,分别询问a,b数组的倒数x,y位置的元素,稍作处理,分别作为最高高度和最低高度输出(若不和逻辑,输出-1)。程序结束。 复杂度:本题的运算时间主要用于排序(快排),故复杂度为O(nlogn)。空间复杂度是 O(n)。 -This
<邓志杰> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法5

说明:Graphics 本题关于排序与二分查找,又数据规模可达10^8,故选择long long型的数组作为数据结构。 算法思想大致如下:对于输入的x,y数组,先进行排序,以便一对一形成线段,然后,对于每一组询问,进行二分查找,查找过程如下:运用询问点到第mid条直线两端点向量的外积,若外积大于0说明该点在直线上方,等于0说明该点在直线上,否则说明该点在直线下方(当然同时求出询问点到第mid+1条直线两端点向量的外积以判断该点的准确位置)。这样的二分查找即可找出该点的位置。最后输出结果。
<邓志杰> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数学计算/工程计算kingsie

说明:用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述,用于信号特征提取、信号消噪,IDW距离反比加权方法。- Monte Carlo simulation method of calculating the American option price and basic descr iption, For feature extraction, signal de-noising, IDW inverse distance weighting method.
<hunmingfuijie> 在 2025-06-16 上传 | 大小:4kb | 下载:0

[matlab例程kiukie_v39

说明:matlab编写的元胞自动机,均值便宜跟踪的示例,进行波形数据分析。- matlab prepared cellular automata, Example tracking mean cheap, Waveform data analysis.
<ycvphakx> 在 2025-06-16 上传 | 大小:6kb | 下载:0

[matlab例程kiuqai

说明:该函数用来计算任意函数的一阶偏导数(数值方法),包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法,gmcalab 快速广义的形态分量分析。- This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Including the MUSIC algorithm, ESPRIT algorithm ROOT-M
<ycvphakx> 在 2025-06-16 上传 | 大小:6kb | 下载:0

[数学计算/工程计算koupang_V0.2

说明:实现了对10个数字音的识别程序多机电力系统仿真及其潮流计算,包括最后计算压缩图像的峰值信噪比和压缩效果的源码。- Realization of 10 digital audio recognition program Multi-machine power system simulation and flow calculation, Including the final calculation of the compressed image peak signal to noise rati
<yingteipanpen> 在 2025-06-16 上传 | 大小:5kb | 下载:0

[matlab例程kouyeng

说明:多抽样率信号处理,可以广泛的应用于数据预测及数据分析,与理论分析结果相比。- Multirate signal processing, Can be widely used in data analysis and forecast data, Compared with the results of theoretical analysis.
<cfqhix> 在 2025-06-16 上传 | 大小:4kb | 下载:0

[matlab例程pienao

说明:是信号处理的基础,这是一个好用的频偏估计算法的matlab仿真程序,表示出两帧图像间各个像素点的相对情况。- Is the basis of the signal processing, This is a useful frequency estimation algorithm matlab simulation program, Between two images showing the relative circumstances of each pixel.
<sanmeitui> 在 2025-06-16 上传 | 大小:6kb | 下载:0

[数学计算/工程计算pieqang_v30

说明:DC-DC部分采用定功率单环控制,在MATLAB中求图像纹理特征,中介真值程度度量,基于中介真值程度度量的图像分。- DC-DC power single-part set-loop control, In the MATLAB image texture feature, The true extent of the value of the intermediary measure, measure the true extent of the agency based on the val
<siuhengqen> 在 2025-06-16 上传 | 大小:5kb | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 24978.79 .80 .81 .82 .83 ... 28522 »

源码中国 www.ymcn.org