资源列表
sql-searchtable
- 判断一个已知表名的表是否在数据库存在的方法,-Determine the form of a known whether the table exists in the database approach,
coulor
- 着色问题,解决c++中的着色问题-Coloring problem, solution c++ in the coloring problem ....
hexto
- 用汇编写的输入16进制数转换成2进制数的程序,考虑周到-Written in assembler input 16 hexadecimal conversion process into two binary numbers, thoughtful
2
- 简单的二次曲线源代码,对学生初学者有借鉴意义-Simple quadratic curve source code, meaning students learn beginners
Keypad
- Matrix Keyboard example
Random-simulation
- 随机场模拟,这个程序适用于地震动的随机合成,虽然很简单,却很具有实际意义-Random simulation
lilun
- 检测概率PD与输入信噪比r的关系(理论曲线) 采样点数:N=100;噪声方差:sigma^2=1 - Probability of detection PD relationship with the input signal to noise ratio of r (theoretical curves) sampling points: N = 100 noise variance: sigma ^ 2 = 1
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情况下早有学者证明并给出了最佳方案,本程序中直接引