码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
Gridland ZOJ1037(规律)
Gridland Time Limit: 2 Seconds Memory Limit: 65536 KB Background For years, computer scientists have been trying to find efficient solutions to different computing problems. For some of them ef...
分类:其他好文   时间:2015-04-28 14:07:48    阅读次数:146
计算机语言的发展(the history of computer's language)
第一部分 计算机语言的分类:机器语言:直接用二进制代码指令表达的计算机语言,指令是用0和1组成的一串代码。例如:1011011000000000,表示加法。可以直接执行。汇编语言:汇编指令集、伪指令集和使用它们规则的统称,使用具有一定含义的符号为助忆符,用指令助忆符、符号地址等组成的符号指令称为汇编...
分类:编程语言   时间:2015-04-27 20:02:20    阅读次数:197
DbgView不能显示OutputDebugString的输出内容
Debug view 不能显示outputdebugView. win7操作系统下需要设置注册表值: computer--> HKEY_LOCAL_MACHINE-->SYSTEM->CurrentControlSet-->Control-->Session Manager 新建一个key值,类型为DWORD Value Name:Debug Print Filter  Valu...
分类:数据库   时间:2015-04-27 15:19:26    阅读次数:243
山东省第五届省赛回顾 Full Binary Tree
Full Binary Tree 题目链接:http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=2882 Time Limit: 2000ms   Memory limit: 65536K  有疑问?点这里^_^ 题目描述 In computer science, a binary...
分类:其他好文   时间:2015-04-26 09:30:35    阅读次数:215
windows下安装easy_install, pip 及whl文件安装方法
写在前面的话最近在看"Computer Vision with Python"需要安装PIL库,平时一直在windows下开发,就去"Python Extensions for Windows"下找找看,结果下下来文件的拓展名是.whl。Google了一番才知道安装这种拓展名的包需要pip。平时习惯...
分类:Windows程序   时间:2015-04-26 01:09:31    阅读次数:39661
Analyzing the Meaning of Sentences
1. How can we represent natural language meaning so that a computer can process these representations?2. How can we associate meaning representations ...
分类:其他好文   时间:2015-04-25 15:02:24    阅读次数:121
UVa12096 - The SetStack Computer
The computer op erates on a single stack of sets, which is initially empty. After each op eration, thecardinality of the topmost set on the stack is o...
分类:其他好文   时间:2015-04-24 20:52:45    阅读次数:126
程序员能力矩阵 Programmer Competency Matrix
原文:http://sijinjoseph.com/programmer-competency-matrix/注意:每个层次的知识都是渐增的,位于层次n,也蕴涵了你需了解所有低于层次n的知识。计算机科学 Computer Science2n(Level 0)n2(Level 1)n(Level 2)...
分类:其他好文   时间:2015-04-24 19:00:54    阅读次数:135
POJ----(3974 )Palindrome [最长回文串]
Time Limit:15000MSMemory Limit:65536KTotal Submissions:5121Accepted:1834DescriptionAndy the smart computer science student was attending an algori...
分类:其他好文   时间:2015-04-24 12:06:40    阅读次数:134
hdu 2196 Computer
题目大意给你一颗边带权值的树,求树上的每一点距离其最远的一个点的距离分析经典的树形DP题。由于对于一个节点来说,可能得到的距离最大的值的路径来自他的子树,或者从他的父节点过来,所以用两次DFS。但是有个问题就是判断一个点的从父节点过来的最大值,那么如果他的父节点存的最大值正好是从该点过来的,那么就失...
分类:其他好文   时间:2015-04-23 23:12:28    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!