CPU、内存、硬盘、指令以及他们之间的关系 最近读完《程序是怎样跑起来的》以及《深入理解计算机系统》的3、6、9章节后对计算机的组成有了更深入细致的了解,现总结一下对CPU、内存、硬盘、指令的理解及他们之间的关系。 1、CPU CPU是英文Central Processing Unit(中央处理器) ...
分类:
其他好文 时间:
2017-11-25 15:19:11
阅读次数:
141
第一章 绪言 数字图像处理 数字图像处理(Digital Image Processing)是通过计算机对图像进行去除噪声、增强、复原、分割、提取特征等处理的方法和技术。 MATLAB MATLAB是matrix&laboratory两个词的组合,意为矩阵工厂(矩阵实验室)。是由美国mathwork ...
分类:
其他好文 时间:
2017-11-25 00:48:26
阅读次数:
160
今天写一下计算机中最核心的一部分,就是计算机的大脑 CPU。CPU也就是中央处理器(Central Processing Unit)。中央处理器是一块超大规模的集成电路,是一台计算机的运算核心(Core)和控制核心(Control Unit)。它的功能主要是解释计算机指令以及处理计算机软件中的数据。 ...
分类:
其他好文 时间:
2017-11-24 18:04:01
阅读次数:
144
Globalization support is implemented through the text- and character-processing functions provided by which Oracle feature?A. RSTLNEB. NLSRTLC. LISTEN ...
分类:
其他好文 时间:
2017-11-14 18:30:48
阅读次数:
174
文件处理系统(file-processing system)的主要弊端: 数据冗余和不一致(data redundancy and inconsistency)、数据访问困难(difficulty in accessing data)、数据孤立(data isolation)、完整性问题(integ ...
分类:
数据库 时间:
2017-11-08 13:32:53
阅读次数:
284
var table=$('.table-sort').dataTable({ "Processing": false, // 是否显示取数据时的那个等待提示 "bServerSide": true,//这个用来指明是通过服务端来取数据 "bPaginate": true, //是否显示分页 "sAj... ...
分类:
其他好文 时间:
2017-11-07 19:41:42
阅读次数:
294
1 modern software development is all about processing large amounts of less-than-perfect data in real time to extract knowledge and actionable insight ...
分类:
其他好文 时间:
2017-11-07 12:21:31
阅读次数:
140
Generally speaking, there are a lot of problems about strings processing. Now you encounter another such problem. If you get two strings, such as “asd ...
分类:
其他好文 时间:
2017-11-07 01:25:20
阅读次数:
171
http://storm.apache.org/ 【doing for realtime processing what Hadoop did for batch processing 】 Apache Storm is a free and open source distributed real ...
分类:
其他好文 时间:
2017-11-04 18:03:48
阅读次数:
206
动态可视化 数据可视化之魅D3,Processing,pandas数据分析,科学计算包Numpy,可视化包Matplotlib,Matlab语言可视化的工作,Matlab没有指针和引用是个大问题 D3.js入门指南 什么是D3?D3是指数据驱动文档(Data-Driven Documents),根据 ...
分类:
编程语言 时间:
2017-11-03 13:06:17
阅读次数:
243