1.什么是计算机? 计算机(computer)俗称电脑,是现代一种用于高速计算的电子机器,可以进行数值计算,又可以进行逻辑判断,还具有存储记忆功能, 且能够按照程序的运行,自动,高速处理数据。 2.计算机是由什么组成的? 一个完整的计算机系统,是由硬件系统和软件系统两大部分组成的。 (1)硬件系统 ...
分类:
其他好文 时间:
2020-04-01 00:40:01
阅读次数:
380
以前总是没搞清楚半字,字到底有多少个字节,有说字是4字节的,又说字是8字节的,但没有个固定的说法 下面这段话摘抄自Computer system: a programmer's perspective Buses are typically designed to transfer fixed-si ...
分类:
其他好文 时间:
2020-03-31 12:01:20
阅读次数:
190
CPU执行计算任务时都需要遵从一定的规范,程序在被执行前都需要先翻译为CPU可以理解的语言。这种规范或语言就是指令集(ISA,Instruction Set Architecture)。 CPU 架构:CISC:Complex Instruction Set Computer,复杂指令集 X86 通 ...
分类:
其他好文 时间:
2020-03-31 01:29:17
阅读次数:
105
计算机(computer),俗称电脑,是现代一种用于高速计算的电子计算机器,可以进行数值计算,又可以进行逻辑计算,还具有存储记忆功能。计算机是一种能够按照程序运行,自动、高速处理海量数据的现代化智能电子设备,它的发明者是美籍匈牙利数学家约翰·冯·诺依曼,冯·诺依曼被称为“计算机之父”。 计算机由硬件 ...
分类:
其他好文 时间:
2020-03-29 12:26:39
阅读次数:
81
前言:本来是想写HTML的,发现没什么好写的,就简单写一下Web2.0好了 什么是Web 2.0: “Web 2.0 is the business revolution in the computer industry caused by the move to the internet as a ...
分类:
Web程序 时间:
2020-03-28 13:52:27
阅读次数:
195
阅读 817 维基百科中对伪共享的定义如下: In computer science, false sharing is a performance-degrading usage pattern that can arise in systems with distributed, coheren ...
分类:
编程语言 时间:
2020-03-26 19:58:52
阅读次数:
92
题目描述 We have a network of computers and a list of bi directional connections. Each of these connections allows a file transfer from one computer to an ...
分类:
其他好文 时间:
2020-03-24 22:58:09
阅读次数:
64
nginx 配置: 目录:/usr/local/nginx 文件:conf/nginx.conf Xshell 5 (Build 0964) Copyright (c) 2002-2016 NetSarang Computer, Inc. All rights reserved. Type `hel ...
分类:
其他好文 时间:
2020-03-22 15:36:10
阅读次数:
55
frida逆向学习https://github.com/haidragon/study_fridaios逆向学习https://github.com/haidragon/study_tweak漏洞利用学习https://github.com/haidragon/study_exploits执行文件学习https://github.com/haidragon/study_executable_fil
分类:
其他好文 时间:
2020-03-16 10:07:04
阅读次数:
75
一、说明 使用命令行就可以获取到主板相关的信息 wmic csproduct get /value 输出内容如下: Caption=Computer System Product Description=Computer System Product IdentifyingNumber=PDVC40 ...
分类:
编程语言 时间:
2020-03-15 22:28:08
阅读次数:
168