搜索资源列表

  1. ColorPicker

    0下载:
  2. 一个不错的颜色拾取器-a good color for picking
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:44352
    • 提供者:岑伊万
  1. GLSelection

    0下载:
  2. 在Visual C++环境下,利用OpenGL编写的图形拾取例子。-in Visual C circumstances, the use of OpenGL graphics prepared by picking examples.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:50067
    • 提供者:杨海锋
  1. getcolor

    0下载:
  2. 颜色拾取器,能拾取当前鼠标的网页所需要色彩值。非常好用,希望大家喜欢!-color picking device that can pick up the mouse's current website needed color value. Very good, hope you like them!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15652
    • 提供者:李强
  1. 实例73_图形操作_旋转立方体

    0下载:
  2. 一个立方体,用鼠标拨动能旋转起来,摘于书籍的光盘,谢谢。-a cube, trying to use the mouse rotation, picking books in the CD, thank you.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12766
    • 提供者:安娜
  1. ColorTake

    0下载:
  2. 颜色拾取定制编程示例代码ColorTake,获取窗口颜色-color picking Custom Programming ColorTake sample code, access window colors
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:31561
    • 提供者:李力
  1. 颜色拾取器

    1下载:
  2. GET RGB 拾取任意屏幕上的颜色像术RGB的值。是我好几年前写的。虽然简单,但挺好用的 CTRL+d-GET picking arbitrary RGB color on the screen as with RGB values. It is a good few years ago I wrote. Although simple, but very good use of CTRL d
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:171557
    • 提供者:z
  1. 红宝书部分例子

    0下载:
  2. 本代码包含opengl红宝书部分例子,包括纹理、裁剪、拾取等例子。-the Red Treasure Book opengl code contains some examples, including texture, cutting, picking examples.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-12
    • 文件大小:54272
    • 提供者:乔小溪
  1. factory

    0下载:
  2. 一个农场,农场里种植了苹果,梨子,每一种水果由一名专门的园丁负责采摘,请用工厂模式对该农场进行表示,要求设计具有扩展性,扩展时不需要改变原有的代码,即农场中还可以增加其他的水果,但在增加是不需要改变农场原有的人员和水果的安排。-A farm, the farm planted apples, pears, each fruit by a dedicated gardener in charge of picking, please us
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:9216
    • 提供者:xiang
  1. Themobilepickstherobotresearchpresentsituationandt

    0下载:
  2. 该文对移动式采摘机器人的研究现状进行综合, 提出目前采摘机器人技术发展中面临的技术难题及 相应的对策, 包括采用开放式控制系统。-The pick of mobile robot research synthesis, the picking robot technology development is currently facing technical problems and corresponding countermea
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-12
    • 文件大小:267264
    • 提供者:小米
  1. 6

    0下载:
  2. 果蔬收获机器人是机器人技术在农业中的具体应用,基于避障的路径规划是果蔬收获机器人主要 的研究内容。由于农业机器人作业环境的复杂性和非结构性,神经网络籽是其重要的研究方法。为此,介 绍了神经网络的特点,重点分析了采用神经网络描述果蔬收获机器人工作环境的基本思路,最后给出了黄 瓜采摘机器人的具体分析实例,对农业机器人工作环境的描述具有较高的参考价值。-Fruit and vegetable harvesting robot is
  3. 所属分类:软件工程

    • 发布日期:2024-05-12
    • 文件大小:182272
    • 提供者:高子
  1. picking

    0下载:
  2. picking example for opengl
  3. 所属分类:OpenGL

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:ali
  1. paint

    0下载:
  2. Paint code in OpenGL using Picking
  3. 所属分类:OpenGL

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:xabcdy
  1. Picking

    0下载:
  2. 思路: 场景中的每个mesh关联到一个唯一的COLOR值。 Pick检测时, 将当前场景渲染到纹理, (在PS中各mesh仅用自己的关键COLOR),即刻取回当前鼠标的位置的COLOR, 查找COLOR就可以知道当前被Pick的Mesh。 使用Render To Texture 的快速Picking, 无需锁住Vertex Buffer进行三角面和射线的相交测试, 仅在读取数据的时候锁住纹理的一个相素, 但是显卡要支持Render
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-12
    • 文件大小:5325824
    • 提供者:Jun Qian
  1. picking

    0下载:
  2. openGL中用射线实现拾取的经典例子,程序中有4个不同景深的立方体供鼠标select-openGL using radiation to achieve a classic example of picking up the program in 4 different depth of field of the cube for the mouse to select
  3. 所属分类:OpenGL

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:mengmakies
  1. picking

    0下载:
  2. C3DL的一个教程事例,使用picking方法,演示使用c3dl框架下怎么监听鼠标与3D物体的互动。-C3DL tutorial examples, picking methods, presentation c3dl under the fr a mework of how to monitor the mouse with 3D objects interactive.
  3. 所属分类:WEB源码

    • 发布日期:2024-05-12
    • 文件大小:443392
    • 提供者:xc
  1. picking

    0下载:
  2. 简单的OpenGL拾取功能的实现:vs2010-demo for OpenGL picking using vs2010
  3. 所属分类:OpenGL

    • 发布日期:2024-05-12
    • 文件大小:385024
    • 提供者:yefeng
  1. wave-picking

    0下载:
  2. 波次优化,通道重合率最高,仓库跨区最少为目标-Wave Picking
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:绿林
  1. picking

    0下载:
  2. The program is an example of object picking implemented in GLUT
  3. 所属分类:OpenGL

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:tarslana
  1. picking-up-coins

    0下载:
  2. 自己写的很好玩的小游戏,捡从天而降的金币。对练习MFC编程很有帮助-Himself wrote a very fun little game, picking up coins from heaven. MFC programming on the exercise helpful
  3. 所属分类:其他游戏

    • 发布日期:2024-05-12
    • 文件大小:8871936
    • 提供者:peiercheng
  1. 19.)-3D-Picking-Pt.-2

    0下载:
  2. 该模型主要是进行3D模型任一点的拾取功能,常用的方法是使用一屏幕上的包围盒去拾取鼠标的点击物体,而我们使用的是光线投射方法。-This tutorial is the continuation of the first tutorial 3D Picking Part1, where we used a bounding box rendered “behind the scenes” to find an object user ha
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-12
    • 文件大小:3936256
    • 提供者:PengLei
« 12 3 4 5 6 7 8 9 10 ... 15 »

源码中国 www.ymcn.org