其他
lisarer
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
GLOG使用举例
先占坑,回头慢慢写!原创 2016-08-23 11:47:50 · 351 阅读 · 0 评论 -
mysql 数据库设计
获取最后更新时间: select 'staff',UPDATE_TIME from information_schema.TABLES where TABLE_SCHEMA='test' order by UPDATE_TIME desc limit 1;原创 2016-09-12 09:35:09 · 614 阅读 · 0 评论 -
常用工具与JAVA常用小函数实现
import java.io.File; import java.util.*; public class ReadJpg { public static void main(String args[]) throws Exception{ Vector Path=new Vector(); File root = new File("E:/PROJECT/HAND/midea原创 2017-01-19 14:05:13 · 312 阅读 · 0 评论 -
KNN python code
几分钟写了个KNN Python代码,在编译器上可以直接跑: """ programs: KNN algorithm description: 1.calculate the distance between test data and every single train data 2.sort the distance 3.select the minimum k points b原创 2017-12-01 16:52:47 · 557 阅读 · 0 评论
分享