码迷,mamicode.com
首页 >  
搜索关键字:candy    ( 281个结果
【C#基础】CSA控件编写秘籍
新建CSA控件 1、新建一个纯类,命名空间是: 2、实现两个构造函数:无参和传Candy参数 3、编写InitMe()方法初始化控件属性: 4、重写RefreshMe()方法并进行异步消息事件的注册 5、重写UpdateMe()方法 6、编写异步消息处理方法 7、给DTE发送消息的方法 8、重写On ...
分类:Windows程序   时间:2016-09-27 11:27:35    阅读次数:277
NOIP 0924 水题记
这场貌似是gcd专场? 第一题很有意思,模拟gcd的过程即可。 1 //0924 candy 2 //by Cydiater 3 //2016.9.24 4 #include <iostream> 5 #include <cstdio> 6 #include <cstring> 7 #include ...
分类:其他好文   时间:2016-09-25 15:54:24    阅读次数:192
Windows下配置Git服务器和客户端 超全
为了配合Redmine使用,特地用Git来做版本控制。 Git Candy© 是一个基于ASP.NET MVC的Git分布式版本控制平台,Git Candy的目标是轻松干掉Bonobo,逐渐追赶Github,并用微创新超过Github. 源码在:http://github.com/Aimeast/G ...
分类:Windows程序   时间:2016-09-12 12:03:41    阅读次数:276
Candy Distribution_找规律
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 6012 Accepted: 3341 Description N children standing in circle who are numbered 1 through N  ...
分类:其他好文   时间:2016-09-03 22:24:20    阅读次数:281
Dig out deleted chat messages of App Skype
Last month Candy was arrested on suspicion of having doing online porn webcam shows, but Candy refused to confess to her crime. The Police extracted d ...
分类:移动开发   时间:2016-08-28 22:19:16    阅读次数:825
POJ 3083 Children of the Candy Corn
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu Submit Status Practice POJ 3083 Submit Status Practice POJ 3083 Description The cor ...
分类:其他好文   时间:2016-08-28 16:22:07    阅读次数:228
假期的宿舍
假期的宿舍 题目链接:http://www.lydsy.com/JudgeOnline/problem.php?id=1433 二分图匹配(最大流) 做到Candy(http://acm.split.hdu.edu.cn/showproblem.php?pid=4322)这道题,用A*写了半天TLE ...
分类:其他好文   时间:2016-08-21 15:16:34    阅读次数:200
POJ 3083 Children of the Candy Corn (DFS + BFS + 模拟)
题目链接:http://poj.org/problem?id=3083 题意: 这里有一个w * h的迷宫,给你入口和出口,让你分别求以下三种情况时,到达出口的步数(总步数包括入口和出口): 第一种:当你需要选择下一个位置时,总是需要这么考虑:如果当前的左方能走,那么就走左方;否则考虑前方是否能走, ...
分类:其他好文   时间:2016-07-29 19:06:36    阅读次数:259
K - Children of the Candy Corn
K - Children of the Candy Corn Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status K - Children of the Candy Corn Submi ...
分类:其他好文   时间:2016-07-16 20:25:07    阅读次数:249
poj3083
Children of the Candy Corn Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 12428 Accepted: 5353 Description The cornfield maze is a popular ...
分类:其他好文   时间:2016-06-29 22:18:02    阅读次数:166
281条   上一页 1 ... 8 9 10 11 12 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!