-
这是实现三相异步电动机FOC的DSP开发源代码,希望对大家有用。平台是CCS2000,用的是TMSLF2407开发板...
这是实现三相异步电动机FOC的DSP开发源代码,希望对大家有用。平台是CCS2000,用的是TMSLF2407开发板-This is the realization of three-phase asynchronous motor FOC source code of the DSP development, in the hope that useful to everyone. Platform is CCS2000, using a development board TMSLF2407
- 2022-04-24 06:43:11下载
- 积分:1
-
一个用汇编语言编写的计算器程序
一个用汇编语言编写的计算器程序-an assembler language calculator program
- 2023-07-02 21:05:03下载
- 积分:1
-
基于汇编语言的学生管理系统
资源描述学生管理系统。由汇编语言编写的,有学生信息录入、排序、输出等功能。
- 2022-03-22 09:49:52下载
- 积分:1
-
vb 分形树
Dim xs As Integer
Dim ys As Integer
Dim alph As Single
Dim lng As Single
Dim m As Integer
Const PI As Single = 3.14159265
Private Function tree(x As Integer, y As Integer, angle As Single, length As Single, n As Integer)
Dim x0 As Integer
Dim y0 As Integer
Dim alpha As Single
Dim beita As Single
Dim leng As Single
BackColor = vbWhite
If n > 0 Then
x0 = x + Cos(angle) * length
y0 = y - Sin(angle) * length
picture1.Line (x, y)-(x0, y0), vbbrake
alpha = angle - PI / 8
beita = angle + PI / 8
leng = 2 * length / 3
Call tree(x0, y0, alpha, leng, n - 1)
&nbs
- 2022-01-24 19:06:52下载
- 积分:1
-
Used for ASM Num Translate
汇编数据的转换程序.可以完成进制转换.适用于汇编新手.有助于做题.对于编程人员来说可以学习进制转换原理.-Used for ASM Num Translate
- 2023-05-01 15:00:04下载
- 积分:1
-
实现与windows记事本类似的界面与功能,在masm32下汇编运行,注释详细。...
实现与windows记事本类似的界面与功能,在masm32下汇编运行,注释详细。-Implementation and windows Notepad like interface and functions under the masm32 assembly operation, detailed comments.
- 2022-04-15 19:48:51下载
- 积分:1
-
这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份,
可输出是本年是否为闰年的提示信息。...
这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份,
可输出是本年是否为闰年的提示信息。-This is a judgment of whether a particular year Runnian procedures, Ifleap.exe running executable, the importation of specific years, output this year is a leap year if the message.
- 2022-03-04 18:17:52下载
- 积分:1
-
红外线数据通信系统开发,汇编语言,Keil C51开发环境
红外线数据通信系统开发,汇编语言,Keil C51开发环境-Infrared data communication system development, assembly language, Keil C51 Development Environment
- 2022-12-24 05:35:03下载
- 积分:1
-
十速单片机TM57PA40主要功能,对学习及使用十速单片机有很大帮助...
十速单片机TM57PA40主要功能,对学习及使用十速单片机有很大帮助-10-speed microcontroller TM57PA40 major functions of the learning and use of 10-speed microcontroller of great help
- 2023-07-19 12:45:03下载
- 积分:1
-
2 18b20 application means the same bus with the serial number detection assemble...
两片18b20应用 同一总线方式
带有序列号检测功能
汇编程序,编译测试通过-2 18b20 application means the same bus with the serial number detection assembler, compiler test
- 2022-02-27 02:48:33下载
- 积分:1