上一页 1 ··· 514 515 516 517 518 519 520 521 522 ··· 583 下一页

2019年7月21日

摘要: 【转】:https://blog.csdn.net/liangjisheng/article/details/67642491 阅读全文
posted @ 2019-07-21 14:44 lydstory 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Result:=OSVI.dwPlatformId; { 返回值: 为0表示为win3x系统; 为1表示为win9x系统; 为2表示为winNT; 为3表示为win2000系统; } 阅读全文
posted @ 2019-07-21 14:23 lydstory 阅读(813) 评论(0) 推荐(0) 编辑

2019年7月20日

摘要: QDateTime time1; QDateTime time2; uint stime = time1.toTime_t(); uint etime = time2.toTime_t(); int tRet = stime - etime; 通过判断tRet的值来判断time1、time2的大小 阅读全文
posted @ 2019-07-20 20:12 lydstory 阅读(330) 评论(0) 推荐(0) 编辑
摘要: solver文件 是一堆超参数,比如迭代次数,是否用GPU,多少次迭代暂存一次训练所得参数,动量项,权重衰减(即正则化参数),基本的learning rate,多少次迭代打印一次loss,以及网络结构描述文件(即model文件)存储位置,等等 比如: lenet_solver.prototxt mo 阅读全文
posted @ 2019-07-20 01:05 lydstory 阅读(188) 评论(0) 推荐(0) 编辑
摘要: GetWindowsDirectory系统目录 阅读全文
posted @ 2019-07-20 00:23 lydstory 阅读(143) 评论(0) 推荐(0) 编辑

2019年7月19日

摘要: 1. QStringList qlist = var2.split('&', QString::SkipEmptyParts); if (qlist.size() >= 2) { usbdata.usb_vid = qlist[0]; usbdata.usb_pid = qlist[1]; } 纪录 阅读全文
posted @ 2019-07-19 23:14 lydstory 阅读(144) 评论(0) 推荐(0) 编辑
摘要: https://www.3tee.cn/cp.html 阅读全文
posted @ 2019-07-19 11:46 lydstory 阅读(197) 评论(0) 推荐(0) 编辑

2019年7月18日

摘要: c# 识别 阅读全文
posted @ 2019-07-18 22:14 lydstory 阅读(107) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/chengkeke/p/5417427.html https://www.cnblogs.com/findumars/p/8297925.html 阅读全文
posted @ 2019-07-18 10:56 lydstory 阅读(432) 评论(0) 推荐(0) 编辑
摘要: while(1) { while(1) { while(1) { break; } } } //逻辑堪比绝技啊 脑洞开之注册表循环遍历方法 阅读全文
posted @ 2019-07-18 10:22 lydstory 阅读(135) 评论(0) 推荐(0) 编辑
上一页 1 ··· 514 515 516 517 518 519 520 521 522 ··· 583 下一页

导航