码迷,mamicode.com
首页 >  
搜索关键字:using    ( 53562个结果
poj 2096 (概率DP)
http://poj.org/problem?id=2096 概率DP: 1 #include<iostream> 2 #include<cstdio> 3 using namespace std; 4 double dp[1003][1003]; 5 int main() 6 { 7 int n,
分类:其他好文   时间:2016-03-08 21:19:09    阅读次数:114
cocos2d-x之多个移动的小球
MoveBalls.hpp: #ifndef MoveBalls_hpp #define MoveBalls_hpp #include <stdio.h> #include "cocos2d.h" #include "Ball.hpp" USING_NS_CC; class MoveBalls:pu
分类:移动开发   时间:2016-03-08 21:14:47    阅读次数:190
ZOJ 3331 Process the Tasks
双塔DP。 #include<cstdio> #include<cstring> #include<queue> #include<string> #include<algorithm> #include<map> #include<iostream> using namespace std; co
分类:其他好文   时间:2016-03-08 21:01:45    阅读次数:143
2015.4 校赛回顾
用了一下午时间重刷了一次校赛题目 不参考资料做的还是2333 第一题手速题 第二题 一开始取余运算少加了一个,WA了一发 #include<iostream> #include<cstdio> #include<cstring> using namespace std; int main() { i
分类:其他好文   时间:2016-03-08 19:29:19    阅读次数:172
幂取模
输入正整数 a,n,m 输出 a^n %m 的值 #include<iostream> #include<string> #include<string> #include<string.h> #include<stdio.h> #include<stdlib.h> using namespace
分类:其他好文   时间:2016-03-08 18:07:12    阅读次数:122
hdu 1561 The more, The Better(树形dp)
http://acm.hdu.edu.cn/showproblem.php?pid=1561 树形dp: 1 #include<iostream> 2 #include<cstring> 3 #include<vector> 4 using namespace std; 5 6 const int
分类:其他好文   时间:2016-03-08 16:15:25    阅读次数:123
DEPENDENCY INJECTION EXAMPLE USING SPRING
https://springframework.guru/dependency-injection-example-using-spring/
分类:编程语言   时间:2016-03-08 16:12:01    阅读次数:362
x01.Tetris: 俄罗斯方块
最强大脑有个小孩玩俄罗斯方块游戏神乎其技,那么,就写一个吧,玩玩而已。 由于逻辑简单,又作了一些简化,所以代码并不多。 using System; using System.Collections.Generic; using System.Linq; using System.Windows; u
分类:其他好文   时间:2016-03-08 13:27:07    阅读次数:106
C#第五节课
switch语句 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace @switch{ class Prog
分类:Windows程序   时间:2016-03-08 13:16:05    阅读次数:321
CodeSmith生成SQL Server视图的实体类脚本/对应的生成模板
C#生成sql视图的实体类 using System;using System.Text;using CodeSmith.Engine;using SchemaExplorer;using System.ComponentModel;using System.Data; namespace Comm
分类:数据库   时间:2016-03-08 10:44:33    阅读次数:272
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!