码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
CPU:Central Processing Unit
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
关于Web2.0
前言:本来是想写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
Java中的伪共享
阅读 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
05-树8 File Transfer (25分)
题目描述 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配置
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
[Python] iupdatable包:获取电脑主板信息(csproduct)
一、说明 使用命令行就可以获取到主板相关的信息 wmic csproduct get /value 输出内容如下: Caption=Computer System Product Description=Computer System Product IdentifyingNumber=PDVC40 ...
分类:编程语言   时间:2020-03-15 22:28:08    阅读次数:168
HDU-2196 Computer
题意: 就问你每个节点到以这个点为根的子树的叶子节点的最远距离。 链接: http://acm.hdu.edu.cn/search.php?action=listproblem 思路: 我们设DP[i][0]表示以i节点为根节点的子树中的最远距离, DP[i][1]表示以i节点为根节点的子树中的次远 ...
分类:其他好文   时间:2020-03-14 14:54:09    阅读次数:35
win7共享打印机设置
1、组策略删除拒绝从网络访问打印机中的guest用户、拒绝本地登陆的guest用户2、检查本机适配器设置中的microsoft网络客户端、microsoft网络的文件和打印机共享是否存在,如果没有,手工添加上。3、检查workstation、computerborwser、TCP/IPNETBIOShelper运行情况。4、设置选择家庭组和共享选项中启用网络发现、启用文件和打印机共享,关闭密码保存
分类:Windows程序   时间:2020-03-09 18:00:10    阅读次数:82
2862条   上一页 1 ... 14 15 16 17 18 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!