-
条形码识别源码程序
条形码识别源码程序-bar code identification procedures FOSS
- 2022-02-27 08:45:18下载
- 积分:1
-
Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOL...
Environment: VC6 Win2K/NT/98
This sample describes the difference between CONSOLE and GUI applications with 20 lines of code.
There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First of all, we need to allocate a console with AllocConsole() secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf() and scanf().
The second project demonstrates how to create a window in main(). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle(), and then I called CreateWindow with the predefined class name EDIT.
As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a p
- 2022-02-03 12:24:58下载
- 积分:1
-
This is a histogram of the experimental report
图象增强全套源代码。图像平滑和锐化,均值滤波、中值滤波-This is a histogram of the experimental report
- 2022-02-21 16:03:27下载
- 积分:1
-
用C实现图像的简单变换(水平变换,旋转等) 底层操作 注释详细...
用C实现图像的简单变换(水平变换,旋转等) 底层操作 注释详细-C simple Image Transform (horizontal transformation, rotation, etc.) Notes bottom operation detailed
- 2022-09-23 04:45:03下载
- 积分:1
-
3D Transforms Demonstration Program. Requires Turbo C Version 1.5.
Project fil...
3D Transforms Demonstration Program. Requires Turbo C Version 1.5.
Project file should contain the line
DEMO3D.C GRAPHICS.LIB 3D.LIB DRIVERS.LIB
The library directory must include 3D.LIB and GRAPHICS.LIB, and the
include directory must include 3D.H. DRIVERS.LIB must be created by
converting the .BGI files to .OBJ files (using the BGIOBJ utility in
Turbo C version 1.5) and collecting them in a library (using TLIB).
The program displays a cube, a tetrahedron, and an octahedron in
three dimensions. Each figure is rotated about a different axis.
- 2022-08-25 09:09:02下载
- 积分:1
-
vc++实践与提高系列 绘图程序v1
vc++实践与提高系列 绘图程序v1-vc practice and procedures to enhance family of graphics v1
- 2023-08-19 20:05:04下载
- 积分:1
-
计算“连通”的结合使用Tarjan
Computes "Connected Components" using Tarjan s Union-Find algorithm the result is returned in the same buffer as gray_level image with values equal to the label of the component.
- 2022-01-26 06:34:09下载
- 积分:1
-
图形填充算法的实现
图形填充算法的实现-graphics filling algorithm implementation
- 2022-04-01 21:25:46下载
- 积分:1
-
用C #编程语言写的边缘检测可以编写代码优化…
用C#编程语言编写的边缘检测代码,可以编写任意不同的计算方法如分割、预处理等
- 2022-07-24 05:47:23下载
- 积分:1
-
上机位源码,不错的代码,大家可以看看,感兴趣的交流一下
上机位源码,不错的代码,大家可以看看,感兴趣的交流一下-On machine-bit source code, good code, we will look at, interested in exchange
- 2022-08-19 16:16:37下载
- 积分:1