代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/183484/9157285
vbw test.vbw
frmTip = 188, 188, 631, 601, C, 110, 110, 657, 563, C
frmOptions = 34, 34, 557, 454, C, 0, 0, 547, 453, C
Form1 = 88, 88, 621, 534, C, 13, 34, 749, 605, C
www.eeworm.com/read/183484/9157287
exe test.exe
www.eeworm.com/read/183484/9157472
vbp test.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Form=frmTip.frm
Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; MSCOMCTL.OCX
www.eeworm.com/read/281401/9157952
test2
www.eeworm.com/read/183453/9158356
jpg test.jpg
www.eeworm.com/read/281391/9158616
pwi test.pwi
www.eeworm.com/read/281391/9158648
dsn test.dsn
www.eeworm.com/read/183392/9160085
cpp test.cpp
// Test.cpp : implementation file
//
#include "stdafx.h"
#include "attendance.h"
#include "Test.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/183392/9160087
h test.h
#if !defined(AFX_TEST_H__04BD362F_AD7B_11D6_8649_0088CC174723__INCLUDED_)
#define AFX_TEST_H__04BD362F_AD7B_11D6_8649_0088CC174723__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER
www.eeworm.com/read/380138/9160903
asv test.asv
clear;
clc
n=[20];
d=[1 2.5 1];
Kd= 37.6311 ,Kp=1;Ki=1
Gstep = tf(n,d);
Gc =tf([Kd Kp Ki],[1 0])
T = feedback(Gc*Gstep,1);
[y,t] = step(T);
plot(t,y)