搜索资源列表
Raster_vb
- For i = 0 To PicMain.Height MaskLine = False 初始化MaskLine变量 For j = 0 To PicMain.Width CurrentColor = GetPixel(PicMain.hdc, j, i) 取得当前所在点的颜色值 If j < PicMain.Width Then TwoColor = GetPixel(PicMain.hdc, j + 1, i) 取得当前所在点前面一点的值, 用途是当是一条很宽的线条
StockOcx
- 1. stock.ocx K线图绘制,取网络数据
zhengtizhifang
- 这是一种新的直方图处理技术,它在分开的直方图基础上重新分配三个子图像的像素。我们使用k-means获得来自输入图像的二个质心, 然后推论出二个极值把输入图像分为三个子图像。 在精确的数学计算之后,连接的成份被从子图像单独地获取。 应用上述新直方图处理技术,,分别对三个子图像(基于原始直方图的两个极值分解输入图像获得)实行直方图均等化。
实验报告2
- 重点撑握数值微分法.此法主要内容为先算出直线的斜率 k=△y/△x 其中, △x=x1-x0, △y=y1-y0,(x0,y0)和(x1,y1)分别是直线的端点坐标。然后,从直线的起点开始,确定最佳逼近于直线的y坐标均为整数,让X从起点到终点变化,每步递增1,计算对应的y坐标,y=kx+B,并取象素(x,round(y))。用这个方法既直观,以可行,然而效率低。-focus on shoring grip numerical differentiation. This method is mai
delphi.rar 读股票卡数据画K线图源码
- 读股票卡数据画K线图Delphi源码,请下载,等待,Reading the stock card data K Line painting Delphi source code, please download and wait for
20080919211306615
- cadence skill bindkey-procedure( cjShowLayer() prog((cv allObjList layerObjList i j k layerObj layerName layerPurpose layerNum testList) defstruct(cjLayerStruct layerName layerPurpose layerNum) layerObj=make_cjLayerStruct()
MidBresenhamLine
- 中点 Bresenham 算法绘制0<<k<<1直线 C语言 调试成功 Bresenham 算法画圆 调试成功-Bresenham algorithm for drawing
BSPLine
- B样条曲线给出了一种方法,用具有 连续性的k-1次的多项式曲线对n个控制点集合进行拟合,B样条曲线允许任意阶连续。因此,在计算机图形学中优先选择B样条曲线来定义非常平滑的曲线。如果要通过任意数量的点生成满足C2或更高阶连续性的曲线,B样条曲线是一种较好的选择。-B-spline curve presents a method, the continuity of k-1 times on the n-polynomial curve fitting set of control points,
Lectureoutlineemtp
- [K-Drama] Doctor Champ Eps 12
ChartSeewaa
- 画K线的程序自己的毕业设计,vc做的股票k线图显示程序-Painting K-line procedures for painting K-line program draw the K-line program
stock01
- 股票K线绘图示例,经测试可以使用,希望对有此爱好的朋友有帮助。-Draw Stock Candle_line
CS_OMP
- 1-D信号压缩传感的实现(正交匹配追踪法Orthogonal Matching Pursuit) 测量数M>=K*log(N/K),K是稀疏度,N信号长度,可以近乎完全重构-1-D signal the realization of compressed sensing (orthogonal to match the tracking method Orthogonal Matching Pursuit) number of measurements M = K* log (N/K),
Fresnel-zone-platel
- 菲涅尔波带片设计Matlab程序代码 输入波长 Lambda = 632.8nm,设计波带片波长f = 1000mm,k=100 绘制菲涅尔波带片图样 -Fresnel zone plate designed Matlab program codes enter the wavelength Lambda = 632.8nm the design zone plate wavelength f = 1000mm, k = 100 draw a Fresnel zone pla
MYaxis
- 在mtalab的画图中,给出子图的位置,便于设计图形的大小。- a function to define the coodination of your own subplot axes you d better estimate the input to assure not exceed the figure this function is similar to the subplot(row,col,i) i is the ith su
StockGraph
- python 做的显示股票K线图的源代码。 从通达信软件中读取数据,显示出制定代码的K线 使用Python 2.6 和 wxPython 2.8.1 -do python stock K line graph displays the source code. Mastery letter reads data from the software, showing the development of the K line of code Use Python 2.6 and
segmentation-of-color-images
- 首先将RGB空间的彩色图像转换到LAB空间,然后利用K-means均值聚类方法对lab空间的彩色图像进行图像分割-this method of color image segmentation isbased on K-means and the Color space conversion between RGB and Lab
line2
- 绘制任意斜率的直线段 设计CLine直线类,其数据成员为直线段的起点坐标P0和终点坐标P1,成员函数为MoveTo()和LineTo()函数。 CLine类的LineTo()函数使用中点Bresenham算法绘制任意斜率k的直线段,包括k=±∞、k>1、0≤k≤1、-1≤k<0和k<-1五种情况。 在屏幕客户区按下鼠标左键选择直线的起点,保持鼠标左键按下并移动鼠标到另一位置,弹起鼠标左键绘制任意斜率的直线段。 在状态栏动态显示鼠标光标移动时的位置坐标。-The slope of
cpmpile
- matlab的源程序,没有其他目的,只希望下载k均值算法看看!,-Matlab source program, there is no other purpose, just want to download the k-means algorithm and see!
混沌资料
- Lorenz系统李式指数编程,抛物线-kx^2+(k+1)x混沌分岔行为,(Lorenz system lie exponential programming, parabolic -kx^2+ (k+1) x chaotic bifurcation behavior,)