上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 35 下一页

2018年8月13日

C语言课程设计-保安值班系统支持任意输入保安值班时间

摘要: //.cpp : Defines the entry point for the console application. // #include "string.h" #include char *WEEK[7] = { "星期天", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六" }; struct demand { char name[5... 阅读全文

posted @ 2018-08-13 15:11 Maddock 阅读(1089) 评论(0) 推荐(0) 编辑

2018年7月21日

linux sh 读取文件内容,if判读语句,变量var打印

摘要: 运行python的时候将程序PID写入文件,以方便kill程序。 sh 字符串匹配 https://blog.csdn.net/xy913741894/article/details/74355576 阅读全文

posted @ 2018-07-21 10:48 Maddock 阅读(583) 评论(0) 推荐(0) 编辑

2018年7月17日

SphereFace的原理

摘要: https://blog.csdn.net/qianqing13579/article/details/78288780 阅读全文

posted @ 2018-07-17 16:13 Maddock 阅读(383) 评论(0) 推荐(0) 编辑

2018年7月16日

python 读写二进制文件实例

摘要: 本程序,首先写入一个矩阵到二进制文件中,然后读取二进制文件恢复到另外一个矩阵中。 阅读全文

posted @ 2018-07-16 23:51 Maddock 阅读(1266) 评论(0) 推荐(0) 编辑

clapack在android上移植

摘要: 参考 https://www.cnblogs.com/hrlnw/p/4128217.html 1.从https://github.com/simonlynen/android_libs这个网址下载代码。 如何在android上进行android库编译 https://blog.csdn.net/h 阅读全文

posted @ 2018-07-16 10:21 Maddock 阅读(559) 评论(0) 推荐(0) 编辑

2018年7月13日

tensorflow的升级与版本管理

摘要: 1 查看cuda与cudnn的版本 cuda一般安装在 /usr/local/cuda/ 路径下,该路径下有一个version.txt文档,里面记录了cuda的版本信息 cat /usr/local/cuda/version.txt 即可查询 同理,cudnn的信息在其头文件里 cat /usr/l 阅读全文

posted @ 2018-07-13 14:16 Maddock 阅读(2213) 评论(0) 推荐(0) 编辑

2018年7月11日

lapacke svd实例

摘要: 参考 intel MTK实例 https://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_lapack_examples/lapacke_dgesvd_row.c.htm http://www.netlib 阅读全文

posted @ 2018-07-11 20:00 Maddock 阅读(480) 评论(0) 推荐(0) 编辑

ubuntu lapack安装与使用

摘要: https://blog.csdn.net/zouyu1746430162/article/details/53374693 https://blog.csdn.net/mlnotes/article/details/9676269 https://blog.csdn.net/yuanxing14/ 阅读全文

posted @ 2018-07-11 18:36 Maddock 阅读(3494) 评论(0) 推荐(0) 编辑

2018年7月10日

python numpy访问行列元素的方法

摘要: [[ 2 1] [10 5]][1 5][10 5]5[[2]][Finished in 0.3s] 阅读全文

posted @ 2018-07-10 19:27 Maddock 阅读(463) 评论(0) 推荐(0) 编辑

2018年7月5日

numpy opencv matlab eigen SVD结果对比

摘要: 参考 https://zhuanlan.zhihu.com/p/26306568 https://byjiang.com/2017/11/18/SVD/ http://www.bluebit.gr/matrix-calculator/ https://stackoverflow.com/questi 阅读全文

posted @ 2018-07-05 18:00 Maddock 阅读(1813) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 35 下一页

导航