-
FuzzyAnti-windup
Fuzzy Anti-Windup Schemes for PID Controllers
- 2010-12-31 12:12:25下载
- 积分:1
-
BER
说明: 提供了各种调制手段之下的通信BER仿真结果,并且运用MALAB的simulink加以实现(programs for the communication BER modulation)
- 2011-03-09 23:40:02下载
- 积分:1
-
library-system
值得一看的图书馆管理系统,有plucky同学编写及共享,登陆密码打开mdb文件查看(Worth of library management system, there are plucky prepared by the students and sharing, login password to open mdb file viewer)
- 2013-09-06 12:05:53下载
- 积分:1
-
WPF 注意的小知识点
里面的内容只是提醒C#(WPF方向)开发人员平时需要注意的一点小知识,希望朋友们能用得到。如有错误敬请谅解!!!!
- 2022-06-13 09:05:04下载
- 积分:1
-
数据库查询程序示例:C# 获取客户表中指定城市的客户
C# 获取客户表中指定城市的客户,这是一个C# SQLSERVER结合的数据检索程序实例,用来查询满足指定条件的数据库数据,并显示出来。来看代码如下:
//获取客户表中指定城市的客户(使用存储过程返回行集合):
string MyCity = "London";
DataClasses1DataContext MyDataContext = new DataClasses1DataContext();
System.Data.Linq.ISingleResult MyRows = MyDataContext.MyCustomersByCity(MyCity);
string MyInfo = MyCity+"的客户包括:";
foreach (MyCustomersByCity_个结果 MyCustomer in MyRows)
{
MyInfo+="
客户ID:"+MyCustomer.CustomerID;
}
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
- 2022-07-11 07:44:24下载
- 积分:1
-
对图像进行HSV特征提取,并用SVM进行训练,实现火灾检测
对图像进行HSV特征提取,并用SVM进行训练,实现火灾检测。提取大量火灾图片和非火灾图片的hsv颜色特征,在此基础上,使用SVM支持向量机进行训练模型,之后对新的图片进行分类,火灾或者非火灾
- 2022-03-25 02:14:39下载
- 积分:1
-
tscwt
Use VC to achieve the voice of the phone, very good !! compiled through
- 2018-11-27 01:09:08下载
- 积分:1
-
VmWare_VxWorks_WINDML
vxWorks在VmWare上进行开发的所有文档(VxWorks VmWare Source Code)
- 2009-02-27 19:08:54下载
- 积分:1
-
CRsummarize
.NET环境下水晶报表使用总结
水晶报表是一个优秀的报表开发工具,本人在开发通用管理系统的时候,所有报表都使用水晶报表,其简单、易用和强大的功能令笔者倍加喜爱,现将水晶报表使用手记呈现给大家。
一、在使用自带的水晶报表时,请注册,否则只能使用30次
(. NET environment using Crystal Reports Crystal Reports is an excellent summary of the report development tools, I am in the development of common management system, all reports use Crystal Reports, its simple, easy to use and powerful features make doubly favorite author, now Crystal Reports presented to you using the Notes. First, when using the built-in Crystal Reports, please register, or can only use 30 times)
- 2011-05-25 17:51:19下载
- 积分:1
-
Chapter33_PWM捕获
简单的PWM捕获,初学者比较适合。看看就好啦(Simple PWM capture, beginners are more suitable. Just look at it.)
- 2020-06-20 16:20:02下载
- 积分:1