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

搜索资源列表

  1. Graphic程序

    0下载:
  2. 简单画图,可以调整线宽,设置颜色,以及字体等,给大家共享-Simple drawing. You can switch the line border, color, font, etc. Share with others.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:41800
    • 提供者:天枫
  1. 图像格式转换kang

    0下载:
  2. 图像处理,用来在几种常用格式图像间转换!-image processing, used in several common image format switch!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:48141
    • 提供者:康志军
  1. cup

    0下载:
  2. 这段代码可以通过一段贝塞尔曲线画出一个杯子,并可以切换纹理。(建议在linux下运行)。 运行:make 编译,./Courbe coupe.glb ,在 coupe.glb 文件中有多项属性可供修改,用来控制纹理文件,纹理大小,控制点个数和控制点坐标。-This code can draw a Bezier curve of a cup, and can switch texture. (Recommendation run in linux). Operation : make comp
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:12041
    • 提供者:
  1. PicPixColor

    0下载:
  2. 提取鼠标位置像素RGB值,并实时转换到颜色空就YUV、YIQ、HSI.前几天文字说明和内容张冠李戴了,这次不会错了。-mouse extract pixel RGB values position, and switch to real-time on the YUV color space, YIQ, HSI. A few days ago, notes and content boil, the current stop.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:607693
    • 提供者:zf
  1. GxbOpengl5

    1下载:
  2. 本程序实现了利用OpenGL来绘制三维场景,场景可以进行远、近距离的查看,可以切换目标形状等。-realized by the use of OpenGL to draw 3D scene, the scene can be far, close to the Show, can switch targets shape.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:233939
    • 提供者:hxr
  1. OpenGLsim

    0下载:
  2. 一个用OpenGL开发得立体圆柱,中间有个方形的孔,可选转 -with OpenGL development of a three-dimensional cylinder in the middle of a 000 square hole, the optional switch
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:105083
    • 提供者:hulei
  1. DSP(experiment)

    0下载:
  2. 直 方 图 图象处理变换 图像分割等 (转)-histogram image processing transform image segmentation (switch)
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8607
    • 提供者:郑超
  1. 3DCruise

    0下载:
  2. 该程序采用OpenGL实现在三维场景下的漫游,通过右键可以切换不同的场景-the adoption of the OpenGL 3D scene of roaming through the right can switch different scenes
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1430460
    • 提供者:黄炜
  1. unKnownPro

    0下载:
  2. 这是两年前做的东西,刚刚开始学习gis时导师布置的一个作业:莫霍面的一些分析处理!对初学者有用,呵呵~里面有坐标系的关键转换技术,自己建的数学模型自己实现,还有配套的文章发表,呵呵~-That was two years ago so things just started learning gis instructor at the layout of a work : Moho some analysis! Useful for beginners, Ha ha ~ coordinate s
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:572440
    • 提供者:yiyi
  1. terrainEngine

    0下载:
  2. 国外程序员编写的基于OpenGL的3D地形引擎。 errain Engine I started working on a terrain engine around October 2000. I was deeply moved by screenshots from black and white :) My intention and main goal was to create something visually stunning. This mean
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1557023
    • 提供者:郭剑
  1. imgconv

    0下载:
  2. 关于图像简单处理,图像格式间转换。vc 6.0 winxp 检测通过。-on simple image processing, image format switch. Vc 6.0 winxp detection through.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:18604
    • 提供者:cindy
  1. opengl1000000000000001

    0下载:
  2. OPENGL程序。运用如下 涉及的其他结构和类: 1.DEVMODE 2.WndClass 3 LOWORD(lParam),HIWORD(lParam) tip 1.使用ChangeDisplaySettings来尝试切换成与dmScreenSettings所匹配模式。我使用参数CDS_FULLSCREEN来切换显示模式, 因为这样做不仅移去了屏幕底部的状态条,而且它在来回切换时,没有移动或改变您在桌面上的窗口。 2 ShowCursor(
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6003
    • 提供者:祝津津
  1. houghpeaks00

    0下载:
  2. 不用多说了,和Hogh搭配使用检测直线的程序 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Needless to say, Hogh mix and the use of linear detection procedures Hough transform space and the use of images Hough paramete
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1014
    • 提供者:david
  1. Case_Switch

    0下载:
  2. 用labview编制的vi程序,用到了case,switch程序结构-Prepared using LabVIEW vi procedures, use of the case, switch program structure
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:6029
    • 提供者:gigi
  1. Flash.Programming.image.code.switch

    0下载:
  2. 图像编程Flash切换开发经典代码Development Flash Programming classic image code switch -Development Flash Programming classic image code switch
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:858089
    • 提供者:2
  1. matlaB-Switch-display-image

    0下载:
  2. matlaB 交换显示图像 希望对大家有用!-matlaB Switch display image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:725
    • 提供者:
  1. switch

    0下载:
  2. OPenSceneGraph中有关Switch的用法,比较简单,知识点比较全-OPenSceneGraph usage on Switch relatively simple comparison of knowledge points
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-28
    • 文件大小:2229736
    • 提供者:awei
  1. js-and-jq-to-switch

    0下载:
  2. 关于用js和jq来切换背景图片的解决方法,本人的一点笔记!-Solution to switch the background image with js and jq my notes!
  3. 所属分类:Special Effects

    • 发布日期:2017-10-30
    • 文件大小:7137
    • 提供者:同花顺
  1. switch

    0下载:
  2. 在OSG中添加开关节点,可以添加和删除节点,适合初学者-Add a switch node in OSG, you can add and delete nodes, suitable for beginners
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:1355
    • 提供者:张利
  1. switch

    0下载:
  2. OSG入门学习例子。实现开关节点switch的使用-Basic example of OSG
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-11
    • 文件大小:1346
    • 提供者:zouhua
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com