-
Direct Sound in 3d
基于Direct Sound 的3d音乐播放的小例子,很有用的,适合初学者-Direct Sound in 3d-based music player, a small example, very useful for beginners
- 2023-04-21 01:55:03下载
- 积分:1
-
用VC实现了Parzen窗估计了两个均匀分布
用VC实现了Parzen窗估计了两个均匀分布-VC achieved using Parzen window estimates of two uniformly distributed
- 2022-03-25 06:18:44下载
- 积分:1
-
breath
离散数据三角化-breath-5, a program file to show that I will be my last set of five procedures is described.
- 2022-03-19 02:32:53下载
- 积分:1
-
right image mask operation
对图像进行掩摸操作-right image mask operation
- 2022-04-21 15:52:37下载
- 积分:1
-
Using VC to draw dynamic curve, the specific requirements see the contents of th...
用VC来绘制动态曲线,具体要求见文档中内容-Using VC to draw dynamic curve, the specific requirements see the contents of the document
- 2022-05-31 12:34:05下载
- 积分:1
-
如何快速获取屏幕上各颜色的红、绿、蓝值的VC源代码
如何快速获取屏幕上各颜色的红、绿、蓝值的VC源代码-how rapid access to the colors on the screen in red, green and blue values of the source code VC
- 2022-02-28 10:18:28下载
- 积分:1
-
MFC框架,实现图像的放大缩小功能,实现傅里叶装换,实现图像的边缘检测功能。...
MFC框架,实现图像的放大缩小功能,实现傅里叶装换,实现图像的边缘检测功能。-MFC framework to achieve image zoom function for the realization of Fourier installed to realize the edge detection image.
- 2022-01-25 22:57:13下载
- 积分:1
-
二维小波变换,包括提升9.7小波,是用c++语言编程实现的
二维小波变换,包括提升9.7小波,是用c++语言编程实现的-Two-dimensional wavelet transform, including the upgrading of 9.7 wavelet, is used c++ Language programming to achieve
- 2022-08-24 06:36:51下载
- 积分:1
-
VGA IP软核Nios SOPC
vga ip core nios sopc
- 2022-08-03 08:36:53下载
- 积分: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