http://www.esa.int/Our_Activities/Space_Engineering_Technology/Onboard_Computer_and_Data_Handling/Microprocessors The LEON2 is a synthesisable VHDL mo ...
分类:
其他好文 时间:
2019-09-01 18:30:39
阅读次数:
73
Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to run sim ...
分类:
编程语言 时间:
2019-08-31 21:30:08
阅读次数:
97
Assembly language is processor specific. This means that a program written in assembly language will not work on computers with different processor ar ...
分类:
其他好文 时间:
2019-08-31 01:13:59
阅读次数:
128
memory 之前讲的main memory主要就是用DRAM做的,但是实际上直接先接触的是cache; DRAM数据的读取:address分为两部分 行地址把那一整行取出 再用列地址把数据挑出来 对memory的期望:便宜,快,容量大 就把这三种(第三种disk)结合在一起 为什么要有cache? ...
分类:
其他好文 时间:
2019-08-28 22:25:01
阅读次数:
90
1、经典的Builder模式 Product /** * 计算机抽象类, 即Product角色 */ public abstract class Computer { protected String mBoard; protected String mDisplay; protected Stri ...
分类:
其他好文 时间:
2019-08-27 12:37:59
阅读次数:
80
ECMAScript版本介绍 百度介绍:ECMAScript是一种由Ecma国际(前身为欧洲计算机制造商协会,European Computer Manufacturers Association)通过ECMA-262标准化的脚本程序设计语言。这种语言在万维网上应用广泛,它往往被称为JavaScri ...
分类:
其他好文 时间:
2019-08-25 18:05:13
阅读次数:
360
cmake_minimum_required(VERSION 3.12)project(computer_cv)set(CMAKE_CXX_STANDARD 11)find_package(OpenCV REQUIRED)include_directories(${OpenCV_INCLUDE_DI ...
分类:
其他好文 时间:
2019-08-24 19:06:42
阅读次数:
167
PAT A1027 Colors in Mars 题目描述: People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is repres ...
分类:
其他好文 时间:
2019-08-24 00:33:51
阅读次数:
101
如论实施敏捷的团队,或者实施 DevOps 的团队,通过自动化测试提高测试效率和软件质量都是其共同的选择。UI 自动化测试是自动化化测试当中的重要环节,在 UI 自动化测试中验证码识别一直是令自动化测试人员头疼的问题。今年来随着 OCR 技术、人工智能计算机视觉(AI Computer Vision ...
分类:
编程语言 时间:
2019-08-23 00:25:34
阅读次数:
192
批处理,管理员权限执形 taskkill /im wmsvc.exe /f net stop WMSVC net start WMSVC pause ...
分类:
其他好文 时间:
2019-08-22 11:05:25
阅读次数:
87