代码搜索结果

找到约 521,473 项符合 Control System 的代码

65. f28x aci3_4:sensor-less direct flux vector control of 3-phase aci motor.txt

This system framework contains sensor-less direct field oriented control of 3-phase induction motor. The motor speed is controlled by using estimated speed as the speed feedback from the speed estimat

control.prw

[System] System1=main [main] Project1=Control.prj

multimedia-system-control.c

/** * This file was generated by the Objective Systems ASN1C Compiler * (http://www.obj-sys.com). Version: 5.72, Date: 22-Mar-2005. */ #include "ooasn1.h" #include "MULTIMEDIA-SYSTEM-CONTROL.h" /

buildsupercontentrotatorvb.bat

@REM This batch file compiles the SuperContentRotator control C:\Windows\Microsoft.NET\Framework\v1.0.3705\vbc /t:library /r:System.dll,System.Xml.dll,System.Web.dll,System.Data.dll /out:bin\Supere

myfirstcontrol.cs

using System; using System.Web; using System.Web.UI; namespace WroxControls { public class MyFirstControl : Control { protected override void Render(HtmlTextWriter writer)

myfirstcontrol.cs

using System; using System.Web; using System.Web.UI; namespace WroxControls { public class MyFirstControl : Control { protected override void Render(HtmlTextWriter writer)

idleregs.inc

0x0001 ICR[7:0] Idle Control Register xxxx xxxx 0000 0000 0x0002 ISTR[7:0] Idle Status Register xxxx xxxx 0000 0000 0x07FD SYSR[15:0] System Register? 0000 0000 0000 0000

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

添加环境变量.bat

set regpath=HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment ::系统环境变量 ::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment ::用户环境变量 ::HK