搜索资源列表
xice-KNSGEW-minigui-minigui-res-str-1.6.tar
- MiniGUI学习版v1.6str的资源源码。MiniGui是国内最著名的跨平台轻型gui系统。这个是它的资源源码,配合lib使用。-v1.6str version of MiniGUI learning resources source. MiniGui is the most famous domestic cross-platform light gui system. This is the source of resources to meet lib use.
dect_image
- 功能是图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-function is image detection, template matching process compiler command line as follows vcvars32 rc bmp.rc cl detect.c
trans_image
- 打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-open a bitmap, achieving geometric transformation process compiler command line as follows vcvars32 rc bmp.rc cl geot
trace_image
- 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-functions of edge detection and extraction. Contour Tracking command line compiler process following vcvars32 rc bmp.rc
read_mit_ecg
- 读取并显示MIT心电数据库文件(测试文件在res目录下),可进一步开发心电的诊断功能-read and display MIT ECG database files (documents for the test res directory) further development of diagnostic cardiac function
smooth
- 实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib
DG
- 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib
SF
- 直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib
blacksubmarine-OGVOTV-1.3.0-minigui-res-1.3.0.tar.
- MiniGUI 的最新发布版本是 0.9.96。我们将 0.9.xx 系列版本定位为 MiniGUI 1.0 版本的预览版。在 0.9.xx 版本足够稳定时,我们将发布 MiniGUI 1.0 版本,同时,目前的代码不会再进行重大调整。在 MiniGUI 1.0 版本发布之后,我们将立即着手开发 MiniGUI 2.0 版本。该版本预期将在体系结构上进行重大调整-MiniGUI release of the latest version 0.9.96. We will be positionin
直方图均衡化
- 直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-color histogram amendments and command line compiler transformation process following vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib
实现图象化及
- 可以实现图象化现图案化和抖动技术,以及bmp2txt命令行编译过程如下vcvars32rc bmp.rccl dither.c bmp.res user32.lib gdi32.lib注意事项:运行时,文件c:\\test.bmp必须存在-imaging can be achieved is pictorial and jitter technology, and command line compiler bmp2txt process following vcvars32rc bmp.rcc
r
- 实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib-The Method of Preserving Edge Smoothing
ball-collision
- 本工程在VS2008下通过编译。 exe需要读取res文件夹中的图片资源,所以请确认资源的存在。 工程主要是通过数学的向量计算来模拟物理中的碰撞现象 CBall类是小球的特性类。有移动,碰撞反射等动作,以及各种属性。 显示主要是用到了GDI+的CImage类显示,因为它支持alpha通道。 工程还有单缓冲,双缓冲效果演示,有帧数显示。 但工程还有缺陷,有时候球会粘到一起,还不知道具体如何解决,知道的童鞋回复告诉一下。-The project by compiling