码迷,mamicode.com
首页 >  
搜索关键字:namespace 命名空间    ( 47219个结果
日期转换类
1: 2: // 创建日期: 2008-04-23 3: // 说 明: 日期,时间处理相关的类,大多转换为字符串。 4: using System; 5: using System.Collections.Generic; 6: using System.Text; 7: 8: namespace...
分类:其他好文   时间:2014-05-09 23:38:25    阅读次数:459
日期类2
1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6: namespace AkDTH.Common 7: { 8: /// 9: /// 时间字符...
分类:其他好文   时间:2014-05-09 23:29:10    阅读次数:400
HDU 4280 Island Transport 网络流裸题
非递归版好像被卡掉了,其他2个板子都能过。 #include #include #include #include #include using namespace std; #define ll int const int MAXN = 100100;//点数的最大值 const int MAXM = 400010;//边数的最大值 const int INF = 0x3f3f3f3f; st...
分类:其他好文   时间:2014-05-09 22:55:23    阅读次数:476
INI文件的操作(ASP.NET+C#)
INI文件的操作(ASP.NET+C#) (一)INIFile.cs using System;  using System.Runtime.InteropServices;  using System.Text; namespace CreateWebDir  {  ///   /// INIFile 的摘要说明。  ///   public class INIFile ...
分类:Web程序   时间:2014-05-09 22:18:42    阅读次数:319
Bitlokcer Invalid Namespace
用户电脑无法重新激活bitlocker,点打开的时候提示错误信息:InvalidNamespace,命令行界面输入:manage-bde-status,同意提示InvalidNamespace,于是命令行界面跳到C:\Windows\System32\wbem\下,用命令:mofcomp.exewin32_encryptablevolume.mof尝试修复,提示Anerroroccurredw..
分类:其他好文   时间:2014-05-09 21:16:07    阅读次数:702
HDU 4283 You Are the One 区间dp
题意: 题意好复杂。。。 给定n个人,从左到右排好队。 他们依次从左到右离开队伍。 每个人有个权值d 当某个人是第k-th离开队伍的,那么不开心值为 d*(k-1) 有一个操作,对于一个子序列,可以把前面一段翻转。 问最小的不开心值和。 #include #include #include #include #include #include using namespace...
分类:其他好文   时间:2014-05-09 20:45:04    阅读次数:288
代码模板参考
namespace NLISClient.OECForm{ /// /// 程序名称:日清模板客户端窗体 /// /// /// 作者日期版本更改说明 /// /// 高明胜2014-04-2V1.0创建 /// /// ///...
分类:其他好文   时间:2014-05-09 20:35:25    阅读次数:393
预览窗体模板
namespace NLISClient.SSTForm{ /// /// 程序名称:SST模板预览窗体 /// /// /// 作者日期版本更改说明 /// /// 2014-03-3V1.0创建 /// /// /// ...
分类:Windows程序   时间:2014-05-09 20:32:27    阅读次数:602
【HDOJ】2612 Find a way
BFS。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 #define INF 0x3fffffff 8 9 typedef struct node_st {10 int x, y, ...
分类:其他好文   时间:2014-05-09 20:18:48    阅读次数:339
获取文件的MD5码(C#)
using System;using System.IO;using System.Security.Cryptography;using System.Text;namespace Test{ public class MD5Code { /// /// ...
分类:其他好文   时间:2014-05-09 19:43:27    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!