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

搜索资源列表

  1. glfw-2.4.21

    0下载:
  2. 免费的opengl图形开发包,支持多种C++编译器-free opengl graphics development kits, support for multiple C compiler
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:698383
    • 提供者:徐林
  1. grass-6.0.2.tar

    0下载:
  2. 开源GIS代码,所用语言:C,编译器gcc.-GIS open source code, the language used : C compiler gcc.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:8640862
    • 提供者:lx
  1. wxDrawer

    0下载:
  2. 跨平台跨编译器的c++绘图框架,支持无限Undo和Redo,诸多设计模式的结合使用,可以很方便的进行扩展。-cross-platform cross-compiler of c Mapping framework to support unlimited Undo and Redo. many of the design patterns used in conjunction, can facilitate the expansion.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:806388
    • 提供者:wuyan
  1. SolarSystem

    0下载:
  2. 这个是用C++写的在Visual C++下运行的模拟太阳系的运动的代码 解压后,在Debug里面可以直接运行exe文件看效果,也可以在编译器里面看
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:276462
    • 提供者:李旋
  1. JPEG1

    0下载:
  2. JPEG 编解码库具有良好的可移植性,并且已经支持了 Turbo C, Microsoft C, Borland C, DJGPP, Watcom C, VC 等多种编译器
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:390140
    • 提供者:desertwing
  1. Fill

    1下载:
  2. 区域填充算法源代码,在TC编译器上编译通过并实现多边形填充的C程序
  3. 所属分类:绘图程序

    • 发布日期:2014-01-20
    • 文件大小:119653
    • 提供者:米成国
  1. wavelet

    0下载:
  2. 小波变换的源代码,c++语言程序 在vc6.0编译器上运行良好-Transform the source code, c++ language program running on a good compiler vc6.0
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:79616
    • 提供者:刘学易
  1. aaradom

    0下载:
  2. 正态分布的图形演示 本题用c语言编写的画图程序要在tc2.0下运行. 其余程序在各种编译器下可以运行,-normal graphic demonstration that the use of language c drawing program to tc2.0 running. The remaining procedures in the various compiler can run under, -Graphic demonstration of normal distributio
  3. 所属分类:GIS program

    • 发布日期:2017-04-04
    • 文件大小:8291
    • 提供者:曹匆
  1. DownLoad

    0下载:
  2. 环境接口,应用于3D游戏开发。stdafx.h : 标准系统包含文件的包含文件。   Microsoft C 和 C++ 编译器提供了用于预编译任何 C 或 C++ 代码(包括内联代码)的选项。利用此性能特性,可以编译稳定的代码体,将已编译状态的代码存储在文件中,以及在随后的编译中,将预编译的代码与仍在开发的代码结合起来。由于不需要重新编译稳定代码,因此后面每次编译的速度都要快一些。 -Environment interface, used in 3D game development.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1369147
    • 提供者:cui
  1. Russian_Magic_diamond

    0下载:
  2. 俄罗斯方块的c代码 如果想脱离编译器运行,去掉源码中 /*registerbgidriver(EGAVGA_driver) */ 这一行的注释号 再 通过 BGIOBJ+TLIB 命令 ,得到如附件RB_1.3.exe独立运行的可执行文件 -Russian box if you want the c code from the compiler is running, remove the source/* registerbgidriver (EGAVGA_driver) */
  3. 所属分类:GIS program

    • 发布日期:2017-04-13
    • 文件大小:2781
    • 提供者:寒星
  1. opticflowsourcecode

    0下载:
  2. C++编程,可以从一段视屏中建立光流。需要安装OPENCV 附属library。然后安装到任何C++编译器下,即可使用-OpenCV optical flow source code,Create optical flow from video. Need to install openCVlibary into any C++ compiler.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:4725
    • 提供者:li xiao dong
  1. Digital_Image_Process_Example

    0下载:
  2. 本展示程式,采用Borland C++ Builder编译器开发, 参考书籍为 Digital Image Processing, Prentice Hall, 2002. (2nd edition) 具备功能如下: 空间域处理 Spatial domain proc.. 灰阶值转换 Gray Level Trans.. 遮罩型滤波器 Spatial Filter 统计型滤波器 Statistics Filter 梯度运算
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:1949393
    • 提供者:章竣尧
  1. FISH-AND-ANIMAL-CPP

    0下载:
  2. C++编译器在编译的时候,发现Animal类的breathe()函数是虚函数,这个时候C++就会采用迟绑定(late binding)的技术,在运行时,依据对象的类型(在程序中,我们传递的Fish类对象的地址)来确认调用的哪一个函数,这种能力就做C++的多态性。-C++ compiler during compilation, found the Animal class breathe () function is a virtual function, the c++ will use la
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-14
    • 文件大小:2396
    • 提供者:周前飞
  1. vlfeat-0.9.16.tar

    0下载:
  2. VLFeat是一款由Andrea Vedaldi和Brian Fulkerson先生创建的开源图像处理库,都属于机器视觉算法,vlfeat库有C和matlab两种实现,包括了SIFT,MSER, k-means, hierarchical k-means, agglomerative information bottleneck, and quick shift 这个库是C语言写的,效率比较高,支持Windows, Mac OS X, and Linux操作系统。可以在matlab、Shel
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2764214
    • 提供者:古墓
  1. PlayVideo

    0下载:
  2. vs编译器。(C++)opencv实现读取视频文件,并播放视频文件。。avi-vs compiler. (C++) opencv to read video files and play video files. . avi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:11577532
    • 提供者:邹普
  1. GRAPH_CUT_STEREO_AA

    1下载:
  2. 全局立体匹配一直是一个比较困难的问题,本算法通过C++编译器,实现了全局立体匹配算法,希望对你有帮助-Stereo matching algorithm based on graph cuts, using the maximum flow/minimum cut methods to achieve global stereo matching.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-21
    • 文件大小:6224216
    • 提供者:gongwenbiao
  1. Graphics

    0下载:
  2. 运用Visual C++编译器实现的3D图像变成代码,主要实现图像绘制-Using Visual C++ compiler implements the 3D image into a code, the main image rendering
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-25
    • 文件大小:108458
    • 提供者:利亚尼
  1. MyImagePro

    0下载:
  2. C 数字图像处理,自带C 编译器和各种图形处理程序代码,对于学习图像处理和学习算法大有帮助。-C digital image processing, comes C compiler and various graphics processing program code for image processing and learning algorithms to learn a great help.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1168995
    • 提供者:huyaoge
  1. AOC-Series_1A1D_code

    0下载:
  2. AOC品牌液晶显示器源代码,稳定量产版本。C语言,keil编译器,Realtek处理IC。完整的source insight和keil工程,对液晶显示器开发着非常有意义。-AOC brand LCD display source code, stable production version. C language, keil compiler, Realtek processing IC. Complete source insight and keil project, to develop
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5327136
    • 提供者:moscc
  1. 242456

    0下载:
  2. 本压缩包包含了C-编译器的设计文档与源代码,供学习参考,()
  3. 所属分类:图形图像处理

« 12 »
搜珍网 www.dssz.com