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

搜索资源列表

  1. mfc_code

    0下载:
  2. Visual C++ 6.0(以下简称VC 6.0)是一个功能强大、对Windows程序进行可视化开发的编程开发环境,是一个相当优秀的集成开发环境(Integrated Developing Environment,IDE)。它集代码编辑、调试、向导、编译和可视化资源编辑等功能于一体,所提供的MFC基本类库对Windows API函数做了很好的封装,简化了程序人员的开发过程。本章简单介绍VC 6.0的开发环境,并演示如何通过MFC应用程序创建向导创建应用程序。-mfc
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7248642
    • 提供者:邢雁辉
  1. baiyechuang

    0下载:
  2. 用C++语言写的用来实现图像百页窗效果的程序,简单易懂-Written using C++ language used to implement image effects program blinds, easy to understand
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:229645
    • 提供者:张良
  1. Images2AviCSharp

    1下载:
  2. 把jpg或bmp图片转换为AVI视频的C#版程序,但功能相对简单,需要大家继续丰富。-Jpg or bmp image to convert the C# version of AVI video program, but the function is relatively simple, we should all continue to enrich.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4744028
    • 提供者:jeffychan
  1. canny

    0下载:
  2. canny算子,利用C++平台,简单,易懂的一段经典程序-canny
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3440
    • 提供者:liuzom
  1. EasyDraw

    0下载:
  2. 采用Visual C++ 开发的基于单文档的MFC应用程序,实现了简单图形的绘制功能,适用于初学者学习鼠标的操作。-Developed using Visual C++ MFC single document-based application that implements a simple graphics rendering capabilities for beginners to learn the operation of the mouse.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-27
    • 文件大小:10070450
    • 提供者:wangzhenfei
  1. graphics-laboratory-report

    0下载:
  2. c++写的图形学小程序,内含橡皮筋技术的实现,日地月系统的简单模拟。-c++ to write a small graphics program, containing a rubber band technology to achieve, at the Earth-Moon system, a simple simulation.
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:96491
    • 提供者:追远
  1. ImageEdit

    1下载:
  2. 图像编辑程序,C#语言开发,实现简单的图形显示和操作功能-Image editing program, C# language development, simple graphical display and operating functions
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:468813
    • 提供者:张若愚
  1. jihebianhuan

    0下载:
  2. 该程序是几何变换填充算法,是孔令德计算机图形学教程的案例,在C++环境下开发的MFC程序,简单易学!-This program is geometry transform filling algorithm, is KongLingDe computer graphics tutorial case in the c++ environment development MFC program, easy-to-leam
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:302618
    • 提供者:于炎龙
  1. silinjiedian

    0下载:
  2. 该程序是计算机图形学案例教程,是孔令德计算机图形学的例子,实现的四邻接点填充算法,C++开发的MFC程序,简单易学-This program is a computer graphics case tutorials, is KongLingDe computer graphics, to realize the example of c++ 60km contact filling algorithm, the development of MFC program, easy to opera
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:289058
    • 提供者:于炎龙
  1. dutuxietu

    0下载:
  2. 一种简单方便的用c编写的读取二维图像灰度值的程序-A simple and easy to read with c written procedures for two-dimensional image gray value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1565
    • 提供者:yuzhiyi08
  1. iface-complete

    0下载:
  2. 本程序是一个基于C++做成的一个人脸识别程序,程序功能较为简单,但却能实现很好的功能-FACE RECONGNATION
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-30
    • 文件大小:12419265
    • 提供者:赵康
  1. drawing-code

    0下载:
  2. 用C++编写的一个简单的画图程序,对于学习计算机图形学的同学是很有用的。-Written in C++, a simple drawing program, for students to learn computer graphics are useful.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:54724
    • 提供者:小贺
  1. Particles_GL

    0下载:
  2. 一个简单在opengl C++ 源码粒子程序。-A simple opengl C++ source code in the particle process.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:70202
    • 提供者:Feng
  1. Draw

    0下载:
  2. 一个C++画图程序,可以方便大家学习简单的C++,对大家应该很有帮助-A C++ drawing program, you can easily learn simple C++, should be helpful to everyone
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2409593
    • 提供者:李玉
  1. image-processing-code

    0下载:
  2. 用Visual C++编写的用于进行简单图像处理的程序代码。-Written with Visual C++ for simple image processing code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1598847
    • 提供者:Huang Taian
  1. simple-image-process

    0下载:
  2. 基于C#的简单的图像处理程序,包括旋转、剪切,缩放-C#, based on simple image processing procedures, including rotating, cropping, scaling
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:45977
    • 提供者:林晨
  1. YK1

    0下载:
  2. 这是一个读取BMP图片并显示于DOS环境下的c语言程序,该程序实现简单,可读性好-This is a read BMP images and display in the DOS environment c language program, the program is simple and readable
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-06
    • 文件大小:1910
    • 提供者:周慧 星
  1. huitu

    0下载:
  2. 绘图小程序 实现简单的绘图 界面很友好 适合visual c++ 初学者-Drawing simple drawing applet interface is very friendly and suitable for visual c++ beginners
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:5104640
    • 提供者:李威
  1. Drawing-program

    0下载:
  2. 绘图程序用c++语言实现简单的图形的绘制-Drawing program using c++ language to draw a simple graph
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:3322
    • 提供者:alex
  1. fft

    0下载:
  2. 非常适用、简单的快速傅里叶变换程序。用c编的。-Very applicable, simple FFT program.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-11
    • 文件大小:1034
    • 提供者:颜中辉
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com