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
By Brian W. Kernighan and Dennis M. Ritchiey一起合著的C语言经典之作,无论是初学者还是工程师都会得到很大的收获,非常之经典
上传时间: 2016-12-14
上传用户:tb_6877751
Brian W. Kernighan和Dennis M. Ritchie编写的经典的C语言教程.
上传时间: 2014-01-06
上传用户:huyiming139
C语言是在 70年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式 发表了C 语言。同时由B.W.Kernighan和 D.M.Ritchit合著了著名的“THE C PROGRAMMING LANGUAGE”一书。通常简称为《K&R》,也有人称之为《K&R》标准。但是,在《K&R》中并 没有定义一个完整的标准C语言,后来由美国国家标准学会在此基础上制定了一个C 语言 标准,于一九八三年发表。通常称之为ANSI C。 当代最优秀的程序设计语言
标签: Kernighan Ritchit PROGRA THE
上传时间: 2016-12-23
上传用户:chens000
Produces a matrix of derivatives of network output w.r.t. % each network weight for use in the functions NNPRUNE and NNFPE.
标签: network w.r.t. derivatives Produces
上传时间: 2013-12-18
上传用户:sunjet
Measurement of gamma characteristic(Ca200Sample_Gamma.exe)provides Gamma characteristics of W,R,G and B. Measurement at 16,32,64,128,256 gradation.
标签: characteristics characteristic Sample_Gamma Measurement
上传时间: 2016-12-29
上传用户:familiarsmile
作品功能介绍:这个软件的功能是娱乐作用,玩家可以同过四个键(分别为WASD,W为向上,S为向下,A为向左,D为向右),来控制里面的圆圈,圆圈代表着一个人物,只要你能控制小圆圈到达目的地(即是另外一个红圆圈),那就代表你完成了任务,也就是你胜利了.
上传时间: 2013-12-22
上传用户:star_in_rain