-
用于实现16个拒绝做的,高显示程序,想学习…
用turboC实现的16位dos下的高色彩显示程序,想学学底层图形模式的朋友可以来看看。主要是中断的使用。-used to achieve the 16 dos, the high color display program, would like to learn the underlying graphics mode can be a friend to look at. The main use is broken.
- 2022-01-25 22:32:16下载
- 积分:1
-
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形...
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access t
- 2022-03-05 21:42:30下载
- 积分:1
-
画一条直线和立方体的源代码,可以通过改变参数,来改变图形的大小。...
画一条直线和立方体的源代码,可以通过改变参数,来改变图形的大小。-Draw a straight line and the cube of the source code, you can change the parameters to change the graphic size.
- 2023-05-12 20:50:03下载
- 积分:1
-
Harris Corner 角点检测程序
Harris Corner是最典型的角点检测子Corner Detector。角点经常被检测在边缘的交界处、被遮挡的边缘、纹理性很强的部分。满足这些条件一般都是稳定的、重复性比较高的点,所以实际上他们是不是角点并不重要(因为我们的目标就是找一些稳定、重复性高的点以作为特征点)。
- 2022-12-09 21:55:03下载
- 积分:1
-
draw line
绘制曲线,可以很直观的描绘曲线,是不可多的好代码-draw line
- 2022-07-04 15:42:00下载
- 积分:1
-
读取256色的BMP灰度图,并用4*4的矩阵对其进行抖动,用opengl实现
读取256色的BMP灰度图,并用4*4的矩阵对其进行抖动,用opengl实现-BMP to read 256 color grayscale, and 4* 4 matrix of its jitter, using opengl implementation
- 2022-10-28 21:05:04下载
- 积分:1
-
该程序实现图片的载入,并取图片上的任意点的RGB值,然后写入文本文件yanse.txt。...
该程序实现图片的载入,并取图片上的任意点的RGB值,然后写入文本文件yanse.txt。
-The picture of the loading program, and take pictures on any point of the RGB values, and then write a text file yanse.txt.
- 2022-06-30 15:58:00下载
- 积分:1
-
不用说了gunplot,科学绘图类的老大
不用说了gunplot,科学绘图类的老大-Needless to say the gunplot, scientific drawings of the oldest category
- 2022-05-21 15:45:03下载
- 积分:1
-
- 2022-09-10 21:40:03下载
- 积分:1
-
数字识别系统的源代码
用Visual C++开发的源代码
数字识别系统的源代码
用Visual C++开发的源代码-digital recognizing system code
- 2022-10-29 19:05:04下载
- 积分:1