搜索资源列表
A
- (a)编写程序完成如下功能:输入7个float类型的实数分别求最大值和最小值,并保留3位小数输出最大值和最小值。-(A) the preparation of procedures for the completion of the following functions: the importation of seven types of real float for maximum and minimum values, respectively, and three decimal pla
example66
- 题目:输入三个整数x,y,z,请把这三个数由小到大输出。 1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换, 然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。-Title: Enter three integers x, y, z, please put the three and a number of small to large output. 1. Program analysis:
example14
- 题目:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。-Topic: the prime factors o
LSB
- LSB(Least Significant Bit)算法是将秘密信息嵌入到载体图像像素值的最低有效位,也称最不显著位,改变这一位置对载体图像的品质影响最小。-LSB (further Significant Bit) algorithm is to embed the secret information carrier image pixel values of the Least Significant Bit, also known as the Least Signi
Damped-Newton-iteration-method
- 利用阻尼的牛顿法搜寻最小值(可以根据需要对目标函数进行调整)-Using damped Newton method to solve the double parameter optimal value
Wavelet-Shrinkage_-Asymptopia_
- 小波变换阈值去噪的文章,基于最大最小准则计算-Minimax Estimation, Adaptive Estimation, Nonparametric Regression, Density Estimation, Spatial Adaptation, Wavelet Orthonormal bases, BesovSpaces, Optimal Recovery.
Image-filter.tar
- 提出了一种基于改进 BP 神经网络和粒子群优化算法( PSO) 的图像滤波方法 。该方法利用双曲正切形式 的误差函数代替 BP 神经网络传统的最小均方误差函数( LMS),并将改进后的 BP 神经网络利用 PSO 算法优 化,用来减小图像噪声对神经网络精度的影响以及避免神经网络陷入局部极小值点,从而提高神经网络去噪能 力。实验结果表明,与传统滤波方法相比,该方法不仅能有效地滤除图像中的高斯噪声而且能很好地保护图像 细节 。- U63D0 u51FA u4E86 u4E00