-
stm32f103指南者ADC程序
STM32F103VET6 指南者的ADC程序,开发板带的,肯定能用
。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2023-04-01 16:40:05下载
- 积分: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
-
Shadow-Mapping-of-Textured-Scene
计算机图形学中的shadow mapping程序,与网上其他代码不同,作者实现了对带有纹理的场景的阴影绘制.(Shadow Mapping Code in Computer Graphics.And it s for textured scene.)
- 2020-10-17 20:57:33下载
- 积分:1
-
GPIO-simulator-I2C
通过GPIO口,模拟I2C协议,和设备进行I2C通信(I2C communications via GPIO ports, analog I2C protocol, and equipment)
- 2013-12-18 11:43:20下载
- 积分:1
-
速度极快的开平方汇编程序
速度极快的开平方汇编程序,适用于16位单片机; 可以很快轻松地移植到资源少、速度受限制的8位单片机上,结果为16位二进制整数。
- 2022-12-26 01:20:03下载
- 积分:1
-
SRIO_4x_DSP2FPGA
C6678开发板高速串口与FPGA之间的通信配置,应用程序(Communication Configuration between High Speed Serial Port of C6678 Development Board and FPGA, Application Program)
- 2020-10-26 15:39:59下载
- 积分:1
-
数据结构习题解答与考试指导
说明: This book explains data structure exercises
- 2020-06-18 14:00:02下载
- 积分:1
-
Flamesensor
基于msp430的火焰传感器,数字量输出程序,模块自带二路电压比较器(Msp430-based flame sensor, digital output program, the module comes with a voltage comparator Road)
- 2013-08-03 22:36:24下载
- 积分:1
-
USART
说明: Examples of STM8L USART. Transmit and Receive. Tx string. char,
- 2020-10-29 16:45:41下载
- 积分:1
-
FFQueue FFmpeg 图形化界面 影音格式转换
FFQueue是一款非常强大、好用的视频转码软件,其支持的H265编码,经过它压缩后的视频文件非常小,而且画质基本和压缩前不会有太大区别。对手机可变帧录制的视频,经过转换后不会出现声画不同步问题。FFQueue支持视频的剪切和拼接,并可以制作gif,同时还支持AMD显卡的加速处理。更多功能大家使用中去发现,作为制作教学视频上传或保存大视频节约空间的玩家可以说是必备精品。当前版本是FFQueue1.7.52.259
- 2021-05-06下载
- 积分:1