搜索资源列表
实验报告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
ChartSeewaa
- 画K线的程序自己的毕业设计,vc做的股票k线图显示程序-Painting K-line procedures for painting K-line program draw the K-line program
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
line2
- 绘制任意斜率的直线段 设计CLine直线类,其数据成员为直线段的起点坐标P0和终点坐标P1,成员函数为MoveTo()和LineTo()函数。 CLine类的LineTo()函数使用中点Bresenham算法绘制任意斜率k的直线段,包括k=±∞、k>1、0≤k≤1、-1≤k<0和k<-1五种情况。 在屏幕客户区按下鼠标左键选择直线的起点,保持鼠标左键按下并移动鼠标到另一位置,弹起鼠标左键绘制任意斜率的直线段。 在状态栏动态显示鼠标光标移动时的位置坐标。-The slope of