代码搜索结果
找到约 10,000 项符合
7 的代码
d7r7.cpp
#include "iostream.h"
#include "fstream.h"
#include "stdlib.h"
#include "string.h"
void indexx(int n, double arrin[], int indx[])
{
int i,j,l,ir,indxt;
double q;
for (j = 1; j
chap7_7_2.m
%Closed system approaching and zero phase error controller design
clear all;
close all;
load freq.mat;
ts=0.001;
f=FF;
for i=1:length(ph)
if ph(i)>0 ph(i)=ph(i)-360;
end
end
%Tran
chap7_7_3.m
%Zero Phase Error Position control
clear all;
close all;
load zpecoeff.mat; %ZPE coefficient nF and dF
load closed.mat; %Load kp
ts=0.001;
sys=tf(5.235e005,[1,87.35,1.047e004,0]);
dsys=c2
chp7ex7.m
cost = [200 7.0 0.008
180 6.3 0.009
140 6.8 0.007];
mwlimits =[10 85
10 80
10 70];
Pdt = 150;
B = [0.0218 0 0
0 0
grid7x7.dst
$node_(0) set X_ 0.0
$node_(0) set Y_ 0.0
$node_(0) set Z_ 0.0
$node_(1) set X_ 200.0
$node_(1) set Y_ 0.0
$node_(1) set Z_ 0.0
$node_(2) set X_ 400.0
$node_(2) set Y_ 0.0
$node_(2) set Z_ 0.0
$node_(
d7r7.cpp
#include "iostream.h"
#include "fstream.h"
#include "stdlib.h"
#include "string.h"
void main()
{
//program d7r7
//driver for routine sort3
int i,j,nlen = 64;
double a[65], b
ch7-7-book.xml
The Adventures of Huckleberry Finn
Mark Twain
mass market paperback
xt7-7-2.txt
#include
using namespace std;
#define NULL 0
struct student
{long num;
float score;
student *next;
};
int n;
student *del(student *head,long num)
{student *p1,*p2;
7_mvl7_functions.vhd
--***************************************************************************
-- VHDL BIT_VECTOR Operations for MVL7 type
--