-
undo/redo source code
1.为开发CAD/CAV等软件时提供一种撤消,重做功能思路(undo/redo)
2.本程序是MFC的一个DEMON的全部原码,希望对你们有帮助-undo/redo source code
- 2022-08-21 13:58:55下载
- 积分:1
-
cs 和 direct 3D 混合编程的实例代码
cs 和 direct 3D 混合编程的实例代码-cs and direct 3D mixed programming code examples
- 2022-02-15 23:58:55下载
- 积分:1
-
自己写的形态学的寻找连通域的实现方法。调用了自己写的腐蚀和膨胀函数...
自己写的形态学的寻找连通域的实现方法。调用了自己写的腐蚀和膨胀函数-Morphological write their own search for the realization of methods connected domain. Call to write their own corrosion and expansion function
- 2022-03-18 22:42:43下载
- 积分:1
-
使用cimage输入输出的,大小转换,格式变换的代码
使用cimage输入输出的,大小转换,格式变换的代码-cimage use of the input and output, the size conversion, format conversion code
- 2022-05-15 22:21:41下载
- 积分:1
-
一个界面和功能都比较完善的画图程序 供大家参考
一个界面和功能都比较完善的画图程序 供大家参考-An interface and features are more complete drawing program for your reference
- 2022-06-19 13:03:34下载
- 积分:1
-
桌面天气
开机自动获取当天的天气情况,并把它写在桌面背景上,同时可以定制桌面LOGO,温馨提示等,还可以添加桌面图标的背景,使桌面更加美观!
- 2022-08-06 05:11:20下载
- 积分:1
-
用vb编的dxf输入的程序
用vb编的dxf输入的程序-with vb series of the importation procedures dxf
- 2022-04-30 15:58:58下载
- 积分:1
-
The Hammersley and Halton point sets, two well known low discrepancy sequences,...
The Hammersley and Halton point sets, two well known low discrepancy sequences, have been used for quasi-Monte Carlo integration in previous research. A deterministic formula generates a uniformly distributed and stochastic-looking sampling pattern, at low computational cost. The Halton point set is also useful for incremental sampling. In this paper, we discuss detailed implementation issues and our experience of choosing suitable bases of the point sets, not just on the 2D plane, but also on a spherical surface. The sampling scheme is also applied to ray tracing, with a significant improvement in error.
- 2022-03-21 20:01:32下载
- 积分:1
-
vc图像处理比较全面的程序
vc图像处理比较全面的程序-vc more comprehensive image processing procedures
- 2022-08-21 07:13:45下载
- 积分: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