-
Sensorless Field Oriented Control of PMSM Motors
Sensorless Field Oriented Control of PMSM Motors
- 2022-03-20 01:31:09下载
- 积分:1
-
单片机AT89C2051来编程,轻触式步进调整控制电路。原理图、源程序。...
单片机AT89C2051来编程,轻触式步进调整控制电路。原理图、源程序。-Single-chip AT89C2051 to programming, touch-step adjustment control circuit. Schematics, source code.
- 2022-02-04 18:18:17下载
- 积分:1
-
首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调...
首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调用SERVER;再次,调用INIT对计数值初始化;最后,主程序循环等待中断,开始秒表的计时。 2、 INIT子程序-First, the 8255,8253 initialization, set for the 8255 A-C mouth output, set 8253 as the Counter mode 0 3; Second, set up the interruption vector there, make it there interruption call SERVER; Again, call curl_setopt early to count before; Finally, the cycle of waiting for the main program interruption began stopwatch time. 2, curl_setopt Subroutine
- 2023-06-17 15:15:03下载
- 积分:1
-
这个源
This the source-code of a 64k-intro. Run it through tasm
and tlink, and it will work (the makefile will also work).
-----------------------------------------------------------------------
-This is the source-code of a 64k-intro. Run it through tasm
and tlink, and it will work (the makefile will also work).
-----------------------------------------------------------------------
-----------------------------------------------------------------------
- 2022-03-29 20:12:24下载
- 积分:1
-
electronic bell curriculum design. Doc
电子钟课程设计.doc-electronic bell curriculum design. Doc
- 2022-07-07 22:36:45下载
- 积分:1
-
Python对文件IO操作
filePath="c:/test/tt.txt"
#从文件中读取信息
f=open(filePath, "r")#运用读的方式打开文件,
for line in f: #每次读取文件的一行内容
print(line)
f.close()
#向文件中写入信息
f=open(filePath, "a") #这里有两种方式:第一种是以w的形式,它写入时将会清空以前的数据然后再写入数据,第二种是以a的形式,它以追加的形式写入数据
f.write("我开始向文件中写入信息
")
f.writelines("我已经向文件写入了信息")
f.close()
- 2022-03-02 22:46:33下载
- 积分:1
-
计算器的代码,一般用于计算器的工作
code for calculator generally used for working of calculator
- 2023-09-04 03:10:03下载
- 积分:1
-
AT91SAM7S32的一个应用.本程序为为一个简单的DEBUG口的输出演示:
1,完成基本的初始化
2,初始化DEBUG口,使能发送和接收
3,现...
AT91SAM7S32的一个应用.本程序为为一个简单的DEBUG口的输出演示:
1,完成基本的初始化
2,初始化DEBUG口,使能发送和接收
3,现象为在超级几终端打印信息-AT91SAM7S32 an application. The procedure for a simple mouth DEBUG output exercise : a complete two basic initialization, initialize DEBUG mouth so that it can send and receive three. the phenomenon of a few super information terminals Print
- 2022-02-03 16:15:58下载
- 积分:1
-
这是本人编写的万年历,内容简洁,只有三十条代码左右.
这是本人编写的万年历,内容简洁,只有三十条代码左右.-This is my prepared by the calendar, concise, only about 30 code.
- 2022-03-22 10:19:33下载
- 积分:1
-
Windows环境下32位汇编语言程序设计配套书源码第16章
Windows环境下32位汇编语言程序设计配套书源码第16章-Windows Environment 32-bit assembly language programming book source package Chapter 16
- 2022-01-26 01:58:34下载
- 积分:1