-
ADS828
说明: 基于STM32F103的ADS7828驱动程序(this is a code about ads7828,it is based stm32f103)
- 2021-04-29 11:48:43下载
- 积分:1
-
danmu
说明: 基于opencv平台编写的单目相机标定程序,使用的张正友的方法,只要准备十二张单目相机拍摄的棋盘格的图片就可以标定出单目相机的焦距等参数,建立单目相机坐标系。可以用于机器视觉测量中,也可以用于双面相机标定的前一步,精度很高。(Based on the monocular camera calibration program compiled by the OpenCV platform, the method of Zhang Zhengyou is used to calibrate the focal length and other parameters of the monocular camera and establish a monocular camera coordinate system as long as 12 pieces of chessboard pictures taken by the monocular camera are prepared. It can be used in machine vision measurement, and it can also be used in the previous step of the calibration of the double-sided camera, with high precision.)
- 2020-03-23 10:04:18下载
- 积分:1
-
HTC vive 控制代码
using UnityEngine;
using System.Collections;
//检测手柄功能的脚本 这个脚本挂到手柄上(controler(right)和controler(left))上
public class ButtonTouchAction : MonoBehaviour {
//手柄
SteamVR_TrackedObject trackdeObjec;
void Awake() {
//获取手柄上的这个组件
trackdeObjec = GetComponent();
}
// Use this for initialization
void Start () {
}
void FixedUpdate()
{ //获取手柄输入
var device = SteamVR_Controller.Input((int)trackdeObjec.index);
//以下是api中复制出来的按键列表
/* &n
- 2022-02-04 04:35:04下载
- 积分:1
-
我编译好的live555(VS2010)
视频技术,我编译好的live555(VS2010),本工程是本人在网上找到的较好的资源,里面有详细的说明
- 2023-04-10 23:50:03下载
- 积分:1
-
SONAR-CODE
sonar interfacing code on ardino
- 2013-11-02 01:10:35下载
- 积分:1
-
分支限界法解决TSP问题
分支限界法解决tsp问题(无向图有向图均可)
- 2022-01-24 16:53:13下载
- 积分:1
-
小型学生管理系统
应用背景学生信息管理系统,可以插入新的学生信息资料,喝删除不想要的学生信息资料,以及打印学生信息列表等。可以当做学生信息管理系统的一个出行,就当做参考,并非真实系统那样强大,就是给大家一个参考关键技术关键技术并没有什么特写的,也就是用到简单的结构体,以及链表,还用到了一些简单的排序
- 2022-02-13 23:03:04下载
- 积分:1
-
四轴源代码
mpu6050调试;蓝牙传输;基于STM32的四轴飞行器源代码,有MPU6050蓝牙传输;对于基础调试四轴飞行器有一定的帮助作用。
- 2022-04-16 21:04:06下载
- 积分:1
-
jfrectory
AMR的新版本,在VC下调试通过,有编码解码目录,(The new version of AMR, debugging through, under VC code decoding directory,)
- 2017-05-21 07:37:35下载
- 积分:1
-
BEM2CPP
二维弹性常值边界元程序BEM2C++,二维边界元,弹性静力学(2 Dimensional elastic constant BEM program BEM2C++)
- 2014-01-07 16:31:07下载
- 积分:1