系统使用JSP语言和HTML标记语言编写完成的。通讯簿管理系统的源代码。通讯簿管理系统分为普通用户访问界面和管理员访问界面两部分。两种用户均通过login.htm页面进入系统,所使用的用户名的身份不同即进入不同的访问界面。用户名和密码可以在数据库mydb中的user数据表中查询。
上传时间: 2016-12-05
上传用户:frank1234
function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if F(U)>0.98 break else w_new=eye(in_n,in_n) center1=sum(center)/c a=center1(1)./center1 deta=center-center1(ones(c,1),:) w=sqrt(sum(deta.^2)).*a for j=1:in_n w_new(j,j)=w(j) end data1=data*w_new [center, U, obj_fcn] = fcm(data1, c) center=center./w(ones(c,1),:) obj_fcn=obj_fcn/sum(w.^2) end end display(i) result=zeros(1,data_n) U_=max(U) for i=1:data_n for j=1:c if U(j,i)==U_(i) result(i)=j continue end end end
标签: data function Exponent obj_fcn
上传时间: 2013-12-18
上传用户:ynzfm
A passive optical network (PON) is a point-to-multipoint, fiber to the premises network architecture in which unpowered optical splitters are used to enable a single optical fiber to serve multiple premises, typically 32-128. A PON consists of an Optical Line Termination (OLT) at the service provider s central office and a number of Optical Network Units (ONUs) near end users. A PON configuration reduces the amount of fiber and central office equipment required compared with point to point architectures
标签: network point-to-multipoint architecture premises
上传时间: 2016-12-10
上传用户:王庆才
简易文本编辑器。在出现的界面中输入任意文本内容,利用DEL键、BACKSPACE键、HOME键、END键、上下左右光标键对文本进行全屏幕编辑,按f1键激活菜单file,下移光标,选择save,输入文件名。也可以选择FILE菜单的其他菜单项,他们的功能均可实现。按f10激活帮助,按ESC键退出帮助。
上传时间: 2014-01-16
上传用户:gonuiln
The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible with National Instrument s GPIB library. The Linux GPIB Package is licensed under the GNU General Public License . Requirements: Linux kernel version 2.4.x (use Linux-GPIB version 3.1.x). Earlier kernel versions are not supported.
上传时间: 2016-12-17
上传用户:cccole0605
ThreadX优秀的硬实时操作系统.This Express Start Guide is designed to help you install and use ThreadX for the Motorola 68332 microprocessor using the Green Hills development suite. This guide, the readme.txt file on the distribution disk, and Chapter 2 of the ThreadX User Guide contain more detailed information on getting started.
标签: ThreadX designed Express install
上传时间: 2014-11-11
上传用户:wangzhen1990
是用java和jsp实现的bbs论坛系统。 有注册登陆模块,浏览功能模块,发帖回帖模块,帖子管理模块,论坛设置功能模块,管理版块功能模块,用户管理模块。-is java and jsp realized bbs forum system. Registered landing module, navigation module, barred when posting module, message management module, the Forum set up functional modules, Management plate functional modules, user management module.
上传时间: 2014-01-17
上传用户:kiklkook
This section describes the general options in the IAR Embedded Workbench® IDE. For information about how options can be set, the ARM® IAR Embedded Workbench® IDE User Guide.
标签: information describes Workbench the
上传时间: 2016-12-23
上传用户:zhuyibin
This section describes the general options in the IAR Embedded Workbench® IDE. For information about how options can be set, the ARM® IAR Embedded Workbench® IDE User Guide.
标签: information describes Workbench the
上传时间: 2014-01-20
上传用户:csgcd001
This section describes the general options in the IAR Embedded Workbench® IDE. For information about how options can be set, the ARM® IAR Embedded Workbench® IDE User Guide.
标签: information describes Workbench the
上传时间: 2016-12-23
上传用户:xymbian