Understanding the Development of Computer Networks - Basics of Computer Networks
Development of Computer Networks (Understanding)
Remote Terminal Connection Stage: The early stage of computer networks, where terminals were connected to a central mainframe for data access.
Computer-to-Computer Network Stage: This stage marked the beginning of direct communication between computers, laying the foundation for modern networking.
Computer Network Interconnection Stage: The evolution of networking where multiple networks were interconnected, forming the internet.
Information Superhighway Stage: The current phase, characterized by high-speed data transfer and advanced networking technologies, forming the backbone of global communications.
Content Slides
Access
0
2024-10-27
Backup Fundamentals in Computer Experiments
备份就是制作数据库结构和数据的拷贝。在执行备份操作之前,应该做好相应的计划工作、明确备份的对象和理解备份的动态特点等。下面详细介绍这些内容。
SQLServer
0
2024-11-03
Modern Spectral Estimation with Capon Algorithm in MATLAB
在现代谱估计中,Capon算法是一种有效的方法,广泛应用于信号处理。使用MATLAB实现该算法,可以提高谱估计的精度。关键步骤包括:数据预处理、构建协方差矩阵、计算谱密度等。掌握这些步骤,可以更好地理解和应用Capon算法。
Matlab
0
2024-11-04
Tsinghua University Computer Center Oracle Training Materials
Oracle数据库是全球最广泛使用的商业关系型数据库管理系统之一,由美国甲骨文公司(Oracle Corporation)开发和维护。这份“清华大学计算机中心Oracle培训资料”涵盖了关于Oracle数据库的基础知识、安装配置、管理操作、SQL语言、数据备份恢复以及性能优化等多个方面的内容。下面,我们将深入探讨这些关键知识点。
一、Oracle数据库基础Oracle数据库采用客户-服务器架构,由服务器端(包括数据库实例、后台进程等)和客户端(包括SQL*Plus、Oracle Developer等工具)组成。数据库实例是由一系列后台进程和内存结构组成的,负责管理数据库的运行。
二、Oracle安装与配置安装Oracle涉及多个步骤,包括选择合适的安装类型(如企业版、标准版等)、规划文件系统布局、设置环境变量、配置监听器和网络服务等。配置过程中需注意合理分配系统资源,如内存、磁盘空间等。
三、Oracle数据库管理1. 数据库创建与启动:Oracle提供了DBCA(Database Configuration Assistant)工具来创建数据库,DBMS_STARTUP包用于启动数据库。 2. 表空间与数据文件:表空间是存储数据的逻辑单位,由一个或多个数据文件组成。管理表空间有助于资源分配和空间扩展。 3. 用户与权限:Oracle通过用户账户进行权限控制,每个用户有自己的模式,包含对象如表、视图等。 4. 实例与服务:实例是内存结构和后台进程的集合,服务定义了客户端如何连接到实例。
四、SQL语言SQL(Structured Query Language)是数据库查询和管理的标准语言。在Oracle中,SQL包括数据查询、数据插入、更新、删除,以及数据库对象的创建和管理。例如,SELECT语句用于查询,INSERT用于插入数据,UPDATE用于修改,DELETE用于删除,CREATE则用于创建表、视图等。
五、备份与恢复Oracle提供RMAN(Recovery Manager)工具进行数据库备份和恢复。备份策略包括完整备份、增量备份和差异备份。恢复过程中可能涉及到还原、恢复、归档日志切换等操作。
六、性能优化1. SQL优化:通过执行计划分析、索引设计、查询改写等方式提升SQL执行效率。 2. 体系结构优化:如分区技术可以提高大型表的查询速度,物化视图可以加速常见查询。 3. 分区统
Oracle
0
2024-11-06
Optimizing Pathfinding in Cerebrovascular Networks A MATLAB Approach
脑血管系统是一个复杂的血管网络,为大脑提供重要的营养和氧气。这种系统易于遭受出血、感染、血栓等损伤,常常需要进行脑部手术。然而,手术时通常无法直接进入手术地点,因此必须寻找替代入口点和路径。提出的系统利用MRA图像上的图像处理和路径查找技术,帮助医生/外科医生找到脑血管系统中两点之间的最短距离。论文链接:ACM Paper
Matlab
0
2024-11-03
Radar System Analysis and Design A MATLAB Approach
雷达系统分析与设计,这本书是雷达的基本入门书籍,内含MATLAB源代码,使用起来比较方便。虽然有中文翻译,但存在很多错误,建议查看英文版!
Matlab
0
2024-11-04
System Performance Simulation with MATLAB A Practical Approach
In this article, we will explore system performance simulation based on MATLAB, focusing on key methods and techniques for analyzing system efficiency. MATLAB offers a powerful platform for simulating various system behaviors, such as response time, throughput, and resource utilization. By leveraging its advanced simulation tools, engineers and researchers can model complex systems and assess their performance under different conditions. The article will delve into how MATLAB can be used to simulate both linear and nonlinear systems, demonstrating its utility in performance evaluation and optimization.
Matlab
0
2024-11-06
Machine Vision Toolbox for Matlab-Peter Corke
Machine Vision Toolbox for Matlab - Peter Corke. This zip file contains essential tools and libraries for implementing machine vision tasks in Matlab, enhancing image processing and analysis capabilities.
Matlab
0
2024-11-04
角点检测Matlab代码-Machine Vision工具集
角点检测Matlab代码涵盖了计算机视觉的基础知识,包括坎尼边缘检测、哈里斯角点检测、SIFT、GHT和RANSAC算法。这些工具不仅限于基础概念,还涉及到聚类方法和3D物体识别。代码框架由Minh Nhat Vu根据ACIN的原始代码改编,已获得MIT许可证授权。
Matlab
0
2024-08-28