-
DSP LF2407A 板上存储器例程 已跑通了
DSP LF2407A 板上存储器例程 已跑通了-Memory on-board DSP LF2407A routines have been run over the
- 2022-11-26 09:50:03下载
- 积分:1
-
Asynchronous motors
介绍鼠笼式交流异步电动机在正弦电压下的工作情况,异步电动机连接正弦电压工作。(Asynchronous motors work with sinusoidal voltage.)
- 2017-10-09 16:27:22下载
- 积分:1
-
扫雷小游戏
Visual C++游戏开发经典案例详解 , 扫雷小游戏 . 游戏加载完毕点击[游戏]-[开始游戏]即可开始游戏 ; 鼠标左键点击操作 ; 成功将所有的地雷扫出来即胜利 .
- 2022-04-11 09:01:38下载
- 积分:1
-
PR控制器,永磁同步电机双闭环调速系统matlab仿真
说明: PR控制器,永磁同步电机双闭环调速系统matlab仿真(Matlab simulation of double closed loop speed control system of PR controller and permanent magnet synchronous motor)
- 2019-12-17 16:00:06下载
- 积分:1
-
滤波边缘检测以及评价指标
说明: 内含lee滤波、中值滤波和frost滤波,并有边缘检测算子canny,以及sar滤波之后的评价指标PSNR和ENL等(It includes Lee filter, median filter, frost filter, Canny operator of edge detection, and PSNR and enl after SAR filtering)
- 2020-04-07 10:31:28下载
- 积分:1
-
matlab语法与绘图(新) 内附大量由matlab所画图片
matlab语法与绘图(新) 内附大量由matlab所画图片-Matlab Grammar and Mapping (new) contains a large number of pictures drawn by Matlab
- 2022-08-12 21:26:22下载
- 积分:1
-
XP on! When you encounter XP problems, we must think of the site because it can...
XP的有关问题!当你遇到XP的有关问题时,一定要想起这个网址,因为只有它才能为你解决问题.-XP on! When you encounter XP problems, we must think of the site because it can only solve the problem for you.
- 2022-04-26 20:31:20下载
- 积分:1
-
grav3d-gui
说明: py3d gravity inversion
- 2020-03-16 15:28:31下载
- 积分:1
-
C# 利用HAVING子句过滤分组数据
C# 利用HAVING子句过滤分组数据,用于查询平均年龄大于22岁的学院学生的数量,在平时的应用中,这是很实用的一个数据库查询技巧。
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT * 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-04-10 01:41:39下载
- 积分:1
-
在DOS下用Port IO的方式取得PCI总线的信息
在DOS下用Port IO的方式取得PCI总线的信息-DOS with the Port IO PCI obtained the information
- 2023-07-18 16:35:03下载
- 积分:1