CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - c test

搜索资源列表

  1. 实现256色PCX文件解码的源程序

    0下载:
  2. 这个程序实现了256色PCX文件解码。注意:其中第二个函数对一行进行解码,应该把阅读的重点放在这个函数上。要注意的是,执行时,文件C:\\\\test.pcx必须存在,而且是一个256色PCX文件。-the procedures of 256 color PCX decoding. Note : This second function to decode and his party, should focus on reading this function on. To pay attent
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2.58kb
    • 提供者:doctorsuo
  1. hostcode

    0下载:
  2. 在windows2003下建CGI环境,将nictex.exe放在cgi-bin目录,并打开此目录的执行权限,即可测试。如在浏览器地址栏输入:http://....../cgi-bin/nictex.exe?\\blue \\large y=ax^2+bx+c 就可显示对应公式!-under construction in Windows2003 CGI environment, nictex.exe on cgi-bin directory, and open the Contents of
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4.77mb
    • 提供者:magiclove
  1. dect_image

    0下载:
  2. 功能是图象的检测,模板匹配 命令行编译过程如下 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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:22.42kb
    • 提供者:zhanghua
  1. trans_image

    0下载:
  2. 打开一幅位图,实现几何变换 命令行编译过程如下 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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:28.79kb
    • 提供者:zhanghua
  1. trace_image

    0下载:
  2. 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31kb
    • 提供者:zhanghua
  1. Subtraction

    0下载:
  2. 以下是差影法的源程序。要注意的是,第一幅图的文件名为c:\\test.bmp,第二幅图的文件名是c:\\backgnd.bmp。它们有着相同的灰度值和调色板。执行时,这两个文件已经准备好。 我们针对的虽然是二值图,但为了处理的方便,用的是256级灰度图,不过只用到了0和255两种灰度级。-Subtraction law of the source. To be noted is, a document of the plan called c : \\ test.bmp, second gr
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:王夏
  1. picturesmooth

    0下载:
  2. 实现图象的平滑(去噪声),锐化 命令行编译过程如下 注意事项: 运行时,文件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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:23.02kb
    • 提供者:刘铭
  1. picturerotate

    0下载:
  2. 实现图象的旋转 注意事项: 运行时,文件c:\\test.bmp必须存在-Image rotation Note : running, documents c : \\ test.bmp must exist
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:221.16kb
    • 提供者:刘铭
  1. PicProc

    0下载:
  2. 图像的几何变换 包括旋转,镜像,平移 用Visual C++ 6.0测试通过-images of geometric transformation, including rotation, mirroring, translation using Visual C 6.0 test pass
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:189.66kb
    • 提供者:joy zhang
  1. test

    0下载:
  2. c++ 控制摄像头程序 有源代码 希望大 家用上-c camera control procedures active code you want to use
  3. 所属分类:GDI/图象编程

    • 发布日期:2014-01-15
    • 文件大小:4.05mb
    • 提供者:林场包
  1. 直方图均衡化

    0下载:
  2. 直方图修正和彩色变换 命令行编译过程如下 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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:29.93kb
    • 提供者:智慧
  1. 实现图象化及

    0下载:
  2. 可以实现图象化现图案化和抖动技术,以及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
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:22.81kb
    • 提供者:赵灵儿
  1. SusanDetection

    0下载:
  2. 用c++编写了一个角点检测的测试程序,方法是利用最小核值相似区算法实现了图像角点的检测程序。-C++ written by a corner detection test procedure is similar to using the value of the minimum core area algorithm of the image corner detection process.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:122.23kb
    • 提供者:ver
  1. contourextraction.rar

    0下载:
  2. 这是一个用Visual C++编写的人脸轮廓提取程序,并且附有测试图片,整个程序非常好使用,This is a work written in Visual C++ face contour extraction procedure, and with a test image, the whole process very good use of
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:2.24mb
    • 提供者:梅明
  1. VC_DLL_AND_TESTED_BY_VB

    0下载:
  2. 先用C++写了一个可以产生图形的DLL,并用VB来进行调用测试。-Using C++ to write a DLL can generate graphics , and VB to call it for test.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-28
    • 文件大小:107.02kb
    • 提供者:carl
  1. grayscaleimage

    0下载:
  2. 这是一个用Visual C++6.0编写的已经实现了图像灰度拉伸程序,并且还附带有测试图片,整个程序非常好用。-This is a work written in Visual C++6.0 has achieved a gray-scale image stretching program, and also comes with a test image, the whole process is very easy to use.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:161.65kb
    • 提供者:梅明
  1. test

    0下载:
  2. 利用C语言实现基本图像读写处理功能。还有有旋转,位移等-Using C language to read and write basic image processing functions. There is another rotation, displacement, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-08
    • 文件大小:14.77mb
    • 提供者:唐露露
  1. picph

    0下载:
  2. VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C:\test.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。 -VC++ image smoothing+ program source code, to achieve a smooth image (to noise), sharpening function, the C drive decentralizatio
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:24.23kb
    • 提供者:dfjdj
  1. boostTest

    0下载:
  2. boost的c++测试文件,是在vs2010环境下生成的,可以用来生成二进制或文本数据包-The boost c + + test file is generated in vs2010 environment, can be used to generate binary or text data packets
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-10
    • 文件大小:16.13mb
    • 提供者:lht
  1. testpcap2.c

    0下载:
  2. ipv6 test program for LTE connection.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1.37kb
    • 提供者:s35924908sibiq
« 12 »
搜珍网 www.dssz.com