登录
首页 » 文件格式 » Brushless DC motor control DSP

Brushless DC motor control DSP

于 2023-06-06 发布 文件大小:42.08 kB
0 225
下载积分: 2 下载次数: 1

代码说明:

无刷直流电机控制的基于DSP的卫星天线伺服控制系统的研究-Brushless DC motor control DSP-based servo control of the satellite antenna system

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 课程设计(电子商务系统) 对于典型的数据库管理系统,尤其是对像电子商务这样的数据流量特别大的网络管理系统,必须要满足使用方便、操作灵活等设计需求。本系统在设...
    课程设计(电子商务系统) 对于典型的数据库管理系统,尤其是对像电子商务这样的数据流量特别大的网络管理系统,必须要满足使用方便、操作灵活等设计需求。本系统在设计时应该满足以下几个目标:  采用人机对话的操作方式,界面设计美观友好、信息查询灵活、方便、快捷、准确、数据存储安全可靠。  全面展示商城内所有商品,并可展示最新商品及特价商品。  实现网上购物。  商品销售排行,以方便顾客了解本商城内的热销商品及帮助企业领导者做出相应的决策。  查看商城内的公告信息。  对用户输入的数据,系统进行严格的数据检验,尽可能排除人为的错误。  系统最大限度地实现了易维护性和易操作性。  系统运行稳定、安全可靠。 -Course Design (e-commerce system) for typical database management system especially for e-commerce such as the flow of data is particularly large network management system must meet the user-friendly, operational flexibility design needs. In the design of the system should meet the following objectives :
    2022-11-02 04:40:04下载
    积分:1
  • the progran create pwm wave by msp430F149
    the progran create pwm wave by msp430F149
    2022-02-01 12:36:05下载
    积分:1
  • 这是一编关于windows media 的ASF解析的,想搞流媒体开发的朋友必看...
    这是一编关于windows media 的ASF文件格式解析的文件,想搞流媒体开发的朋友必看-This is one of the series on the windows media file format parsing ASF files, streaming media want to see the development of Friend
    2022-03-07 08:56:15下载
    积分:1
  • 这是100个经典的C语言的程序设计,如果能认真看一边会有很大的收获...
    这是100个经典的C语言的程序设计,如果能认真看一边会有很大的收获-This is a 100 classic C language programming, if we can seriously look side will be a great harvest
    2022-11-27 01:45:03下载
    积分:1
  • avr without the pain started, this is the best I have read documentation to lear...
    avr 无痛苦起步,这是我读过的最好的AVR学习文档。介绍给各位朋友分享。-avr without the pain started, this is the best I have read documentation to learn AVR. Introduced to all our friends to share.
    2023-07-06 12:50:02下载
    积分:1
  • Joseph Wan, the hash table, banking simulation system for the subject data struc...
    Joseph环,哈希表,银行业务模拟系统为题目的数据结构课程设计。有详细的文字说明和源代码。-Joseph Wan, the hash table, banking simulation system for the subject data structure course design. A detailed written instructions and source code.
    2022-07-17 19:26:27下载
    积分:1
  • I use the SQL SERVER database 3 years, and have encountered many technical probl...
    本人使用SQL SERVER 数据库3年,其中遇到不少技术问题,本文件将解决方法记录起来,本来是作为我的手册使用的,现在共享出来,希望对大家有帮助。内容比较多,容量比较大,不过分类清楚,可供遇到疑难时查阅。-I use the SQL SERVER database 3 years, and have encountered many technical problems, the paper records will be a solution, and was originally used as my manual, and now shared out to all of you help. More content, more capacity, but a clear classification for the problems encountered when the inspection.
    2022-04-10 03:17:23下载
    积分:1
  • 2022-06-03 09:13:14下载
    积分:1
  • Huffman tree algorithm for the creation and implementation; Huffman coding algor...
    Huffman树的创建算法与实现;Huffman编码算法的实现-Huffman tree algorithm for the creation and implementation; Huffman coding algorithm implementation
    2022-03-06 14:42:12下载
    积分:1
  • 在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业...
    在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计算出平均周转时间并输出。 3.作业调度算法: 短作业优先(作业估计运行时间最短的作业首先被调度)。 4.处理要求: 在两道环境下有多个作业; 程序运行时,首先提示输入测试文件的文件名; 输入文件名后,程序将读入文件中的有关数据,并按照最短作业优先调度算法对作业进行调度,作业被调度运行后不再退出(忽略进程调度或者可以认为进程调度采用的是先来先服务调度算法); 假设内存容量为100K,存储管理方案为可变分区方式,且不允许在内存中移动作业。 -in a multi-program design system, and achieving a "Dispatch" the simulation. The simulation procedure is as follows : 1. Input : Job Flow document, which is stored in a series of operations to be implemented information, including five each operating data : the operations, priority, time to enter the input shaft (with an integer, as expressed to 10:10 1010), is estimated to run time (unit : minutes), the memory demand. The data item separated by a space. 2. Output : In accordance with the scheduling order of output per work- a document : "
    2022-06-01 01:27:57下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载