W.B.Gragg改进的解微分方程组的解法,为改进中点法,并给出解一个方程组得例子。
上传时间: 2016-09-20
上传用户:wangdean1101
EFWQTGFUW WAVSGFN W GMNERAGN ER OAGNMSDF/.GNSA /MNGDSA FDS
标签: EFWQTGFUW GMNERAGN OAGNMSDF WAVSGFN
上传时间: 2016-09-24
上传用户:shinesyh
Writing Robust Java Code The AmbySoft Inc. Coding Standards for Java v17.01d Scott W. Ambler Software Process Mentor This Version: January 15, 2000 Copyright 1998-1999 AmbySoft Inc.Purpose of this White Paper This white paper describes a collection of standards, conventio code. They are based on sound, proven software engineering p understand, to maintain, and to enhance. Furthermore, by foll productivity as a Java developer should increase remarkably ¨C write high-quality code right from the start you will have a much development process. Finally, following a common set of codi making teams of developers significantly more productive.
标签: W. Java Standards AmbySoft
上传时间: 2013-12-22
上传用户:mhp0114
The C programming Language By Brian W. Kernighan and Dennis M. Ritchie.
标签: M. W. programming Kernighan
上传时间: 2014-01-26
上传用户:Pzj
///*** *** *** *** *** *** * //一、程序说明: //1, 24LC02器件地址是1010000R/W. //2, 数组写入24LC02采取页写方式. //3, 数组code从24LC02读出时采取自由读方式. //4, 采用4.00M晶体。 //5,采用软件I2C。 //二、硬件连接: //1, SDA------->23 pin.(当然你可以任意选择脚位) //2, SCL------->18 Pin.(当然你可以任意选择脚位) //3, PORTB----->数码管的段输出 //4, RD4,RD5,RC6,RC7------->数码管的位输出(数码管为共阴极)
上传时间: 2013-12-21
上传用户:lizhizheng88
参加运动会的n个学校编号为l~n。比赛分成m个男子项目和w个女子项目, 项目编号分别为l~m和m+1~m+w。由于各项目参加人数差别较大,有些项目 取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5, 3,2。设计一个统计系统按名次产生各种成绩单、得分报表。
上传时间: 2016-10-26
上传用户:zhangyi99104144
The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 c创始人的经典著作,被誉为c语言圣经
标签: M. W. Prentice-Hal programming
上传时间: 2014-01-01
上传用户:dsgkjgkjg
W ireless rem ote control system for tower crane based on M SP430 and nRF905:介绍了一种基于无线遥测技术的塔吊遥控系统,该系统以MSP430超低功耗l6位微控制器和无 线收发芯片nRF905为核心。系统采用软件编码和硬件译码的方式提高了系统的抗干扰能力,系统发 射器采用定时扫描、接收器采用无记忆输出控制方式,提高了系统可靠性,该系统可广泛应用于塔吊等 一般的工业遥控系统中。
标签: ireless control system based
上传时间: 2013-12-15
上传用户:zhengzg
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
Java設計模式. 目的是學習. Java design pattern for the purpose of learning. JAMES W. COOPER
上传时间: 2014-09-06
上传用户:cc1015285075