搜索资源列表
ant-C++
- 蚁群算法的C++程序,转载于下面网站 http://fashionxu.bokee.com/4673640.html-ant colony algorithm C program, reproduced in the following website http : / / fashionxu.bokee.com/4673640.html
BPfile
- 这是个可执行文件,源代码在博客可以找到 http://sillyfox.ygblog.com/user1/24279/default.html-This is executable files, the source code can be found at http blog : / / sillyfox.ygblog.com/user1/24279/defaul t.html
eo-1.0.1
- 这是linux下的进化计算的源代码。 === === === === === === ===== check latest news at http://eodev.sourceforge.net/ ======================================================================= Welcome to EO, the Evolving Objects library. The latest ne
solomon
- how to use recusive medthod to generate Solomon sequence number http://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110607&format=html
Fraunhofer_diffraction_of_a_round_hole
- 圆孔的夫琅和费衍射,以动画的形式表式衍射的过程,以及最后衍射的图样(来源于http://luobo.ycool.com/post.701424.html)
Delphi2009_Smart_Pointer
- 在Delphi2009中实现类似于STL中auto_ptr的智能指针!关于此智能指针的原理及解释请进入以下网址: http://www.cnblogs.com/felixYeou/archive/2008/09/06/1285806.html
mlc2-01-src
- This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative title, subject to change but not if I get my way). For details see: http://www.mcs.com/~drt/basisofai.html
2D CUDA-based bilinear interpolation
- This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably moder
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
VC++anttracingininversion
- 关于反演程序蚁群算法的源程序,欢迎大家共享,共同切磋-Inversion procedure on the ant colony algorithm source, welcome you to share common views and learn
roboop
- 用于机器人运动学和动力学分析的函数包,内含帮组文件。 具体的用法可以参照http://hi.baidu.com/wujbclzw/blog/item/aa433dfce2b968f4fc037fb6.html-Robot kinematics and dynamics analysis for a function package that includes help group file. Can refer to the use of specific http://hi.baidu.com
MapTest
- 学习map数据结构的时候完成的一个小程序 整个代码了解下来 会对map数据类型有很好的了解 适合map初学者 参考文章出处: http://www.kuqin.com/cpluspluslib/20071231/3265.html-Map data structure when learning a small program to complete understanding of the code will map the data types down a good understa
kMeansCluster
- kMeansCluster - Simple k means clustering algorithm Author: Kardi Teknomo, Ph.D. Purpose: classify the objects in data matrix based on the attributes Criteria: minimize Euclidean distance between centroids and object points For mo
Lyapunov
- atlab编写的Lyapunov指数计算程序 一、计算连续方程Lyapunov指数的程序 其中给出了两个例子:! e @ u9 j* [* b" m$ j$ I 计算Rossler吸引子的Lyapunov指数 _9 \: B" T* t! U4 J2 Q9 }/ n 计算超混沌Rossler吸引子的Lyapunov指数 http://www.pudn.com/downloads39/sourcecode/math/detail132231.html-atlab Lyapun
FOAprogram
- FOA求極大值!! 說明: 繼基因算法,蟻群,粒子群算法後,一種新的演化式計算方法-果蠅最佳化演算法(Fruit Fly Optimization Algorithm, FOA),由台灣學者潘文超(2011)所提出,相關論文請參考 Pan, W.T. (2011), “A new fruit fly optimization algorithm: Taking the financial distress model as an example,” Knowledge-Based Sys
paike
- 对学生课表进行排序,结合C++和数据结构思想。- blog.sina.com.cn/s/blog_50072fd50100dhaz.html
sfunflightgear
- Simulink/Matlab interface for FlightGear release 2.4 Improved version of original code: http://en.pudn.com/downloads94/sourcecode/windows/network/detail378135_en.html
lda
- 可以直接集成到VS2010内使用的LDA(Latent Dirichlet Allocation)源码。 集成方法参考 http://www.cnblogs.com/freedomshe/archive/2012/04/28/2475519.html-Can be directly integrated to VS2010 as the LDA (Latent Dirichlet Allocation) source. Integrated Approach to Reference
Dijkstra
- 迪杰斯克拉无向图最短路径----dijkstra 这是帮同学完成的Project,老外老师的要求果然不同。对于基本算法,不光要求不能使用高级容器类,还要求程序有一定的检验错误能力。花了1天的时间写完,代码考虑结点过多内存占用的问题,因此关系矩阵采用映射的方式存储。由此带来的弊端是,找一个结点的时候需要循环判断,导致效率过低。总之,内存占用与程序效率是鱼与熊掌不可兼得。 代码写的比较凌乱。仅供参考。 Project的要求介绍参考链接: http://hi.baidu.com/
rayBoxIntersection
- README: rayBoxIntersection Ray/box intersection using Smits algorithm (1999) The zip file includes one example of intersection. Author: Jes√∫s Mena References: [1] "Efficiency issues for ray tracing". B. Smits. Journal