码迷,mamicode.com
首页 >  
搜索关键字:using    ( 53562个结果
react-native 入门资源合集
# 了解react-native React Native enables you to build world-class application experiences on native platforms using a consistent developer experience bas
分类:其他好文   时间:2016-02-21 01:32:30    阅读次数:390
九度[1150]Counterfeit Dollar
# include<iostream> # include<string> # include<cstdio> using namespace std; struct node{ string a; string b; }s[3]; int main() { string a[3]; int n=0
分类:其他好文   时间:2016-02-21 00:13:08    阅读次数:199
C/C++中各种类型int、long、double、char表示范围(最大最小值)(转)
1 #include<iostream> 2 #include<string> 3 #include <limits> 4 using namespace std; 5 6 int main() 7 { 8 cout << "type: \t\t" << "************size*****
分类:编程语言   时间:2016-02-20 22:58:27    阅读次数:478
Trie树
// 2016_2_20_trietree.cpp : Defines the entry point for the console application.// #include <iostream>#include <string.h>using namespace std; #define
分类:其他好文   时间:2016-02-20 17:37:06    阅读次数:186
Java Secret: Using an enum to build a State machine(Java秘术:用枚举构建一个状态机)
近期在读Hadoop#Yarn部分的源代码。读到状态机那一部分的时候,感到enmu的使用方法实在是太灵活了,在给并发编程网翻译一篇文章的时候,正好碰到一篇这种文章。就赶紧翻译下来,涨涨姿势。 原文链接:http://www.javacodegeeks.com/2011/07/java-secret-
分类:编程语言   时间:2016-02-20 13:16:32    阅读次数:203
验证码
<%@ WebHandler Language="C#" Class="show" %> using System; using System.Web; using System.Drawing; using System.Web.SessionState;//IRequiresSessionSta
分类:其他好文   时间:2016-02-20 11:57:09    阅读次数:128
hd 1026
思路是广度优先搜索+优先队列+路径打印 优先队列详见:http://www.cnblogs.com/luosuo10/p/5194788.html #include <iostream> #include<ctype.h> #include <queue> using namespace std;
分类:其他好文   时间:2016-02-20 11:41:05    阅读次数:216
C# DM5 32位加密
using System.Security.Cryptography;using System.Text; public static string StringToMD5Hash(string inputString) { MD5CryptoServiceProvider md5 = new MD
分类:Windows程序   时间:2016-02-20 11:39:26    阅读次数:231
awt
摘自:http://www.ntu.edu.sg/home/ehchua/programming/java/J4a_GUI.html1.ActionListener import java.awt.*; // Using AWT container and component classes imp
分类:其他好文   时间:2016-02-20 00:38:51    阅读次数:239
对GET/POST请求返回cookie中的键值对进行重新组合
get/post请求返回的cookie中并不是所有的键值对我们都需要,我们只需要提取我们需要的进行重新组合就可以了。 如下图是一个GET请求返回的cookie 我需要提取其中的 uin,skey等相关键值对。 以下函数可以完成我们的需要: //using System.Text.RegularExp
分类:其他好文   时间:2016-02-19 20:34:17    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!