-
K线图的核心模块
金融K线图核心模块,就是用一些K线均线画出黑色背景的图形和图像,从而反映出股票行情等一系列的东西,代码具有很大的通用性
- 2022-02-26 03:20:45下载
- 积分:1
-
C与C++图像处理编程源代码.BMP解析原代码,已经经过测试验证.能够显示1024*1024 2^24种颜色...
C与C++图像处理编程源代码.BMP解析原代码,已经经过测试验证.能够显示1024*1024 2^24种颜色-C and C image processing program source code. BMP analytic original code, already after testing. to demonstrate 1024* 1024 2 ^ 24 colors
- 2022-06-19 10:00:26下载
- 积分:1
-
它主要完成的功能有画直线、曲线、圆、椭圆、矩形、多边形;支持剪贴板的操作;支持撤销、重复;保存成位图文件;打开位图文件。...
它主要完成的功能有画直线、曲线、圆、椭圆、矩形、多边形;支持剪贴板的操作;支持撤销、重复;保存成位图文件;打开位图文件。-It is mainly the function of the completion of painting a straight line, curve, round, oval, rectangular, polygonal support clipboard operations to support the revocation, repeat preservation into a bitmap file to open bitmap file.
- 2022-06-21 17:46:57下载
- 积分:1
-
一个很有意思的不规则区域填充
一个很有意思的不规则区域填充-a very interesting regional anomalies filled
- 2022-11-29 11:35:04下载
- 积分:1
-
区域裁剪用鼠标动态实现 固定视窗 用vc++来实现的
区域裁剪用鼠标动态实现 固定视窗 用vc++来实现的-region with the mouse dynamic cutting fixed using Windows to achieve the vc
- 2022-07-20 08:03:54下载
- 积分:1
-
高分辨率位图显示MFC类源码,带一MFC范例
高分辨率位图显示MFC类源码,带一MFC范例 -MFC class for displaying picture with High resolution , with a MFC example
- 2022-03-10 13:41:46下载
- 积分:1
-
一个不错的图形编程实例,有很高的参考价值,值得一看
一个不错的图形编程实例,有很高的参考价值,值得一看-A good example of graphical programming, a high reference value, worth a visit
- 2022-11-10 04:00:03下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
摄像机标定,我最近做摄像机标定,标定过程…
摄像头标定,我最近在做摄像头标定,这个程序需要一张标定纸,我用的是7×7-Camera calibration, I recently make camera calibration, the calibration process requires a paper, I use the 7 × 7
- 2023-08-09 09:00:03下载
- 积分:1
-
图形与图像书带的程序_1
图形与图像书带的程序_1-graphics and images book on the procedure _
- 2022-08-22 19:49:04下载
- 积分:1