-
BMP文件操作,JAVA语言,包括文件格式的详细描述。
BMP文件操作,JAVA语言,包括文件格式的详细描述。-bmp file operation by java.including detailed description of file format.
- 2022-03-05 21:17:52下载
- 积分:1
-
一个可以实时显示采集曲线的源码,可以用与实时的数据采集曲线 显示...
一个可以实时显示采集曲线的源码,可以用与实时的数据采集曲线 显示-a real-time acquisition curve shows the source code can be used with the real-time data acquisition curve shows
- 2022-01-27 15:49:11下载
- 积分:1
-
可以显式3D文字的一个例子
可以显式3D文字的一个例子-can Explicit language of a 3D examples
- 2022-04-09 18:03:14下载
- 积分:1
-
ImageList to DIB 将位图列表转换成设备无关位图(5KB)
ImageList to DIB 将位图列表转换成设备无关位图(5KB)-ImageList DIB to the list of bitmap conversion device-independent bitmap (5KB)
- 2022-11-08 15:35:03下载
- 积分:1
-
Fourier Draw, is a basic drawing of fourier drawings
Fourier Draw, is a basic drawing of fourier drawings
- 2022-06-11 22:45:14下载
- 积分:1
-
其实颜色直方图简单来说,就是统计图像中具有某一特定颜色的象素点数目而形成的各颜色的直方图表示,不同的直方图代表不同图片的特征...
其实颜色直方图简单来说,就是统计图像中具有某一特定颜色的象素点数目而形成的各颜色的直方图表示,不同的直方图代表不同图片的特征-color histogram simple fact, it is statistical image with a specific color of the pixel number of points which are in the color histogram, different pictures representing different histogram feature
- 2022-01-26 00:58:16下载
- 积分:1
-
展示了位图的显示放大和缩中的操作.别外还展示了半透名位图的显示....
展示了位图的显示放大和缩中的操作.别外还展示了半透名位图的显示.-Display bitmap display to enlarge and shrink the operation. Do not display a semi-permeable, but also reputation and map display.
- 2022-02-10 08:07:00下载
- 积分:1
-
main five
主要实现五角星图形的绘制,希望能提供参考作用-main five-pointed star graphics rendering, hope to provide useful reference
- 2022-06-18 03:13:52下载
- 积分: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
-
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