代码搜索结果
找到约 521,473 项符合
Control System 的代码
63. f28xx aci3_3:sensored indirect foc of 3-phase aci motor.txt
This system simulates a sensored indirect field oriented control of 3-phase induction motor with an “emulated” 3-phase induction motor model. The motor speed is controlled by using measured speed as t
win2000优化技巧.txt
Win2000设置技巧
许多设置涉及到注册表,请小心操作,注意备份!
对象为Windows 2000 Professional。
内存性能优化:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management 中设置 ClearPageF
win2000优化技巧.txt
Win2000设置技巧
许多设置涉及到注册表,请小心操作,注意备份!
对象为Windows 2000 Professional。
内存性能优化:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management 中设置 ClearPageF
win2000优化技巧.txt
Win2000设置技巧
许多设置涉及到注册表,请小心操作,注意备份!
对象为Windows 2000 Professional。
内存性能优化:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management 中设置 ClearPageF
fselect.designer.cs
namespace Qeb.Control
{
partial class FSelect
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
viewstyle.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Qeb.Control
{
public enum ViewStyle
{
Custom,
Standard
}
}
fdwprintpreview.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace Qeb.Control
{
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
63. f28x aci3_3:sensored indirect foc of 3-phase aci motor(simulatiom model).txt
This system simulates a sensored indirect field oriented control of 3-phase induction motor with an “emulated” 3-phase induction motor model. The motor speed is controlled by using measured speed as t