码迷,mamicode.com
首页 >  
搜索关键字:computer vision    ( 3069个结果
ISCSI的概念
1.存储的一些概念和术语 SCSI:小型计算机系统接口(Small Computer System Interface) FC:光纤通道(Fibre Channel) DAS:直连式存储(Direct Attached Storage) NAS:网络接入存储(Network At tached St ...
分类:其他好文   时间:2020-07-28 22:54:12    阅读次数:110
建造型模式记录
#建造者模式 建造者模式是将创建和表示进行分离,使得创建的过程中能够创建不同的表示。 据说建造者-指挥者模式已经不是常用了,这里只是学习思想 只要实现了创建和表示分离就好了,流式的配备一台电脑 将电脑的展示和电脑的组成分开 class Computer { private Computer(Buil ...
分类:其他好文   时间:2020-07-24 16:33:56    阅读次数:69
02 Writing Your First Program 写你的第一个C程序
Let's print "Hi" 打印输出“Hi” In your first computer program, let's print something on the screen to display. 在您的第一个计算机程序中,让我们在屏幕上打印一些内容进行显示。 How can we i ...
分类:其他好文   时间:2020-07-24 09:35:30    阅读次数:92
03 Comments in C Programming C编程中的注释
Comments 注释简介 Let's take a quick break from programming and talk about comments. Comments help programmers understand what exactly the computer progra ...
分类:其他好文   时间:2020-07-24 09:19:32    阅读次数:81
00 what is C Programming?C编程是什么?
C语言简介 C is a programming language that lets us give a computer very specifio commands. C语言是一种编程语言,它让我们可以给计算机非常特殊的命令。 C was invented in 1972. It's one ...
分类:其他好文   时间:2020-07-23 09:17:28    阅读次数:69
C++中TCP通信实现文件传输
作为Computer networks课程的一个project,我们需要实现用TCP在mininet中client和server的相互通信,需要能够传输文本文件,binary file 和image file。整个project的目的还是比较明确的。我主要列出了一下几个问题,需要在代码中实现。 1. ...
分类:编程语言   时间:2020-07-19 18:10:07    阅读次数:91
Warm boot与Cold boot的区别
To perform a cold boot (also called a "hard boot") means to start up a computer that is turned off. It is often used in contrast to a warm boot, which... ...
分类:其他好文   时间:2020-07-18 00:38:36    阅读次数:268
Linux性能相关命令
Linux性能相关命令 1. 查看硬盘相关信息 cat /proc/scsi/scsi #查看scsi(Small Computer System Interface)连接的设备 lsblk #查看硬盘设备 lsblk -o name,rota #查看硬盘设备,列出名称和转动标志,如果rota为0, ...
分类:系统相关   时间:2020-07-15 23:26:28    阅读次数:89
pat 1025
1025 PAT Ranking (25分) Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test ...
分类:其他好文   时间:2020-07-14 17:59:25    阅读次数:48
HDU Queuing (递推+矩阵快速幂)
##题面 Problem Description Queues and Priority Queues are data structures which are known to most computer scientists. The Queue occurs often in our dai ...
分类:其他好文   时间:2020-07-12 17:05:48    阅读次数:132
3069条   上一页 1 ... 5 6 7 8 9 ... 307 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!