码迷,mamicode.com
首页 >  
搜索关键字:using    ( 53562个结果
委托的4种写法
委托1:using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace WindowsFormsApplicartion2{ publ...
分类:其他好文   时间:2015-07-04 11:03:45    阅读次数:93
委托的几种基础写法
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 委托练习{ //public delegate void Weituo(); //class Prog...
分类:其他好文   时间:2015-07-04 10:56:51    阅读次数:118
C#代码读写XML
创建XML文档 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; namespace 创建XML { class Program { static...
分类:Windows程序   时间:2015-07-04 06:17:38    阅读次数:168
bzoj3747 [POI2015] Kinoman
1 #include 2 #include 3 using namespace std; 4 int f[1000010], w[1000010] , next[1000010], sign[1000010]; 5 long long tree[4000040],add[4000040], v...
分类:其他好文   时间:2015-07-04 06:15:31    阅读次数:138
hdu 2151
就是一个dp,数组内存的步数, 数组没清空,wa了一次 #include #include #include using namespace std; int step[110][110]; int main() { int N,P,M,T; while(scanf("%d%d%d%d",&N,&P,&M,&T)!=EOF){ memset(step,0,siz...
分类:其他好文   时间:2015-07-03 22:06:23    阅读次数:173
GDB和WinDbg中调用函数
GDB:特别简单,直接写调用式子即可,如下图的p word.c_str(),其中word的类型是std::stringWinDbg:目前都说是.call命令,说实话我宁愿不用。。。见:http://cfc.kizzx2.com/index.php/tutorial-using-windbg-to-c...
分类:数据库   时间:2015-07-03 21:50:48    阅读次数:191
CodeWars可以学习的
http://www.codewars.com/kata/54ff3102c1bad923760001f3/solutions/csharp判断给定的字符串有多少个a e i o uusing System;using System.Linq;public static class Kata{ .....
分类:其他好文   时间:2015-07-03 21:50:44    阅读次数:147
字符串加密
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Infrastructure.Util{ public class Encrypt { ...
分类:其他好文   时间:2015-07-03 20:39:26    阅读次数:113
1036: [ZJOI2008]树的统计Count
树链剖分 模板题: 和线段树一起写各种bug: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 using namespace std; 10 typ...
分类:其他好文   时间:2015-07-03 20:38:40    阅读次数:187
Kids Store - OpenCart 自适应主题模板 ABC-0022
KIDS STORE - OPENCART 自适应主题模板 ABC-0022 FEATURES Get?FREE?Lifetime Updates Get?FREE?On-Going Support HTML5?and?CSS3 Fully?RESPONSIVE?Theme Using Google Fonts Support?Multiple?Langu...
分类:其他好文   时间:2015-07-03 19:22:19    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!