-
Visual-CPP_MSComm2
利用面向对象的C++语言的MFC编写的串口通信程序(The use of object-oriented language C++ MFC prepared by the serial communication program)
- 2013-10-25 22:26:22下载
- 积分:1
-
Example36
VS2010中MFC实现菜单,工具栏,状态栏,并静态分割界面(MFC to achieve the VS2010 menu, toolbar, status bar, and the static segmentation interface)
- 2016-01-05 14:47:36下载
- 积分:1
-
CC2541 ANCS协议
可以获取苹果通知栏信息,已验证通过
- 2022-05-25 18:50:20下载
- 积分:1
-
卡尔曼滤波
针对卡尔曼滤波的特性开发了各种不同的模块,其中包括了线性和非线性。源码基于C#开发了界面版,根据应用需求可手动输入七参数,同时还有图形显示。
- 2022-08-10 20:54:30下载
- 积分:1
-
Interp1_C工程源码
说明: 与matlab结果一致的以为插值函数,结果完全一致。(The interpolation function is consistent with the results of MATLAB)
- 2020-12-03 16:21:58下载
- 积分:1
-
PWM TEST
说明: 基于STM32F103单片机的PWM测试源码(PWM test source code based on STM32F103 MCU)
- 2020-06-23 13:00:06下载
- 积分:1
-
PM2.5检测仪源码
便携式空气检测仪,源码和原理图,PCB,BOM整套资料
- 2022-07-12 21:48:52下载
- 积分:1
-
abc
数据结构最短路径求法,迪杰斯算法。大二时写的。在可以运行C的环境中都可运行。(Data structure for shortest path method, DiGisi algorithm. Sophomore year when writing. C can run in the environment can be run.)
- 2008-06-30 17:03:50下载
- 积分:1
-
C# 使用Graphics对象的DrawRectangle方法绘制粗边框图形
C# 使用Graphics对象的DrawRectangle方法绘制粗边框图形,可以方便的自定义图形的边框大小,如示例截图所示的效果,具体的代码编写方法为:
private void button1_Click(object sender, EventArgs e)
{
Graphics graphics = this.CreateGraphics();//声明一个Graphics对象
Pen myPen = new Pen(Color.Black, 8);//实例化Pen类
//调用Graphics对象的DrawRectangle方法
graphics.DrawRectangle(myPen, 10, 10, 150, 100);
}
- 2022-03-24 16:40:35下载
- 积分:1
-
DAC832
dac0832用于进行数摸转换,单片机实现它的数据输入,用于函数信号发生器(dac0832 used for a few analog conversion, single-chip to achieve its data input for the function signal generator)
- 2009-11-11 20:12:12下载
- 积分:1