资源列表
SVM
- 这是一个讲解机器学习与SVM的课件,讲的深入浅出,非常不错。
Biodata
- bioData toolbox _ matlab
sideeffec
- This programme is for understanding the side effec.In the above program, the side effect has occurred. In sum1, first i is calculate first for that,i/2 is 5 and then fun(&i) is called that is return 41.so the result is 46. In sum2, first fun(&j) i
TSP_tabu
- This project includes solving of TSP with Tabu Search Algorithm. It has been codded for final term project
Lave1
- #include <iostream> #include <stdlib.h> #include <string.h> using namespace std const kl = 4, kzs = 2, m = 6, n = 4, Error = 5 char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}} int A[m][n] = {{1,2,2
Texture_Consistent_Shadow_Removal
- This paper presents an approach to shadow removal that preserves texture consistency between the original shadow and lit area.
prolog2.0
- prolog2.0的安装程序,人工智能开发语言,可视化编辑-Prolog2.0 installation procedures, artificial intelligence development language, visual editing
osu_svm3.00
- 一个不错的关于SVM的例程,大家可以下载下来做一个参考,个人认为很不错的-A good SVM program,I think it is a good reference.
robot
- matlab robot 插件 matlab robot 插件 matlab robot 插件 -matlab robot 插件matlab robot 插件matlab robot 插件matlab robot 插件matlab robot 插件matlab robot 插件
Localization
- 各种无线定位算法的源代码 包括DV-Hop 算法 RSSI算法的,APIT等算法的代码,各种代码的仿真结果图。-A variety of wireless location algorithm source code, including DV-Hop algorithm RSSI algorithm, APIT algorithm code, a variety of code simulation results map.
Desert
- this is a book your me and we and me and with
R-FCN
- R-FCN全卷积网络的目标检测神经网络,算法性能优于Faster R-CNN(R-FCN is an full convultional network, the performance of R-FCN outperform the Faster R-CNN)