搜索资源列表
200422122233086862
- 一个MATLAB计算器程序,图形界面的 ,不过有个小BUG希望大家能-a calculator program, a graphical interface, but there is a small BUG hope we can s
FastICA_25
- 著名的FastICA 算法,最新版本,修改了以前的Bug.-famous Fast algorithm, the latest version, which amended the previous Bug.
Se6hMtM9
- Matlab做的俄罗斯方块。做了点修改,解决了有时会不消方块的bug,补全了前面留的功能(键盘自定义设置、储存和载入游戏、高分记录),并在主要代码中加入了注释,便于大家读代码
OFDMcode
- 一个意大利人分享的OFDM源码,中间可能有些bug
EEGLABConvert.rar
- EEGLAB工具箱中画erpimage时填写ITC参数画图时会报convert命令错误,换上上述m文件即可。,a m-file in EEGLAB erpimagev(),for a bug in run.
EMD
- EMD完整版(包括主程序中文解释及hhspectrum错误修正)-EMD full version (including the main Chinese interpretation and hhspectrum bug fixes)
Programming_Pearls(Second_Edition)
- 了解快捷编程过程、技巧、方法和避免不必要的 Bug。-Understanding of the process of fast programming, techniques, methods, and to avoid unnecessary Bug.
Ver_0.72
- CNN Class, ver 0.72. Change log: Ver 0.72: Sample GUI added, demonstrating use of convolutional network for handwriten digits recognition. Training runs 20 faster. Ver 0.71: Bug fix: training was stoped after 1 epoch. Ver 0.70:
bcc2
- 细菌群趋药性算法的程序,网上到处找也没有,我就自己编了个,如果有bug请跟我联系。-The program of Bacterial Colony Chemotaxis algorithm ,I cant find anyone online,so I program it myself, please contact me f there are any bugs.
Bug2
- Bug管理的经验和实践,如何使用bug管理软件来控制。
tangentbug
- Tangent Bug algorithm, Matlab implementation
fathom_2008
- FATHOM: A Matlab Toolbox for Ecological & Oceanographic Data Analysis by Dave Jones<djones@rsmas.miami.edu> http://www.rsmas.miami.edu/personal/djones This toolbox is a collection of Matlab functions and scr ipts I ve written for
csdp6.1.0winp4
- 一个求解半正定规划的数值算法包,包括 C 语言实现的源代码和 MATLAB 的调用接口。这是目前项目发布的最新版本 6.1.0。-Copyright 1997-2010, Brian Borchers. This copy of CSDP is made available under the Common Public License. See LICENSE for the details of the CPL. CSDP is a software package f
EZW
- 參考某論文發表中,使用Matlab撰寫的EZW壓縮程式碼,有些許bug無法找出,還請各位高手多多指教。-EZW compression using Matlab code written
DSRbug011005
- DSR bug report in pdf format
chuchengfen
- 主成分分析用于进行煮成分析的程序高效有序简单快捷没有bug-zhuchengfen
MCR-MATLAB-bug
- 该文档为脱离MATLAB环境,安装MCR后仍然不能运行程序的解决方法。-The document is from the MATLAB environment, the installation still can not run the program after the MCR solution.
quiverc
- 在这个更新的代码,新功能,包括colorbar,samesize包括向量plottting... %更新版本$日期:5月18日,2011年由梁枯盎斯蒂文斯技术学院 %更新1:更改int8到Int16的colormap的是,当电流超过64个大,这将导致错误 %更新2:加入 samesize 为使所有的向量samesize %更新3:添加colorbar相应的开方的幅度(ü^2+ V键^ 2) %更新4:错误修复,当你为h = quiverc,这是行不通的。 ----
HW2Code
- its basically a gui program in which user can add starting and goal point and obstacles and robor will reach the goal point using bug algorithm
GAPSO-share
- 在做优化的时候,起初选择了GA算法,但是GA的不稳定性(或者陷入局部最优)实在让人抓狂,前后两次的结果相差竟然有时候能达到30 以上,当时由于时间的原因,我只好选择了优化1000次,然后以其中的最小值最为最佳方案。虽然问题也算解决了,但是从学术上将,这种奔方法是让人很尴尬的。所以,我从网上下载了一个GA-PSO算法,试着利用GA和PSO组合的策略进行优化,结果算法很问题,效率和不错。我下载原始算法,有一个问题就是它是针对所有的设计变量上下限都是一样的,所以我对程序进行了修改与改进,现在可以处理上