资源列表
encode_vc
- Turbo编码程序 。-Turbo coding procedures.
MatlabK-means
- 用matlab语言实现K-MEANS聚类算法-Matlab language used K-MEANS CLUSTERING ALGORITHM
BP
- 利用BP算法,设计一个多层感知器为表中的数据集提供一个非线性逼近,并测试其泛化能力-The use of BP algorithm, the design of a multi-layer perceptron for the table of data sets to provide a non-linear approximation, and testing their generalization ability
bp
- 很好的bp神经网络预测模型,很好有,有结果的拟合等-Good bp neural network prediction model, there is very good, the results of the fitting, etc.
bp
- 破坏力规模-消极效能 很好的bp神经网络实例-Destructive power of the scale- the negative performance of a very good example of bp neural network
VOCdevkit_14-Apr-2008.tar
- PASCAL Visual Object Classes,视觉识别竞赛的程序,共有20大类视觉目标。用MATLAB代码写成。能生成precision/recall图。-PASCAL Visual Object Classes, Competition visual recognition procedures, a total of 20 major categories of the visual target. With code written in MATLAB. Able to gen
NQueen
- 递归方法解决N皇后问题,依次显示所有路径。-Recursive solution to N Queen s problem, show all the path followed.
11912885matlabchulimingling
- matlab常用命令集合,便于大家查找,希望能够有用对大家-matlab common command set for everyone to find, useful for all of us hope to be able
ffh264lib64bits_07.zip
- 64-bits H.264 from ffmpeg 2008 version Build in VC++ 2008 no error warning, Jesse Stone, Taiwan ,64-bits H.264 from ffmpeg 2008 version Build in VC++ 2008 no error warning, Jesse Stone, Taiwan
2925
- acm pku 2925 源代码+部分注释-acm pku 2925 source code+ part of the Notes
Insert_sort
- void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i--) { if(temp<a[i]) a[i+1]=a[i] else break } a[i+1]=temp }-void insert_sort (int* a, int n) (if
we
- 简单的链表实现 链表可以初步了解-A simple list can be linked to achieve a preliminary understanding
