-
sepmotorvaryn04
说明: MATLAB 直流电机双闭环控制仿真 经典教程实例01(MATLAB zhiliudianjishuangbihuankongzhifangzhen jingdianjiaochengshili01)
- 2010-05-03 17:11:26下载
- 积分:1
-
abc
基于MFC在编辑框中实现文件的打开、查找和关键字搜索定位等功能(Based on MFC it realized the openning and searching of files or texts in your edit box and so on )
- 2013-12-04 21:04:59下载
- 积分:1
-
STL
包含STL源码剖析所用的源码,作者侯捷对于源码的注释,还有侯捷讲解源码的课件(Contains the source code used for STL source code analysis, the author Hou Jie comments on the source code, and Hou Jie explain the source code of the courseware)
- 2020-06-25 02:20:02下载
- 积分:1
-
control_no_out_.ino
利用温度控制制冷设备运行,实现空调扇自动制冷(Using temperature control refrigeration equipment to realize automatic refrigeration of air conditioning fan)
- 2020-06-20 07:40:01下载
- 积分:1
-
实验1 跑马灯实验
说明: 基于STM32F103ZET的跑马灯实验(STM32F103ZET_LIGHTTEST)
- 2020-01-28 12:47:29下载
- 积分:1
-
Hex2bin-2.5
说明: HEX 转换到BIN格式的工具,网上下载来的工具,经过改造。(HEX conversion to BIN format tools, tools downloaded online, after transformation.)
- 2020-06-18 17:40:02下载
- 积分:1
-
C# 用树型列表动态显示菜单 例子源码下载
从数据库读取数据 加载至树形空间
- 2015-04-20下载
- 积分:1
-
分形中的C++程序,在tc中运行过。包含两个程序,我很喜欢编程,希望能给本站出点力,...
分形中的C++程序,在tc中运行过。包含两个程序,我很喜欢编程,希望能给本站出点力,-fractal C procedures, the tc run-off. Contains two procedures, I like programming, in the hope of giving the site points out, thank you
- 2022-01-22 06:52:05下载
- 积分:1
-
数据库连接
本资源为连接数据库的基本操作,
private void button3_Click(object sender, EventArgs e)
{
string user = textBox1.Text;
string pwd = textBox2.Text;
string code = textBox3.Text;
//创建数据库连接类的对象
SqlConnection con = new SqlConnection("server=FSMOOTH-PC;database=zxl;user=sa;pwd=fsmooth19841019");
con.Open();
//执行con对象的函数,返回一个SqlCommand类型的对象
SqlCommand cmd = con.CreateCommand();
//拼写语句
cmd.CommandText = "update users set name="" + user + "",pwd="" + pwd + "" where code="
- 2022-06-18 15:04:01下载
- 积分:1
-
2015蓝桥杯练习
2015年蓝桥杯c++练习题,对其中的算法进行详细的描述。使用dev-c++环境
- 2022-11-26 12:40:03下载
- 积分:1