-
esp8266WiFi模块及配套APP
用STM32ZET6驱动ESP8266与手机或其他设备通信,并进行控制,压缩包内含控制代码以及配套的可以与WIFI模块通信的手机APP,适合初学者用,该配套APP并不好用,仅供参考,可以参考该份例程的内容,APP其实可以网上找,有好用的
- 2022-03-18 00:09:58下载
- 积分:1
-
y2.c LU分解
y2.c LU分解-y2.c LU decomposition
- 2022-04-09 18:24:01下载
- 积分:1
-
moniter
基于51单片机的心电监护仪程序,实现心电的实时监护。(ECG monitor based on 51 MCU.)
- 2009-05-21 10:10:14下载
- 积分:1
-
The-steepest-descent-method
最优化方法 最速下降法程序 MATLAB程序(MATLAB program optimization method of steepest descent method)
- 2013-03-03 15:00:43下载
- 积分:1
-
Matlab
暑期matlab大作业
通信系统仿真大作业(Summer matlab great job communication system)
- 2013-12-21 19:31:58下载
- 积分:1
-
SpecialSourceCode
介绍了窗口编程的几种特效显示的方法。比如动态切分,百叶窗等。(Introduction of the window show the effects of several programming approach. For example, dynamic segmentation, blinds and so on.)
- 2008-01-30 15:05:28下载
- 积分:1
-
vcsqlserver
是VC+SQL server模式的,主要设及以下内容:
1、窗口如何分割;
2、多视图之间如何通信;
3、列表视图的操作及事件处理;
4、树形控件的操作及事件处理,利用递归根据数据库动态生成目录;
5、实现主从表的显示;
(VC is SQL server model, and mainly the following : a window on how segmentation; 2. Multi-view of how communication; 3, the List View operation and handle the incident; 4, tree controls the operation and management, According to the use of recursive directory database dynamically generated; 5, the main achievement of the show from the table;)
- 2006-05-19 15:56:35下载
- 积分:1
-
6050-Calman-filter-
基于STM32的6050卡尔曼滤波,输出结果比较准确,可以使用,本人拿来做过平衡车(6050 Calman filter based on STM32)
- 2015-06-17 11:42:52下载
- 积分:1
-
MPU6050互补滤波实验
说明: MPU6050互补滤波,得到俯仰角与横滚角,配合匿名上位机程序(MPU6050 Complementary filtering, get pitch angle and roll angle, cooperate with anonymous upper computer program)
- 2020-06-18 08:20:02下载
- 积分:1
-
带CheckBox列头的DataGridView 支持全选 反选功能 例子完整源码下载
使用方法: 初始化这个列表头 DatagridViewCheckBoxHeaderCell cbHeader = new DatagridViewCheckBoxHeaderCell(); cbHeader.Value = ""; SelectUin.HeaderCell = cbHeader; cbHeader.OnCheckBoxClicked = new CheckBoxClickedHandler(cbHeader_OnCheckBoxClicked); 填写你的全选的业务逻辑 void cbHeader_OnCheckBoxClicked(bool Status) { for (int i = 0; i < this.dataGridView1.Rows.Count; i ) { dataGridView1.Rows[i].Cells["SelectUin"].Value = Status; } }
- 2013-09-19下载
- 积分:1