码迷,mamicode.com
首页 >  
搜索关键字:using    ( 53562个结果
C#第十三节课
冒泡排序 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace shuzufuxi{ class Progra
分类:Windows程序   时间:2016-03-13 12:38:01    阅读次数:224
rmq模板
#include<stdio.h> #include<iostream> #include<math.h> #include<string.h> using namespace std; const int MAXN=50050; int dpmax[MAXN][20]; int dpmin[MAX
分类:其他好文   时间:2016-03-12 21:05:28    阅读次数:156
【匈牙利算法模板】BZOJ1191-超级英雄
1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 const int MAXN=1001+100; 7 int p[MAXN][MAXN
分类:编程语言   时间:2016-03-12 19:58:42    阅读次数:180
四则运算二
一、设计思想 在上个程序中添加控制变量,实现题目个数、数值范围、有无乘除法的控制。 二、源程序代码 #include<iostream> #include<cmath> using namespace std; void main() { int i, j, a, m, n, l, k, p, q,
分类:其他好文   时间:2016-03-12 18:42:56    阅读次数:393
四则运算2
设计思路: 将各个所要设计的条件拆开,各自实现。 截图: 程序代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace sz
分类:其他好文   时间:2016-03-12 18:38:10    阅读次数:178
随机数的四则运算2
1 #include<iostream> 2 #include<fstream> 3 #include<stdlib.h> 4 #include<string> 5 #include<stdio.h> 6 using namespace std; 7 #define N 100 8 9 void m
分类:其他好文   时间:2016-03-12 18:30:27    阅读次数:153
并查集优化
#include<cstdio>#include<ctime>#include<iostream>#include<algorithm> using namespace std; int n,m,q,father[20005],x,y,r1,r2; int find(int x){ while(fa
分类:其他好文   时间:2016-03-12 13:19:52    阅读次数:128
并查集
#include<cstdio>#include<ctime>#include<iostream>#include<algorithm> using namespace std; int n,m,q,father[20005],x,y,r1,r2; int find(int x){ while(fa
分类:其他好文   时间:2016-03-12 13:15:10    阅读次数:107
四则运算加强版
//3.3.2016 tangyeye#include<stdio.h>#include<iostream>#include<time.h>#include<fstream>#include<ostream>#include<string>using namespace std;#define MA
分类:其他好文   时间:2016-03-12 11:48:55    阅读次数:154
C#第十一节课
类 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace 类复习{ class Program { stati
分类:Windows程序   时间:2016-03-12 11:39:54    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!