-
Vector
上电后,在BRAKE信号无效,且保护逻辑无输出的情况下? 电机按DIRECTION信号的方向转动? 电流传感放大器采样电机电枢电流,经13脚的RC网络转换为电压值,与D/A转换输出的预定阀值相比较。如果当前的电流使转换的电压值小于阀值?(Power after the BRAKE signal is invalid, and the protection logic no circumstances ? electrical output signals according to the direction of rotation DIRECTION ? current sensing amplifiers motor armature current sample by 13 feet of RC network is converted to voltage value, and D/A conversion output compared to the target threshold. If the current of current to voltage conversion value is less than threshold ?)
- 2009-11-06 21:26:43下载
- 积分:1
-
C#程序开发范例宝典 图书光盘附带源码 第18章
C#程序开发范例宝典 图书光盘附带源码 第18章-C# Program development paradigm Baodian Book CD-ROM attached to source Chapter 18
- 2022-01-24 15:19:02下载
- 积分:1
-
一些常见的c++模块,包括线程锁、调试log、字符串分割
一些常见的c++模块,包括线程锁、调试log、字符串分割
- 2022-09-04 15:00:03下载
- 积分:1
-
ProcessInfo
显示当前系统运行的进程,并能够查看进程中所加载的模块(show the system process and modules)
- 2013-08-10 21:50:16下载
- 积分:1
-
demo_matladd
c#实现调用matlab的DLL文件,实现两个矩阵相加的 demo.(c# implementation calls the DLL file matlab realize the sum of two matrices demo.)
- 2014-01-13 14:22:39下载
- 积分:1
-
Computer-Graphics10-1
计算机图形学基础(第二版)配套示例代码
第10章例1(Computer Graphics (Second Edition) supporting the sample code in Example 1 Chapter 10)
- 2011-11-10 22:19:43下载
- 积分:1
-
FX2.H
FX2.H和FX2REGS.H,cy7c68013芯片的固件程序需要include这两个头文件,应该对usb开发的有些用(FX2.H and FX2REGS.H, cy7c68013 chip firmware files need to include these two heads, there should be some development with usb)
- 2007-09-21 22:45:40下载
- 积分:1
-
STM32F107Exp23(for_ST_FW_3.10)
基于stm32f107的几乎所有基本功能模块的实现与应用源码(Stm32f107 almost all basic functional modules and application source code)
- 2012-12-14 18:06:53下载
- 积分: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
-
DES_Test
DES加密的MFC实现,主要包括两部分组成,有字符串加密和文件加密两种模式,实现了3DES功能,让加密更安全(including string and files by DES)
- 2013-10-28 19:46:24下载
- 积分:1