-
C + + 类型 2 的模糊控制器库
此库被为了设计
非线性系统的模糊类型 2 控制器。在这个时刻这
只是 alpha 版本,以后会最后的释放
版本。同时你可以开始研究实例中发现
文件"test.cpp"和以运行此测试文件你必须
提取的 tar.gz 文件在文件夹中,然后从终端
执行以下命令 ︰
让
使测试
./ 测试
请读这篇文章,发现
在 sourceforge 的 tis 网页,其中包含所有理论
关于此库的背景。
请经常查看此网页
因为在即将到来的日子里我要去上传全
随着更多的东西此库的文档。
- 2022-05-07 19:29:01下载
- 积分:1
-
dsp
本程序主要是dsp在工业上的一个应用及代码(Dsp This procedure is mainly in industrial applications and a code)
- 2009-04-19 22:13:25下载
- 积分:1
-
哈夫曼树的c++实现
实验说明
实验所用英文文本为 /HaffmanfT 下的a.txt文件,原文为:
South Korea’s top court ruled on Thursday that Japan’s Mitsubishi Heavy Industries Ltd must compensate 28 South Koreans for their forced labor during World War Two, a ruling that drew an immediate rebuke from Tokyo.
The decision echoed the Supreme Court’s landmark verdict last month that ruled in favor of South Koreans seeking compensation from Japan’s Nippon Steel & Sumitomo Metal Corp. for their wartime forced labor.
The court upheld a 2013 appeals court decision that Mitsubishi must pay 80 million won ($71,000) to each of the 23 plaintiffs in compensation.
In a separate
- 2023-04-18 18:05:04下载
- 积分:1
-
visual C# 基本的用户名密码登录判断示例
一个else if结构的用户登录判断模块,这个是基于C#版的,代码超简单,没有使用数据库,只是交待出了完整的判断过程,后续使用数据库时,原理基本差不多,只不过这里的用户名和密码是从数据库中读取出来,下面是基本的判断过程:
if (textBox1.Text == "")//判断是否输入的用户名
{
MessageBox.Show("用户名不能为空!", "警告", MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
else
{
if (textBox1.Text.ToLower() == "tsoft" && textBox2.Text == "111")//判断用户名和密码是否正确
{
MessageBox.Show("登录成功!", "成功", MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
else
{
MessageBox.Show("用户名或密码错误!", "错误", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}结合数据库实现时,先建立数据库连接,读取出用户名和密码赋值到变量中,然后使用上述代码即可判断。
- 2022-07-21 04:48:54下载
- 积分:1
-
平台基于visual studio2015 medianBlur
平台基于visual studio2015,使用opencv函数实现中值滤波,进行图像处理(median blur based on opencv)
- 2020-06-20 05:00:01下载
- 积分:1
-
DateTimePickerExample
C# DateTimePickerExample
- 2012-12-25 09:58:12下载
- 积分:1
-
gamut.tar
说明: 色域映射算法是颜色恒常性中经常用到的算法,得到了广泛的认可和应用。(Gamut mapping color constancy algorithm is frequently used algorithms, has been widely recognized and applied.
朗读
显示对应的拉丁字符的拼音字典- 查看字典详细内容)
- 2011-02-26 17:37:28下载
- 积分:1
-
kaermanlvbo
离散的kalman滤波,计算信号的滤波值、预测值,估计误差及预测误差(kalman filter)
- 2011-11-23 20:19:08下载
- 积分:1
-
EM4095
采用STC89C51编写的125K射频卡阅读器程序,采用EM4096基站芯片。(125K RF using STC89C51 written card reader program, the the EM4096 base station chip.)
- 2012-07-12 10:05:19下载
- 积分:1
-
sdt_rev250p
很好的嵌入式操作系统资料,高效率的实时嵌入式操作系统。含有三星的原版资料。(Very good information on embedded operating systems, efficient real-time embedded operating system. Samsung contain original information.)
- 2009-02-22 08:28:18下载
- 积分:1