码迷,mamicode.com
首页 >  
搜索关键字:take    ( 1197个结果
北大程序设计实习公开课编程作业,魔兽世界之一:备战
魔兽世界的第一个版本,备战。比较简单。 因为我 take 这个课的时候,课程已经开到第八周了,这些作业已经不能提交。所以该代码没有提交通过 oj 判断,需要大家注意一下。如果以后有人拿此代码交了,没有AC,希望能告诉下。(另外,这里我想熟悉下 VS 环境,所以代码都是在 VS2013 里写的,提交之前可能需要注释掉 #include "stdafx.h",以及 main 函数的参数表和函数名可能...
分类:其他好文   时间:2015-04-23 10:55:48    阅读次数:188
学英语《每日一歌》之take me to your heart
【每日一歌】今天给大家推荐的是Michael Learns To Rock(迈克学摇滚)的一首经典老歌-《take me to your heart》。《Take Me to Your Heart》是丹麦4人男子组合Michael Learns To Rock的第6张大碟,这张大碟中你可以欣赏到10首旋律优美,琅琅上口的,充满 M.L.T.R.抒情的作品,从这张碟子你完全可以感受到他们对音乐的执着...
分类:其他好文   时间:2015-04-23 09:42:09    阅读次数:156
SPM——How to use github
In this semester, we take a class called 'Software Project Management'. And in this class, we have learnt a lot about managing projects. Last week, .....
分类:其他好文   时间:2015-04-20 22:20:18    阅读次数:127
ZOJ3545---Rescue the Rabbit(AC自动机+dp)
Dr. X is a biologist, who likes rabbits very much and can do everything for them. 2012 is coming, and Dr. X wants to take some rabbits to Noah’s Ark, or there are no rabbits any more.A rabbit’s genes c...
分类:其他好文   时间:2015-04-20 18:37:55    阅读次数:199
When you are old
When you are old——W.B Yeats (William ButlerYeats) When you are old and grey and full of sleep, And nodding by the fire, take down this book, And ...
分类:其他好文   时间:2015-04-20 14:44:08    阅读次数:101
HackerRank - Counter game
Intuitive coding problem. But several details to take care.#include #include #include #include #include #include #include using namespace std;bool pla...
分类:其他好文   时间:2015-04-20 08:10:06    阅读次数:128
Touch table
On this page I present the results of my touch action research. I concentrated on the few basic actions that users will want to take: clicking on a li...
分类:其他好文   时间:2015-04-19 06:28:07    阅读次数:151
Codeforces534A:Exam
An exam for n students will take place in a long and narrow room, so the students will sit in a line in some order. The teacher suspects that students with adjacent numbers (i and i?+?1) always stud...
分类:其他好文   时间:2015-04-18 20:39:11    阅读次数:146
Verilog之Bitwise operation
1 Bitwise operator Bitwise operators perform a bit wise operation on two operands. They take each bit in one operand and perform the operation with...
分类:其他好文   时间:2015-04-17 20:07:47    阅读次数:434
识别字符串中的整数并转换为数字形式
识别字符串中的整数并转换为数字形式 接口函数: void take_num(const char *strIn, int *n, unsigned int *outArray) 【输入】 strIn: 输入的字符串 【输出】 n: 统计识别出来的整数个数outArray...
分类:其他好文   时间:2015-04-17 18:15:25    阅读次数:170
1197条   上一页 1 ... 93 94 95 96 97 ... 120 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!