-
USBtoRS232Driver
USB转串口驱动程序,可以用在笔记本电脑上,方便的通过串口给单片机下载程序!(USB-serial driver, can be used in notebook computers, convenient to the microcontroller through the serial port download!)
- 2020-06-25 23:00:01下载
- 积分:1
-
C# 启动和关闭无窗体定时器
C# 启动和关闭无窗体定时器,单击窗体上对应的按钮,即可完成无窗体定时器的启动和关闭功能,核心代码为:
private void button1_Click(object sender, EventArgs e)
{//启动无窗体定时器
var MyClass = new MyThreadClass();
MyTimer = new System.Threading.Timer(MyClass.MyCallBackMethod, MyClass, 5000, 2000);
}
private void button2_Click(object sender, EventArgs e)
{//关闭无窗体定时器
MyTimer.Dispose();
}
- 2022-04-09 03:53:39下载
- 积分:1
-
dcbuscontrol
This code is used in the grid connected inverter. This will control the dc bus voltage to a level you want.
- 2010-04-03 20:37:51下载
- 积分:1
-
新建文件夹
道路坐标计算,道路坐标匝道放样、线元法计算坐标(Road coordinate calculation)
- 2018-07-02 18:44:27下载
- 积分:1
-
The-CPP-Programming-Language
《C++程序设计语言》英文版,第3版,C++之父Bjarne Stroustrup著,经典推荐(The C++ Programming Language, Special 3rd Edition, by Bjarne Stroustrup)
- 2013-07-19 17:51:01下载
- 积分:1
-
cpu_timer
说明: DSP28035的应用程序,是计时器的测试用例,经过验证(The application program of DSP28035 is a test case of timer, which has been verified.)
- 2020-06-18 18:20:01下载
- 积分:1
-
基于DSP2812的软件锁相
说明: 锁相的意义是相位同步的自动控制,能够完成两个电信号相位同步的自动控制闭环系统叫做锁相环,简称PLL.
3种软件锁相的方法:指针归零法,先调频后调相法,调频调相同时进行法。(The meaning of phase-locked is the automatic control of phase synchronization. The automatic control closed-loop system that can complete the phase synchronization of two electrical signals is called PLL The 3 method of software phase-locked: pointer to zeros, first phase modulation after frequency modulation, frequency modulation phase modulation at the same time.)
- 2020-05-22 19:31:21下载
- 积分:1
-
FileNotification
A collection of command line tools which illustrate features of the file system. Demonstrates extended attributes, ACL s, and kqueue notification mechanisms.
- 2007-10-15 02:28:57下载
- 积分:1
-
Dijkstra
迪杰斯特拉算法,数据结构,C语言写的,上大学计算机系会用到的。。。(Dijkstra algorithm, data structures, C language written on the Department of Computer Science will be used. . .)
- 2013-03-06 21:50:34下载
- 积分:1
-
address_book
让一个地址簿,包括ID、名称、
电话号码、地址和公司。
可以插入、显示、搜索和删除。(make an address book,include ID,Name,
Phone number,Address and company number.
can Insert,Display,Search and Delete.)
- 2012-12-31 22:49:58下载
- 积分:1