Python概述 计算机组成 计算机(computer)俗称电脑,是一种用于高速计算的电子计算机器,可以进行数值计算,又可以进行逻辑计算,还具有存储记忆功能。 计算机组成分为:计算机硬件组成以及计算机软件组成。 1.计算机硬件组成 运算器:负责数据运算,即数据的加工处理 控制器:整个计算机的中枢神经 ...
分类:
编程语言 时间:
2019-03-28 09:29:13
阅读次数:
189
https://github.com/pytorch/vision/tree/master/torchvision/models 几乎所有的常用预训练模型都在这里面 总结下各种模型的下载地址: 解决下载速度慢的方法: 换移动网络,校园网对于pytorch网站有很大的限速。 ...
分类:
其他好文 时间:
2019-03-27 10:36:29
阅读次数:
2857
CCPS310 – COMPUTER ORGANIZATION IILAB 2 (7%)ARC MEMORY MAPPED I/OSubmission instruction:Students work in groups of 2, and are expected to do the lab t ...
分类:
其他好文 时间:
2019-03-25 19:18:06
阅读次数:
143
CCN2042 Computer ProgrammingGroup Project – Cooking Game(Due: 23:59, 18 Apr 2019 (week 12 before Easter))Expected Learning Outcomes familiarise themse ...
分类:
其他好文 时间:
2019-03-25 19:01:08
阅读次数:
104
RID age income student credit_rating Class:buys_computer 1 youth high no fair no 2 youth high no excellent no 3 middle_aged high no fair no 4 senior m... ...
分类:
编程语言 时间:
2019-03-25 14:49:42
阅读次数:
133
1 引言 当前的数据库应用系统中,按其结构划分为两类,一类是两层结构的数据库应系统,另一类是多层结构的数据库应用系统。 两层结构的数据库应用系统包括客户/服务器(C/S)模式和浏览器/服务器(B/S)模式,它的特点是数据和程序分离,数据库服务器端管理数据,客户机或浏览器显示、访问和更新数据,因此可以 ...
分类:
数据库 时间:
2019-03-18 18:23:32
阅读次数:
232
通过参与人工智能实战 " 课程内容 " ,借助老师提供的 " 丰富教学资源 " ,以此为契机,掌握计算机科学的 学习方法 ,学习学科相关知识,并通过工程项目 实践 ,领悟软件工程的 思想方法 ,为硕士阶段转专业读 Computer Science 打好基础 。 具体阐述如下: 1. 了解人工智能的具 ...
分类:
其他好文 时间:
2019-03-18 01:19:18
阅读次数:
210
Practical 1: HTTP Web Proxy Server Programming PracticalDue Mar 29 by 17:00 Points 24Adapted from Kurose & Ross - Computer Networking: a top-down appr ...
分类:
Web程序 时间:
2019-03-17 19:55:26
阅读次数:
138
如何为变量起名 在计算机科学领域,有一句著名的格言(俏皮话): There are only two hard things in Computer Science: cache invalidation and naming things. 在计算机科学领域只有两件难事:缓存过期 和 给东西起名字 ...
分类:
编程语言 时间:
2019-03-16 12:48:00
阅读次数:
192