-
wumpus
one two three four five six seven eight nine ten
- 2014-09-01 10:47:31下载
- 积分:1
-
JSON解析
气象JSON解析
- 2015-01-20下载
- 积分:1
-
essaysabouth.264
关于h.264的一些论文,希望对致力于h.264的朋友们有所帮助,让我们共同进步(h.264 on some papers, and I hope to work h.264 friends will help, Let us work together to progress)
- 2007-04-22 21:20:37下载
- 积分:1
-
C++ 单例模式
c++单例模式
从具体实现角度来说,一是单例模式的类只提供私有的构造函数,二是类定义中含有一个该类的静态私有对象,三是该类提供了一个静态的公有的函数用于创建或获取它本身的静态私有对象。
- 2022-08-10 23:56:31下载
- 积分:1
-
vm
说明: 一个小型虚拟机的实现(a small Virtual Machine Implementation)
- 2004-12-18 15:36:24下载
- 积分:1
-
learnhongwai
智能红外遥控学习程序,基于51单片机的学习机。(Intelligent infrared remote learning program, based on 51 SCM learning machine.
)
- 2012-11-24 17:06:51下载
- 积分:1
-
capture
本程序是STM32系列单片机的输入捕获功能的实现,可以完成对边沿的检测,并且能通过串口将捕获的数据发送到电脑上位机上(This program is a STM32 MCU input capture function, you can complete the detection of the edge, and through the serial port to send the captured data to a computer PC)
- 2021-04-23 15:18:47下载
- 积分:1
-
c#用鼠标画直线
应用背景实现动态画图,及拖动鼠标就能动态产生图形,并且颜色是可调节的,当你不喜欢颜色时候,你可以换不同的颜色,画直线,所以这个程序很好的实现了c#的动态画图, 此程序是我自己编的,不足之处还望大家指正,谢谢大家,我们一起学习,一起进步,喜欢编程的朋友可以经常交流一下,关键技术 public partial class Form1 : Form
{
Point startPoint = new Point();
// bool showPaint = false;
public Form1()
{
InitializeComponent();
}
private void Form1_MouseDown(object sender, MouseEventArgs e)
{
startPoint = new Point(e.X, e.Y);
//{ showPaint = true; }
}
private void
- 2022-02-10 06:50:04下载
- 积分:1
-
PID
51单片机的pid程序,设定上下限,控制pwm的输出。(51 MCU pid procedures set upper and lower limits, control pwm output.)
- 2013-09-03 09:12:00下载
- 积分:1
-
PID
PID小程序,方便学习使用,简单,51单片机源码
- 2022-07-16 15:56:20下载
- 积分:1