-
基于SQL语言的数据库在VC系统中的绘图,可能部分说明不是很充足,但是绝对好用的。...
基于SQL语言的数据库在VC系统中的绘图,可能部分说明不是很充足,但是绝对好用的。-Drawing application based on SQL database and Visual C++ IDE.It s likely to be short of code comments,but definitely useful!
- 2023-08-14 12:35:03下载
- 积分:1
-
彩色按钮的入门实例
彩色按钮的入门实例-Examples of entry-color button
- 2022-03-15 00:08:23下载
- 积分:1
-
Visual C cases intensive curriculum design series
Visual C++课程设计案例精编--视频操作-Visual C cases intensive curriculum design series-- video operations
- 2022-02-02 18:50:59下载
- 积分:1
-
image processing example, relatively simple
图象处理的例子,比较简单-image processing example, relatively simple
- 2023-04-18 11:20:03下载
- 积分:1
-
5个可用于工业编程的报表和图形控件
5个可用于工业编程的报表和图形控件-5 can be used for industrial programmable graphics statements and controls
- 2022-04-20 08:45:10下载
- 积分:1
-
图象处理,提供了效率高的图象软件,其中包含有图象基本图元的处理...
图象处理,提供了效率高的图象软件,其中包含有图象基本图元的处理-image processing, provides a highly efficient image software, which includes a basic image processing map yuan
- 2022-04-20 10:48:22下载
- 积分:1
-
VC实现抓屏功能,通过操作键盘的来实现,能实现多次的抓图,并保存为BMP的文件...
VC实现抓屏功能,通过操作键盘的来实现,能实现多次的抓图,并保存为BMP的文件-VC realize screenshots feature of the keyboard to achieve, to achieve a number of drawings, and saved as BMP documents
- 2022-07-12 23:50:34下载
- 积分:1
-
一个视频捕捉小程序的vc6。0原代码
一个视频捕捉小程序的vc6。0原代码-a small video capture process vc6. The original code 0
- 2022-03-26 11:01:46下载
- 积分:1
-
Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这...
Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle:
Assume there is a line whoes direction is "sita" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita)+ y*Sin(sita) . We can find out the lines based on this fact.
And this programme is to find out the longest line in the image.
- 2022-09-05 00:30:03下载
- 积分:1
-
This colour picker allows you to easily choose a colour either using RGB or HSV,...
This colour picker allows you to easily choose a colour either using RGB or HSV, it includes an alpha slider (that can be disabled or hidden, if needed), and it displays the colour value in hexadecimal. The code is fully written using Windows API, without MFC.
- 2022-01-26 01:30:40下载
- 积分:1