-
用C语言实现了Cohen
用C语言实现了Cohen-Sutherland算法,代码可以直接复制到tc里面运行,很好实现了线段裁剪-With the C language to implement Cohen-Sutherland algorithm, the code can be directly copied to the tc run inside, well realized Line Clipping
- 2022-03-13 06:11:01下载
- 积分:1
-
方便的更换皮肤,不需要多少代码,非常简单易懂。
方便的更换皮肤,不需要多少代码,非常简单易懂。-facilitate the replacement of the skin, not the number of code is very simple and understandable.
- 2022-05-07 13:21:13下载
- 积分:1
-
24位dib,适合初学者
24位dib,适合初学者-24 dib, for beginners
- 2023-02-23 04:25:04下载
- 积分:1
-
不同域数字水印图像的matlab代码
不同域数字水印图像的matlab代码-different domain digital watermark image of Matlab code
- 2022-06-15 04:50:53下载
- 积分:1
-
这是一个三维立方体旋转动画,但要注意在运行可执行文件时很容易死机。...
这是一个三维立方体旋转动画,但要注意在运行可执行文件时很容易死机。-This is a three-dimensional rotating cube animation, but in which to run the executable file is very prone to crashing.
- 2022-02-20 01:57:04下载
- 积分:1
-
English OCR recognition controls, can be identified on the Verification Code. De...
英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0
int startY = 0
int width = -1
int height = -1
try
{
startX = Convert.ToInt32(textStartX.Text)
startY = Convert.ToInt32(textStartY.Text)
width = Convert.ToInt32(textWidth.Text)
height = Convert.ToInt32(textHeight.Text)
}
catch (Exception ex)
{
Console.WriteLine(ex.StackTrace)
}
String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height))
textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpar
- 2023-04-27 23:15:04下载
- 积分:1
-
java source mapping very worth learning Java source code.
java绘图方面的源码,非常值得学习的Java源码。-java source mapping very worth learning Java source code.
- 2022-01-27 23:34:20下载
- 积分:1
-
CDib类,实现图像的读、写、显示等基本功能。功能完整,代码可靠。...
CDib类,实现图像的读、写、显示等基本功能。功能完整,代码可靠。-CDib category, achieving image reading, writing, basic features, such as display. Functional integrity, and reliable code.
- 2023-05-10 21:00:03下载
- 积分:1
-
这是我用VC做的一个关于图形曲线的程序,可以绘制B样曲线功能...
这是我用VC做的一个关于图形曲线的程序,可以绘制B样曲线功能-This is what I do with VC on a graph procedures can be mapped B-spline curves function
- 2023-02-24 12:55:04下载
- 积分:1
-
vB做动画写的一个工具,动画里经常要考虑透明图像,这个工具实现了把图片变成透明的算法,希望对大家有用:)...
vB做动画写的一个工具,动画里经常要考虑透明图像,这个工具实现了把图片变成透明的算法,希望对大家有用:)-studyalso shows VB animation was done by a tool, animation frequently to consider transparent images, This tool achieved the picture becomes transparent algorithm, we hope to useful :)
- 2022-03-22 22:51:00下载
- 积分:1