oracle 11g的文档,详细介绍11g中的grid,real application cluster等
上传时间: 2014-07-07
上传用户:yzy6007
This collection of 28 research papers provides an insightful overview of past and current research findings in Project Management, and takes an eye-opening excursion along frontiers fertile for future investigation.
标签: research collection insightful overview
上传时间: 2014-01-02
上传用户:ecooo
This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations over a one-dimensional space lattice comprised of uniform grid cells.
标签: finite-difference time-domain implements equations
上传时间: 2014-01-11
上传用户:270189020
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
PB做的一个很好的中文报表打印程序,可以将grid类型的DW转换为free类型的DW
上传时间: 2014-01-14
上传用户:lanwei
叶轮机械多级叶轮网格生成程序介绍 侯 乐 毅 非定常流课题组 本文开发的叶轮机械多级叶轮网格生成程序,采用的网格类型为H型,并在叶片前面/后面延伸区域设置平直网格数ID1和IDN。主程序MESH_BLADE_STAGES,分成三个部分,原始叶型及控制参数从输入程序INPUT输入,求解程序为GRID(ZERO),输出程序为OUTPUT。
上传时间: 2013-12-03
上传用户:bjgaofei
该项目为双用户:管理员 与营业员 角色登陆显示不同信息 今日房价:可以点双击房价进行在线修改 开房记录报表只供查询(关键字:开房/退房 时间或者日期或者描述信息) 房间信息管理:可以直接点击grid面板编辑 房间类型是单击时从数据库读出 首页放了几张图片用的是jquery的一个图片插件 左侧面板公告信息是自己胡乱修改了Grid面板 改在这样的 数据库方面一小部分功能运用存储过程
上传时间: 2014-08-29
上传用户:redmoons
delphi的的三方控件,主要grid表格的应用。
上传时间: 2013-12-22
上传用户:咔乐坞
HDFDUMP and BRFDUMP are utility programs developed for use with MISR data files. HDFDUMP will extract data from a MISR file in the HDF-EOS grid format (MISR Level 1B2 and Level 2 files) and writes unformatted binary files. BRFDUMP calculates radiances and bidirectional reflectance factors (BRF) from MISR Level 1B2 files and creates unformatted binary files.
标签: HDFDUMP developed programs BRFDUMP
上传时间: 2017-04-02
上传用户:yy541071797
一个简单的Ext例子,里面有Ext.grid.GridPanel和Ext.tree.TreePanel等Ext常用控件的使用,以及Ext和后台的交互
标签: Ext
上传时间: 2013-12-23
上传用户:qweqweqwe