资源列表
LSParaId.rar
- 在matlab中,最小二乘法,模型参数确定和参数检验
charuheshanchu
- 数据结构实验内容,线形表链式结构的插入和删除-The contents of the structure of the experimental data, linear chain structure of the table insert and delete
GA-1
- 基于遗传算法求解非线性规划模型源程序,C++编写-Based on genetic algorithms for solving nonlinear programming model source code, C++ to prepare
jusefu
- 约瑟夫环解法非常短,很强大,利用栈堆,数据结构基础知识-Joseph Central solution is very short and very powerful, the use of stack heap, the basic knowledge of data structure
dijkstra
- 采用贪婪法解单源最短路径的算法,采用了图的邻接表数据结构。-The minimum length of a graph using dijkstra.
railroad
- 在n个城市之间修建高速公路,使任意两个城市之间都有城市相连,且费用最少-Build roads between some cities, make sure that you can get anywhere from everywhere,besides, the cost is least
so
- 用于对长串数据进行的排序,而且是快速排序,是用的简单的c++实现,c++课程习题解答。建议数据结构和算法课程上课时使用。只是可能太简单了。-Long strings of data used for sorting, but quicksort is used to achieve a simple c++, c++ programs exercises answer. Proposed data structures and algorithms used in class course. J
lsi
- In this code latent semantic indexing has perform on document set and convert the value to ascii charcter
Bernoulli-wq
- 此程序是写的伯努利映射产生的随机序列,表现出良好的自相关特性-This program is written by the Bernoulli mapping to generate random sequences that exhibit good autocorrelation properties
gaussfitting
- 主要描述了用三个高斯函数对脉搏波进行拟合,得到3个高斯函数的9个参量-Mainly described the pulse wave in three gaussian function fitting, get three nine parameters of gaussian function
jiazaoquzao
- 基于Matlab视频采集信号,编写程序实现一个视频信号处理功能,例如视频去噪算法。-Based on the Matlab video signal acquisition, the preparation process to achieve a video signal processing functions, such as video de-noising algorithm.
enclosing
- 本程序主要用于求解小圆覆盖大圆问题,本问题中小圆之间不可能无缝拼接,必须相互重叠拼接形成网格,不同的重叠方式覆盖面积的效率差异很大,朱里奇在其著作《基站与无线技术》中已经证明蜂窝状正六边形网格覆盖效率最大。因而本文求解过程中优先选择正六边形网格法求解。若正六边形网格不能恰好完整覆盖目标,此时,需要先采用圆周覆盖法将大圆圆周完整覆盖,再对大圆中心区域填补的方法,填补时优先采用正六边形网格。本求解方法适合于R/r>2情况下,对于R/r<2情况下早有学者证明并给出了最佳方案,本程序中直接引