-
PCA--stm32
stm32F410X PCA例程,Stm32F410x很好的学习资料(Stm32F410X PCA routines, stm32F410X very good learning material
)
- 2012-08-08 10:52:44下载
- 积分:1
-
MPU6050
说明: g90驱动 有兴趣的朋友可以关注,和我一起讨论学习,一起享受技术,一起成长(G90 Drives Interested Friends to Pay Attention, Discuss Learning with me, Enjoy Technology and Grow up Together)
- 2020-06-20 13:40:01下载
- 积分:1
-
2262软件解码
这个代码是一个在315M、433M开放频率下进行遥控解码的代码。本代码利用单片机的timer的捕捉功能实现解码,捕捉时间可以精准到us级,解码成功率可达到99.9%以上。bendaim啊岁哦然实在attiny25单片上实现,但可以移植到任何具有捕捉功能的MCU上。
- 2022-03-16 16:53:15下载
- 积分:1
-
PWM
闻亭TDS2407EA开发板的程序,采用通用定时器产生两路同频的PWM波形,重点调试的两路的相位差,也可以分别调整周期和占空比(Wintech TDS2407EA development board' s procedures, the use of two general purpose timers have the same frequency of the PWM waveform, the focus of debugging phase two, you can adjust the cycle and duty cycle, respectively,)
- 2009-07-16 17:32:17下载
- 积分:1
-
93940483
A simple example of audio communication, using a full-duplex mode of communication,
- 2019-04-02 23:58:17下载
- 积分:1
-
C# 创建一个泛型接口
C# 创建一个泛型接口的例子,创建一个泛型接口的代码和方法如下:
public interface IGenericInterface {
T CreateInstance(); //接口中调用CreateInstance方法
}
//实现上面泛型接口的泛型类
//派生约束where T : TI(T要继承自TI)
//构造函数约束where T : new()(T可以实例化)
public class Factory : IGenericInterface where T : TI, new()
{
public TI CreateInstance()//创建一个公共方法CreateInstance
{
return new T();
}
}
class Program
{
static void Main(string[] args)
{
//实例化接口
IGenericInterface factory =
Factory();
//输出指定泛型的类型
Console.WriteLine(factory.CreateInstance().GetType().ToString());
Console.ReadLine();
}
}
- 2022-03-11 00:59:39下载
- 积分:1
-
UnderthePCintheWindows95andsingle-chipserialcommun
在Windows95下PC机和单片机的串行通信。
基于32位操作系统Windows95的工业控制PC机和单片机间的串行通信,给出了用VC++5.0和PL/M-96语言编写的串行通信程序(Under the PC in the Windows95 and single-chip serial communication. 32-bit operating system based on the Windows95 machine and industrial control PC serial communication between the single-chip, is given by VC++5.0 and PL/M-96 language serial communication program)
- 2009-05-31 15:11:53下载
- 积分:1
-
用gauss_seidel方法解N个未知数的线性方程组的解,并附有实验报告....
用gauss_seidel方法解N个未知数的线性方程组的解,并附有实验报告.-Methods used gauss_seidel unknown solution N of the solution of linear equations, together with the experimental report.
- 2023-04-23 05:05:02下载
- 积分:1
-
dao_multi
说明: VC++编程,这是一个数据库DAO多线程的例子,有数据库多线程处理技巧(VC++ Programming, this is a database DAO examples of multi-threaded, multi-threaded database processing techniques)
- 2008-10-19 22:31:09下载
- 积分:1
-
Cert
used for creating certificate and so on.
- 2012-04-19 12:26:01下载
- 积分:1