-
MCP23S17
不太常用的SPI I/O口扩展芯片的驱动程序和中文数据手册,对想用SPI扩张I/O口的朋友非常有用的(Less commonly used SPI I/O port expansion driver chips and Chinese data manual for would like to use SPI expansion I/O port is very useful to a friend)
- 2021-01-27 18:58:35下载
- 积分:1
-
amr_nb_decoder
自适应多速率编码器标准代码,解码端。可将wav文件编码生成amr格式的文件。这种格式的文件可根据信道质量,自动调节编码速率,故称之为自适应。(adaptive multi-rate encoder standard code, the decoder. Wav documents can be generated amr coding format documents. This format of the document is available according to the channel quality, automatic adjustment coding rate, but it is called adaptive.)
- 2007-01-16 09:58:03下载
- 积分:1
-
LTC68xx develop
此资料包括LTC68xx驱动库、arduino开发BMS资料及其他资料介绍,此开发资料主要用于BMS系统开发,主要是LTC6811的使用(带C库文件及芯片datasheet),只验证了LTC6811库驱动(This information includes LTC68xx driver library, Arduino development BMS data and other information. This development information is mainly used for BMS system development, mainly for the use of LTC6811 (with C library files and chip data sheet), which only verifies the LTC6811 library driver.)
- 2018-11-19 15:38:40下载
- 积分: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
-
the-Algorithm-of-fire-detection
推荐火灾检测的参考文献,有火焰多个特征提取的算法。(the article is about how to detect fire,using many algorithms to get the features of fire.)
- 2013-03-26 15:01:04下载
- 积分:1
-
95 PCF8591四路电压测量AD
基于51单片机,芯片stc89c52,使用PCF8591ad转换器的源代码(Based on 51 MCU, chip stc89c52, using PCF8591ad converter source code)
- 2020-06-20 00:40:02下载
- 积分:1
-
catn
在视频处理中经常要用到Zigzag序号及其逆序号,请使用,不错(Zigzag sequence number and its inverse number are often used in video processing.)
- 2018-10-10 04:11:46下载
- 积分:1
-
gpcpp4
遗传规划问题的C源程序,里面有详细的说明,我就是看这个才懂的(Genetic Programming C source code, which is described in detail, I can understand this is to see the)
- 2008-06-10 21:30:57下载
- 积分:1
-
cPP-Guinness-classic-code
c++经典代码大全,适合初学者下载参考使用。(c++ Guinness classic code, suitable for beginners reference.)
- 2014-01-13 11:17:12下载
- 积分:1
-
CefSharp.MinimalExample-master
说明: 使用cefsharp库(Minimal example of how the CefSharp library can be used using the official Nuget packages. Includes examples for WinForms WPF OffScreen For a more complete example of each project see the main CefSharp repository.)(using cefsharp library)
- 2020-06-24 22:40:01下载
- 积分:1