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

搜索资源列表

  1. GIS

    2下载:
  2. 这就是陈建春的《用Visual C++开发GIS系统》的配套代码。 用来给初学者熟悉VC++图形编程很不错,我当初学MFC的时候就是照着这本书上手的。但作为一个GIS系统来说缺少一些必要的 要素,比如大数据量的管理、空间索引、符号化、投影等等等等等。以现在的眼光看来整个系统的架构设计也不是太好。 这本书再版后改名为《矢量图形系统开发与编程》,内容变化不大-"using Visual C development of GIS systems" support
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:143.66kb
    • 提供者:林意
  1. PrintGL_Fietiger

    0下载:
  2. 说明: GL Print.rar是一个比较常见的OpenGL的打印代码,在CodeGuru上有的,我在它的基础上面做了一点点改动,就是将CGLobj当成了View的一个成员,原来他们之间存在继承关系.效果相同. Ch4.rar是一本书上面的一个原码,没有打印功能.但是他设计的类比较好(个人观点)所有的绘制功能是在COpenGLDC里完成的,而视图的投影视口的变换等是由一个照相机类完成的,以至于我现在还不知道怎么回事,只管用就是了. NewGL.rar 的我结合上面两者改写
  3. 所属分类:OpenGL

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

    0下载:
  2. 我发现网上关于RLE编码的资料很少,特此发文章来填充它,查了很多资料,至今还有不完善的地方,希望大家批评指正,里面有RLE编码的介绍和C++实现-I found on the Internet RLE encoding little information, the article is hereby made to fill it, and examine a lot of information. So far there are imperfections in the hope of c
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:8.39kb
    • 提供者:陈胜
  1. matrix_convert_cPP

    0下载:
  2. 用c++语言来写的求矩阵的逆,比MATLAB来说,略显的有一点复杂-With c++ language to write the inverse matrix of demand than MATLAB, the bit' s a little complicated
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.46kb
    • 提供者:章朔
  1. Plugin_MaterialEditor

    0下载:
  2. 用C#写的Ogre材质编辑器,由于网上的这方面的资料很少,特别贡献给大家!-the ogre materail edit with C#,be to the active is little,so I give you
  3. 所属分类:3D Graphic

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

    0下载:
  2. oengl红宝书的随书源码。都是c程序,很经典的书,不可不下。-Little Red Book of oengl source with the book. C are the procedures, it is the classic book, can not be over.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:566.1kb
    • 提供者:huachaoluo
  1. menu

    0下载:
  2. 一个占用内存极少的菜单系统的实现 .menu.gif是一个演示 对身边常见的手机的界面做分析,总结,然后通过 C 代码实现类似的界面。 -A little memory to achieve the menu system. Menu.gif is a demonstration of around a common interface for the phone to do analysis, summary, and then through the C code to achi
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-09
    • 文件大小:1.69mb
    • 提供者:linux
  1. ImageShow

    0下载:
  2. 之前刚搞了搞mac机上的编程,知道资料比较少,这里上传一个cocoa下用objective-c写的一个显示图像了给入门者-Carried out just prior to engaging in programming mac machine on, know relatively little information here to upload a cocoa using objective-c Writing a display image to the beginners
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-28
    • 文件大小:38.21kb
    • 提供者:morrow
  1. Detector_cf

    0下载:
  2. detection of move , this programs was develope in c++ so be carefull because is a little unstable-detection of move , this programs was develope in c++ so be carefull because is a little unstable
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-29
    • 文件大小:40.29kb
    • 提供者:tilodaniel
  1. FilledShape

    0下载:
  2. 计算机图像学中用C实现图形的填充,比较实用的小程序-Study using computer image graphics C realization of the filling, relatively little practical procedures
  3. 所属分类:GIS program

    • 发布日期:2017-04-10
    • 文件大小:1.16kb
    • 提供者:马大鹏
  1. Camshow

    0下载:
  2. 基于opencv和c++编写的程序,用来显示usb摄像机的输入视频。占用资源很少。-Opencv-based and c++, prepared by the procedures used to display video input usb camera. Occupy very little resources.
  3. 所属分类:Graph program

    • 发布日期:2017-05-07
    • 文件大小:1.85mb
    • 提供者:William Fan
  1. BMPprossing

    0下载:
  2. C处理BMP图像程序,有点缺陷,请大家指出。共同进步-C procedures for handling BMP image, a little flaw, please point out. Common progress
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2.88kb
    • 提供者:weina
  1. snake

    0下载:
  2. 这是我制作的一个用GLUT编写的小游戏,希望对大家有帮助-This is what I produced a little game written with GLUT, want to help everyone
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:2.01kb
    • 提供者:sunyingyue
  1. lcpen

    0下载:
  2. 小画笔 用c++builder编写,可以直接在桌面上使用。-little drawing
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:141.88kb
    • 提供者:maple
  1. Scan_Bmp

    0下载:
  2. 这是指纹识别系统中的一段程序,用c语言编写的,希望对大家能够带来一点帮助-This is a fingerprint recognition system procedures, using c language, and we hope to bring a little help
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:689byte
    • 提供者:雪萍
  1. c-rect

    0下载:
  2. c语言写的绘图函数,用的是TC下的绘图程序,代码放在TXT中了,很小的。-using the c-language to discribe the picture,using the special include head.it is very little.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:1.39kb
    • 提供者:ganggang
  1. ImageProcessor

    0下载:
  2. 简单的C#图像处理小工具:翻转、灰度、增亮 -A simple little C# image processing tools: flip, gray, brightening
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:36.16kb
    • 提供者:raymond
  1. picture.c

    0下载:
  2. 运用c语言进行图像的腐蚀操作选用了个1*3的结构进行腐蚀,并且显示图像的高度,宽度 和大小。简单的小程序,容易看懂。-C language image etching operation used a 1* 3 of the structure of the corrosion, and the height, width and size of the displayed image. Simple little program, easy to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:1.54kb
    • 提供者:徐广山
  1. MyFirstProgrammeForYou

    0下载:
  2. 用C语言画一颗心,算是初学者给予另一半的一个小惊喜吧(to draw a heart via C and this is a little surprise of a starter for his or her lover)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:1kb
    • 提供者:RichardZHY
  1. 灰度计算

    0下载:
  2. 实现简单的灰度计算,用作新手参考,稍加改变能添加到自己的程序中实现简单图像处理(A simple gray scale calculation, used as a novice reference, a little change that can be added to your own program to implement simple image processing)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:182kb
    • 提供者:我好吃的
« 12 3 »
搜珍网 www.dssz.com