码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
Camera & Render
1、voidRender();Description Render the camera manually.This will render the camera. It will use the camera's clear flags, target texture and all other....
分类:其他好文   时间:2014-07-27 21:58:19    阅读次数:335
N-Queens leetcode java
题目:The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other.Given an integer n, return a....
分类:编程语言   时间:2014-07-27 11:00:22    阅读次数:262
hdu1247Hat’s Words (组合单词,字典树+DFS)
Problem Description A hat’s word is a word in the dictionary that is the concatenation of exactly two other words in the dictionary. You are to find all the hat’s words in a dictionary. Input ...
分类:其他好文   时间:2014-07-26 15:02:10    阅读次数:220
最大公约数的最小倍数 【杭电-2504】 附题
/* Time Limit : 1000/1000ms (Java/Other)   Memory Limit : 32768/32768K (Java/Other) Total Submission(s) : 148   Accepted Submission(s) : 19 Font: Times New Roman | Verdana | Georgia Font Size: ←...
分类:其他好文   时间:2014-07-26 02:50:46    阅读次数:252
C++学习笔记13-类继承
1.  类模板的 static 成员[不同于C#中的static] 类模板可以像任意其他类一样声明static 成员。以下代码: template class Foo { public: static std::size_tcount() { return ctr; } // other interfacemembers private: static std::size_tct...
分类:编程语言   时间:2014-07-26 02:42:56    阅读次数:242
HDU 1518 Square
Sticks Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 65536/32768K (Java/Other) Font: Times New Roman | Verdana | Georgia Font Size: ← → Problem Description George took sticks o...
分类:其他好文   时间:2014-07-26 02:37:36    阅读次数:179
HDU 1518 Square 搜索
Square Time Limit : 10000/5000ms (Java/Other)   Memory Limit : 65536/32768K (Java/Other) Total Submission(s) : 11   Accepted Submission(s) : 5 Font: Times New Roman | Verdana | Georgia Font Siz...
分类:其他好文   时间:2014-07-26 02:27:46    阅读次数:252
从键盘获取一个字符
问题:使用switch把小写类型的char型转为大写。只转换a,b,c,d,e.其它的输出“other”。importjava.util.Scanner; importjava.io.IOException; /*从控制台接收一个字符,然后将其打印出来 //虽然此方式实现了从键盘获取输入的字符,但是System.in.read()只能针对一个字符的获取..
分类:其他好文   时间:2014-07-25 11:36:52    阅读次数:607
CF 14B B. Young Photographer
Among other things, Bob is keen on photography. Especially he likes to take pictures of sportsmen. That was the reason why he placed himself in position x0 of a long straight racetrack and got ready...
分类:其他好文   时间:2014-07-25 11:26:31    阅读次数:447
最小生成树のprim算法
Problem ATime Limit : 1000/1000ms (Java/Other)Memory Limit : 32768/32768K (Java/Other)Total Submission(s) : 31Accepted Submission(s) : 10Problem Descr...
分类:其他好文   时间:2014-07-23 20:49:55    阅读次数:409
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!