CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 指针

搜索资源列表

  1. sharp

    0下载:
  2. 图像锐化,使用了指针,记得unsafe编译-Image enhancement, using a pointer, remember unsafe compiler
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:654
    • 提供者:zero
  1. Clock

    0下载:
  2. 绘制了一个模拟钟表的控件,指针可以根据发出的指令走到相应的位置,还可以修改表盘刻度-Draw an analog clock control, the pointer can come to the directives issued by the appropriate location, you can also modify the dial scale
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:2023533
    • 提供者:gyf
  1. zhizhenshibie

    1下载:
  2. 实现一个高精度指针仪表读数自动识别系统.用数码摄像头采集仪表的图像,然后利用数字图像处理技术识别刻度和指针,根据指针和刻度的相对位置计算指针读数值.使用条件霍夫变换(Constrained HOUGH Transfer)和中心投影分析法实现刻度的全自动识别,采用快速中心投影法进行指针检测与识别,识别速度达到68ms.实验结果表明该方法比传统方法速度快、精度高,系统读数平均误差仅为0.016%-To achieve a high precision automatic identification
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:508192
    • 提供者:王真
  1. print

    0下载:
  2. 小实验在视图类的ondraw函数添加了代码,程序运行时,用CClientDC的类对象dc画的图形与用CDC对象指针画的图形均能在客户区显示出来,但是打印预览时却只显示CDC对象指针画的图形,这是因为打印预览时,使用的是CDC类的设备环境对象,并将它作为参数传给视图类的ondraw函数-Small experiment in the view class ondraw function add the code, the program runs, the class object with CC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:89368
    • 提供者:谢振宇
  1. Roam

    0下载:
  2. 图像按不同方向漫游的程序,目前只指针对灰度BMP图像-this code implement image s roaming in different direction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:2003976
    • 提供者:王利利
  1. ContourDIB

    0下载:
  2. /************************************************************************* * 函数名称: * ContourDIB() * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数,必须是4的倍数) * LONG lHeight - 源图像高度(象素数) * 返回值: * BOOL - 运算成功返回TRUE,否
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1311
    • 提供者:mfm101
  1. TraceDIB

    0下载:
  2. /************************************************************************* * 函数名称: * TraceDIB() * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数,必须是4的倍数) * LONG lHeight - 源图像高度(象素数) * 返回值: * BOOL - 运算成功返回TRUE,否则返
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1748
    • 提供者:mfm101
  1. Interpolation

    0下载:
  2. /************************************************************************* * 函数名称: * Interpolation() * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数) * LONG lHeight - 源图像高度(象素数) * FLOAT x - 插值元素的x坐标 * FLOAT y
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1345
    • 提供者:mfm101
  1. RotateDIB2

    0下载:
  2. /************************************************************************* * 函数名称: * RotateDIB2() * 参数: * LPSTR lpDIB - 指向源DIB的指针 * int iRotateAngle - 旋转的角度(0-360度) * 返回值: * HGLOBAL - 旋转成功返回新DIB句柄,否则返回NULL。 * 说明: * 该函数用来以图
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2194
    • 提供者:mfm101
  1. RotateDIB

    0下载:
  2. /************************************************************************* * 函数名称: * RotateDIB() * 参数: * LPSTR lpDIB - 指向源DIB的指针 * int iRotateAngle - 旋转的角度(0-360度) * 返回值: * HGLOBAL - 旋转成功返回新DIB句柄,否则返回NULL。 * 说明: * 该函数用来以图像
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2367
    • 提供者:mfm101
  1. ZoomDIB

    0下载:
  2. /************************************************************************* * 函数名称: * ZoomDIB() * 参数: * LPSTR lpDIB - 指向源DIB的指针 * float fXZoomRatio - X轴方向缩放比率 * float fYZoomRatio - Y轴方向缩放比率 * 返回值: * HGLOBAL - 缩放成功返回新DIB句柄,否则返回
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1808
    • 提供者:mfm101
  1. TransposeDIB

    0下载:
  2. /************************************************************************* * 函数名称: * TransposeDIB() * 参数: * LPSTR lpDIB - 指向源DIB的指针 * 返回值: * BOOL - 转置成功返回TRUE,否则返回FALSE。 * 说明: * 该函数用来转置DIB图像,即图像x、y坐标互换。函数将不会改变图像的大小, * 但是图像
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1415
    • 提供者:mfm101
  1. chap1-1

    0下载:
  2. 给定一个图像位图数据,宽、高、颜色表指针及每像素所占的位数等信息,将其写到指定文件中。-Given a bitmap image data, width, height, color table pointer and the number of bits per pixel information such as share, to write the specified file.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1456838
    • 提供者:hnxiaoshang
  1. doublemeter

    0下载:
  2. 圆形图表的处理,包括大圆套小圆,双指针,针对设计仪表的初学者很有帮助-Treatment of circular charts, including the great circle sets of small round, double pointer, very helpful for beginners instrument design
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3908703
    • 提供者:王长生
  1. deblock

    0下载:
  2. 输入为存储yuv文件指针的的首地址和视频文件的高度与宽度,处理后的数据仍然放在该指针处。-Yuv input file pointer for storing the first address and the height and width of the video file, the processed data is still on the pointer.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:814
    • 提供者:韩全生
  1. FreeImage_Chinese

    0下载:
  2. FreeImage是一个著名的图像处理库,它的运行速度很快,都是基于指针操作。本资料是一个详细介绍此库的中文文档。-FreeImage is a well-known image processing library, it runs very quickly, are based on pointer operations. This information is a detailed descr iption of this pool in Chinese documents.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1253173
    • 提供者:杨峰
  1. 8.2-UsingPointers

    0下载:
  2. Using Pointers 教你如何使用指针-Using Pointers
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:496525
    • 提供者:吴晨阳
  1. file

    0下载:
  2. 1,pe.zip PE文件是windows(95/98/NT)目前采用的可执行文件格式。流行的CIH病毒就是通过改变PE文件的内容,并且保持文件大小不变,从而实现自己的功能。本程序通过分析PE文件格式,将可执行文件的文件定位表重新定位,指向用户编写的DLL,然后指令指针返回正常调用位置。在DLL中通过系统挂钩,实现了后台各种级别密码的截获功能。COOL! (110KB)<END> 2,mailchecker.zip 关于smptp,pop3,tray 等方面的编程(56K
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2138194
    • 提供者:tan
  1. imagePprocessing

    0下载:
  2. 高效的图像腐蚀、膨胀、锐化、中值滤波算法。 让你见识下C#的强大。谁告诉你C#不能用指针!-Efficient image erosion, dilation, sharpening, median filtering algorithm. To let you know the power of C# under. Who told you that C# can not use the pointer!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1173557
    • 提供者:qiang
  1. aaa

    0下载:
  2. 用C语言编写的小程序,实现指针的图形显示
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1451
    • 提供者:王振
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com