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

搜索资源列表

  1. 橡皮筋

    0下载:
  2. 该程序实现类似橡皮筋的原理画出多边型, 并且实现图形的重绘.-the rubber-band program similar to the multilateral principle paint type, and the realization of graphics repaint.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:44.13kb
    • 提供者:wuxuegang
  1. Hough变换的源程序

    0下载:
  2. Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is \"sit
  3. 所属分类:GDI/图象编程

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

    0下载:
  2. VIGRA is a computer vision library that puts its main emphasize on flexible algorithms, because algorithms represent the principle know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Muss
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.7mb
    • 提供者:邵长青
  1. XYMoQiu

    0下载:
  2. 鼠标x-y原理与绘图, (1)CButton 显示ico/bmp, (2)多个按钮共享MessageHandler GetDlgItem,SetIcon,MoveTo/LineTo -mouse x-y Principle and Mapping, (1) CButton show ico / bmp, (2) various buttons sharing MessageHandler GetDlgItem, SetIcon, MoveTo / LineTo
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:35.21kb
    • 提供者:szh
  1. ImageTest2

    0下载:
  2. 图像显示的代码,用到:1>图像显示原理2>图像显示函数3>提高显示性能的方法,双缓存技术和VFW组件(使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib)。-images show the code used : 1gt; Images show that the principle inversion; Image Display Function 3gt; Improve display perf
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:59.22kb
    • 提供者:天秀
  1. drawclient

    0下载:
  2. 一个简单的画图程序,可以简单说明VC中制作画图软件的原理及过程-a simple drawing program, you can simply note VC production Pbrush the principle and process
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:70.34kb
    • 提供者:招风
  1. tc版黑白棋

    0下载:
  2. 黑白棋的tc版程序,主要采用计算机图形学基本算法和原理,谢谢支持-reversi tc version of the procedure, used mainly in computer graphics algorithms and basic principle, I thank the support
  3. 所属分类:GDI/图象编程

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

    0下载:
  2. asp图形验证码 验证码原理: 在生成验证码图片的时候,同时生成了一个Session,其值就是验证码图片中的数字值。 同时,提供输入框让用户输入,提交输入值后,与已有的Session值进行比较,根据判断结果做相应判断。-asp graphics code validation code verification principle : generate authentication code in the picture, while a generation of Sessi
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2.5kb
    • 提供者:联创
  1. tiaoxingmamake

    0下载:
  2. 我在这里设计的条形码产生和识别的程序,一方面是为了使自己弄清条形码的产生原理;另一方面也是为了通过程序的建造来实现一种产生条形码的软件。-Here I have designed bar code and identification procedures, one is to make ourselves understand the principle of producing barcode; the other is to adopt procedures to achieve the
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:67.05kb
    • 提供者:guola
  1. bkBack

    0下载:
  2. 单张相片的后方交会程序 摄影测量学原理作业-leaflets photo Resection procedures photogrammetry operating principle
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:935.15kb
    • 提供者:huanggua
  1. bezier_demo

    1下载:
  2. 贝齐尔曲线算法演示程序 实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。 程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画) -Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape thr
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:38.38kb
    • 提供者:Ray
  1. VS2010-DrawVS2010 画图形、存储、打开

    1下载:
  2. VS2010 画图形、存储、打开,简单说明VC中制作画图软件的原理及过程。-VS2010 draw graphics, storage, open, simple descr iption of the VC and the principle of making the process of drawing software.
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-07-29
    • 文件大小:2mb
    • 提供者:zoe
  1. DigitRec

    0下载:
  2. 其中源代码是识别程序的,另一个是矩阵类库的。 已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。当然也可以自行用训练样本训练网络,不过要注意训练样本的选择,否则可能识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下训练样本数目尽量多-One source is to identify the program, the other is the matrix clas
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:3.03mb
    • 提供者:wang bq
  1. MixColor

    0下载:
  2. 一个不错的VC++即时调色程序,通过拖动滑块的位置改变对象的颜色,这里的对象主要有两个,一个是文字 ,一个是文字背景,左侧的一组滑块分别改变文字的红、绿、蓝三基色值 ,从而改变文字的颜色,右侧的则是文字的背景控制组,同样的原理只不过应用的对象不一样,值得参考,滑块我们不一定要用到调色上,其它地方同样也可用。-A good VC++ real-time color process, the location by dragging the slider to change the color of
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:20.44kb
    • 提供者:
  1. bilinear_interpolation

    0下载:
  2. 该文章阐述了双线性算法的原理以及并利用此算法实现了图像的缩放函数-The article describes the principle of bilinear algorithms and take advantage of this algorithm, as well as the image scaling function
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:324.74kb
    • 提供者:林小分
  1. 3d2

    0下载:
  2. 计算机图形学原理及算法教程 (Visual C++版) 数字图象处理 消隐-Computer Graphics Principle and Algorithm Tutorial (Visual C++ Version) digital image processing blanking
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:56.83kb
    • 提供者:zhangxiang
  1. SunxinVC_code

    0下载:
  2. 详细介绍了VC++开发环境的原理,以及开发过程-Details VC++ Principle development environment, as well as the development process
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-26
    • 文件大小:1.65mb
    • 提供者:njuzg
  1. Lesson1Code

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:8.49kb
    • 提供者:ironman2006
  1. imageScalingAlgorithm

    0下载:
  2. 基于双线性插值的图像缩放算法论文,原理及其源代码-Based on the bilinear interpolation of the image scaling algorithm paper, principle and its source code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1.81mb
    • 提供者:凌涵
  1. tgmgfn

    0下载:
  2. 以左右反转的方式显示图像   原理: 计算图像位置和高度后以宽度的一半为轴进行对换左右半边的图像 -About the way in order to show the image inversion principle: computing the location and height of image after the half width of the axis for the images for about half
  3. 所属分类:GDI-Bitmap

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