DSC(Data Service center)用来接收和处理DTU发送过来的数据;窗口显示当前登录到DSC的DTU的信息,包括该DTU的电话号码、IP地址和端口;窗口2显示当前用短信呼叫DSC请求上线的DTU的电话号码队列,系统会自动处理该队列,也可选择手工处理.
上传时间: 2015-10-13
上传用户:372825274
The public key infrastructure (PKI) is the foundation and center of network security architecture now, can provide security services including confidentiality, authentication, dig2ital signatures and integrity.
标签: infrastructure architecture foundation security
上传时间: 2014-01-23
上传用户:pompey
Basic Shopping center Program
标签: Shopping Program center Basic
上传时间: 2016-04-04
上传用户:pkkkkp
uClinux上的应用程序设计 Luojia, Tsinghua Motorola MCU & DSP center uClinux以其优异的性能、免费开放的代码等优点,博得众多嵌入式开发者的青睐。和过去基于简单RTOS甚至没有使用任何操作系统的嵌入式程序设计相比,基于Linux这样的成熟的、高效的、健壮的、可靠的、模块化的、易于配置的操作系统来开发自己的应用程序,无疑能进一步提高效率,并具有很好的可移植性。 在前面的章节中,我们已介绍了硬件平台、内核编译、开发环境等内容。如果仅仅有Hardware和OS,这个系统所能做的事情还非常有限。对于一个实际的嵌入式产品而言,所提供的功能和应用是关系到产品成败的重要因素。
标签: uClinux Tsinghua Motorola Luojia
上传时间: 2013-12-23
上传用户:edisonfather
microsoft media center extender document
标签: microsoft extender document center
上传时间: 2016-04-23
上传用户:aig85
用MATLABT算法实现, 图象经过center weighted median filter后,对比 原图象和处理过图象的差别.
标签: weighted MATLABT center median
上传时间: 2013-12-25
上传用户:gundan
a voice guide client ,it is the second part of voice guide center
上传时间: 2013-12-19
上传用户:exxxds
center you may down load soft?may be you are best.so you can load down
上传时间: 2014-01-09
上传用户:牛津鞋
unix center中sun公司的培训教材,涉及各个方面
上传时间: 2013-12-22
上传用户:VRMMO
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