Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - c compiler
Search - c compiler - List
功能是图象的检测,模板匹配 命令行编译过程如下 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 b mp.res user32.lib gdi32.lib Note : running, documents c : \\ test.bmp must exist
Date : 2008-10-13 Size : 22.42kb User : zhanghua

打开一幅位图,实现几何变换 命令行编译过程如下 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 geotran s.c bmp.res user32.lib gdi32.lib Note : running, documents c : \\ test.bmp must exist
Date : 2008-10-13 Size : 28.79kb User : zhanghua

功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 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 cl edge.c bmp . res user32.lib gdi32.lib Note : running, documents c : \\ test.bmp must exist
Date : 2008-10-13 Size : 31kb User : zhanghua

这里是LDS(lossless data-compression sources)的KIT.我发现很多人都想这么一份压缩软件的源代码,但是他们很难找到,特别是一些比较好的. 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方. 所有的源代码包括它们的原始文档.-LDS (lossless data-compression sourc es) of KIT. I found so many people want a compression software source code, but they are difficult to find. In particular, some quite good. All source code has been used successfully Borland C compiler. each directory contains a makefile or make.bat used to create executable files. other compiler or parade for the system needs to change in some places. All source code including their original documents.
Date : 2008-10-13 Size : 6.8kb User : 王习

实现图象的平滑(去噪声),锐化 命令行编译过程如下 注意事项: 运行时,文件c:\\test.bmp必须存在-achieve a smooth image (to noise), Sharpen command line compiler attention to the process as follows : running, documents c : \\ test.bmp must exist
Date : 2008-10-13 Size : 23.02kb User : 刘铭

mean shift的源代码,用于学习 Bilkent University: Mean-shift Tracker based Moving Object Tracker in Video Version: 1.0 Compiler: Microsoft Visual C++ 6.0 (tested in both debug and release mode) -mean shift in the source code, for learning Bilkent University : Mean-shift Tracker based Moving Object Tracke r in Video Version : 1.0 Compiler : Microsoft Visual C 6.0 (tested in both debug and release mode)
Date : 2008-10-13 Size : 27.21kb User : zhaopeng

c++编译的图像处理程序,主要包括:几何变换、滤波、边缘检测、锐化、轮廓提取和边界跟踪、形态学处理-c compiler of image processing procedures, including : geometric transformations, filtering, edge detection, sharpening, contour extraction and border tracking and morphological processing, etc.
Date : 2008-10-13 Size : 350.04kb User : da

DL : 0
此示例阐释了将 CImage 支持实现到应用程序中,以便以多种图像格式对数据进行基本加载和保存。另外,此示例阐释了直接的 DIB 图面操作,以及如何使用对 MMX 和 SSE2 整数指令的更高级别的编译器支持,来优化位图操作而不必编写汇编程序代码。在项目中,Surface.* 文件包含 DIB 图面操作的 C++ 基类。-This example will explain the CImage support the achievement of applications, to a variety of image formats for data loading and preserve basic. In addition, this example to explain the direct DIB map surface operation, and how the use of MMX and SSE 2 integer instructions, higher level of compiler support to optimize bitmap prepared to operate without compilation code. In the project, Surface .* DIB map file contains the C-operating base class.
Date : 2008-10-13 Size : 6.01kb User : 久星

直方图修正和彩色变换 命令行编译过程如下 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 gdi32.lib Note : running, documents c : \\ test.bmp must exist
Date : 2008-10-13 Size : 29.93kb User : 智慧

可以实现图象化现图案化和抖动技术,以及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.rccl dither.c bmp.res user32.lib gdi32.lib Note : running, documents c : \\ test.bmp must exist
Date : 2008-10-13 Size : 22.81kb User : 赵灵儿

DL : 0
此示例阐释了将 CImage 支持实现到应用程序中,以便以多种图像格式对数据进行基本加载和保存。另外,此示例阐释了直接的 DIB 图面操作,以及如何使用对 MMX 和 SSE2 整数指令的更高级别的编译器支持,来优化位图操作而不必编写汇编程序代码。在项目中,Surface.* 文件包含 DIB 图面操作的 C++ 基类。-This example will explain the CImage support the achievement of applications, to a variety of image formats for data loading and preserve basic. In addition, this example to explain the direct DIB map surface operation, and how the use of MMX and SSE 2 integer instructions, higher level of compiler support to optimize bitmap prepared to operate without compilation code. In the project, Surface .* DIB map file contains the C-operating base class.
Date : 2026-01-10 Size : 6kb User : 久星

DL : 0
GD 一个非常好的创建图形的库,我修改过可以用VC6编译。-a very good GD graphics library to create, I can be modified using VC6 compiler.
Date : 2026-01-10 Size : 501kb User : 韦先生

这里是LDS(lossless data-compression sources)的KIT.我发现很多人都想这么一份压缩软件的源代码,但是他们很难找到,特别是一些比较好的. 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方. 所有的源代码包括它们的原始文档.-LDS (lossless data-compression sourc es) of KIT. I found so many people want a compression software source code, but they are difficult to find. In particular, some quite good. All source code has been used successfully Borland C compiler. each directory contains a makefile or make.bat used to create executable files. other compiler or parade for the system needs to change in some places. All source code including their original documents.
Date : 2026-01-10 Size : 7kb User : 王习

c++编译的图像处理程序,主要包括:几何变换、滤波、边缘检测、锐化、轮廓提取和边界跟踪、形态学处理-c compiler of image processing procedures, including : geometric transformations, filtering, edge detection, sharpening, contour extraction and border tracking and morphological processing, etc.
Date : 2026-01-10 Size : 350kb User : da

图象平滑处理源代码---visual c++编译环境下实现图象平滑处理-Image smoothing the source code--- visual c++ Compiler environment to achieve image smoothing
Date : 2026-01-10 Size : 23kb User : jsj

C++编译环境下使用DIB读写BMP文件示例,大家需要就拖吧-C++ Compiler environment to read and write BMP files using the DIB example, we need to drag it
Date : 2026-01-10 Size : 83kb User : vivian

用C++编译的关于256色转灰度图的程序,以供大家交流学习用-Using C++ compiler of about 256 colors to grayscale procedures to communicate for the U.S. study by
Date : 2026-01-10 Size : 155kb User : wangxiacsu

C++ 打造的一个GUI界面控件库源码, vc8,vc7.1,dev-c++均可直接编译使用.-C++ to create a GUI interface source control database, vc8, vc7.1, dev-c++ compiler can be used directly.
Date : 2026-01-10 Size : 567kb User : zhoux

visual c++编译环境下的的图像复原代码,经过试验已经调试成功-visual c++ compiler environment of image restoration code that has been tested successfully debug
Date : 2026-01-10 Size : 231kb User : tuyard

HGE is an easy to use yet powerful hardware accelerated 2D game engine. It is a full featured middleware for all who want to develop commercial quality 2D games rapidly and easily. It covers all imaginable 2D game genres: you could create everything from a simple puzzle to advanced multilayered platformer or strategy without even thinking of any non game logic code! And you don t have to know anything about "window messages", DirectX programming and all that stuff. Instead you can start developing your own game within 15 minutes! HGE runs on Microsoft Windows 98, 2000, NT, ME, XP and requires DirectX 8.0. It will run even on low-end video cards, including built in video cards such as Intel Solano (i815 chipset). HGE can be used with virtually any C++ compiler including Visual C++, Borland C++, MinGW and Metrowerks Codewarrior. -hge engine support directx9.0
Date : 2026-01-10 Size : 4.69mb User : chenluquan
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.