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
本程序是用TC编写,实现按中序遍历一个二叉树,并求出此二叉树的深度和高度。 ① 输入的形式:所输入的元素均为整数 ② 程序所要达到的功能:输入1,2,3输出按中序遍历好的二叉树3,2,1 ③ 并求得二叉树的结点数为3,深度为3
上传时间: 2016-11-24
上传用户:wlcaption
哈尔滨理工大学计算机图形学 试验tc代码
上传时间: 2014-01-25
上传用户:czl10052678
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
用WIN-TC实现,绘制螺旋线的源代码,c语言
标签: WIN-TC
上传时间: 2016-12-11
上传用户:jjj0202
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
一款不用安装的tc工具,可以在任何位置实验实验,适合初学者使用
标签:
上传时间: 2014-11-23
上传用户:努力努力再努力