资源列表
subspace
- 计算subspaces之间的主角度距离的代码(Calculate the principle angle distance between subspaces)
homework2_2
- 实现批处理感知器算法的程序,用于分类训练集,同时记下收敛时的步数(Program to realize batch perceptron algorithm for classification of training set, and steps to write down the convergence)
betweenness_centrality
- 求一个网络的介数,还是一个不错的MATLAB代码哦,希望能帮上大家的忙(betweenness of a network)
K_means
- 自适应Kmeans算法,可直接运行看结果(Adaptive Kmeans algorithm, which can run directly to see the results)
ServoSystemTransitionFunctionTest
- 测试伺服系统的频率特性,检测与分析传递函数的性能(To test the frequency quality of the servo system)
Duck_vector2d
- Simple and cool vector2 header.
Duck_vector2di
- Simple and cool vector2i header.
Duck_vector4d
- Simple and cool vector4 header.
Untitled
- 这是我写的一个三维粒子群优化的源码,初始化部分可以更改模型的各个参量,当然代码结构可以进一步优化,感兴趣的可以进一步探究(This is what I wrote a three-dimensional particle swarm optimization source code, the initialization part can change the parameters of the model, of course, the code structure can be furthe
p1
- 各种不同sort, 1. To give you experience in implementing various sorting algorithms. 2. To empirically study the time efficiency of different sorting algorithms.(1. To give you experience in implementing various sorting algorithms. 2. To empirically st
顶盖驱动流LBM模拟
- 用格子boltzmann方法模拟顶盖驱动流算例(Simulation of top cover driving flow with lattice Boltzmann method)
IsPointInTriangle
- 判断点是否在三角形中,使用的是同向法,不使用任何数学函数,运行效率很高(Determine whether the point is within the triangle)