-
-
doudong.rar
实现图案化和抖动技术,以及bmp2txt
命令行编译过程如下
vcvars32
rc bmp.rc
cl dither.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c:\test.bmp必须存在
vcvars32
rc bmp.rc
cl compress.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c:\test.pcx;c:\test.jpg必须存在
-
imhist.rar
直方图修正和彩色变换
命令行编译过程如下
vcvars32
rc bmp.rc
cl colorope.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c:\test.bmp必须存在
-
MPEG-4encode.rar
(1)本程序可在Windows 2000、Visual C++6.0 环境下编译通过。
(2)源码是一个编码模块,编译后生成encore.lib库文件, 不能直接执行。需要读者自己编写程序调用其中的功能。
(3)运行时打开//encore/build/目录下的encore.dsw文件。
-
TCXL.LIB.rar
This library is intended to be a supplement to the Turbo C function
library. It was written to be used with the tiny and small memory models.
-
-
Openearth.rar
... 说明
解压program.zip为源程序压缩文件,将opengl32.lib glu32.lib glaux.lib等库文件拷贝到...\VC98\Lib\目录下。
1.用VC6.0启动Openearth.dsw,
2.按下述步骤添加OpenGL库:从[Project]菜单中 ... 标签,在“Object/Libray Module”编辑框中加入“opengl32.lib glu32.lib glaux.lib”,单击OK按钮。
3. 用菜单Build\!Execute ...
-
-
HelloWin98.rar
提醒您注意:如果您使用Microsoft Visual C++ 为此程式建立新专案,那么您得加上连结程式所需的程式库档案。从 Project 功能表选择 Setting 选项,然後选取 Link 页面标签。从 Category 清单方块中选择 General ,然後在 Object/Library Modules 文字方块添加 WINMM.LIB ( Windows multimedia - Windows多媒体 )。
-
testproj.rar
一个基于opgl的卫星绕地球旋转的例子,非常漂亮。有vc工程文件,注意编译时必须在编译选项里面加上OPENGL32.LIB GLU32.LIB GLAUX.LIB三个库。
-
edgesearch.rar
边沿检测与提取,轮廓跟踪
命令行编译过程如下
vcvars32
rc bmp.rc
cl edge.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c:\test.bmp必须存在
-