序言:时代在发展,2020年5G作为元年。5G全程第五代移动通信技术(英语:5th generation mobile networks或5th generation wireless systems、5th-Generation)是最新一代蜂窝移动通信技术。5G的性能目标是高数据速率、减少延迟、节 ...
分类:
其他好文 时间:
2020-02-20 16:49:05
阅读次数:
82
TSUser user = ResourceUtil.getSessionUser(); String departid = user.getDepartid(); TSDepart tsDepart = systemService.getEntity(TSDepart.class, departi ...
分类:
其他好文 时间:
2020-02-20 16:47:55
阅读次数:
127
1.machine learning研究如何使机器从一开始的遵循简单规则到可以根据以往经验做出自主判断/行为预测(对data的pattern进行研究) 2. 举例:recommender systems: 第一种方法是找到过往搜索中出现过的pattern,推荐类似的应用;第二种方法是找到搜索过相同p ...
分类:
其他好文 时间:
2020-02-18 13:27:36
阅读次数:
72
Entities是一个ID Entities就是游戏中的“对象”或者“单位”,在ECS里面它表示一组数据的组合。 Systems为它提供行为。 Components为之提供数据存储。 一个Entity就是一个ID,Entity的ID是稳定的,你可以用它来存储对一个component或entity的引 ...
分类:
其他好文 时间:
2020-02-09 14:53:34
阅读次数:
250
Networks: Networks are a general language for describing complex systems of interacting entities. 网络(关系图)是描述交互实体复杂系统的通用语言Networks/Graph 的两种类型:1) Netwo... ...
分类:
其他好文 时间:
2020-02-07 00:43:16
阅读次数:
113
Rapita Verification Suite(简称:RVS),为英国Rapita Systems公司提供的一款嵌入式系统在板测试套件。其产品符合ISO-26262、IEC-61508等行业标准,兼容Vxworks、Linux、SYSBIOS 等操作系统,支持C、C++、Ada多种语言,多方位支 ...
分类:
其他好文 时间:
2020-02-04 13:40:58
阅读次数:
61
二、相关工作 The traditional video surveillance systems [6] are mainly designed for the offline analysis of the recorded video streams as well as significan ...
分类:
其他好文 时间:
2020-01-31 13:56:03
阅读次数:
83
web.xml各个版本文件头: Servlet 3.1 Java EE 7 XML schema, namespace is http://xmlns.jcp.org/xml/ns/javaee/ <?xml version="1.0" encoding="UTF-8"?> <web-app xml ...
分类:
Web程序 时间:
2020-01-28 20:49:23
阅读次数:
82
软件生命周期(Systems Development Life Cycle,SDLC) 软件生命周期又称为软件生存周期或系统开发生命周期,是软件的产生直到报废的生命周期,周期内有问题定义、可行性分析、总体描述、系统设计、编码、调试和测试、验收与运行、维护升级到废弃等阶段,这种按时间分程的思想方法是软 ...
分类:
其他好文 时间:
2020-01-22 18:31:03
阅读次数:
147
基于研究论文《Fault Analysis and Debugging of Microservice Systems: Industrial Survey, Benchmark System, and Empirical Study》(作者:周翔、彭鑫、谢涛、孙军、冀超、李文海、丁丹)形成本文。该 ...
分类:
其他好文 时间:
2020-01-18 19:46:47
阅读次数:
390