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

搜索资源列表

  1. waterworld_src_exe

    0下载:
  2. 一个模拟水效果的程序,效果非常逼真,使用VC7.0编译-a simulation of the effect of process water, the effect is very realistic, using VC7.0 compiler
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1490113
    • 提供者:吴鸣世
  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. yy

    0下载:
  2. 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-achieving pictorial and jitter technology, and command line compiler bmp2txt process following vcvars32 rc bmp.rc cl dither.c bmp.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:23353
    • 提供者:杨卿卿
  1. 将维对分和K均值算法分割图像

    0下载:
  2. 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two p
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:50271
    • 提供者:pbt
  1. cameras

    0下载:
  2. 使用四元组实现矩阵旋转功能,具有6维功能的摄像机。需用dev-C++编译。-use four yuan Group to achieve rotation matrix with six cameras peacekeeping function. Required dev - C compiler.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:306340
    • 提供者:张扬
  1. selection

    0下载:
  2. 从视点到鼠标点形成一条直线,来确定鼠标点选择了屏幕上的那一个多面体。Dev-c++编译-View from the click of the mouse to form a straight line, to determine the click of the mouse, choose on the screen that a polyhedron. Dev - c compiler
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:602726
    • 提供者:张扬
  1. culling

    0下载:
  2. 检查某一点是否位于平截头体内,并据此决定是否显示。用dev-c++编译。-check whether a certain point in the first-cut body, and accordingly decide whether to show. With dev - c compiler.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:200428
    • 提供者:张扬
  1. oglmdi2

    0下载:
  2. 类似VC MDI界面的Opengl程序,使得可在同一界面下显示多种视图。用dev-C++编译-similar VC Opengl MDI interface that allows the same interface can be shown under a variety of views. With dev - C compiler
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:205982
    • 提供者:张扬
  1. sw

    0下载:
  2. opengl的雾化效果 烟雾弹的样子. vc++6.0编译通过-opengl atomizing effect of the smoke bombs appearance. Vc through Compiler 6.0
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1660700
    • 提供者:syc
  1. graph3dapp

    0下载:
  2. 用Java书写的3D图形渲染程序,不使用Java3D和OpenGL,纯Java实现,采用扫描线深度消隐,和局部光照模型,该程序用作图形学教学。程序使用Jcreator3.5编译(内建工程),当然也可以用其他Java工具编译。需要详细了解的网友可与我联系-written with Java 3D graphics rendering procedures, and not to use OpenGL Java3D, pure Java, scanning depth blanking line,
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:53055
    • 提供者:徐林
  1. 曲线拟合

    0下载:
  2. 曲线拟合算法,JAVA编写,VJ#编译,提供交互式界面,并有多种拟合方式比较-curve fitting algorithms, Java prepared, VJ # compiler, interactive interface, and a variety of more fitting way
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:16726
    • 提供者:胡安
  1. OpenGL_quxian

    0下载:
  2. 一个OpenGL 曲线绘图的例子 VC 编译 需要 OpenGL 开发库 -a curve OpenGL graphics examples VC compiler need for the development of OpenGL
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:9605
    • 提供者:杨晶
  1. 离散等高线数据三角形网格分形

    0下载:
  2. 这是我自己参考大量的科研论文自己编制的离散高程数据(x,y,h)的三角形网格化源代码能够根据指定离散数据文件自动绘制出三角形网格,并且源代码已经实现了等值点的追踪,大家少加修改,加入拟和算法就可以绘制出等值线,源代码完全采用面向对象的方法编制,对于delphi新手学习面向对象的方法也有很大帮助。编译环境为delphi7操作系统为win2003。大家如果对源代码有何建议请联系我 QQ:58092190,email:seekmzy@gmail.com-This is my reference to
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:229498
    • 提供者:马占寅
  1. edge

    0下载:
  2. 关于边沿检测与提取,轮廓跟踪的图象算法,命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib-on edge detection and extraction, image contour tracking algorithm, the command line compiler process following vcvars32 rc bmp.rc cl edge.c bmp.res user32.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6374
    • 提供者:峰云
  1. 用鼠标选定欲跟踪目标

    1下载:
  2. 该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。在运行之前,请先连接好USB接口的摄像头。然后可以用鼠标选定欲跟踪目标。-document in the running VC6.0 environment compiler, is a stand-alone operating procedures, no OPENCV DLL library support. Before the operation, please conne
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3250
    • 提供者:wang
  1. 基于opencv利用差分法求运动的轮廓

    0下载:
  2. 基于opencv利用差分法求运动的轮廓,该运行文件在VC6.0环境下编译通过-based on the use of differential method for the campaign outline of the document in VC6.0 operating environment through the compiler
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1836
    • 提供者:wang
  1. zh0

    0下载:
  2. 绘制多种图形,有多种功能。编译连接时要把GraphiZH.lib 重命名为 Graphics.lib才行(因为当时内存很小)。-mapping multiple graphics, multiple functions. When we connect compiler GraphiZH.lib renamed Graphics.lib Caixing (because memory is insignificant).
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:150005
    • 提供者:zchill0011
  1. BMP与JPG格式转变的源代码

    0下载:
  2. BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:15838
    • 提供者:屠理峰
  1. MATLAB7.x

    1下载:
  2. MATLAB 7.x界面设计与编译技巧。包括:第二篇,图形化使用者界面;第三篇,深入活用MATLAB Compiler.-MATLAB 7.x interface design and build skills. Include: second, a graphical user interface third part, in-depth utilize MATLAB Compiler.
  3. 所属分类:Graph program

    • 发布日期:2017-05-21
    • 文件大小:6486477
    • 提供者:王奔
  1. DSP-ImageProcess

    0下载:
  2. 本代码包括两个工程,其中CIamgeRGB是VC++ 6.0编译的,主要实现的功能是将RGB图像转为YUV格式的dat文件,以便在CCS中读取;ImageTest是CCS工程,它读取上述转换的YUV格式的图像数据,方便开发人员在脱离硬件仿真环境的情况下开发适合DSP平台的图像处理算法-The code includes two projects, which CIamgeRGB is VC++ 6.0 compiler, the main function is to achieve the R
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12957872
    • 提供者:杨毅
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com