CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 坐标值

搜索资源列表

  1. Needle

    0下载:
  2. 这是一个Offline工具程序,模仿钟表指针的转动位置,计算出指针在各个位置时的坐标值,并输出成C语言文件格式。-Offline This is a procedural tool, imitate watches the rotational position indicators, calculated in various indicators of the location coordinates and exported into C language files.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:13.08kb
    • 提供者:赵士杰
  1. GraphShow

    1下载:
  2. 实现三维坐标显示及相关运动的程序。三维图形可以以网格和线条显示,不同z坐标值用不同颜色显示,类似MatLab的显示。图形可以选择和移动。-3D coordinates indicating the movement and related procedures. 3D graphics can grids and lines, different z coordinates with different colors, similar to the display MatLab. Graphic
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:51.66kb
    • 提供者:吴碧华
  1. 基于BP神经网络人脸识别算法研究

    0下载:
  2. ,读取一个BMP图象.用鼠标跟踪点单击某一点,即可获得该点的坐标值
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:276.65kb
    • 提供者:flm
  1. simnature_exe

    0下载:
  2. 基于高度图的3D地形渲染,其最基本的原理就是,地形上各个点的高度值存于一个文件中(高度图),渲染时,把高度图中的高度数据设为顶点缓冲区中对应顶点的Y坐标值,那么自然就会产生高低起伏的地形了-based on the height map rendering 3D terrain, the basic principle is that the terrain on each of the high value stored in a document (height), and playing
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.11mb
    • 提供者:张明
  1. nearpiont

    0下载:
  2. 最接近点对问题是求二维坐标中的点对问题,该算法是为了将平面上点集S线性分割为大小大致相等的2个子集S1和S2,我们选取一垂直线l:x=m来作为分割直线。其中m为S中各点x坐标的中位数。由此将S分割为S1={p∈S|px≤m}和S2={p∈S|px>m}。从而使S1和S2分别位于直线l的左侧和右侧,且S=S1∪S2 。由于m是S中各点x坐标值的中位数,因此S1和S2中的点数大致相等。 递归地在S1和S2上解最接近点对问题,我们分别得到S1和S2中的最小距离δ1和δ2。现设δ=min(δ
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.3kb
    • 提供者:黄波
  1. Pset-Picture

    1下载:
  2. 这个程序给出了利用上位机采集到的数据, 通过VC绘制需要的图形,对图片框和坐标值 进行修改,可以得到需要大小的而且整齐的图线。-this procedure is the use of PC data collected by VC mapping needs of graphics, pictures frames and coordinates changes can be required and the size of the map neatly line.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:8.24kb
    • 提供者:苏涛
  1. envelope

    0下载:
  2. 提取振动曲线的波峰和波谷值,返回对应的坐标值和峰值。-extract vibration curve peaks and trough values corresponding to the coordinates of the peak value.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.12kb
    • 提供者:wyl
  1. cartesian

    0下载:
  2. 在高等数学中的笛卡儿叶形线(函数是: x^3+y^3-3*a*x*y=0)也可以用C语言进行编 写,只要把相应的坐标值放大即可。-in higher mathematics of Descartes exquisite line (function is : 3 x ^ y ^ 3-3 * a * x * y = 0) can also use the C language for the preparation, As long as the corresponding coordin
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:30.49kb
    • 提供者:hu
  1. contexhull

    0下载:
  2. TUKE.txe文件中有200个离散点的坐标值,本程序实现生成这些点的凸壳.-TUKE.txe document is 200 discrete points of the coordinate value, The program generating these points of the convex hull.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2kb
    • 提供者:陈西
  1. shpere

    0下载:
  2. OpenGL 编写程序,显示一个球体,要求: 1. 使用线框图表示; 2. 经纬度间隔各为 15 度; 3. 手动计算坐标,不要使用 glutWireSphere ; 4. 推荐使用顶点数组,只计算一次坐标值; 5. A 、 D 键左右旋转 5 度, W 、 S 键上下旋转 5 度 -OpenGL programming, shows a ball, requirements : 1. Use wireframe map;
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8.58kb
    • 提供者:付强
  1. xyaxis

    0下载:
  2. 坐标曲线的编程实现 在实际应用中经常会要画各种统计图。坐标曲线图是其中比较常用的一种。而坐标曲线在各种统计图中应该算比较难画的,主要是很难将坐标值与图中的位置对应起来。我在做一个asp网站的项目中曾遇到过要画坐标曲线,由于没有易用免费的控件可用,只好自己来实现。因此对画坐标曲线有了一点心得。 -curve coordinates the program in practical applications often want to paint all kinds of statistic
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:38.34kb
    • 提供者:lion
  1. xzdlt

    0下载:
  2. 立体旋转的圈,用数组将坐标点保存;根据三维坐标变换;将立体的坐标变换成不成角度的坐标值;再根据正等轴侧(其它轴测图)、或透视坐标变换将坐标值变换到屏幕上用直线将图形绘制出来。-three-dimensional rotating the ring, and the array will coordinate point preservation; Under the three-dimensional coordinate transformation; three-dimensional co
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:陈晓明
  1. DrawPoint

    0下载:
  2. 输入一组坐标后,程序可以在对话框中将该坐标对应的点画出来,如过坐标值过大,程序将自动调节映射模式-importation of a set of coordinates, the procedures in this dialog coordinates corresponding to the Midpoint, and as their coordinates excessive, procedures will be automatically adjusted mapping mode
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:30.08kb
    • 提供者:王立波
  1. code0012

    0下载:
  2. 程序实现的思路是在窗体的MouseDown事件(当鼠标在窗体上按下时发生)中获取鼠标相对于窗体的坐标,在MouseOver事件(当鼠标移动时发生)中获取新的鼠标坐标值,显然这两个坐标值的差加上窗体原来的坐标,就是窗体应该移动到的新的坐标值。然后采用From.Move方法把窗体位置移动到新坐标值处即可。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2.69kb
    • 提供者:孔淑苗
  1. ReplaceStringInXfile

    0下载:
  2. 本代码用于在*.x文件中,查找并修改或替换坐标值,可以批量执行操作
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:6.11kb
    • 提供者:xhl
  1. GetRGB

    0下载:
  2. 得到鼠标处的背景颜色RGB值,和鼠标点出的坐标值
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:166.48kb
    • 提供者:吴侠
  1. 坐标值

    0下载:
  2. 用鼠标点图像时,显示那一个像素点得坐标值。
  3. 所属分类:源码下载

    • 发布日期:2012-02-09
    • 文件大小:1.88mb
    • 提供者:fliers@126.com
  1. imageCorrectForm

    1下载:
  2. 建立几何畸变模型,实现畸变矫正。通过获取模板图像的坐标值,求取变换模型参数,求出变换多项式的系数。-IMAGECORRECT M-file for imageCorrect.fig IMAGECORRECT, by itself, creates a new IMAGECORRECT or raises the existing singleton*.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:55.18kb
    • 提供者:李海
  1. xy

    0下载:
  2. 可动态得到x y的坐标值, 可动态得到x y的坐标值,-Dynamically get the coordinates xy can get xy coordinate value of the dynamic, dynamically obtain xy coordinates,
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1.83kb
    • 提供者:liumengqian
  1. showPpoint

    0下载:
  2. 一个matlab 开发环境下编写的显示鼠标在坐标轴上坐标值的程序-The preparation of a development environment matlab display the mouse coordinates in the axis of the procedures
  3. 所属分类:matlab

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