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

搜索资源列表

  1. bmp文件读写函数

    0下载:
  2. bmp文件读写函数-bmp document read-write function
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:link
  1. 实例52

    0下载:
  2. 功能在窗口中的图象显示马赛克效果,适合初学。-function in the window of an image mosaic effect, suitable for beginners.
  3. 所属分类:GDI/图象编程

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

    0下载:
  2. 一个采用VC6.0的GDI函数编写的平面绘图程序,能够对各种基本图形进行绘制、编辑、拖动、剪切、撤消修改、保存数据到文档。适合初学者学习、模仿。-a VC6.0 used GDI function of the two-dimensional drawings to prepare procedures to be able to conduct basic graphics rendering, editing, drag, shear, the withdrawal of changes t
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:65.84kb
    • 提供者:flyer_boy
  1. 3DPage

    0下载:
  2. 这是一个画函数的程序,从CODEPROJECTS上下来的.效果很好,就是运行好几个实例时速度有些慢.-This is a function of the painting process, from CODEPROJECTS on down. A good effect, and is running several examples of some of the slow speed.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:13.65kb
    • 提供者:梁伟
  1. Seamless

    0下载:
  2. 本人親手寫的圖像分割,合成,無縫融合,有融合算法,裡面還有個鉤子函數的d-image segmentation, synthesis, seamless integration, integration algorithm, there is also 000 hook function d
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:91.23kb
    • 提供者:wu
  1. 大十字光标

    2下载:
  2. VB6开发 windows2000 绘制大的十字光标 有像皮胫功能-VB6 development windows2000 drawing large cross cursor like percutaneous tibial function
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:105.58kb
    • 提供者:万将红
  1. nh111

    0下载:
  2. 曲线拟合的算法函数(部分),请参考其它工具书。-Algorithm function for curve fitting(fractions), please consult other tool books.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.49kb
    • 提供者:gu
  1. EastDraw_Source

    0下载:
  2. 一个基本vc矢量绘图程序,支持线\\圆\\文字等功能.-A basic vector-drawing application based on Visual C++, supporting the function of drawing line\\circle\\text,and so on.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:374.04kb
    • 提供者:刘一
  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. Computer Graphics

    0下载:
  2. 图形学的基本算法和功能. 其中有种子填充,纹理绘制等等 -graphics, the basic algorithm and function. Filled with seeds, texture mapping, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:123.33kb
    • 提供者:杨飞锋
  1. se_mouz_image

    0下载:
  2. 实现利用serialize()函数序列化文档和鼠标画一些简单的图形的功能. -system to use serialize () function sequence of the mouse documents and paintings of some simple graphics functions.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:24.02kb
    • 提供者:陈春明
  1. RectTracker

    0下载:
  2. MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形. 但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口. 还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:49.46kb
    • 提供者:肖吉
  1. LogisticEq

    0下载:
  2. 混沌(Chaos),Logistic方程 X(n) = k*X(n-1)*( 1-X(n-1) ),即二次函数 f(x) = k*x(1-x), 选择适当的常数k,选择初始值 x0,迭代计算: x1=f(x0), x2=f(x1), x3=f(x2),..., 序列{ Xn }的整体\"状态\",敏感的依赖于常数k和初始值x0, 序列可能收敛,也可能,\"乱七八糟\"地振荡--产生混沌Chaos!-Chaos (Chaos), the logistic equation X (n
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:26.68kb
    • 提供者:szh
  1. 图像处理插值1[1].2

    0下载:
  2. 用插值算法实现的图像放大,缩小,灰度图的转换等功能-interpolation algorithm used to enlarge images, narrow, grayscale conversion function
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:186.22kb
    • 提供者:师为礼
  1. CBitmapPra

    0下载:
  2. 一个vc图形处理的简单程序,实现基本的图像处理和图像变换功能-a simple graphics program, realized the basic image processing and image transform function
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:110.62kb
    • 提供者:alex
  1. 4ZLJZ概率密度函数的逼近

    0下载:
  2. 模式识别中的算法 ZLJZ概率密度函数的逼近-pattern recognition algorithm ZLJZ probability density function approximation
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:997byte
    • 提供者:任大
  1. 3MDHSHJ线性判别函数

    0下载:
  2. 模式识别中 MDHSHJ线性判别函数 的算法-pattern recognition MDHSHJ linear discriminant function algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:任大
  1. 用matlab绘画出贝塞尔函数图形

    1下载:
  2. 用matlab绘画出贝塞尔函数图形,加深对贝塞尔函数的认识。,Painting with a Bessel function matlab graphics, deepen their understanding of Bessel functions.
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-22
    • 文件大小:321.24kb
    • 提供者:李冰
  1. function

    0下载:
  2. 有关时间函数的编程,包含一个猜数游戏,判断一个人反应快慢.-C language example, the programming function of time, including a guess the number of games, people judge a response speed.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1.04kb
    • 提供者:雨桐
  1. Image_kurtosis_skewness_function

    0下载:
  2. 图像峰度偏度函数,函数的变量里需要指明平均值和方差-Image kurtosis skewness function, the function of the variable need to specify the mean and variance
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:904byte
    • 提供者:haha
« 12 3 4 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com