码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
Add Again(重复元素排序)
Add Again Input: Standard Input Output: Standard Output   Summation of sequence of integers is always a common problem in Computer Science. Rather than computing blindly, some intelligent techniqu...
分类:编程语言   时间:2015-06-09 23:48:43    阅读次数:438
[转载]Core Elements of a Program
原文链接http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/unit-1/...
分类:其他好文   时间:2015-06-09 21:46:47    阅读次数:98
三种Envorinment Map的Spherical Harmonic Coefficients的计算方法
去年10月自学了edx上的公开课Foundation of Computer Graphics,从此就入了图形学的坑。这个课的老师Ravi Ramamoorthi在第一节课上介绍自己的博士论文是关于Spherical Harmonic Lighting的,没想到正好半年后就要学这方面的知识。 这篇文...
分类:其他好文   时间:2015-06-09 19:19:46    阅读次数:406
[3 Jun 2015 ~ 9 Jun 2015] Deep Learning in arxiv
arXiv is an e-print service in the fields of physics, mathematics, computer science, quantitative biology, quantitative finance and statistics. There'll be lots of papers in advance. Here's some recent papers which is important or interesting....
分类:其他好文   时间:2015-06-09 17:27:18    阅读次数:128
HDU-1041-Computer Transformation(规律题 && 大数题)
Computer Transformation Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6543    Accepted Submission(s): 2378 Problem Description A ...
分类:其他好文   时间:2015-06-09 17:23:55    阅读次数:124
编程练习,自己做的21点游戏
#include #include #include int N; //牌序 int integral_player; //玩家积分 int integral_computer; //电脑积分 int card[52]= {102,103,104,105,106,107,108,109,110,111,112,113,114,202,203,204,205,206,207,208,209...
分类:其他好文   时间:2015-06-09 13:50:57    阅读次数:112
Window Pains POJ 2585
Description Boudreaux likes to multitask, especially when it comes to using his computer. Never satisfied with just running one application at a time,...
分类:Windows程序   时间:2015-06-09 11:20:14    阅读次数:225
一些项目——Moving Tables
Problem Description The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure.  The floor has 200 rooms each on the north sid...
分类:其他好文   时间:2015-06-09 10:07:31    阅读次数:144
spring框架中的依赖注入技术
计应134(实验班) 周露玲通过Computer类和USB类之间产生的紧密耦合关系来实现依赖注入。创建一个USB类public interface USB //USB接口{ public void insert();//插入 public String read();//读取 pu...
分类:编程语言   时间:2015-06-08 19:20:04    阅读次数:157
POJ 1270 Following Orders 拓扑排序全输出
Description Order is an important concept in mathematics and in computer science. For example, Zorn's Lemma states: ``a partially ordered set in which...
分类:编程语言   时间:2015-06-08 18:54:31    阅读次数:121
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!