码迷,mamicode.com
首页 >  
搜索关键字:sky    ( 832个结果
POJ 3904(容斥原理)
Sky CodeTime Limit:1000MSMemory Limit:65536KTotal Submissions:1750Accepted:545DescriptionStancu likes space travels but he is a poor software develope...
分类:其他好文   时间:2015-10-11 11:21:51    阅读次数:193
Leetcode Reverse Words in a String
Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".解题思路:用trim() 和splite("\\s+")把S...
分类:其他好文   时间:2015-10-11 06:44:34    阅读次数:112
气象数据格式
{ "symbols": [ "01d", "01d", "01d", "01d" ], "symbolNames": [ "Clear sky", "Clear sky", "Cle...
分类:其他好文   时间:2015-10-04 20:59:22    阅读次数:151
WCF如何使用X509证书 z
WCF如何使用X509证书如何创建证书: makecert.exe -sr LocalMachine -ss My -a sha1 -n CN=JiangServer -sky exchange -pe (服务端证书) makecert.exe -sr LocalMachine -ss My -a ...
分类:其他好文   时间:2015-10-02 11:20:08    阅读次数:244
Linux电源管理【转】
转自:http://www.cnblogs.com/sky-zhang/archive/2012/06/05/2536807.htmlPM notifier机制:应用场景:There are some operations that subsystems or drivers may want to...
分类:系统相关   时间:2015-09-23 19:15:28    阅读次数:291
*Reverse Words in a String
题目:Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".Update (2015-02-12):For C p...
分类:其他好文   时间:2015-09-23 00:53:57    阅读次数:136
google
1.直接在搜索框里输入zerg rush 游戏atari breakout要在图片搜索界面google sky 太空google mirror 镜像google pacman 游戏google sphere 浮动google gothic 自定搜索字体样式
分类:其他好文   时间:2015-09-22 16:41:49    阅读次数:149
HDU Sky数 2097
解题思路:类比求出10进制数各个位上的数字之和,求出12进制和16进制上的数。 1 #include 2 #include 3 #include 4 using namespace std; 5 int n; 6 7 int getShi(int t) 8 { 9 int ans = 0;...
分类:其他好文   时间:2015-09-17 22:57:35    阅读次数:140
windows下使用makecert命令生成自签名证书
1、makecert命令路径C:\Program Files (x86)\Windows Kits\8.1\bin\x642、生成一个自签名证书makecert -r -pe -n "CN=ctrip" -b 01/01/2015 -e 01/01/2055 -sky exchange -ss my
分类:Windows程序   时间:2015-09-16 19:28:03    阅读次数:3698
Makefile工程文件
1 ################################################################ 2 # File Name : Makefile 3 # Author : skytrails 4 # Email : sky...
分类:其他好文   时间:2015-09-14 22:33:30    阅读次数:163
832条   上一页 1 ... 56 57 58 59 60 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!