码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
HDU-1171 Big Event in HDU (多重背包)
Problem Description Nowadays, we all know that Computer College is the biggest department in HDU. But, maybe you don't know that Computer College had ...
分类:其他好文   时间:2017-02-22 00:01:13    阅读次数:225
动态规划----Ones and Zeroes
题目描述: In the computer world, use restricted resource you have to generate maximum benefit is what we always want to pursue. For now, suppose you are a ...
分类:其他好文   时间:2017-02-21 22:23:46    阅读次数:171
线程和进程
线程和进程 进程:狭义定义:进程是正在运行的程序的实例(an instance of a computer program that is being executed)。 简而言之,就像qq要以一个整体的形式暴露给操作系统管理,里面包含对各种资源的调用,内存的管理,网络接口的调用等,对各种资源管理 ...
分类:编程语言   时间:2017-02-21 21:49:46    阅读次数:235
很棒的计算机入门课程:公开课从与非门到俄罗斯方块(第二部分)
博客中的文章均为meelo原创,请务必以链接形式注明本文地址 Build a Modern Computer from First Principles: Nand to Tetris Part II (project-centered course) by: Noam Nisan & Shimon ...
分类:其他好文   时间:2017-02-21 20:47:45    阅读次数:518
HDU 1041[Computer Transformation] 递推 高精度
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1041 题目大意:初始数字1。规则1变成01,0变成10。问经过N次完整变换后,有多少连续零对。 关键思想:考虑零对的直接来源只有"10",而"10"的直接来源只有”1“或者”00“。于是可以得到以下几种 ...
分类:其他好文   时间:2017-02-19 13:56:49    阅读次数:154
HDOJ 1014
Problem Description Computer simulations often require random numbers. One way to generate pseudo-random numbers is via a function of the formseed(x+1 ...
分类:其他好文   时间:2017-02-18 18:52:36    阅读次数:165
you don't know js -- up &going 笔记
Code A program, often referred to source code or just code , is a set of special instructions to tell the computer what tasks to perform. Usually, the ...
分类:Web程序   时间:2017-02-15 14:39:51    阅读次数:306
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. T
Severity Code Description Project File Line Suppression StateError This project references NuGet package(s) that are missing on this computer. Use NuG ...
分类:Web程序   时间:2017-02-15 12:46:24    阅读次数:521
cover letter
Dear Sir/ Madam, I am writing to apply for this position.I have a master's degree in computer science, and I have been working as a software engineer ...
分类:其他好文   时间:2017-02-14 13:23:21    阅读次数:184
[CSAPP] Chapter 1 Overview of Computer
1.1 information is bits + context All computer programs are just a sequence of bits, each with a value of 0 or 1, organized in 8-bit chunks called by ...
分类:移动开发   时间:2017-02-13 08:47:13    阅读次数:325
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!