- 博客(14)
- 收藏
- 关注
原创 系统哲学
虚拟现实所产生的感觉不过是真是现实中选择出来的‘因素‘有机处理的结果。 生物机械论虽然正确地解释指出生命现象得以发生的部分机械、物理、化学过程,即解体状态的生理现象,但不足以说明生命的和有机的生理过程,特别是生理过程。活力论虽然指出生命现象不能简单地归结为机械过程,但它确以超自然的、超物质的’灵魂活力‘解释能动的生命过程,两种理论只具有部分的真理性。 一切有机体都是按照
2014-07-16 18:31:45
1490
原创 第二章 网络通信
第二章 网络通信 学完本章,你将能够回答如下问题 • 什么是网络结构? • 协议在网络通信中有什么功能? • 使用分层协议来描述网络有什么有点? • TCP/IP 和 OSI 模型各层有什么作用? • 编址和命名方案在网络通信有什么作用? 2.3 通信平台 2.3.1 通信要素 2.3.2 传送消息 2.3.3 网络的组成部分 2.3.4 终端设备在其网络中的作用 2.3.
2014-07-16 17:24:01
757
原创 第三章 应用层功能及协议
第三章 应用层功能及协议 学玩本章,你将能回答如下问题: • 描述 OSI 模型前三层如何能够为终端用户应用程序提供网络服 务。 • 描述 TCP/IP 应用层协议如何提供 OSI 模型的上层结构所指 定的服务 • 规定人们如何在信息网络中使用应用层通信 • 描述常见的 TCP/IP 应用程序 3.3 应用程序:网络间的接口 3.3.1OSI 模型和 TCP/IP 模型 3.3
2014-07-16 16:50:21
1381
原创 第6章 网络编址
第6章 网络编址 1.IPv4 地址 IPv4 地址剖析 二进制与十进制之间的转换 十进制到二进制的转换 通信的编制累心:单播、广播、多播 2.不同用途的 IPv4 地址 IPv4 网络范围的不同类型地址 子网掩码:地址的网络和主机部分 公用地址和私用地址 特殊广播 IPv4 地址 传统 IPv4 编址 3.地址分配
2014-07-16 16:33:50
1154
原创 软件工程-笔记
第一章 软件工程概述 什么是软件工程? 软件工程就是利用计算机和计算相关的知识来解决问题。 分析:将问题分解成可以理解并能够处理的若干小部分,确定问题的本质含义。 合成:一旦分析了这个问题之后,就需要根据针对问题不同方面的构件来构造解决方案。 为了帮助我们解决问题,我们会采用各种方法、工具、过程和范型。 方法:是产生某些结果的形式化过程。 工具:是用更好的方式来完成某件事情的设备或自
2014-07-16 15:08:58
996
原创 MySql-pratices
CREATE TABLE players( playerno int not null, name char(15) not null, initials char(3) not null, birth_date date, sex char(1) not null, joined smallint not null, street varchar(30) not null, h
2014-07-16 13:03:24
660
原创 Chapter2 Database Environment
Chapter2 Database Environment 2.1The Three-Level ANSI-SPARC Architecture the ANSI-SPARC (the american national standards institute (ANSI)Standards Planning and Requirement Committee(SPARC))architect
2014-07-16 12:56:09
978
原创 Chapter7 SQL:Data Definition
Chapter7 SQL:Data Definition 7.1.2SQL Scalar Data Types Boolean data Character data Bit data The format for specifying the bit data: BIT[VARYING][length] 7.1.2Exact Numeric Data An exact numer
2014-07-16 12:19:39
813
原创 Chapter6 SQL:Data Manipulation
Chapter6 SQL:Data Manipulation Through this and the next two chapters,we use the following extended form of the Backus Naur Form(BNF) notation to define SQL statements: • uppercase letters are used
2014-07-16 05:24:06
767
原创 Chapter5 Relational Algebra and Relational Calculus
Chapter5 Relational Algebra and Relational Calculus 5.1The Relational Algebra The relational algebra is a theoretical language with operations that work on one or more relations to define another r
2014-07-16 03:06:52
1328
原创 Chapter4 The Relational Model
Chapter4 The Relational Model 4.2Terminology An relational model is based on the mathematical concept of a relation,which is phycisally represented as a table. 4.2.1Relational Data Structure we d
2014-07-15 22:09:14
845
原创 Chapter3 Database Architecuture and the Web
Chapter3 Database Architecuture and the Web 3.1.6Middleware is a generic term used to describe software that mediates with other software and allow for communication between disparate applications
2014-07-15 17:25:40
536
原创 Chapter1 Introduction to Databases
Chapter1 Introduction to Databases 1.1Introduction For the purpose of this discussion,we consider database to be a collection of relate data and a database base management system to be the software
2014-07-15 15:18:33
682
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人