Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • 16QAM.rar this is simulation 16QAM modulation in additive white gaussian noise channel
  • hand_1130.rar 圖像二值+Erode+Dilate+Open+Median +Gaussian+Blur
  • BP.zip ... => Gaussian BP - parallel version asynch_GBP.m => Gaussian BP - serial version sparse_gabp.m, run_sparse_gabp.m => Gaussian BP - sparse version, optimized, tested on sparse matrices gabpms.ms, run_gabpms.m => Quadratic Min-Sum algorithm - ...
  • digital_communication_simulation.rar A simulation of digital communication with additive white gaussian noise. The simulation calculates the approximate error probability (by repeating the transmission a chosen number of times).
  • LWLR.rar this program compare the Locally Weighted Linear Regression with three diferrent kernel function (gaussian, logistic basis, and Reciprocal Multiquadric) also compare locally weighted by simple Linear Regression.
  • BiGaussian1.rar Generating Multivariate Gaussian RV
  • QGA.rar ... 一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。读者可以从ftp.uncc.edu,目录 coe/evol中的文件prog.c中获得。要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog ...
  • cp321123.rar ... 一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台之间的高可移植性。读者可以从ftp.uncc.edu,目录 coe/evol中的文件prog.c中获得。要求输入的文件应该命名为‘gadata.txt’;系统产生的输出文件为‘galog ...
  • GAreal_tourney.rar ... runs a GA with real-number coding. Elitism is used and the mutation operator is simply the addition of a Gaussian random vector to the non-elite elements. The user is expected to set a variable expect_fn representing the expected ...
  • gaussian_filter.rar 用VC语言,实现了gaussian filter,并通过高斯滤波对图像进行处理。