-
bilinear image interpolation source code, achieving a smooth image scaling.
双线性图像插值源代码,实现图像的平滑缩放。-bilinear image interpolation source code, achieving a smooth image scaling.
- 2022-07-28 03:22:21下载
- 积分:1
-
books. Detailed procedures for the operation of windows, and introduces gui prog...
书。详细的windows操作程序,并介绍gui编程。
- 2023-04-19 08:45:04下载
- 积分:1
-
用C实现的,基于bmp图像格式的数字图像水印算法!
用C实现的,基于bmp图像格式的数字图像水印算法!-Using C to achieve, bmp image format based on Digital Image Watermarking Algorithm!
- 2022-09-02 01:25:02下载
- 积分: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
-
利用harris算法对图像的角点进行检测,对一般的图像检测的效果都还不错...
利用harris算法对图像的角点进行检测,对一般的图像检测的效果都还不错-use of the algorithm for image Corner detection, the general image detection results are also good
- 2023-02-26 07:55:03下载
- 积分:1
-
A good image sample.
A good image sample.
- 2022-05-21 13:37:52下载
- 积分:1
-
DirectX实现的粒子系统
DirectX实现粒子系统
- 2022-07-19 12:54:00下载
- 积分: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
-
基于opencv的双摄像机标定的程序,需要opencv的支持!
基于opencv的双摄像机标定的程序,需要opencv的支持!-based on the dual-camera calibration procedures, the need to OpenCV support!
- 2022-03-23 03:32:58下载
- 积分:1
-
用VB编写“石头剪子布”游戏程序,写得不错,值得初学者借鉴。...
用VB编写“石头剪子布”游戏程序,写得不错,值得初学者借鉴。
-Prepared using VB
- 2022-09-14 10:05:03下载
- 积分:1