码迷,mamicode.com
首页 >  
搜索关键字:xunsearch namespace    ( 41960个结果
C#:DataGridView控件操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// DataGrid...
分类:Windows程序   时间:2014-05-08 19:31:30    阅读次数:472
HDU 3062
http://acm.hdu.edu.cn/showproblem.php?pid=30622sat判定性问题模板#include #include #include #include #include #include using namespace std ;struct node { i...
分类:其他好文   时间:2014-05-08 19:24:07    阅读次数:363
C#:ZedGraph画图控件(待补充)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using ZedGraph;namespace TestZedGraphCo...
分类:其他好文   时间:2014-05-08 19:21:43    阅读次数:530
OpenJudge Trans
#include#include#include#include#include#include#include#include#include#include#includeusing namespace std;const int inf=(int)1E9,maxT=100+1,maxn=20,...
分类:其他好文   时间:2014-05-08 19:16:07    阅读次数:275
C#:TextBox控件操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// TextBox控...
分类:其他好文   时间:2014-05-08 19:15:06    阅读次数:293
最长不下降序列解决算法
#include "stdafx.h"#include#include#includeusing namespace std;long long d[100000],a[100000];long long len,i,k,n;long long min(long long t){ long long...
分类:其他好文   时间:2014-05-08 14:05:19    阅读次数:261
VS2013+QT5.3 中文乱码问题 解决方案
网上很多关于QT中文乱码的问题及答案,但情况不同解决方法也不一样。本方案适用于VS2013+QT5.3环境(编译器是VC)using namespace std;# pragma execution_character_set("utf-8")//文件的开头要声明字符编码UTF-8,这样输出中文字符...
分类:其他好文   时间:2014-05-08 00:40:33    阅读次数:383
POJ 1637 Sightseeing tour(混合图的欧拉回路)
题目链接建个图,套个模板。#include #include #include #include #include #include #include #include using namespace std;#define INF 0x3ffffffstruct node{ int u,v,...
分类:其他好文   时间:2014-05-07 21:21:36    阅读次数:396
stream_iterator、ostream_iterator 使用初探
STL定义了供输入及输出的iostream iterator类,称为 istream_iterator和ostream_iterator,分别支持单一型别的元素的读取和写入。使用方法:1.包含头文件: #include using namespace std; 2.像使用其他iterator一...
分类:其他好文   时间:2014-05-07 20:52:40    阅读次数:629
文件操作(输出倒数第二行)
#include "stdafx.h"#include #include #include using namespace std;int main(){ //cin.imbue(locale("chs")); cout.imbue(locale("chs"));//控制台输出中文 int i,le...
分类:其他好文   时间:2014-05-07 20:48:01    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!