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

搜索资源列表

  1. 12864LCD

    0下载:
  2. 这是一个可以精确到像素级的JM12864G的LCD头文件,用户可以使用里面的API完成这样的功能:把某个图片显示在屏幕坐标系的任意位置,超出屏幕部分不显示,不自动换行,而不只是在纵坐标上具体到像素级,而横坐标只能是“第几个字”的位置-This is an accurate to pixel level JM12864G the LCD header file, the user can use inside the API to accomplish this function: to an i
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:10660
    • 提供者:lin
  1. shiyan3

    0下载:
  2. 程序接收用户键入的一个关键字以及一个句子,如果句子中不包含关键字则显示"No match!";如果句子包含关键字则显示"Match!",且把该字在句子中的位置用十六进制数显示出来。-Program receives the user types a keyword and a sentence if the sentence does not contain the keyword shows the " No match!" If the sentence contains
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:722
    • 提供者:linting
  1. outdoorlagrange

    0下载:
  2. This code uses lagrange interation to calculte user s position in outdoor case.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1367
    • 提供者:ele rock
  1. indoorlagrange

    0下载:
  2. This code uses lagrange interation to calculte user s position in indoor case.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1137
    • 提供者:ele rock
  1. indoornewton

    0下载:
  2. This code uses newton interation to calculte user s position in indoor case.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1167
    • 提供者:ele rock
  1. outdoornewton

    0下载:
  2. This code uses newton interation to calculte user s position in outdoor case.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1420
    • 提供者:ele rock
  1. vxWorks_BSPdevelop

    0下载:
  2. 各种商用实时操作系统,都采用了分层设计的方法,它将系统中与硬件直接相关的一层软件独立出来,称之为Board Support Package即简称BSP。顾名思义,BSP是针对某个单板而设计的,并且它对于用户(指开发者)也是开放的,用户可以根据不同的硬件需求对其作改动或二次开发,而操作系统本身仅仅提供了CPU内核的无关性。BSP在系统中的角色,很相似于BIOS在PC系统中的地位。-A variety of commercial real-time operating systems, have a
  3. 所属分类:VxWorks

    • 发布日期:2017-03-29
    • 文件大小:116623
    • 提供者:wangc
  1. BSpline

    0下载:
  2. 本应用程序,用户用鼠标左键单击的方式顺序输入控制点,鼠标左键双击代表结束,绘制以鼠标输入的点为控制点的4阶3次等距B样条曲线。具体实现功能 1. 绘制出控制多边形,标记控制点的位置; 2. 曲线以控制点序列的第一个点和最后一点为起点和终点,以控制多边形的第一条边和最后一条边为起点和终点的切线; 3. 改变其中的某一个控制点的位置,用另一颜色绘制新的曲线,与原曲线进行对比。-This application, the user left-click way to order input
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2439590
    • 提供者:Jack
  1. testTrackingtheMouse

    0下载:
  2. 编写程序跟踪用户的鼠标,并时刻把鼠标位置显示出来。-Write a program to track the user' s mouse, and always put the mouse position is displayed.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:644
    • 提供者:wy_app
  1. findEulerAngs

    0下载:
  2. 3D方式演示欧拉角 通过鼠标就可以更改欧拉角的方位,其中代码适用于欧拉角方向余弦矩阵的转换。-findEulerAngs generates Euler angle sets and animates rotations in response to user manipulation of a 3D rigid body (a box). Use the mouse to change the orientation of the box. A wireframe of the ori
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:14009
    • 提供者:沈博
  1. a_Exp2

    0下载:
  2. 实现简单渲染,生成一个真实感三维物体.1,允许用户以鼠标位置指定光源位置.2,可以编辑,修改物体表面材质属性. 3,可以选择一副图像作为纹理贴到物体表面.-The realization of a simple rendering, to generate a realistic three-dimensional objects . 1, allows the user to specify the position of the light source . 2 the location
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:298626
    • 提供者:唐瑜玲
  1. aaa

    0下载:
  2. 1) 在图形界面中绘制二维的坐标系统,其中x轴位于绘图区正中,y轴位于绘图区的最左边。 2) 根据下面试验数据,在1)题的坐标系统中绘制数据点,每个数据点用一个小叉号表示,并在叉号边以(x,y)的格式标示出数据点的坐标数值,最后用折线连接相邻的数据点。 数据点序号 x坐标 y坐标 1 0 20 2 50 -30 3 100 16 3 150 126 5 200 164 3) 在2)题的基础上设计界面接收用户输入的实验数据,绘制数据点和实验曲线。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:19555
    • 提供者:刘毅
  1. LBS_Android

    0下载:
  2. 基于位置的服务(Location Based Service,LBS),它是通过电信移动运营商的无线电通讯网络(如GSM网、CDMA网)或外部定位方式(如GPS)获取移动终端用户的位置信息(地理坐标,或大地坐标),在GIS(Geographic Information System,地理信息系统)平台的支持下,为用户提供相应服务的一种增值业务。基于android平台lbs开发源码-Location Based services (Location Based Service, LBS), it
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:625303
    • 提供者:dy
  1. robot

    0下载:
  2. Robotics Toolbox for Matlab-The Toolbox has always provided many functions that are useful for the study and simulation of classical arm-type robotics, for example such things as kinematics, dynamics, and trajectory generation. The Toolbox is
  3. 所属分类:matlab

    • 发布日期:2017-06-02
    • 文件大小:14456127
    • 提供者:devonwill
  1. height

    0下载:
  2. 要求用户使用一个整数指出自己的身高(单位为英寸),然后将身高转换为英尺和英寸。程序使用下划线字符来指示输入位置,使用const符号常量来表示转换因子。-Requires the user to use an integer that their height (in inches), then the height converted to feet and inches. The program uses the underscore character to indicate the inp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:564125
    • 提供者:陈佳
  1. integration

    0下载:
  2. 编写一个程序可以让用户选择在指定位置打印出不同的图形,如正立等腰三角形,倒立等腰三角形,矩形,正方形、菱形和多边形。图形由随机选择的*或者#组成。所谓指定位置是指图形离左边屏幕最近字符与左屏幕边界的距离字符数。(注意,由于字符大小和间隔的原因,字符组成的正方形图案可能并不标准)。-Write a program to allow the user to choose the specified position in print out different graphics such as a
  3. 所属分类:Printing program

    • 发布日期:2017-04-04
    • 文件大小:10737
    • 提供者:胡美美
  1. sopc--dianti

    1下载:
  2. 设计一个三层楼自动电梯控制器,电梯内有三个输入按钮响应用户的上下楼层请求,并有七段数码管显示电梯当前所在楼层位置;在每层电梯入口处设有请求按钮开关,指示用户的上或下的请求。由LED灯显示电梯的上下运动情况和关门信息。-Design a three floors to be automatic elevator controller, elevator there are three buttons respond to user input the fluctuation floor reque
  3. 所属分类:VHDL-FPGA-Verilog

  1. SatellitePosition

    1下载:
  2. 利用GPS确定用户位置,学习gps的必要程序~-This is a program writing with matlab tool to fix user s position.
  3. 所属分类:GPS develop

    • 发布日期:2017-03-29
    • 文件大小:985
    • 提供者:刘杰
  1. editgrid

    0下载:
  2. it is a grid that user can change the grid position as they want.
  3. 所属分类:TreeView

    • 发布日期:2017-03-30
    • 文件大小:2430
    • 提供者:nag
  1. c-daziyouxi

    0下载:
  2. printScreen:刷新屏幕输出的图像。 Start:用户进入程序时选择开始,退出和求助。 Leave:用户离开程序事提示感谢使用 levelChoice:用户开始之前选择等级 newWord:生成一个新的字母并将其置于首行。 moving:将屏幕上的所有字母向下移动一行 wordHit:判断用户是否输入字母,如果输入,且屏幕上有该字母则将该字母所在位置置空。 result:判断该用户的得分,提示其是否进入下一等级。 main:总体控制以上各函
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:16614
    • 提供者:kaituozhe
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com