上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 2.1比较 6 5 4 = true 4 (错) a==b false = true false (错) 判断浮点数是否相等: 0.1+0.1+0.1==0.3 = false Math.abs((0.1+0.1+0.1) 0.3)true 2.2判断 debug过程 : (1) 双击行号设置/取消 阅读全文
posted @ 2020-02-11 18:18 大萌神 阅读(156) 评论(0) 推荐(0)
摘要: 一、计算机网络结构: 边缘部分(资源子网)+ 核心部分(通信子网) (1) 网络边缘 : 主机、网络应用 (2) 接入网络(物理介质) : 有线或无线通信链路 (3) 网络核心(核心网络) : 互联的路由器(或分组转发设备)、网络之网络 二、网络边缘 (1)主机(端系统): 位于“网络边缘”;运行网 阅读全文
posted @ 2020-02-11 16:58 大萌神 阅读(663) 评论(0) 推荐(0)
摘要: 一、隐藏和显示 1、jQuery hide() 和 show() 语法: $(selector).hide(speed,callback); $(selector).show(speed,callback); 可选的 speed 参数规定隐藏/显示的速度,可以取以下值:"slow"、"fast" 或 阅读全文
posted @ 2020-02-10 16:07 大萌神 阅读(154) 评论(0) 推荐(0)
摘要: 1、什么是计算机网络: 计算机网络=通信技术+计算机技术 通信系统模型: 信源 发送设备 信道 接收设备 信宿(噪声源 信道 ) 计算机网络就是一种通信网络 ,特殊之处在于 信源和信宿是计算机 。 2、计算机网络的定义: 计算机网络就是互连的、自治的计算机集合。 自治 :无主从关系。 互连 :互联互 阅读全文
posted @ 2020-02-10 11:13 大萌神 阅读(464) 评论(0) 推荐(0)
摘要: 一、jQuery 简介 (1) 使用 Google 的 CDN引入jQuery库: <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs /jquery/1.4.0/jquery.min.js" 阅读全文
posted @ 2020-02-09 23:05 大萌神 阅读(298) 评论(0) 推荐(0)
摘要: 1.0 计算机与编程语言 计算机如何解决问题 : 算法 程序 计算机 。 程序的执行 : 解释 :计算机借助某程序,该程序理解并执行你的程序。 编译 :计算机借助某程序将你的程序翻译成机器语言,然后执行机器语言。 1.1 第一个Java程序 创建新项目 (在Eclipse):文件(F) 新建(N) 阅读全文
posted @ 2020-02-02 23:54 大萌神 阅读(312) 评论(0) 推荐(0)
摘要: 五、 实验结果(★) We have tested the feasibility of the proposed human objects detection and tracking scheme by processing video steam on edge computing devi 阅读全文
posted @ 2020-02-02 12:06 大萌神 阅读(744) 评论(0) 推荐(0)
摘要: 三、 系统架构 As illustrated by Fig. 1, the proposed automatic surveillance system architecture consists of three hierarchical layers: edge computing, fog c 阅读全文
posted @ 2020-02-01 17:23 大萌神 阅读(369) 评论(0) 推荐(0)
摘要: 二、相关工作 The traditional video surveillance systems [6] are mainly designed for the offline analysis of the recorded video streams as well as significan 阅读全文
posted @ 2020-01-31 13:15 大萌神 阅读(469) 评论(0) 推荐(0)
摘要: 零、标题&摘要 1、标题: Real-Time Human Objects Tracking for Smart Surveillance at the Edge 应用于边缘智能监控的实时人体目标跟踪 2、摘要: Abstract—— Allowing computation to be perfo 阅读全文
posted @ 2020-01-30 12:04 大萌神 阅读(1111) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 下一页