代码搜索结果
找到约 521,473 项符合
Control System 的代码
70. f28x bldc3_1:sensored trapezoidal control of bldc motor using hall sensors.txt
Description
Sensored control of a 3 phase BLDC (Brushless DC) motor using a Trapezoidal commutation scheme based on 3 Hall effect position sensors. This system implementation is set up to generate a
64. f28x aci3_4:sensor-less direct foc of 3-phase aci motor (simulation model).txt
This system simulates a sensorless direct field oriented control of 3-phase induction motor with an “emulated” 3-phase induction motor model. The motor speed is controlled by using estimated speed as
cuedsid cambridge university system identification toolbox.htm
CUEDSID: Cambridge University System Ide
control.java
package waitANDnotify;
public class Control {
int n;
boolean valueSet;
synchronized int get(){
if(valueSet){
try{
wait();
}catch (InterruptedException e){
System.out.p
foreachstring.java
//: control/ForEachString.java
public class ForEachString {
public static void main(String[] args) {
for(char c : "An African Swallow".toCharArray() )
System.out.print(c + " ");
}
commaoperator.java
//: control/CommaOperator.java
public class CommaOperator {
public static void main(String[] args) {
for(int i = 1, j = i + 10; i < 5; i++, j = i * 2) {
System.out.println("i = " + i
开关机加速.reg
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="100"
"WaitToKillAppTimeout"="500"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
inthread.cs
using System;
using System.Windows.Forms;
using System.Threading;
namespace TransBall
{
///
/// Class1 的摘要说明。
///
public class InThread
{
private Control A
foreachstring.java
//: control/ForEachString.java
public class ForEachString {
public static void main(String[] args) {
for(char c : "An African Swallow".toCharArray() )
System.out.print(c + " ");
}
commaoperator.java
//: control/CommaOperator.java
public class CommaOperator {
public static void main(String[] args) {
for(int i = 1, j = i + 10; i < 5; i++, j = i * 2) {
System.out.println("i = " + i