-
二型模糊的程序
应用背景二型模糊的实用例子,对于二型模糊系统的学习有很大的帮助,值得学习。二型模糊系统是近10年来,新兴起的一种控制算法,由于把传统隶属度函数进行再次模糊化,所以它的抗干扰和处理不确定性的能力也随之提高,越来越多的学者加入到了二型模糊的研究中来,取得了很多成果。关键技术这些程序是用java编写的二型模糊系统的例子,很好的反应了二型模糊系统的特点,便于理解和应用,值得广大学习模糊控制,智能控制的研究人员进行学习,是一个容易上手的资料!值得大家拥有!
- 2022-07-05 04:58:25下载
- 积分:1
-
android SwitchButton 示例源码
android SwitchButton 示例源码
- 2014-07-17下载
- 积分:1
-
android 室内定位 源码下载(蓝牙定位)
android 室内定位 源码下载(蓝牙定位)
- 2016-09-29下载
- 积分:1
-
网上订餐系统
当今社会的生活节奏越来越快,人们对餐饮的要求也越来越高,不仅要求色香味俱全,而且对于就餐的时间和方式也有了更高的要求,许多顾客由于工作繁忙无法抽出时间来享受美味,这样就产生了快捷订餐的要求,最快的方式莫过于利用计算机网络,将餐饮业和计算机网络结合起来,就形成了网上订餐系统,用能力的餐饮企业对对餐品提供商提供网上订餐服务,不仅提高餐饮企业的服务质量,扩大知名度,也是为最终用户提方便快捷的食品服务。社会对餐饮的快捷性要求形成了对网上订餐的要求,该项目将使技术的实现快捷的开发与部署,并且可以最大限度的保证系统的稳定性。网上订餐系统将极大的方便食客的就餐,同时也有利于我们的管理和售后服务。同时,我们的订餐系统还能帮助我们的酒店(餐馆)扩大营业范围,增加知名度等。
- 2022-12-18 17:35:09下载
- 积分:1
-
mybatis 各种写法配置例子
应用背景mybatis 各种写法配置例子 基本覆盖mybatis 的各种配置和写法. 用于数据持久层的常用框架关键技术没什么关键的,只是介绍现有的技术而已
- 2023-06-14 02:31:07下载
- 积分:1
-
小游戏五子棋大战
class LNode{
private int row;
private int col;
private Color chessColor;
private LNode next;
public LNode(int row,int col,Color chessColor){
this.row=row;
this.col=col;
this.chessColor=chessColor;
}
public LNode(){
this.next=null;
}
public void setRow(int row){
this.row=row;
}
public int getRow(){
return this.row;
}
public void setCol(int col){
this.col=col;
}
public int getCol(){
return this.col;
}
public void setChessColor(Color chessColor){
this.chessColor=chessColor;
}
public Color getChessColor(){
return this.chessColor;
}
public void setNext(LNode next){
this.next=next;
}
public LNode getNext(){
return this.next;
}
}
class NullAndCount{
private int nullCount=0;
private int chessCount=0;
public void setNullCount(int nullCount){
this.nullCount=nullCount;
}
public int getNullCount(){
return this.nullCount;
}
public void setChessCoun
- 2022-05-08 02:47:07下载
- 积分:1
-
微信API sdk下载 android版本
微信API sdk下载 android版本
- 2014-02-09下载
- 积分:1
-
test_fileupload
android中的文件上传,通过这段代码来实现(android fileupload)
- 2011-12-09 16:42:48下载
- 积分:1
-
TestWeiXinWhatsNew
Android模仿的微信导航页效果,Java源码下载,用过Android手机的话,应该都对微信的导航页不陌生,本例子用JAva模仿的微信导航页界面效果,学习界面编程的可下载参考。(Android imitation micro-channel navigation page effect, Java source code download, used Android phone, it should have on the micro-channel navigation pages are not unfamiliar, this example uses JAva imitation micro-channel navigation page interface effects, learning programming interface can be downloaded for reference.)
- 2013-07-31 20:31:57下载
- 积分:1
-
Product-information-release
本程序可是使用者浏览相关产品的信息,并发表评论,管理员可以对产品进行删除、添加等修改(Product information release)
- 2012-04-29 12:21:59下载
- 积分:1