-
一个应用动画实例,提供给大家参考 如果有意见可以和好交流。...
一个应用动画实例,提供给大家参考 如果有意见可以和好交流。-an application animation examples provided for your reference if opinions can be good and the exchange.
- 2022-02-12 05:52:24下载
- 积分:1
-
需要d3d 9SDK,一个图形引擎的一部分,包括3DS MAX的导出插件,模型文件导入,四叉树LOD,等。...
需要d3d 9SDK,一个图形引擎的一部分,包括3DS MAX的导出插件,模型文件导入,四叉树LOD,等。 -D3D 9SDK needs, a part of the graphics engine, including 3DS MAX plug-derived model file import, quadtree LOD, etc.
- 2022-02-03 10:14:09下载
- 积分:1
-
一个很好的图片刘汉旗
一个很好的图片刘汉旗-a good picture Ambrose flag
- 2022-01-25 22:15:15下载
- 积分:1
-
用C语言编写一个行驶的小车
用C语言编写一个行驶的小车-C language of a moving car
- 2022-03-15 15:21:55下载
- 积分:1
-
如何让CDC上输出的文字、图形具有保持功能,集合类 CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在C...
如何让CDC上输出的文字、图形具有保持功能,集合类 CPtrArray的使用,CPaintDC与CClientDC的区别与应用,OnPaint与OnDraw在CView中的关系及实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。元文件设备描述表的使用,如何利用兼容DC实现图形的保存和再现。 -CDC on how to output text, graphics have to keep feature, CPtrArray use of collections, CPaintDC with CClientDC and application of the distinction, OnPaint and OnDraw in CView relations and realize the insider, the realization of a rolling window, the coordinates of space, mapping the way device coordinates and logical coordinates conversion. Metafile device use, how to use DC-compatible graphics realize the preservation and reproduction.
- 2022-01-25 22:58:47下载
- 积分:1
-
jpeg2000中的空间变换中的DWT,9/7有损小波正变换,这是在ADI blackfin535 DSP平台下的...
jpeg2000中的空间变换中的DWT,9/7有损小波正变换,这是在ADI blackfin535 DSP平台下的-JPEG2000 transform space of the DWT, 9/7 wavelet is detrimental to transform, which is in the ADI blackfin535 DSP platform
- 2022-02-07 21:34:27下载
- 积分: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
-
可以实现小球的光照效果
可以实现小球的光照效果- May realize the pellet illumination effect
- 2023-01-25 18:05:03下载
- 积分:1
-
图形插值可以得到三维效果图
图像插补,可以使用二维图像达到三维观看的效果,绝对好的很好的-Graphic interpolation could get 3D effect form two-dimension image.It is a good thing absolutly!
- 2022-05-06 16:46:18下载
- 积分:1
-
本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能。...
本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能。
-The code vector graphics functions: linear, circular, various types of curves were readily available, and to carry out painting brush stroke style and color settings, and save the file function.
- 2022-02-22 06:17:28下载
- 积分:1