-
PID_Speed_Control
带主动两轮主动差速的双电机PID调速模块,实现对电机的调速,尤其可以适用于对后轮双独立电机驱动方式的主动差速调节。(The dual motor PID speed regulation module with active two wheel active differential can realize the speed regulation of the motor, and can be applied to the active differential regulation of the driving mode of the dual motor of the rear wheel.)
- 2017-11-19 00:25:53下载
- 积分:1
-
STM32F107VC_ETH_DP83848_lwip2
lwip上实现netbios,STM32F107VC平台(lwip netbios STM32F107VC mcu)
- 2020-06-20 06:00:01下载
- 积分:1
-
GIS
Part 1:组件式GIS开发
Part 2:基于C#.NET的程序设计与开发
Part 3:AO(ArcObjects)的体系结构分析
Part 4:基于 VBA的二次开发
Part 5:ArcGIS Engine空间分析功能开发
Part 6:ArcGIS Engine三维开发
(Part 1: Component GIS Development Part 2: based on the C# NET program design and development Part 3: AO (of ArcObjects) architecture Part 4: Part based on the secondary development of VBA Part 5: ArcGIS Engine spatial analysis functions developed 6: ArcGIS Engine three-dimensional development)
- 2013-03-11 10:30:57下载
- 积分:1
-
BlueskyControls
初登陆网站,现在载网吧!代码不在身边!下次补上!谢谢!(early landing site, now contains cafes! Code is not around! Next fill! Thank you!)
- 2005-06-05 18:06:52下载
- 积分:1
-
2
说明: opencv 图像的二值化,包括局部阈值,全局阈值,自适应阈值法,对初学者帮助很大(opencv image binarization, including the local threshold, the global threshold, adaptive threshold, very helpful for beginners)
- 2011-07-29 01:43:22下载
- 积分:1
-
51黑论坛_温控风扇改进PWM
恒温控制单片机系统C程序,对系统的温度进行采集,然后进行PID运算后控制输出,保持恒温状态(thermostat control procedures SCM System C, the temperature of the system for the collection, then PID algorithms to control the output to maintain constant temperature condition)
- 2020-06-25 18:20:02下载
- 积分:1
-
2
说明: 发音程序,简单的轰鸣器发音,要的快下~~~~~~~~~~~
- 2009-10-30 09:15:52下载
- 积分:1
-
Ex13_01
通过串口发送数据信息,C#写的程序通过串口发送数据信息,C#写的程序(Send data through serial port, C# to write the procedures for sending data through the serial port, C# to write the procedure)
- 2009-07-08 20:03:44下载
- 积分:1
-
AD12864
ad采集及12864显示额程序 基于atmega128(ad 12864)
- 2012-07-25 23:55:10下载
- 积分:1
-
C# UseHaving 在HAVING子句中使用子查询过滤平均值数据
C# UseHaving 在HAVING子句中使用子查询过滤数据,查询学生表中学生年龄大于平均学生年龄的学生信息,查询代码的编写如下:string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 所在学院,学生姓名,年龄,(SELECT AVG(年龄) FROM tb_Student) AS 平均年龄 FROM tb_Student GROUP BY 所在学院,学生姓名,年龄 HAVING 年龄>(SELECT AVG(年龄) FROM tb_Student)");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
请在测试前,连接好数据库,本例只是分享代码,并没有找到数据库文件。
- 2022-03-02 18:15:07下载
- 积分:1