-
C8051F060-DAC
这个程序输出正弦和余弦波形 使用DAC硬这C8051F060单片机DAC0波形输出 和DAC1 Timer4中断更新的输出DAC.Timer4 ISR的 然后导致了DACs计算的输出,这是下一个中断。 输出波形的频率设定的# define <频率>。 实现定义的精确输出频率<频率>,一个 /使用外部晶体。(This program outputs sine and cosine waveforms using the hardware DACs
// on the C8051F06x microcontroller. The waveforms are output on pins DAC0
// and DAC1.
//
// The output of the DAC is updated upon a Timer4 interrupt. The Timer4 ISR
// then calculates the output of the DACs for the next interrupt.
//
// The frequency of the output waveforms is set by the#define <FREQUENCY>.
// To achieve the exact output frequency defined by <FREQUENCY>, an
// external crystal should be used.)
- 2014-07-03 19:05:12下载
- 积分:1
-
pppoe源码,已经亲测可以使用
Linux下的ppoe源码 可配置不同串口进行拨号上网,配合不同4G模块使用已经进行测试可以使用;对于短线重连等功能均进行测试可以使用;
- 2022-01-26 00:42:09下载
- 积分:1
-
MUSICdoc
一篇music算法的文档,名字为基于均匀线阵的改进MUSIC算法(Algorithm is a music document, the name is based on uniform linear array MUSIC algorithm for improved)
- 2011-05-21 19:18:39下载
- 积分:1
-
udf-k-e-turbulence-model
湍流模型的udf编译文件 写的是fluent中默认的k-e模型的文件,可以以此为基础进行来更改(This is a udf flie about turbulence model which is in the fluent software, and you can edit it in your own method.)
- 2021-03-02 16:59:33下载
- 积分:1
-
Transformacao
这段代码使旋转、翻译和规模algoritms一些图像使用绘图对象(This code enables rotation, translation and scale algoritms some images using the drawing object)
- 2013-05-20 21:45:32下载
- 积分:1
-
sht15
picc程序,用于湿度传感器sht15系列(picc procedures, for the humidity sensor sht15 series)
- 2012-10-10 16:18:56下载
- 积分:1
-
C51ele_piano
c51 可演奏的电子琴源程序与仿真,实现电子琴的基本功能(c51 source can be played keyboard and simulation, to achieve the basic functions of Keyboard)
- 2010-09-06 17:16:42下载
- 积分:1
-
yhfb
Morlet小波对滚动轴承信号进行分析,对形状参数优化,以诊断出轴承故障(Morlet wavelet Rolling signal analysis, the shape parameter optimization, in order to diagnose bearing faults)
- 2016-05-20 20:29:55下载
- 积分:1
-
CCS平台PE4302驱动
CCS平台PE4302驱动,亲测可用,附带使用程序(CCS Platform PE4302 Drivera,TM4C123GX)
- 2020-06-19 07:20:02下载
- 积分:1
-
C#制作简单的倒计时程序
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace _01Timer
{
public partial class Form1 : Form
{
System.DateTime TimeNow = new DateTime();
TimeSpan TimeCount = new TimeSpan();
public Form1()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
}
- 2022-03-01 00:39:36下载
- 积分:1