登录
首页 » C++ » driver_hydra-master

driver_hydra-master

于 2017-04-18 发布 文件大小:320KB
0 267
下载积分: 1 下载次数: 2

代码说明:

  hydra 手柄的steamvr驱动实例,用户可以在steam游戏平台使用的driver(steamvr driver for hydra)

文件列表:

driver_hydra-master
...................\.gitignore,63,2016-05-31
...................\drivers
...................\.......\driver_hydra
...................\.......\............\dllmain.cpp,378,2016-05-31
...................\.......\............\driver_hydra.cpp,36234,2016-05-31
...................\.......\............\driver_hydra.h,6988,2016-05-31
...................\.......\............\driver_hydra.vcxproj,12577,2016-05-31
...................\.......\............\driver_hydra.vcxproj.filters,839,2016-05-31
...................\.......\............\pch.cpp,20,2016-05-31
...................\.......\............\pch.h,126,2016-05-31
...................\.......\............\targetver.h,309,2016-05-31
...................\driver_hydra.sln,2064,2016-05-31
...................\htm" target=_blank>LICENSE,1488,2016-05-31
...................\Paths.props,998,2016-05-31
...................\README.md,2979,2016-05-31
...................\resources
...................\.........\overlays


...................\.........\rendermodels
...................\.........\............\hydra_controller
...................\.........\............\................\hydra_controller.mtl,288,2016-05-31
...................\.........\............\................\hydra_controller.obj,532562,2016-05-31
...................\.........\............\................\hydra_controller.tga,230025,2016-05-31
...................\tools
...................\.....\hydra_monitor
...................\.....\.............\hydra_monitor.cpp,8402,2016-05-31
...................\.....\.............\hydra_monitor.h,92,2016-05-31

...................\.....\.............\hydra_monitor.rc,6944,2016-05-31
...................\.....\.............\hydra_monitor.vcxproj,11355,2016-05-31
...................\.....\.............\hydra_monitor.vcxproj.filters,1769,2016-05-31
...................\.....\.............\Resource.h,728,2016-05-31

...................\.....\.............\stdafx.cpp,292,2016-05-31
...................\.....\.............\stdafx.h,508,2016-05-31
...................\.....\.............\targetver.h,306,2016-05-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ULA
    说明:  使用JADE算法对L型阵列接收信号实现主瓣干扰抑制(Using jade algorithm to suppress the main lobe interference of L-array receiving signal)
    2021-04-08 16:07:03下载
    积分:1
  • add1
    编写一个完整的C++程序,分别用下面的三个函数,给在函数main中定义的变量count加上1,然后比较一下三种方法的优劣。三个函数是:(To write a complete C++ of procedures, with the following three functions, respectively, to the variable count defined in function main with a, then compare the pros and cons of the three methods. The three functions are:)
    2012-08-07 11:42:54下载
    积分:1
  • 基于交替方向乘子法的二次规划问题求解 ADMM quadprog
    基于交替方向乘子法的二次规划问题求解,解决一般的二次规划问题(Based on alternating direction multiplier method for solving quadratic programming problems, to solve the general quadratic programming problem)
    2021-04-12 02:38:57下载
    积分:1
  • inv
    用来求两个实数之间的相乘,调用方法具体见程序(Be used to seek a multiplication between two real numbers)
    2013-07-30 10:42:50下载
    积分:1
  • shuizhunceliang
    此程序能指导四等水准测量过程并计算相关限差,以及计算闭合差(This program will guide four leveling process and calculate the relevant limit is poor, and to calculate the closed-poor)
    2009-10-08 11:23:47下载
    积分:1
  • 41161703
    Chat program source (server), download()
    2018-05-16 12:44:57下载
    积分:1
  • The-fireworks-display
    一个可以在自己的电脑屏幕上生成烟花的小程序,可以烟花没有设计成圆的(One can generate fireworks on their computer screen applet, you can not designed to circle fireworks)
    2014-02-25 17:31:18下载
    积分:1
  • 简单计算器
    一个交互式的计算器。 1. 用顺序表来完成任意同维度向量的计算,包括加法、减法、夹角余弦值等。 2. 使用顺序表、链表来完成任意一元多项式的计算,包括加法、减法、乘法、导数(包括任意阶)等。 4. 四则运算表达式求值。 5. 含单变量的表达式求值。 6. 定义并运行简单函数。 7. 保留函数定义历史,并可以运行历史函数。 8. 函数的调用。 9. 操作数的各种字面常量的处理。 10. 支持矩阵的运算。(An interactive calculator. 1. Complete the calculation of any vector of the same dimension with the sequence table, including addition, subtraction, angle cosine value and so on. 2. Use order list and chain list to complete the calculation of any one-variable polynomial, including addition, subtraction, multiplication, derivative (including any order), etc. 4. Four Operational Expressions. 5. Evaluation of expressions with univariates. 6. Define and run simple functions. 7. Retain function definition history and run history function. 8. Call of function. 9. Processing of literal constants of operands. 10. Supporting matrix operations.)
    2020-10-21 12:27:24下载
    积分:1
  • lambda3.0
    此zip文件包含lambda算法(Matlab实现),还有基于此算法的demo程序,程序的说明文档也包含在zip文件中(This zip file contains the algorithm which designed with matlab, a demo program and the algorithm documation also contained in this zip file. )
    2021-04-24 17:18:47下载
    积分:1
  • paihang
    有2*n个盒子排成一行,其中有两个相邻的空盒,有n-1个盒子有符号 A ,有n-1个盒子有符号 B 。例如,n=5,并有初始配置如下: A B B A . . A B A B (2* n box row, wherein there are two adjacent empty box, n-1 of a box with the symbol ' A' , the symbol ' B' n-1 th box. For example, n = 5, and the initial configuration is as follows: ABBA .. ABAB)
    2013-02-25 18:43:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载