资源列表
K-means
- 通过经纬度计算球体上两点距离,计算速度很快(Calculating the distance between two points on the sphere through latitude and longitude is very fast)
GUITest
- GUI测试程序,VC++源码下载,有一些窗体的显示特效,比如图片的显示特效,还有一些与GUI相关的实例演示(GUI test program, VC ++ source code download, there are some window display special effects, such as picture display special effects, and some GUI-related example demonstrations)
victor
- serial comm C++builder 6.0
LFM信号模糊函数
- 求两种信号的模糊函数,分别为线性调频脉冲与线性调频脉冲串(Find out the fuzzy functions of two kinds of signals, which are LFM pulse and LFM pulse train)
abaqus codes
- i wish to share a few codes for abaqus subroutines
cachelab-handout
- 简单的模拟cache的小实验,随便写的.........(A simple experiment of simulating cache)
modred-master
- 动态数据处理,使用matlab软件对流场信息进行处理(incrementally updated Dynamic Mode Decomposition)
曲线和曲面算法
- 代码包含以下算法:三叶梅花线,圆柱螺线,圆锥螺线,三次贝塞尔曲线,三次B样条曲线。 环形面,锥面,双线性曲面,旋转曲面,贝塞尔曲面,B样条曲面。(The code contains the following algorithms: three-leaf plum blossom line, cylindrical spiral, conical spiral, cubic Bezier curve, cubic B-spline curve. Torus, cone, bilinear sur
mdui-v0.4.3 (1)
- mdui框架,精品css框架,内涵css,js,icon(Mdui framework, boutique CSS framework, connotation CSS, JS, ICON)
netty-jtt-master
- JT809协议服务端和客户端案例 <modelVersion>4.0.0</modelVersion> <groupId>com.vtradex</groupId> <artifactId>lbs-jtt</artifactId> <version>0.0.1-SNAPSHOT</version> <url>http://maven.apache.org</ur
锐浪报表在易语言的应用
- 锐浪报表在易语言的应用!让易语言不仅仅是能写挂
lssvm工具箱
- LSSVM分类,LSSVM和SVM的区别就在于,LSSVM把原方法的不等式约束变为等式约束,从而大大方便了Lagrange乘子alpha的求解,原问题是QP问题,而在LSSVM中则是一个解线性方程组的问题。