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

搜索资源列表

  1. MYTERRAIN2

    0下载:
  2. 开发工具Visual studio,语言:c/c++,使用OpenGl函数库,编写的一个展示随机地形的程序-use Visual studio develop tool,use c/c++,use OpenGl Library,show the random terrain
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:41673
    • 提供者:龙二
  1. MYBOMB

    0下载:
  2. 开发工具Visual studio,语言:c/c++,使用OpenGl函数库,编写的一个展示方格的程序-use Visual studio develop tool,use c/c++,use OpenGl Library,show the grid
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:66577
    • 提供者:龙二
  1. MYFIRE2

    0下载:
  2. 开发工具Visual studio,语言:c/c++,使用OpenGl函数库,编写的一个展示方形火焰的程序-use Visual studio develop tool,use c/c++,use OpenGl Library,show the fire
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:86182
    • 提供者:龙二
  1. 15

    0下载:
  2. MATLAB中与图像处理有关的函数大全,很全的,比较有用。-MATLAB, and image processing related functions Daquan, very wide, and more useful
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:18281
    • 提供者:
  1. MFC-mouse-control

    0下载:
  2. MFC鼠标响应、鼠标画线,鼠标响应关键就是对两个函数进行操作:OnLButtonDown和OnLButtonUp; 1、使用MFC AppWizard(exe)建立一个单文档MFC工程 2、首先要在CxxxView类的定义里加上后续必备的数据成员 -MFC mouse response, the mouse to draw lines
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:12893
    • 提供者:Neova
  1. lab1-basis

    0下载:
  2. opengl入门小程序,适合初学者,包含各种图像的绘制函数-Getting opengl small program for beginners, including a variety of image drawing functions
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1954266
    • 提供者:洗覅的
  1. TextShadePrj

    0下载:
  2. VC++制作渐变的文字,文字的色彩会越来越暗,也会越来越亮,最终形成渐变文字,帧较慢,效果并不是太好。还需要再优化完善,具体思路是先安装一个定时器,通过CDC 类的SetTextColor 函数在OnTimer()函数中改变字符串的颜色,并且注意尽量使颜色变化的梯度减小-VC++ produce gradient text, text color will be more dark, more light will eventually form a gradient text, frame s
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-29
    • 文件大小:27428
    • 提供者:wangshuang
  1. PtClr

    0下载:
  2. vc++ 获得指定像素点的颜色,如演示截图所示,用户可以用鼠标左键单击图片的某一处时,就会在图片的右侧以该点颜色填充一个实心的矩形。实现方法通过函数COLORREF CDC::GetPixel( int x, int y)可以得到指定点的颜色,其参数x、y 是指定点的坐标-When vc++ for the specified pixel color, as shown in the screenshot demonstrates, the user can use the left mouse
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-28
    • 文件大小:77836
    • 提供者:wangshuang
  1. CUDA

    1下载:
  2. 傅里叶变化 和逆变换 cuda函数-Fourier transform and inverse transform function cuda
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-29
    • 文件大小:39533
    • 提供者:liqiang
  1. Curve-fitting

    0下载:
  2. 曲线拟合绘图,等间距法和等步长法.调用graphics.h函数,压缩包含程序和源文件,graphics.h函数见本人上传的其他文件-Curve fitting graphics, and so on and so on spacing method step method
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:181010
    • 提供者:张孟
  1. OGEXE

    0下载:
  2. 这是一个用C++编写的用于显示函数的三维形态的软件.-this is a software which is used to display the 3D function
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:30226
    • 提供者:liulangdefeng
  1. TestGL

    0下载:
  2. 使用程序生成相关数据,并且利用openGL函数来画出漂亮的图形-It can describe a picture.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-03
    • 文件大小:737266
    • 提供者:丁广勇
  1. DrawOfMemory

    0下载:
  2. VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。-VC++ example code g
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:139013
    • 提供者:dfjdj
  1. Windows-Final--Cal

    0下载:
  2. 简单2D 函数绘图 计算器 GDI vs2013 支持拖动 缩放。-2d graphing calculator GDI vs2013
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:50221
    • 提供者:Yao
  1. SimpleF

    0下载:
  2. MFC的绘制函数程序,左侧输入数据,右侧显示图像;-MFC program drawing functions, enter data on the left and right image is displayed
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1630800
    • 提供者:沈均
  1. chap10_1

    0下载:
  2. 这个程序的功能是:当知道自变量的范围时,实现求函数的极大值-Function of this program is: when you know the scope of the argument when seeking to achieve maximum value function
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1785
    • 提供者:myz
  1. sdnm_t20150115

    0下载:
  2. sdnm类,这里定义了两个回调函数,模块通过这两个回调函数查询设备信息。-SDNM, here defined two callback function, equipment information query module through the two callback function.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:5062
    • 提供者:lindford
  1. 1

    0下载:
  2. 界面美化的两种不同实现方案,通过DLL资源导入和钩子函数实现-Two different implementations of the interface landscaping, through the introduction of DLL resources and hook function
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-13
    • 文件大小:20102651
    • 提供者:奥瑞斯
  1. matlab

    0下载:
  2. 数字图像处理或信号处理滤波器设计使用到的各种函数(Matlab)汇总-the functions on filter design and analysis in matlab
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:13743
    • 提供者:郭江
  1. ex2

    0下载:
  2. 编辑代码 在/mnt下创建usb目录 查看U盘设备名称卸载U盘函数-Edit the code in the/mnt directory to create usb U disk device name to view uninstalled U disk function
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1125
    • 提供者:Wednes
« 1 2 ... 20 21 22 23 24 2526 27 »
搜珍网 www.dssz.com