Welcome![Sign In][Sign Up]
Location:
Search - Four Quadrants

Search list

[2D GraphicXHZ

Description: 直线绘制,包括递归实现中点算法、BRESENHAN算法和圆的绘制,都是4个象限全部可以的。-Draw a straight line, including the recursive algorithm to achieve the mid-point, BRESENHAN rendering algorithms and round, are all four quadrants can.
Platform: | Size: 1024 | Author: 王文浩 | Hits:

[Other systemsmult4quad_pspice

Description: PSpice8 circuit simulation of a four quadrants multiplier.
Platform: | Size: 52224 | Author: sl4y3r | Hits:

[Other systemsmult4quad_ltspice

Description: LTSpice circuit simulation of a four quadrants multiplier.
Platform: | Size: 3072 | Author: sl4y3r | Hits:

[Windows Developealstic-S-wave-scattering-in-elastic-boundary-from

Description: 弹性界面横波散射的左普里兹方程,实现反射、透射系数随波入射角度的变化关系图,包含波从界面的四个象限入射的MATLAB代码-S-wave scattering of elastic interface, the left Prydz equation to achieve reflection and transmission coefficients of the waves changes in incident angle diagram, including the wave incident from the interface of the four quadrants of the MATLAB code for
Platform: | Size: 5120 | Author: 赛亚人 | Hits:

[2D GraphicBresenham

Description: 该程序实现了Bresenham算法画直线,将四个象限的问题通过交换端点的方法合并成一,四象限的问题。再利用sign变量,统一成一个问题。又考虑到斜率<=1,>1,不存在,最终问题分成了三种情况。-The program implements Bresenham algorithm for drawing a straight line, the four quadrants of the problem through the exchange of endpoint methods combined into one, four-quadrant problems. Re-use of sign variables, unified into a problem. Also taking into account the slope of the " = 1," 1, does not exist, ultimately, the issue was divided into three cases.
Platform: | Size: 1642496 | Author: 王程冬 | Hits:

[OtherVcoef

Description: 计算绕射系数,并强制第三四象限的入射角为负-Calculate the diffraction coefficient, and force the third in four quadrants of the angle of incidence is negative
Platform: | Size: 1024 | Author: zhangping | Hits:

[Special Effectsimage-Fourier-transform-zon

Description: 以图像中心为原点,调整傅立叶变换图像的四个象限区,即第一和第三象限交换-The origin of image center, adjust the four quadrants of the image Fourier transform zone, the exchange of the first and third quadrant
Platform: | Size: 1098752 | Author: zhangmoli | Hits:

[matlabkstest_2s_2d

Description: kstest_2s_2d.m:功能做两样本的二维Kolmogorov - Smirnov检验 它类似于MATLAB的内置函数的“kstest2“从统计工具箱除了“kstest_2s_2d“与二维数据处理。 [小时,pValue,KSstatistic] = kstest_2s_2d(为x1,x2,α,尾) 函数在两栏输入“ד,并以“ד,其中每一列代表一个维度。其他的选项和产出是相同的含义,是“kstest2“格式。 摘要算法(峰值,1983年):考虑四个象限(十<的X,Y<Ÿ ),(十<X,y>年),(十>的X,Y<Y)和(x>的X,Y>Ÿ )反过来,采取了两者之间的经验累积分布的四个最后堪萨斯州最大的统计学差异。 test_kstest_2s_2d.m:试验台的“kstest_2s_2d“ 请随时与我联系,如果你发现代码中的任何错误。希望我的理解和实施正确的参考意见... 作者:秋艳鹏@欧洲经委会/香港科技大学 日期:2011年5月11日 参考文献: 茉莉孔雀,英国皇家天文学会每月通告202(1983)615-627“二维拟合优的拟合天文学测试“。-kstest_2s_2d.m: function to do two-sample two-dimensional Kolmogorov-Smirnov test It s similar to the MATLAB built-in funtion "kstest2" from Statistics Toolbox except that "kstest_2s_2d" deals with two-dimensional data. [H, pValue, KSstatistic] = kstest_2s_2d(x1, x2, alpha, tail) The function takes in 2-column inputs "x1" and "x2", where each column represents one dimension. The other options and the outputs are of the same meaning and format as "kstest2". Algorithm summary (Peak, 1983): consider the four quadrants (x<X,y<Y), (x<X,y>Y), (x>X,y<Y) and (x>X,y>Y) in turn, and adopt the largest of the four differences between the two empirical cumulative distributions as the final KS statistic. test_kstest_2s_2d.m: test-bench of "kstest_2s_2d" Please feel free to contact me if you find any bugs in the code. Hope I understood and implemented the ideas in the references correctly... Author: Qiuyan Peng @ ECE/HKUST Date: 11th May, 2011 Refere
Platform: | Size: 3072 | Author: abeaqhax | Hits:

[Special EffectsQUAD_old

Description: QUAD TREE algorithm. It is a segmentation based image compression algorithm. It is a process of recursively dividing the image into four quadrants. -QUAD TREE algorithm. It is a segmentation based image compression algorithm. It is a process of recursively dividing the image into four quadrants.
Platform: | Size: 730112 | Author: kc ravi | Hits:

[matlabdl3

Description: 数控机床DDA直线插补源代码程序,可以实现4个象限的直线插补,步长可变-CNC machine tools DDA linear interpolation source code program, you can achieve a linear interpolation of the four quadrants, step variable
Platform: | Size: 10240 | Author: 左杨平 | Hits:

[matlabmy-program

Description: 利用matlab开发的机床直线和圆弧插补程序,可以进行四个象限的优劣圆弧,顺逆圆弧插补,同时可使用逐点比较法和数字积分法两种方法插补,软件界面简单明了、清楚,易操作。-The use of MATLAB development of machine tool of linear and circular interpolation procedures, can be carried out in four quadrants of the pros and cons of circular, clockwise arc interpolation, at the same time using point by point comparison method and digital integration method of two kinds of interpolation, the software interface is simple, clear, easy to operate.
Platform: | Size: 2048 | Author: LEO | Hits:

[Data structsUltra-linear-interpolation

Description: 该程序使用了Bresenham算法的思想将四个象限-The program uses the idea of ??the Bresenham algorithm four quadrants
Platform: | Size: 57344 | Author: hou3 | Hits:

[Picture Viewerimage-fuliyet-ransform

Description: 以图像中心为原点,调整傅立叶变换图像的四个象限区,即第一和第三象限交换。已运行成功-The four quadrants, i.e. the center of the image as the origin, the adjustment of the Fourier transform image of the first and third quadrant switching. Has been running successfully
Platform: | Size: 93184 | Author: 董小明 | Hits:

[JSP/JavaPA4

Description: Begin with the controller class (ResizableBallController.java) by creating two Line objects to divide the canvas into four quadrants of equal size (a horizontal line and a vertical line). The end points of the lines should be based on the current size (width and height) of the canvas.
Platform: | Size: 63488 | Author: Nopers | Hits:

[Special Effectsinn

Description: 基于直方图均衡的图像增强代码,将直方图分为四个象限,按照像素比例进行不同的拉伸,效果较好,特别是对较暗的图片。-Based on the histogram equalization image enhancement code, the histogram is divided into four quadrants, in accordance with the proportion of pixels of different tensile better effect, especially on dark images.
Platform: | Size: 1357824 | Author: chenying | Hits:

[Othervbchabu

Description: vb插补实验,可以实现四个象限的插补功能,经过验证,完全正确-vb interpolation experiment, you can achieve the four quadrants of the interpolation function, a proven absolutely correct
Platform: | Size: 9216 | Author: 王延斌 | Hits:

[Embeded-SCM Developmult4quad_ltspice

Description: LTSpice circuit simulation of a four quadrants multiplier.
Platform: | Size: 3072 | Author: tthedeci | Hits:

[Other61610

Description: Skew detection and correction is very important task before pre-processing of an image and it is a major problem in scanned documents, if it not detected correctly it will lead wrong result in future during image analysis. During the scanning of the document, skew is being often introduced in the document image. To measure the processed time and speed taken by skew detection algorithm, the Fast Fourier Transform (FFT) technique is applied as it is fast approach for finding the angle of skewed document. This technique is used by firstly applying DCT compression and thresholding on image to reduce timing computation and after that Fourier spectrum is obtained. Further this spectrum is divided into four quadrants and detected skewed angle of each quadrant is measured. And finally Input image is rotated by using bilinear interpolation method.
Platform: | Size: 77824 | Author: ammar | Hits:

[Special EffectsLinear-interpolation-vb

Description: 这是VB写的一个直线插补源码,有四个象限的整个代码,代码比较全,对开发都来说是很有用的,而且word文档中有整个代码。-It is written in a linear interpolation VB source, there are four quadrants of the entire code, the code is relatively wide, for the development of both is very useful, but there is the whole code word document.
Platform: | Size: 6144 | Author: 罗凯 | Hits:

[Special EffectsCircular-interpolation-vb

Description: 这是VB写的一个圆弧插补源码,有四个象限的整个代码,代码比较全,对开发都来说是很有用的,而且word文档中有整个代码。-It is written in a circular interpolation VB source, there are four quadrants of the entire code, the code is relatively wide, for the development of both is very useful, but there is the whole code word document.
Platform: | Size: 9216 | Author: 罗凯 | Hits:
« 12 »

CodeBus www.codebus.net