Welcome![Sign In][Sign Up]
Location:
Search - fuzzy 3 input

Search list

[JSP/JavaTemperatureController

Description: 本程序分为界面和控制器核心两部分 一、界面部分功能主要有: (1)显示控制器核心数据和参数 (2)与用户交互,可以调节初始输入温度值,并将温度变化率清零以便进行新一轮的模拟。 界面使用了定时器。开启模拟时候,每隔一秒,触发一次计时器消息,完成下列工作: 1. 将界面上的当前温度映射为模糊控制器的输入温度 2. 输出当前温度,当前温度变化率 3. 调用模糊控制,得到控制器输出值,将其乘以m_fFuelEffect (燃料输出对温度变化率的影响率,目前设置为0.3),得到变化率的变化,加到当前温度变化率上,得到新的变化率。 4. 更新变化率,更新温度。将结果映射到界面上。 5. 记录相关数据并以图形、数字方式输出。 二、控制器核心用到的类有 (1)Rule_Func_Single 将简单的函数包装成类,方便后面使用。实现了 NB, NS, ZO, PS, PB 等梯形函数,以及常值函数。 (2)Grading_Func 继承自Rule_Func_Single类,比基类增加一个输入参数,指明梯形函数属于Input, Delta或者Output 。 (3)Rule_Function 将两个Grading_Func结合在一起,进行模糊与或模糊或等模糊逻辑操作,并输出结果。 -interface and controller core part of a two, the main function of the interface are : (1) Display Controller and core data parameters (2) interact with the user, can regulate the importation of the initial temperature, and will reset the rate of temperature change to a new simulation. Use the interface timer. Open simulation, every one second, the news triggered a timer, to complete the following tasks : 1. will interface on the current temperature map to the fuzzy controller input temperature 2. output current temperature, the current rate of temperature change 3. Call fuzzy control, to be the controller output value, m_fFuelEffect be multiplied by (fuel output to the rate of temperature change in rates Currently set to 0.3), be changes in the rate of change, added to the current rate of
Platform: | Size: 47985 | Author: 梁秀波 | Hits:

[Delphi VCLSwapMouse

Description: 1.注册服务 2.快捷键,切换鼠标左右键 3.杀掉进程 1.运行RegSwap.bat,可以注册成为服务 2.控制面板-服务中,启动服务 3.Shift+F8,切换 4.在c:\\KilledList.txt 文件中输入,进程名,模糊即可,在切换的同时就能杀掉列表中的进程-1. Registration 2. Keyboard, Switching the mouse button 3%. kill a process. RegSwap.bat operation, can be registered as a service 2. Control Panel - services, start-up services 3.Shift F8, switching 4. In c : \\ KilledList.txt document input, process, and can be fuzzy, While the switch will kill the process list
Platform: | Size: 301244 | Author: qzf | Hits:

[Other resourceyuanlifengvote_0701

Description: 本系统适用于林业局票证管理窗口对木材运输证打印管理,是根据林业局需要量身定制的管理系统。  主要功能如下: 一、运输票证信息录入、修改、打印(可根据林业局印刷的证样套打)。 二、运输票证信息字段管理(运输种类管理、材种管理、树种管理、发货单位管理、发证依据管理)。 三、运输票证分类搜索管理(按运输证编号精确查询、按运输工具及车号查询、按运输地点模糊查询、按发货单位模糊查询) 四、运输证统计报表管理。 五、系统超级管理(系统设置、数据备份恢复、管理员角色设置) -the system applicable to the management of FDA ticket window to transport timber certification Print management, According to FDA is required customization management systems. Following major functions : a transport ticket information input, modify, print (FDA may permit the printing kind piling). 2, transport ticket information management field (type of transportation management, timber management, species management, invoice management units, Certification based management). 3, transport ticket classification Search Management (Transport Permit No. precise inquiry by transport equipment and running inquiries, Transport locations fuzzy inquiry, according to the consignor units fuzzy inquiries) 4, transportation management certification statistical statements. 5, Super management system (s
Platform: | Size: 253640 | Author: 于鸣 | Hits:

[JSP/JavaTemperatureController

Description: 本程序分为界面和控制器核心两部分 一、界面部分功能主要有: (1)显示控制器核心数据和参数 (2)与用户交互,可以调节初始输入温度值,并将温度变化率清零以便进行新一轮的模拟。 界面使用了定时器。开启模拟时候,每隔一秒,触发一次计时器消息,完成下列工作: 1. 将界面上的当前温度映射为模糊控制器的输入温度 2. 输出当前温度,当前温度变化率 3. 调用模糊控制,得到控制器输出值,将其乘以m_fFuelEffect (燃料输出对温度变化率的影响率,目前设置为0.3),得到变化率的变化,加到当前温度变化率上,得到新的变化率。 4. 更新变化率,更新温度。将结果映射到界面上。 5. 记录相关数据并以图形、数字方式输出。 二、控制器核心用到的类有 (1)Rule_Func_Single 将简单的函数包装成类,方便后面使用。实现了 NB, NS, ZO, PS, PB 等梯形函数,以及常值函数。 (2)Grading_Func 继承自Rule_Func_Single类,比基类增加一个输入参数,指明梯形函数属于Input, Delta或者Output 。 (3)Rule_Function 将两个Grading_Func结合在一起,进行模糊与或模糊或等模糊逻辑操作,并输出结果。 -interface and controller core part of a two, the main function of the interface are : (1) Display Controller and core data parameters (2) interact with the user, can regulate the importation of the initial temperature, and will reset the rate of temperature change to a new simulation. Use the interface timer. Open simulation, every one second, the news triggered a timer, to complete the following tasks : 1. will interface on the current temperature map to the fuzzy controller input temperature 2. output current temperature, the current rate of temperature change 3. Call fuzzy control, to be the controller output value, m_fFuelEffect be multiplied by (fuel output to the rate of temperature change in rates Currently set to 0.3), be changes in the rate of change, added to the current rate of
Platform: | Size: 49152 | Author: 梁秀波 | Hits:

[Delphi VCLSwapMouse

Description: 1.注册服务 2.快捷键,切换鼠标左右键 3.杀掉进程 1.运行RegSwap.bat,可以注册成为服务 2.控制面板-服务中,启动服务 3.Shift+F8,切换 4.在c:\KilledList.txt 文件中输入,进程名,模糊即可,在切换的同时就能杀掉列表中的进程-1. Registration 2. Keyboard, Switching the mouse button 3%. kill a process. RegSwap.bat operation, can be registered as a service 2. Control Panel- services, start-up services 3.Shift F8, switching 4. In c : \ KilledList.txt document input, process, and can be fuzzy, While the switch will kill the process list
Platform: | Size: 301056 | Author: qzf | Hits:

[Other systemsyuanlifengvote_0701

Description: 本系统适用于林业局票证管理窗口对木材运输证打印管理,是根据林业局需要量身定制的管理系统。  主要功能如下: 一、运输票证信息录入、修改、打印(可根据林业局印刷的证样套打)。 二、运输票证信息字段管理(运输种类管理、材种管理、树种管理、发货单位管理、发证依据管理)。 三、运输票证分类搜索管理(按运输证编号精确查询、按运输工具及车号查询、按运输地点模糊查询、按发货单位模糊查询) 四、运输证统计报表管理。 五、系统超级管理(系统设置、数据备份恢复、管理员角色设置) -the system applicable to the management of FDA ticket window to transport timber certification Print management, According to FDA is required customization management systems. Following major functions : a transport ticket information input, modify, print (FDA may permit the printing kind piling). 2, transport ticket information management field (type of transportation management, timber management, species management, invoice management units, Certification based management). 3, transport ticket classification Search Management (Transport Permit No. precise inquiry by transport equipment and running inquiries, Transport locations fuzzy inquiry, according to the consignor units fuzzy inquiries) 4, transportation management certification statistical statements. 5, Super management system (s
Platform: | Size: 253952 | Author: 于鸣 | Hits:

[matlabfuzzy-pi

Description: 一被控对象 ,给定为阶跃给定,幅值为500,设计一个两维模糊PI型控制器,输入语言变量和输出语言变量均取7个值{NB,NM,NS,ZE,PS,PM,PB},模糊论域为{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},用matlab编程仿真研究。-Charged with one object, to set at a given step, the amplitude for the 500, the design of a two-dimensional fuzzy PI-type controller, input linguistic variables and output linguistic variables are taken seven values (NB, NM, NS, ZE, PS , PM, PB), fuzzy domain for (-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6), Simulation programming with matlab .
Platform: | Size: 7168 | Author: 崔艳 | Hits:

[Otherruoshui2009032800youxiusuoshilunwenLabview

Description: 该论文《基于LabVIEW的热电空调温度模糊控制系统的研究》是优秀硕士学位论文。 主要内容如下: 1.阐述了热电制冷的基本原理,并对热电制冷的热力学特性和极限工况进行了分析与计算。 2.根据热电空调的温度控制要求选取了适用于系统的模糊控制规则,并在LabVIEW环境下完成了对模糊控制器的设计并进行了输入输出性能测试。 3.在研究信号采集和调理技术的基础上,结合信号调理设备实现了在LabVIEW环境下热电空调温度监测子系统的软件设计。 4.完成了热电空调供电子系统的PWM直流斩波调压电路的设计及LabVIEW环境下硬件电路控制的程序设计 利用PSpice对PWM直流斩波调压电路进行了硬件... -The thesis, "LabVIEW-based thermoelectric air-conditioning temperature fuzzy control system" is the outstanding master s thesis.       Are as follows: 1. Expounded the basic principles of thermoelectric refrigeration, and thermoelectric refrigeration thermodynamic properties and the limits of operating conditions are analyzed and calculated. 2. In accordance with thermoelectric temperature control air-conditioning requirements for the system selected for the fuzzy control rules, and LabVIEW environment to achieve the design of fuzzy controller and the input and output performance test. 3. In signal acquisition and conditioning techniques, based on the combination of signal conditioning equipment in the LabVIEW environment thermoelectric air-conditioning temperature monitoring subsystem software design. 4. Achieve a thermoelectric air-conditioning power supply subsystem PWM DC chopper regulator circuit design and LabVIEW environment to control the hardware circuit desig
Platform: | Size: 7842816 | Author: 若水 | Hits:

[source in ebookmohukongzhi

Description: 设计一模糊控制器,使系统输出尽快跟随系统输入;2)模糊控制与PID控制的性能进行比较;3)系统有无延迟性能进行比较 模糊PID控制 被控系统建模-Design a fuzzy controller, the system output as soon as possible to follow the system input 2) fuzzy control and PID control performance comparison 3) whether the delay in the performance of the system compared charged fuzzy PID control system modeling
Platform: | Size: 1024 | Author: 乔百杰 | Hits:

[matlabfuzzyPID

Description: 某工业系统可等效为二阶环节带延迟...且执行机构具有0.07的死区和0.7的饱和区。采样时间T=0.01;系统的输入r(t)=1.5 要求1)设计一模糊控制器,使系统输出尽快跟随系统输入;2)模糊控制与PID控制的性能进行比较;3)系统有无延迟性能进行比较-An industrial system can be equivalent to second-order part of the implementing agencies with a delay ... and the dead with a .07 and 0.7 saturation. Sampling time T = 0.01 the system input r (t) = 1.5 requirement 1) design a fuzzy controller, the system output as soon as possible to follow the system input 2) fuzzy control and PID control performance comparison 3) whether the delay in the system performance comparison
Platform: | Size: 2048 | Author: 乔百杰 | Hits:

[ApplicationsMrCy

Description: C#开发的餐饮管理系统,本系统属于小型的餐饮管理系统,可以有效地对中小型餐厅消费进行管理,本系统应达到以下目标: 1.系统采用人机交互的方式,界面美观友好,信息查询灵活、方便,数据存储安全可靠。 2.实现对餐厅顾客开台、点菜/加菜、账目查询和结账等操作。 3.对用户输入的数据,进行严格的数据检验,尽可能的避免人为错误。 4.实现对消费账目自动结算。 5.实现对消费的历史记录进行查询,支持模糊查询。 6.系统应最大限度地实现易维护性和易操作性。-C# development of food and beverage management system, this system belongs to a small food and beverage management system that can effectively manage small and medium sized restaurant consumption, the system should achieve the following objectives: 1. System uses human-computer interaction approach, friendly and beautiful interface, and information inquiries flexible, convenient, safe and reliable data storage. 2. Realize the restaurant was meant to bring customers, ordering/Jia Cai, accounts queries and billing and other operations. 3. For the user input data, strict data validation, as much as possible to avoid human error. 4. To achieve automated clearing accounts of consumption. 5. To realize the history of consumer inquiries and support fuzzy queries. 6. System should be to maximize the ease of maintenance and ease of maneuverability.
Platform: | Size: 1373184 | Author: 374 | Hits:

[AI-NN-PR2

Description: matlab课程设计 课程报告题目:一类模糊PID控制器模糊查询表设计 2课程报告要求:按照讲课内容,在课程报告中应完整且详细地包括以下内容: 1设计任务 2确定输入量和控制量的论域及模糊参考集 3 确定模糊关系矩阵 4 输入量模糊化 5 模糊推理计算 6 模糊判决 7 模糊控制查询表 -matlab Course Design Course Report Title: a fuzzy PID controller, fuzzy look-up table designed two courses reporting requirements: According to the lecture content, the curriculum should be a full and detailed report to include the following: a design task 2 to determine and control the amount of input On the domain and fuzzy reference sets 3 to determine fuzzy relationship matrix 4 input fuzzy five fuzzy inference calculation six fuzzy decision seven fuzzy control query table
Platform: | Size: 385024 | Author: Amberfay | Hits:

[Mathimatics-Numerical algorithmsrsar_1.3.3.tar

Description: sar is a Rough Set-based Attribute Reduction (aka Feature Selection) implementation. This is an implementation of ideas described, among other places, in the following paper: Qiang Shen and Alexios Chouchoulas, A Modular Approach to Generating Fuzzy Rules with Reduced Attributes for the Monitoring of Complex Systems. Engineering Applications of Artificial Intelligence, 13(3):263-278, 2000. rsar reads in a MIMO (Multiple Input, Multiple Output) dataset, performs RS-based feature selection on it, and returns the selected feature subset. Four versions of the QuickReduct algorithm are supported, QuickReduct, QuickReduct III, QuickReduct IV and QuickReduct V (progressively faster implementations). QuickReduct II is a backward elimination version of QuickReduct and is not supported yet neither is exhaustive search for reducts. -sar is a Rough Set-based Attribute Reduction (aka Feature Selection) implementation. This is an implementation of ideas described, among other places, in the following paper: Qiang Shen and Alexios Chouchoulas, A Modular Approach to Generating Fuzzy Rules with Reduced Attributes for the Monitoring of Complex Systems. Engineering Applications of Artificial Intelligence, 13(3):263-278, 2000. rsar reads in a MIMO (Multiple Input, Multiple Output) dataset, performs RS-based feature selection on it, and returns the selected feature subset. Four versions of the QuickReduct algorithm are supported, QuickReduct, QuickReduct III, QuickReduct IV and QuickReduct V (progressively faster implementations). QuickReduct II is a backward elimination version of QuickReduct and is not supported yet neither is exhaustive search for reducts.
Platform: | Size: 730112 | Author: NH | Hits:

[OS programVBshangchangguanl_code

Description: 1、 系统功能的基本要求: 前台POS销售系统(基本功能): 1. 商品录入:根据商场业务特点制定相关功能,可以通过输入唯一编号、扫描条形码、商品名称等来实现精确或模糊的商品扫描录入。该扫描录入方法可以充分保证各种电脑操作水平层次的人员均能准确快速地进行商品扫描录入。 2. 收银业务:通过扫描条形码或者直接输入商品名称(对于同类多件商品采用一次录入加数量的方式)自动计算本次交易的总金额。在顾客付款后,自动计算找零,同时打印交易清单(包括交易的流水账号、每类商品的商品名、数量、该类商品的总金额、交易的时间、负责本次收银的员工号)。如果顾客是本店会员并持有本人会员卡,则在交易前先扫描会员卡,并对所购物品全部实行95折优惠,并将所购物品的总金额累计到该会员的总消费金额中。 会员卡的有效期限为一年,满一年未续卡者,该会员卡将被注销。 3. 安全性。POS登陆、退出、换班与操作锁定等权限验证保护;断电自动保护最大限度防止意外及恶意非法操作。 4. 独立作业。特有的断网收银即在网络服务器断开或网络不通的情况下,收银机仍能正常作业。 -1, system function of basic requirements: Receptionist POS sales system (basic function) : 1. According to the mall input: commodity business characteristics to formulating relevant function, can pass import only Numbers, scanning bar code, the name of commodity, etc. To achieve precise or fuzzy commodity scanning typing. The scan input method can fully ensure various computer operation level of all levels of staff can accurately and rapidly merchandise scanning typing. 2. The cashier business: by scanning barcode or direct input commodity name (in similar more pieces of goods by a recorded plus the number of automatic calculation method) the total amount of this transaction. In the customer payment, automatic calculation of change, at the same time printing trade list (including trading account number, each type of flowing water of commodity commodity name, quantity, such ?
Platform: | Size: 643072 | Author: 专业资料 | Hits:

[JSP/Javastu_jz_35

Description: 1、 受捐单位登记: a) 录入受捐单位信息 录入字段:名称,负责人,联系电话,联系地址,备注 b) 主健字段为自动增长 2、 捐赠查询: a) 录入查询条件。 b) 要求验证输入信息,如金额 3、 捐赠登记: a) 录入捐赠信息。模糊查询 b) 要求使用Hibernate查询语言完成,使用HQL和QBC或纯SQL均可 4、 前台统计: a) 统计总金额数 b) 最新捐赠 c) 个人捐赠排行榜,显示前两名 d) 单位捐赠排行榜,显示前两名 e) 受捐单位排行榜,显示前两名-1, the registration unit by donation: a) entry by donation units of information into the fields: name, responsible person, contact telephone number, address, notes, b) primary key field is automatically increased 2 donation queries: a) input query. b) requires the input verification information, such as the amount of 3, donor registration: a) entry donation information. Fuzzy query b) require the use of Hibernate Query Language to complete, using HQL and SQL can be 4 QBC or pure, front desk statistics: a) the total amount of statistics the number of b) the latest donation c) personal donation list, showing the top two d) units of donated list shows the first two e) units by the donation list, showing the top two
Platform: | Size: 283648 | Author: 邓铭 | Hits:

[ERP-EIP-OA-Portaltushu1

Description: 图书管理系统:1、系统以菜单方式工作。2、图书信息录入功能(图书信息用文件保存)--输入。3、图书信息的编辑功能(插入、删除、修改)。4、图书信息浏览功能(按书号、书名、出版时间、价格等排序输出)。5、图书信息查询功能(按书号、书名、作者名、出版社查询,提供模糊查询的功能) -Library management system: 1, the system work the way to the menu. 2, book information into the function (book information with the file)- input. 3, book information editing functions (insert, delete, modify). 4, book information browsing (by ISBN, title, publication time, the price sort out). 5, book information inquiry function (by ISBN, title, author name, publisher information, providing fuzzy query function)
Platform: | Size: 3072 | Author: Maria | Hits:

[ActiveX/DCOM/ATLTricks-of-Win-Game-Programming-

Description: 详细覆盖了从Windows编程到direct 3D, direct Draw, direct Music, direct Input的编程方法,以及游戏编程中的常用算法和编程技巧。-This book takes the reader through Win32 programming, covering all the major components of DirectX including DirectDraw, DirectSound, DirectInput (including Force Feedback), and DirectMusic. Andre teaches the reader 2D graphics and rasterization techniques. Finally, Andre provides the most intense coverage of game algorithms, multithreaded programming, artificial intelligence (including fuzzy logic, neural nets, and genetic algorithms), and physics modeling you have ever seen in a game book.
Platform: | Size: 11355136 | Author: 闫煜 | Hits:

[Windows Developperson

Description: [设计要求]一、定义人员(person)类,其中至少包括姓名、性别、 电话、地址、邮政编码、邮箱、QQ号和类别(例如:同学、朋友等)。 二、实现下面的功能 1、设计菜单实现功能选择; 2、输入功能:输入人员信息,并保存到文件中; 3、查询功能:1)能够根据姓名、电话精确查询人员信息; 2)能够根据地址进行模糊查询人员信息; 3)根据人员类别查询人员信息 4、根据姓名对人员信息排序输出 5、能根据姓名、电话修改人员信息 6、能根据姓名、电话删除人员信息-[Design] First, the definition of personnel (person) class, including at least name, gender, Phone, address, zip code, mail, QQ number and type (example: students, friends, etc.). Second, to achieve the following functions 1, designed to achieve the function selection menu 2, input: enter personnel information, and save to a file 3, the query functions: 1) can be based on the name, telephone inquiries accurate personnel information 2) to address fuzzy query based on personnel information 3) According to the categories of personnel inquiries personnel information 4, according to the name of the person ordering the output information 5, according to the name, telephone modify personnel information 6, according to the name, phone remove personnel information
Platform: | Size: 6144 | Author: john lester | Hits:

[matlabfuzzy-control-table-line-calculation

Description: 离散论域模糊控制表的离线计算.已知单变量两维输入,一维输出模糊控制器,其两维输入为E,EC,一维输出为I,论域均为E,EC,I∈{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},E的论域划分为{NB,NM,NS,NZ,PZ,PS,PM,PB},共8个模糊子集-Discrete domain of fuzzy control table offline computing. Known univariate two-dimensional input, one-dimensional output fuzzy controller, the two-dimensional input of E, EC, one-dimensional output as I, on the field are E, EC, I ∈ {-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6}, E of the domain is divided into {NB, NM, NS, NZ, PZ , PS, PM, PB}, a total of eight fuzzy subset
Platform: | Size: 11264 | Author: 姜夏 | Hits:

[OtherOptimal-Fuzzy-Logic-Controller-using-Practical-sw

Description: This package is only for optimization of the scaling factors. It is assumed that the 5 triangular membership functions equally distributed with 25 rules. This may not be the best way to construct the Fuzzy Logic Controller (FLC), because the FLC is reconstructed at every simulation run and hence it may be much slower than a fixed FLC structure. However, here we are able to optimize not only the input-output scaling factors, but also the the input/output membership function distribution and the rule-base. Three sets of files will be uploaded eventually: 1- Only optimizes the scaling factors (T) 2- Only optimizes the distribution of the membership functions (S), assuming that “T”s are already optimized. 3- Only optimizes the rule-base (R), assuming that “T”s and “S”s are already optimized
Platform: | Size: 15360 | Author: Murtadha | Hits:
« 12 »

CodeBus www.codebus.net