资源列表
Sort
- VC实现。各种排序算法,插入排序,选择排序,交换排序,快速排序,希尔排序,归并排序等。-VC implementation. Various sorting algorithms, insertion sort, selection sort, exchange sort, quick sort, Hill sort, merge sort and so on.
trn_set
- try this first to do image segmentation for you. Its very easy to follow.
Link_List
- Visual C++实现的链表,队列,和栈的代码-Visual C++,LinkList,Stack,Queue code
MATLABDemystified
- Very good starting manual for matlab
mathmodlingtoolbox
- 数学建模绝对用的着,内有各种先进算法的matlab的m文件,绝对值得-very good material for you if you want toset up some math modles
regional
- ACM一些题目,很有难度。能做出来的是高手。
SPACELIB
- 基于matlab 的动力学工具箱 做多体或机器人方向的可以-SPACELIB is a software library useful for the realization of programs for the kinematic and dynamic analysis of systems of rigid bodies. This library is currently used in ROBOTICS and BIOMECHANICS. It has bee
pandey
- this code is gray scale stegnalisis using glrl-this code is gray scale stegnalisis using glrl........................
multirobot_pso
- In this work, an algorithm for classical particle swarm optimization (PSO) has been discussed. Also, its codes in MATLAB environment have been included. The eectiveness of the algorithm has been analyzed with the help of an example of three variab
PMSM无位置传感矢量控制
- 基于MATLAB/simulink搭建的应用于永磁同步电机(PMSM)的无传感器控制,主要是基于矢量控制,采用滑模转速和转子位置观测器取代传统的位置传感器,最终实现对PMSM的控制(The sensorless control based on MATLAB/simulink for permanent magnet synchronous motor (PMSM) is mainly based on vector control. Instead of the traditional pos
Integer_Partition
- 整数划分,是指把一个正整数n写成如下形式: n=m1+m2+...+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。 如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) 例如但n=4时,他有5个划分,{4},{3,1},{2,2},{2,1,1},{1,1,1,1} -Integer division
JSTdotNET7
- Backpropagation neural network using .NET