-
tongxunlu
通讯录系统,简单的对通讯录进行编程,可实现文件的输出(Address book system, easy to program to the address book, documents can be output)
- 2009-04-06 11:34:33下载
- 积分:1
-
fuzzy_tl
Under the circumstances of pure lag in feedback control system and the imprecision of the controlled object model, the fuzzy logic and pure lag compensation theory is used to design a Fuzzy PI-Smith control system . By the Simulink toolbox and Fuzzy logic toolbox of MATLAB, the system has been simulated. The simulation results show that the Fuzzy PI-Smith system has faster response speed and smaller overshoot than the traditional PI-Smith system.The explicit formulation of Fuzzy PI-Smith system is derived, and it lay the basis for the practical application of control algorithms.
- 2013-05-20 11:28:13下载
- 积分:1
-
wma driver for wma decoder
wma driver for wma decoder,you can use this code for proting!
- 2022-07-26 22:37:52下载
- 积分:1
-
CT107D
电子技能大赛CT107D配套程序,写得还算比较规范的,供大家参考(E-Skills Competition CT107D matching program)
- 2013-12-20 14:33:02下载
- 积分:1
-
C# 获取当前时区的标准时区名称
C# 获取当前时区的标准时区名称:private void button1_Click(object sender, EventArgs e)
{//获取当前时区的标准时区名称
var MyInfo="当前时区的标准名称是:";
if(TimeZone.CurrentTimeZone.IsDaylightSavingTime(DateTime.Now))
MyInfo+= TimeZone.CurrentTimeZone.DaylightName;
else
MyInfo+= TimeZone.CurrentTimeZone.StandardName;
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
}
- 2022-04-27 18:00:04下载
- 积分:1
-
无刷直流电机foc驱动
无刷直流电机foc驱动
- 2021-05-06下载
- 积分:1
-
QPWeb
网狐原版网站后台,绝对完整!超值!!!!(code wh web aaaaaaa)
- 2010-03-15 19:35:20下载
- 积分:1
-
NetTime
基于TCPIP协议的一个服务器客户端程序。给你比较简单,属于最基本的操作,vc++6.0实现(Based on TCPIP agreement a server client program. Give you more simple, belong to the most basic operation, vc++ 6.0 realized)
- 2012-03-19 20:33:06下载
- 积分:1
-
shuikudiaodu_dengchulifa
水库调度图的绘制是一个难点,该程序采用等出力法绘制水库调度图,可通用。(Reservoir operation mapping is a difficult point, the program method used, such as mapping efforts reservoir operation plans can be generic.)
- 2020-12-17 10:09:12下载
- 积分:1
-
ClockwiseSpiral
自己做的把1,2,3…n*n 的数字按照顺时针螺旋的形式形成矩阵。(Do 1, 2, 3 ... n* n figures formed by the clockwise spiral form of a matrix.)
- 2013-04-16 18:54:24下载
- 积分:1