串口通信程序 SP23x8 demo.c source file SP2328/SP2338 serial communication example for MCS-51 MCU (oscillating crystal: 11.0592MHz)
标签: communication SP example source
上传时间: 2013-12-05
上传用户:duoshen1989
Given signal-to-noise ratio and bit error rate performance curve is a good beginner s reference program.
标签: signal-to-noise performance reference beginner
上传时间: 2014-01-11
上传用户:zhaiyanzhong
demo驱动程序,对demo驱动程序的详细说明,
上传时间: 2015-10-25
上传用户:zhyiroy
一大堆的Symbian for C++的Demo程序。出自Nakia。学习Symbian系统下C++开发的好帮助
上传时间: 2015-10-26
上传用户:hasan2015
%BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig, % and the step size of the unreflected step, alpha. % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date:
标签: BIQPBOX reflective Bisection search
上传时间: 2013-12-17
上传用户:sk5201314
The Audio project is a demo program for the Keil MCB2140 Board using the Philips LPC2148 Microcontroller.
标签: Microcontr the Philips project
上传时间: 2014-01-16
上传用户:15071087253
The Memory project is a demo program for the Keil MCB2140 Board using the Philips LPC2148 Microcontroller.
标签: Microcont the Philips project
上传时间: 2015-10-27
上传用户:1079836864
这是一个简单的用B/S写的留言板小程序,用jsp和javaBean实现的
上传时间: 2013-12-29
上传用户:yulg
SED1335a和ADS7843的DEMO程序
上传时间: 2014-01-17
上传用户:libinxny
计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n,|S|=k(表示集合S中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x,确定该序列中值小于x的元素的个数。一旦有了这个信息,就可以将x直接存放到最终的输出序列的正确位置上。例如,如果输入序列中只有17个元素的值小于x的值,则x可以直接存放在输出序列的第18个位置上。 计数排序算法没有用到元素间的比较,它利用元素的实际值来确定它们在输出数组中的位置。因此,计数排序算法不是一个基于比较的排序算法,从而它的计算时间下界不再是Ω(nlogn)。另一方面,计数排序算法之所以能取得线性计算时间的上界是因为对元素的取值范围作了一定限制,即k=O(n)。如果k=n2,n3,..,就得不到线性时间的上界。
上传时间: 2015-10-30
上传用户:chenxichenyue