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

搜索资源列表

  1. IT168.com-1417md3_inst

    0下载:
  2. vg40.exe是集成开发环境,运行它就可以图形绘制,设计图库,编写脚本,甚至调试运行-vg40.exe is integrated development environment, it can run graphics rendering, Design Gallery, prepared scr ipts, even debugging operation
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:5.62mb
    • 提供者:huangwei
  1. SerialPortRead

    0下载:
  2. 串口调试程序,在LABVIEW下开发,接入串口设备,可接收和发送文件-serial debugging procedures, the LABVIEW under development, access to serial equipment, can receive and send documents
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:9.07kb
    • 提供者:史逢时
  1. ImageByCpp

    0下载:
  2. 用C++开发,本代码已经过编译和调试,能正常运行,实现对影象的展示功能.-C development, the code has been compiling and debugging, normal operation can achieve the right image display function.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4.93kb
    • 提供者:严伟
  1. 显示bmp图像的程序

    0下载:
  2. 640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开 一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctr l+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过-640 * 480256 color. BMP file display program can browse, also showed four images on the screen can also op
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4.11kb
    • 提供者:郭指挥
  1. YUVgray.rar

    0下载:
  2. 这个程序是基于YUV格式图像处理为灰度图像的经典程序 在vc平台上调试通过,可以对YUV图像进行各种后续的处理与操作,This procedure is based on the YUV format, grayscale image processing for the classic program debugging by vc platform, you can YUV image processing and operation of various follow-up
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-23
    • 文件大小:6.88mb
    • 提供者:chengpin
  1. scrnsave_code

    1下载:
  2. 这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。   本程序对于每一个windows下编程的程序员(比如正在使用VC,VB,Delphi,C++Builder等的朋友)来说,相信都会是一个很有价值的示例程序。因为本程序没有使用MFC,VCL等类库,用Windows SDK(Windows Soft
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:17.08kb
    • 提供者:kk.h
  1. Appendix

    0下载:
  2. 几个游戏的源代码,可在vc6.0下调试运行-The source code of several games can be run in debugging vc6.0
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2.24mb
    • 提供者:playfire
  1. UART

    0下载:
  2. 用MSComm方式实现了串口通信,在串口模拟软件和串口调试工具帮助下可以实现-MSComm be achieved with a serial communication, serial port in the serial simulation software and debugging tools can help achieve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1.89mb
    • 提供者:李丹
  1. VCPicProc

    0下载:
  2. Visual C++调试程序,编译好,可直接运行-Visual C++ debugger, compiler, and can be run directly
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:1.37kb
    • 提供者:李霞
  1. 2011-11.01.18.13.57.36

    0下载:
  2. 通常计算机需要接收外部实时发送的数据并用十分形象的方式显示出来。例如柱状图、饼图等等。本应用程序则采用波形的形式显示,并接将之设计为可以接收多路数据的波形显示界面。本应用程序在VS2008环境下调试通过,-Usually the computer needs to receive data sent by external real-time image of the way with a great display. Such as histograms, pie charts and so
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:160.2kb
    • 提供者:丰兆
  1. ImageViewer

    0下载:
  2. 个人开发的Image调试小工具,有时会很有用-Personal development of the Image debugging gadgets, can sometimes be useful
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1.04mb
    • 提供者:1
  1. dcWatcher

    0下载:
  2. dcWatcher 是一个DC查看工具,用来跟踪DC位图的任何变化,可实时查看窗口DC或者内存DC的显示内容。 此工具最适合自绘界面的单步跟踪,通常情况下单步跟踪是无法查看绘制结果的。 使用方法: 1、把 dcWatcher.exe 和 dctrace.dll 文件复制到需调试的目标EXE的相同文件夹下 2、在项目中导入 dctrace.lib 库文件 3、在合适的CPP/H文件中包括 dctrace.h 头文件 4、在需要调试DC的地方插入语句,例如在WM_PAI
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:22.98kb
    • 提供者:赵一
  1. blobtrack

    0下载:
  2. 运动物体跟踪代码,已经经过本人调试运行,用户可放心使用。-Moving object tracking code,it has to run after I debug, the user can be assured.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-07
    • 文件大小:16.7mb
    • 提供者:周伟
  1. match

    0下载:
  2. 运动物体跟踪代码,已经经过本人调试运行,用户可放心使用。-Moving object tracking code,it has to run after I debug, the user can be assured.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-21
    • 文件大小:15.19mb
    • 提供者:周伟
  1. siftFeat

    1下载:
  2. sift特征点提取源代码,已经过调试运行,下载后即可应用,代码也可作为参考。-sift feature point extraction source code, it has been testing the run, you can download the application, the code can be used as a reference.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-25
    • 文件大小:2.77mb
    • 提供者:周伟
  1. cmake-2.8.1-win32-x86

    1下载:
  2. cmake调试工具,在windows System下无法使用cmake调试的安装即可运行-the cmake debugging tools can not install cmake debug windows System to run
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-10-26
    • 文件大小:7.43mb
    • 提供者:吴宪
  1. CameraVCTest_2013_08_03

    0下载:
  2. 使用directshow获取摄像头,并可以保存摄像头的图像,点击预览显示摄像头的图像,点击保存按钮可以保存预览到的摄像头图像,我把图像保存位置设置在了D:盘根目录下,拍照按钮没有实现,这个按钮的功能可以自己扩充,vs2008调试通过,win7旗舰版sp1系统下可以,无需安装directshow就可以运行程序,程序有一个directshow目录,里面有程序需要的头文件。-Use directshow access to the camera, and you can save camera ima
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-31
    • 文件大小:12.37mb
    • 提供者:zhuxiaocheng
  1. ALLOCATE

    0下载:
  2. 本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0-This section gives three very practical and high-speed memory allocation function. The reader can directly copy these three functions to the progr
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1021byte
    • 提供者:xian434018
  1. GdiPlusGather

    0下载:
  2. GDI+的所有函数使用例程,可详细学习其中的用法,每个函数均提供参数调试。-GDI+ of all functions using the routines, can be used to learn in detail the use of each function to provide parameters for debugging.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-08
    • 文件大小:15mb
    • 提供者:李章洙
搜珍网 www.dssz.com