-
Ex_FiveChess
使用MFC实现五子棋的简单功能,可以和电脑下棋。(MFC backgammon simple functions, and computer chess.)
- 2013-01-16 21:52:12下载
- 积分:1
-
VncSharpWpf-master
c#实现vnc viewer 功能齐全,界面是WPF搭建,在国内其他网站没有看到过类似
- 2016-01-23 15:51:24下载
- 积分:1
-
C-source-code-of-embedded-verify
嵌入式开发校验最全C源码,包括(CRC8、CRC16查表法及算术法校验、异或和校验、和校验、校验和补码等)、校验工具,校验文档。全部为工程实际项目本人使用的源代码。(
Embedded developers the most complete C source code verification, including (CRC8, CRC16 checksum table method and arithmetic method, XOR and parity, and parity, parity, and complement, etc.), calibration instruments, calibration documentation. All actual project I used for the project s source code.)
- 2020-11-13 17:59:43下载
- 积分:1
-
cmake-3.7.1-win32-x86
cmake编译器的安装文件,已经压缩打开后可以自动安装(cmake file for use)
- 2021-01-27 22:48:41下载
- 积分:1
-
different energy grain boundary
说明: 根据晶粒结构数据,输出不同晶粒和粒子界面能所对应的粒子分数,以及晶粒分数。(According to the grain structure data, the corresponding particle fractions and grain fractions of different grains and interfacial energies are output.)
- 2020-06-21 03:20:01下载
- 积分:1
-
WPF日期时间控件
基于WPF编写的自定义日期时间控件;支持日期+时间的精确选择;思路是利用WPF自带的Calendar 做日历,然后自己再制作一个时间选择的控件,最后是把两者做到一个控件上,形成一个最终控件DateTimePicker,可是实现直接调用,或者以后再项目中直接添加,或者通过调用dll的方式使用。
- 2022-02-24 18:28:37下载
- 积分:1
-
speed control
检测电机转速通过pid算法对电机PWM占空比调节使电机达到预定转速(The motor speed is detected, and the duty cycle of the motor PWM is adjusted by the PID algorithm, so that the motor reaches the desired speed)
- 2017-08-07 15:36:40下载
- 积分:1
-
DynamicFusion-master
本程序基于dynamicfusion的方法,对动态场景实时三维重建。(This procedure is based on dynamicfusion method, real-time three-dimensional reconstruction of dynamic scene.)
- 2017-08-17 14:29:23下载
- 积分:1
-
Desktop
可以实现彩民登录,管理员登录和公证员登录。(It can realize lottery citizen login, administrator login and notary login.)
- 2020-06-23 18:20:02下载
- 积分: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