搜索资源列表
Interview
- 网上流传的5个面试题目,采用C#语言编写。题目如下: 一、设计一个自然数数组,包含50个范围在(0,200)的自然数,并从小到大排列,随机产生一个范围在(0,200)自然数,去数组中用二分查找法查找,如果存在返回值并获取这个数在数组中的位置(第几个);如果不存在,返回假。 要求: 1。编写初始化数组。并提供借口显示数组序号和内容; 2。对数组排序,并提供接口显示数据需要和内容; 3。随机产生自然数; 4。用二分法查找随机数。 二、设计一个程序,当主窗口显示时,从窗口客
chemo2
- 窗口移动多项式平滑演示程序。。。二维数据模拟程序
余弦波正琁波(java)
- 编写一个能绘制动态绘制正弦波和余弦波的程序,此程序绘制的正弦波和余弦波分属两个panel,它们会不断地在窗口中向后移动,就像示波器一样。
showpixel
- 任意读取一幅BMP图像,可以得到图像上任意一点的像素值,读取窗口可以移动,大小可变-Any reading a BMP image, the image can be any point on the pixel value, read the window can be moved, the size variable
45095smoothing
- 这个帖子中我想讨论的是移动窗口多项式最小二乘拟和平滑方法,粗糙惩罚方法,以及kernel平滑方法。-Posts in this discussion I think are moving window least squares polynomial fitting smoothing method, crude methods of punishment, as well as the kernel smoothing method.
kk
- 1. 应用window的moveTo和moveBy编写一程序实现窗口的移动和定位-1. Application window of the moveTo and moveBy write a program to achieve the movement and positioning of the window
rms
- 通过不同大小的窗口移动,计算每个窗口内地形剖面数据的均方根值,得到的数据在双对数图中拟合直线可求得分维数-move the windows of different size and calculate the rms of the data in the window.Then using the resultant data to plot,so that the fractal dimension can be gotten.
dtma
- 计算移动平均值,输入变量为任意长度数据和移动平均窗口期间,输出为移动平均值-Moving average calculation, the input variables for any length of data and moving average window period, the output for the moving average
savitzkyGolay1D_rle
- 功能化一个输入向量利用Savitzky-格雷平滑滤波器的基础上一定程度的多项式的长度和移动窗口-The function smooths a input vector using Savitzky-Golay smoothing filter based on the degree of polynomial and the length of moving windows
blocking-simulation
- 实现数字移动通信中的阻塞率仿真,并将设置的不同参数的仿真图在同一窗口显示-realize simulation of blocking rate in digital mobile communication ,and show the configure with different in the same window
Weighted-Average-interpolation
- 加权平均法是DEM移动内插法的特例,是一种简化的逐点内插法。它是先以内插点为中心,确定一个取样窗口,然后计算落在窗口内的采样点的特征值的平均值,作为内插点的特征值的估值,-The weighted average method is a special case of the DEM mobile interpolation, a simplified point-by-point interpolation. It is the first interpolation point as the
Algorithms-and-data-structures.
- 算法与数据结构。家园树问题。窗口移动。大小球问题。多重元素。哥德巴赫猜想。-Algorithms and data structures. HOMETREE problem. Windows mobile. Size of the ball problem. Multiple elements. Goldbach conjecture.
sgsmooth
- 移动窗口最小二乘多项式平滑,即S-G数据平滑源代码。可以滤掉光谱数据中的高频噪声,较好地保留原信号的真实性。-Savitzky-Golay Smoothing
mvoper
- 对一维数据执行移动窗口操作,句柄函数可以自行设定,或matlab自动函数,比如移动窗口平滑,求均值,求标准差-For one-dimensional data to perform the operation to move the window, you can set their own handler function, or matlab automatic functions, such as moving window smoothing, averaging, standard d
2DCOSMoving-Window
- 二维相关光谱,移动窗口的方法.包含MWPLSR和PLS toolbox-2D correlation spectroscopy method, move the window
cvx-w64
- matlab中的cvx工具包,适用于windows64位系统,在信号的稀疏表示分类领域有很大的用处,网络上有此工具包的安装说明,1要先解压2移动到matlab的一个空文件夹下3打开matlab,将当前路径设置为此文件夹下的cvx文件夹4在命令行窗口输入cvx_setup-matlab in cvx toolkit for windows64 bit systems, in a sparse representation of the signal areas of the classificat
spectral_analysis
- 基于matlab,用多窗口法(pmtm)进行静止点和移动点脉动风场的频谱分析(spectral analysis for the fluctuating wind field(both static and moving point) using pmtm method)
QRS-detection-method-master
- QRS检测方法:对ECG信号输入使用移动平均处理窗口显示过滤后的信号和检测信号的峰值(QRS detection method on ECG signal input to process it using moving average window showing the signal after filtration and detecting the signal peaks)