用GOSS解线性方程组 Dim i As Integer 循环变量 Dim j As Integer 循环变量 Dim k As Integer 循环变量
上传时间: 2015-10-25
上传用户:xinzhch
8098单片机片内A/D转换器应用的实验 多种方式的
上传时间: 2015-10-25
上传用户:zukfu
1.atmegal 16单片机程序。编译环境为codevisionAVR C, 1)单总线方式采集温湿度。 2)A/D转换 3)屏幕显示和LED灯闪烁。 4)按键控制
标签: codevisionAVR atmegal LED 单片机程序
上传时间: 2014-01-27
上传用户:yan2267246
DragQueryPoint( hDropInfo,&pt ) CString strPos strPos.Format("拖放的位置:(%d %d)",pt.x,pt.y) SetDlgItemText(IDC_FILEPOS,strPos)
标签: strPos DragQueryPoint hDropInfo pt
上传时间: 2015-10-26
上传用户:xsnjzljj
本文主要研究单片机(80C51)在多点温度采集控制系统中的应用。通过A/D转换器ADC0809把集成温度传感器AD590采集的经过处理的模拟信号转换成数字信号,然后把转换好的数据传送给单片机,由单片机对数据进行有目的得操作。如,在数码管上实时显示温度值,把数据传送给上位机等等。
上传时间: 2015-10-26
上传用户:wcl168881111111
设计算法实现在一个具有在n各互不相同元素的数组A[1…n]中找出所有前k个最小元素的问题,这里k不是常量,即它是输入数据的一部分。要求算法的时间复杂性为Θ(n)。
上传时间: 2013-12-21
上传用户:zhliu007
Input The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output There are two lines in the output. The first line gives the minimum values in the window at each position, from left to right, respectively. The second line gives the maximum values. Sample Input 8 3 1 3 -1 -3 5 3 6 7 Sample Output -1 -3 -3 -3 3 3 3 3 5 5 6 7
上传时间: 2014-12-21
上传用户:hongmo
% 信道容量C的迭代算法 % % 函数说明: % % [CC,Paa]=ChannelCap(P,k) 为信道容量函数 % % 变量说明: % % P:输入的正向转移概率矩阵,k:迭代计算精度 % % CC:最佳信道容量,Paa:最佳输入概率矩阵 % % Pa:初始输入概率矩阵,Pba:正向转移概率矩阵 % % Pb:输出概率矩阵 % % C:初始信道容量, r:输入符号数,s:输出符号数 %
标签: ChannelCap Paa 信道容量 函数
上传时间: 2014-01-08
上传用户:zhenyushaw
开发平台ccs5000 tms320vc5416的a/d转换
上传时间: 2014-01-06
上传用户:love1314
用 MATLAB 编写的 模糊C均值聚类法源程序 和模糊k均值聚类法源程序,比较实用。
上传时间: 2013-12-01
上传用户:liuchee