上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: 在网络世界里没有侥幸,一切可能发生的事情终将发生...... 网络安全所涉及的每一个环节都对最终的结果有直接的影响,任何一个环节的疏漏终将造成整个安全链条的崩溃。 在某个时间段内公司不允许访问国外的 IP 地址,自己搭建的 VPN 是无法使用的。所以我就想使用国内的 VPS 进行中转。为了方便,国内 阅读全文
posted @ 2018-12-09 22:25 jiahu 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 参考资料:Modbus软件开发实战指南 Modbus是一种串口通信协议,随着技术的发展modbus也有对应的TCP/IP版本(标准端口502)。本文只记录modbus串口协议相关内容。 在串口modbus协议网络中多个串口设备连接到一根总线上,所以这个网络中的任何设备都可以接收到其他设备发出的报文。 阅读全文
posted @ 2018-03-26 17:03 jiahu 阅读(1840) 评论(0) 推荐(0) 编辑
摘要: 依赖于opencv [这里][0]有已经提取好数据 [0]:https://pan.baidu.com/s/1c2tXlss 阅读全文
posted @ 2017-12-02 17:54 jiahu 阅读(1061) 评论(0) 推荐(0) 编辑
摘要: caffe源码阅读杂记 ===================================================== 准备 一些参考网页 [Neural Networks and Deep Learning][7] [TUTORIAL ON DEEP LEARNING FOR VISI 阅读全文
posted @ 2017-11-25 17:41 jiahu 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 这里有已经提取好的图片: "百度云共享" 主要依赖于opencv 代码 include include include include include using namespace std; define PRINT(x) cout= 0; i ) { result += ptr[i] pow ( 阅读全文
posted @ 2017-11-23 09:02 jiahu 阅读(2165) 评论(1) 推荐(0) 编辑
摘要: ``` / Solutions for the Maximum Subsequence Sum Problem 四种方法,时间复杂度依次递减:O(N^3)、O(N^2)、O(N log(N))、O(N) / include include define CATCH_CONFIG_MAIN inclu 阅读全文
posted @ 2017-11-17 19:02 jiahu 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 读 [neural network and deep learning][1] ============================================= 基本概念 激活函数 Perceptron(感知机) A perceptron takes several binary inpu 阅读全文
posted @ 2017-11-16 23:02 jiahu 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 基本概念 Go是静态类型的语言,它的类型系统没有层级。 Go完全是垃圾回收型的语言,并为并发执行与通信提供了基本的支持。 按照其设计,Go打算为多核机器上系统软件的构造提供一种方法。 gopath Unix: win32: ,新建一个环境变量GOPATH并赋值,像处理path变量一样 当有多个GOP 阅读全文
posted @ 2017-11-08 10:02 jiahu 阅读(557) 评论(0) 推荐(0) 编辑
摘要: CPU分类 i386: i586:Intel Pentium MMX与AMD k6年代的CPU i686:intel Celeron与AMD k7年代的 32位CPU x86_64:目前的64位CPU的统称 系统结构 由里到外:硬件、OS核心、系统调用、应用程序 基本概念 Linux 内的所有数据都 阅读全文
posted @ 2017-10-30 08:08 jiahu 阅读(225) 评论(0) 推荐(0) 编辑
摘要: Understanding the Memory Layout of Linux Executables ==================================================== Required tools for playing around with memor 阅读全文
posted @ 2017-10-21 21:48 jiahu 阅读(576) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页