码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
汉字-拼音转换类
汉字转拼音using System;using System.Data;using System.Configuration;using System.Text;/// /// Summary description for ConvertHzToPz_Gb2312/// namespace Com...
分类:其他好文   时间:2014-06-11 22:21:09    阅读次数:1678
CnBlog客户端Windows Live Write安装方法
官方帮助http://space.cnblogs.com/forum/topic/8550 注:如果自动配置没有成功,需要手动配置: a) 在“Type of weblog that you are using”中选择“Custom(Metaweblog API)”。b) “Remote posti...
分类:Windows程序   时间:2014-06-11 22:04:58    阅读次数:388
【HDOJ】1811 Rank of Tetris
并查集+拓扑排序。使用并查集解决a = b的情况。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 #define MAXN 10005 8 9 typedef struct ...
分类:其他好文   时间:2014-06-11 21:54:30    阅读次数:284
空指针与函数指针
空指针(void pointers) void 指针可以指向任意类型的数据。唯一的限制是被指向的值不能被直接引用(即不可以对它们使用解引符*),因为它的长度是不定的。 因此,必须使用类型转换操作或赋值操作来把 void 指针指向一个具体的数据类型。#include using namespace.....
分类:其他好文   时间:2014-06-11 12:56:24    阅读次数:212
Excel导出
sharepoint学习笔记汇总http://blog.csdn.net/qq873113580/article/details/20390149using System;using System.Collections.Generic;using Microsoft.SharePoint;usin...
分类:其他好文   时间:2014-06-11 12:46:01    阅读次数:281
Using the Transient Fault Handling Application Block
http://msdn.microsoft.com/en-us/library/dn440719(v=pandp.60).aspx
分类:移动开发   时间:2014-06-11 12:38:45    阅读次数:195
LeetCode:Divide Two Integers
Divide two integers without using multiplication, division and mod operator. 其实刚开始看到这道题的时候,感觉应该是略简单。但真正开始写的时候发现了很多错误。 最开始的想法就是divisor一个一个加上去直到大于divide...
分类:其他好文   时间:2014-06-11 12:17:22    阅读次数:274
BZOJ3532: [Sdoi2014]Lis
感谢ZYF神犇的耐心解答……如果这题只要求最小代价……那就是一个比较明显的拆点最小割,对于所有\(j 11 #include 12 #include 13 #include 14 using namespace std; 15 typedef long long LL; 16 const in...
分类:其他好文   时间:2014-06-11 12:00:44    阅读次数:290
面向对象之简单工厂模式
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Interface{ class InterfaceTest { static void ...
分类:其他好文   时间:2014-06-11 11:59:21    阅读次数:222
WebService WSDL动态访问
ClassName:WebServiceInvoke.csClassCode: 1 using System; 2 using System.CodeDom; 3 using System.CodeDom.Compiler; 4 using System.IO; 5 using Syste...
分类:Web程序   时间:2014-06-11 11:47:37    阅读次数:291
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!