-
c51上传数据至云平台
c51单片机通过ESP8266连接到网络,通过HTTP和ONENET云平台连接,再将数据上传到云平台,这是基于物联网的一个程序。
- 2022-05-31 12:13:06下载
- 积分:1
-
WPF 自定义标题的winform窗体实现源码
两个属性一个事件 WindowStyle="None" 去标题 AllowsTransparency="True" 去边框 MouseMove="TitleBar_MouseMove" 鼠标拖动标题栏 // 支持标题栏拖动 protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) { base.OnMouseLeftButtonDown(e); // 获取鼠标相对标题栏位置 Point position = e.GetPosition(TitleBar); // 如果鼠标位置在标题栏内,允许拖动 if (e.LeftButton == MouseButtonState.Pressed) { if (position.X >= 0 && position.X < TitleBar.ActualWidth && position.Y >= 0 && position.Y < TitleBar.ActualHeight) { this.DragMove(); } } }
- 2013-10-06下载
- 积分:1
-
C6748 所有通用库函数和对应的源码
说明: 参考程序源文件及工程文件 , C6748 所有通用库函数和对应的源码.(Reference program source files and engineering files, C6748 all common library functions and corresponding source code.)
- 2020-07-07 09:53:43下载
- 积分:1
-
bagproblem
讲述各种背包问题,帮助了解关于背包问题的算法分析与过程实现。(for the problem about the bag problem ,to solve the problem and find the most effective way of the solution. )
- 2010-06-14 14:08:14下载
- 积分:1
-
lcd-show
lcd_show c51程序,显示部分C语言程序(lcd_show decoder procedures, as some C language program)
- 2007-05-25 14:20:05下载
- 积分:1
-
DAC7811
DAC7811驱动,好用的,测试电路是芯片手册12页给出的电路(The driver of DAC7811,I tested it and it could work well.)
- 2020-12-13 22:49:14下载
- 积分:1
-
Signal-Analysis
基于020的简易信号分析仪,能够实现40khz以下的方波、三角波、正弦波频率、幅值检测及频谱分析。(Signal-Analysis system based on 020. Measuring magnitude, frequency of square,triangle,and sin signal under 40khz,including frequency spectrum analysis. )
- 2012-04-02 10:34:18下载
- 积分:1
-
SingleCalibrate
基于opencv的相机单目标定程序,很好的学习资源,做图像矫正的可以看看~(Opencv based on a single target of the camera program)
- 2015-05-06 13:53:42下载
- 积分:1
-
迷宫程序&k-Graph
一、K-Graph oddity problem
此程序利用图的广度优先遍历算法,通过遍历各个顶点并为其涂色从而实现题目要求。
二、迷宫问题
此程序为在60s内完成迷宫游戏,由数组矩阵构成迷宫图形.
- 2022-02-24 13:11:10下载
- 积分:1
-
LS_inner
说明: 此程序可用于DSP28335为主芯片对开关磁阻电机PWM,CCC调速控制(This program can be used for DSP28335 as the main chip to control the PWM and CCC speed regulation of switched reluctance motor)
- 2020-12-08 21:11:30下载
- 积分:1