Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each pixel. In an image, the color ...
分类:
其他好文 时间:
2015-03-02 12:35:12
阅读次数:
129
1 外围设备操作前先发送一个信号给处理器2 处理器接到终止信号后 把当前进行的任务数据压入堆栈3 处理器根据信号取相应位置取数据处理4 处理完成后 取出堆栈的数据继续执行原先操作以下为The Hidden Language of Computer Hardware and Software 译文原文...
分类:
其他好文 时间:
2015-03-01 22:20:16
阅读次数:
175
几本神书:
MIT Introduction to algorithm
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/index.htm
MIT Design and Anal...
分类:
其他好文 时间:
2015-02-28 16:35:57
阅读次数:
161
题目链接:http://poj.org/problem?id=1330A rooted tree is a well-known data structure in computer science and engineering. An example is shown below:In the ...
分类:
其他好文 时间:
2015-02-28 14:20:50
阅读次数:
104
今天碰到这个问题,打开 \\10.1.1.6,往常可以打开的共享,这会居然不行,提示:
\\10.1.1.6
无任何网络提供程序接受指定的网络路径。
遂搜之,找到原因并且找到了解决办法:
原因:workstation,server,computer browser这三个服务无法启动
解决方案:
1.服务停止了:
一般有workstation,server,comput...
分类:
其他好文 时间:
2015-02-28 13:04:39
阅读次数:
141
At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door. Given the records of signing in's and out's, you...
分类:
其他好文 时间:
2015-02-27 21:41:22
阅读次数:
243
节选自语义分析的一些方法(二),以后会不断补充。——by wepon
结合文献『Deep Learning for Computer Vision』, 以下讲讲卷积神经网络的一些注意点和问题。
激励函数,要选择非线性函数,譬如tang,sigmoid,rectified liner。在CNN里,relu用得比较多,原因在于:(1)简化BP计算;(2)使学习更快。(3)避免饱和问题(sa...
分类:
其他好文 时间:
2015-02-27 20:17:55
阅读次数:
372
一般式方程在计算机领域的重要性
常用的直线方程有一般式 点斜式 截距式 斜截式 两点式等等。除了一般式方程,它们要么不能支持所有情况下的直线(比如跟坐标轴垂直或者平行),要么不能支持所有情况下的点(比如x坐标相等,或者y坐标相等)。所以一般式方程在用计算机处理二维图形数据时特别有用。
已知直线上两点求直线的一般式方程
已知直线上的两点P1(X1,Y1) P2(X2,Y2), P1...
分类:
其他好文 时间:
2015-02-26 20:20:46
阅读次数:
182
A school bought the first computer some time ago(so this computer's id is 1). During the recent years the school bought N-1 new computers. Each new computer was connected to one of settled earlier. Ma...
分类:
其他好文 时间:
2015-02-26 10:03:12
阅读次数:
162
Computer
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 3731 Accepted Submission(s): 1886
Problem Description
A school bought the...
分类:
其他好文 时间:
2015-02-25 17:13:17
阅读次数:
123