08 2016 档案
摘要:网络层 网络层提供四种服务:分组化处理、查找下一跳的逻辑地址、查找下一跳的物理地址、对数据报进行必要的分片处理。 一、概述 1、交换:电路交换、分组交换 电路交换: 分组交换:来自上层的报文被分割成便于管理的一个个分组,再通过网络发送这些分组。报文的源点逐个发送分组,而其终点也逐个接收这些分组,等到
阅读全文
摘要:// exam3.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include<iostream>using namespace std; /* 数组1 2 8 9 2 4 9 12 4 7 10 13 6 8 11 15 */ int array[4][4]
阅读全文
摘要:SQL常用语句 一、查看数据库 1、 显示所有的数据库 命令:show databases; (注意:最后有个s) 2、 创建数据库 命令:create database 【数据库名】; 3、.查看当前使用的数据库 命令:select database(); 二、对表进行操作 A、创建表前及创建表时
阅读全文
摘要:// xuanze-sort.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include<iostream>#include<string>#include<vector>//vector向量容器using namespace std; /*********
阅读全文
摘要:#include "stdafx.h"#include<iostream>#include<string>#include<vector>//vector向量容器using namespace std; /***********************************************
阅读全文
摘要:// xuanze-sort.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include<iostream>#include<string>#include<vector>//vector向量容器#include<deque>#include<list>#i
阅读全文
摘要:#include "stdafx.h"#include<iostream>#include<string>#include<vector>//vector向量容器#include<deque>#include<list>#include<algorithm>using namespace std;/
阅读全文
摘要:// xuanze-sort.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include<iostream>#include<string>#include<vector>//vector向量容器#include<deque>using namespace
阅读全文

浙公网安备 33010602011771号