-
PIC12F508_LED_Key_C
【PIC12F508单片机用按键控制LED灯C语言程序】PIC12F508单片机的程序,该单片机个头虽小,五脏俱全哦,相关资料较少,现将自己的程序,和大家分享([PIC12F508 microcontroller with keypad control, LED lamp C Programming Language] PIC12F508 microcontroller program, the MCU may be small, perfectly formed Oh, the less relevant information, will now own procedures, and to share)
- 2012-06-30 15:43:38下载
- 积分:1
-
RemoteUpdate.tar
嵌入式linux下一个非常实用的实现软件远程升级功能的源码,本程序基于TCP协议,可以同时实现串口方式升级(Remote upgrade)
- 2020-07-14 11:48:51下载
- 积分:1
-
192.STM32-超声波测距
说明: 使用单片机利用超声波测距,里面包括源代码(Using Single Chip Microcomputer to Measure Distance by Ultrasound)
- 2020-06-25 21:00:02下载
- 积分:1
-
MFC-read-bmp
MFC读取bmp图片,让你很清楚的理解bmp文件的结构和组成,欢迎使用(MFC read bmp images, so you clearly understand the structure and composition of bmp files, Welcome)
- 2014-02-12 22:36:05下载
- 积分:1
-
Bezier
自己画的一条简单的Bezier曲线,通过四个控制点(控制点可自行选取)(She painted a simple Bezier curve through four control points (control points can be selected as their own))
- 2016-02-15 06:25:50下载
- 积分:1
-
grg
网上搞到的一个处理数据的程序,可以使用的。(Data of a processing program, you can get online.)
- 2013-04-21 11:02:52下载
- 积分:1
-
AlgorithmsinC_Part5(GraphAlgorithms)code
Algorithms in C, Part 5 (Graph Algorithms) code
- 2007-04-26 15:53:20下载
- 积分:1
-
PVVSSessP2Po
语音通信控件源码点对点专用版简介VSession语音通信控件源码点对点专用版,版本2.0,此版本集成了G729A压缩算法,实时传输协议,话音清晰流畅!使用简单易懂方便!此控件源码是在本人以前发布的控件件源码VSessionn2.0版本的基础上,加入点对点通信时的呼叫,应答,挂断等通话前后的同步功能,使其用于点对点通信更加方便!如果您想要在程序源码中自定义点对点间的通话联系方式,或者有一对多,多对多的
(Voice communications control source peer-to-peer special edition Introduction VSession voice communication control source peer-to-peer special edition, version 2.0, this version integration the G729A compression algorithm, Real-time Transport Protocol, clear and smooth voice! Easy to understand and easy to use! This control source is in the I control previously released the parts source VSessionn2.0 version based on peer-to-peer communication call, answer, hang up, etc. the synchronization function before and after the call to make it more convenient for point-to-point communication ! If you want to program source from the definition of point-to-point calls between Contact, or one-to-many, many-to-many)
- 2012-09-15 22:00:40下载
- 积分:1
-
BP_Algorithm
用VC++实现的BP(反向传播负反馈)神经网络算法(with VC BP (BP negative feedback) neural network algorithm)
- 2007-07-03 22:20:18下载
- 积分: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