搜索资源列表
codehosa
- 高阶谱分析包,应用范围包括阵列信号处理,盲源信号处理等-higher order spectral analysis package, including the application of array signal processing, blind signal processing
aarray
- 提共以字串來查表的Array Class -offered to a string of Array Class Lookup
sph_5
- 动态规划的方程大家都知道,就是 f[i,j]=min{f[i-1,j-1],f[i-1,j],f[i,j-1],f[i,j+1]}+a[i,j] 但是很多人会怀疑这道题的后效性而放弃动规做法。 本来我还想做Dijkstra,后来变了没二十行pascal就告诉我数组越界了……(dist:array[1..1000*1001 div 2]...) 无奈之余看了xj_kidb1的题解,刚开始还觉得有问题,后来豁然开朗…… 反复动规。上山容易下山难,我们可以从上往下
Rmitest1
- RMI技术是中间件技术的一种,这次RMI,我做的是传递一个数组并返回数组的排列。-RMI technology is a kind of middleware technology, the RMI, I am doing is passing an array and returns the array arrangement.
2
- 依次输入单个字符到该数组中,直到输入回车完成该字符数组的输入。反向输出该数组中的字符串内容。 // 输入:This is Test! 输出结果为:!tseT si sihT // 并利用sizeof运算符,求出数组占用的内存字节数-Followed by the importation of a single character to the array until the completion of the carriage return character input array i
OPC2.0andAB
- AB通讯程序不需要更改可以直接使用,RSLinx必须有授权否则无法通讯。 如果被挂起来可以考虑放到线程里面运行比较稳定,具体使用如有不清楚的可以打电话给我,后面有Delphi版和C版都不需要更改只要将PLC变量填入指定数组就可以读出和写入数据,Delphi版和C版相对复杂点但稳定性可移植性比较强适合做大程序 -The AB communication procedure does not need to change may use directly, otherwise RSLinx
1
- 本程序用于求256级灰度图片的信息熵,输出大小为256的数组用于统计各像素出现的次数,以及输出信息熵。而且同时输出到dos和文件RESULT.TXT-The procedure for seeking 256 gray scale image of the information entropy, the output size of 256 pixel array for the number of occurrences of various statistics and output en
testest2
- Go through the array to find a point to insert/modify the lastThreadtime of current proce-Go through the array to find a point to insert/modify the lastThreadtime of current process
dan
- // 堆排序 // 初始调用BuildMaxHeap将a[1..size]变成最大堆 // 因为数组最大元素在a[1],则可以通过将a[1]与a[size]互换达到正确位置 // 现在新的根元素破坏了最大堆的性质,所以调用MaxHeapify调整, // 使a[1..size-1]成为最大堆,a[1]又是a[1..size-1]中的最大元素, // 将a[1]与a[size-1]互换达到正确位置。 // 反复调用Heapify,使整个数组成从小到大排序。 // 注意:
beamformer
- 用QPSK信号实现beamforming操作并画出阵列响应图-Using QPSK signal to fulfil beamforming in array signal processing
PrintfDLL
- 简单的整数数组输出dll文件,包含输出一串整数的功能函数,函数接口void prin(int *buff).(说明:其中buff第一个整数为后面有效输出整数的个数)-Simple integer array output dll file containing a string of integers output function, function interfaces void prin (int* buff). (Note: buff first integer which is the
Untitled
- matlab绘制阵列正六边形。采用坐标方法。-Draw a regular hexagon array matlab. Using coordinate methods.
Untitled1
- matlab绘制阵列正六边形。采用角度方法。-Draw a regular hexagon array matlab. Using the angle method.
PL0源程序
- 在c下实现了PL0编译器的实现,并且扩充了write和for功能,增加了数组和浮点数的定义,功能更加强大(Under C, the implementation of PL0 compiler is realized, and the functions of write and for are extended. The definition of array and floating point number is added, and the function is more powerf