码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
Leetcode 210: Course Schedule II
There are a total of n courses you have to take, labeled from 0 to n - 1. Some courses may have prerequisites, for example to take course 0 you have t ...
分类:其他好文   时间:2017-11-29 13:31:14    阅读次数:160
浅谈二分查找
定义 In computer science, binary search, also known as half interval search, logarithmic search, or binary chop, is a search algorithm that finds the po ...
分类:其他好文   时间:2017-11-26 21:55:17    阅读次数:107
计算机语言
计算机语言(Computer Language)指用于人与计算机之间通讯的语言。计算机语言是人与计算机之间传递信息的媒介。计算机系统最大特征是指令通过一种语言传达给机器。为了使电子计算机进行各种工作,就需要有一套用以编写计算机程序的数字、字符和语法规划,由这些字符和语法规则组成计算机各种指令(或各种 ...
分类:编程语言   时间:2017-11-26 12:46:15    阅读次数:230
人工智能领域的一些基本概念
CV:Computer Vision 计算机视觉 NLP:Nature Language Processing 自然语言处理 NLU:Nature Language Understanding 自然语言理解 ASR:Automatic Speech Recognition 自动语音识别 TTS:Te ...
分类:其他好文   时间:2017-11-25 20:45:14    阅读次数:149
Python网络编程篇之socket
1 socket 插座?呵呵,想多了,翻译过来意思是套接字! A network socket is an internal endpoint for sending or receiving data at a single node in a computer network. Concrete ...
分类:编程语言   时间:2017-11-25 18:30:31    阅读次数:182
edX MITx: 6.00.1x Introduction to Computer Science and Programming Using Python 课程 Week 1: Python Basics Problem Set 1 Problem 3
Assume s is a string of lower case characters. Write a program that prints the longest substring of s in which the letters occur in alphabetical order ...
分类:编程语言   时间:2017-11-24 22:47:36    阅读次数:176
Stack frame
http://en.citizendium.org/wiki/Stack_frame In computer science, a stack frame is a memory management strategy used to create and destroy temporary (au ...
分类:其他好文   时间:2017-11-23 16:34:55    阅读次数:164
计算机专业的学生必须掌握的五门课程
转自:http://www.nowamagic.net/librarys/veda/detail/2192 为了成为牛逼的程序员,知识储备也一定要牛逼! 计算机专业概念有点大。就计算机科学与技术专业而言,以下这些是必修的: 1、计算机组成原理(包括先修课程“数字逻辑与数字系统”,简称“数电”):这是 ...
分类:其他好文   时间:2017-11-21 10:41:19    阅读次数:106
Windows 无人值守自动答应
步骤 === 1. 使用windows自带dism或其他映像(wim)工具将install.wim释放到C盘。 2. 自动答应文件 3. 将答应文件保存为Unattend.xml。 4. 新建文件夹“C:\Windows\Panther”,将Unattend.xml复制到该文件夹。 5. 重启后将跳 ...
分类:Windows程序   时间:2017-11-20 20:15:36    阅读次数:495
Git-远程操作
远程分支:远程跟踪分支remote branch是对远程分支状态的引用,是不能移动的,它会根据远程分支变化以及网络通信自动移动。Git服务器包含了远程分支master,在My Computer中的remote branch就是远程跟踪分支,是对git服务器里面master branch的引用,不可移 ...
分类:其他好文   时间:2017-11-20 16:42:03    阅读次数:116
2862条   上一页 1 ... 93 94 95 96 97 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!