码迷,mamicode.com
首页 >  
搜索关键字:down    ( 10200个结果
crushed and grinded by roller
The materials will be driven to the edge of dial by centrifugal force and fall down into the ring, crushed and grinded by roller, and become powder af...
分类:其他好文   时间:2014-06-11 12:22:35    阅读次数:330
WebStorm快捷键大全
ctrl+/ 单行注释ctrl+shift+/ 块注释ctrl+shift+ +/- 展开/折叠ctrl+alt+L 格式化代码ctrl+shift+ up/down 上下移动句子Alt+回车 导入包,自动修正Ctrl+N 查找类Ctrl+Shift+N 查找文件Ctrl+Alt+L 格式化代码Ct...
分类:Web程序   时间:2014-06-11 10:57:44    阅读次数:397
qtday03 简单版的贪吃蛇游戏
//snakegame.h #ifndef SNAKEGAME_H #define SNAKEGAME_H #include #include #include #include #include /*枚举,表示方向*/ enum Direction{D_UP,D_DOWN,D_LEFT,D_RIGHT}; class SnakeGame:public QDialog {...
分类:其他好文   时间:2014-06-10 15:57:26    阅读次数:285
hust 1260 Dominos && hust 1516 Dominos
题目描述Dominos are lots of fun. Children like to stand the tiles on their side in long lines. When one domino falls, it knocks down the next one, which k...
分类:其他好文   时间:2014-06-10 12:08:55    阅读次数:232
brk系统调用实现分析
brk(addr)直接修改堆的大小。addr指定current->mm->brk的新值,返回值是线性区新的结束地址,这是一个系统调用。当用户态的进程调用brk()系统调用时,内核执行sys_brk(addr)函数。下面分析这个函数的执行流程: 1:检测addr参数是否位于进程代码段所在的线性区,如果是直接返回,因为堆不能与进程代码段所在的线性区重合。 mm=current->mm; down_...
分类:其他好文   时间:2014-06-10 11:06:20    阅读次数:284
Maximum Depth of Binary Tree
题目 Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node. 方法 使用DFS对树进行遍...
分类:其他好文   时间:2014-06-08 10:26:33    阅读次数:207
POJ 1573 Robot Motion.
Description A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to move are laid down in a grid. The possible instructions are  ...
分类:其他好文   时间:2014-06-08 04:38:32    阅读次数:386
修改webftp,在线文件管理
项目中要添加一个文件管理功能,允许用户维护自己的静态HTML文件。在网上找了一个现成的在线PHP文件管理工具:webftp 下载地址:http://down.chinaz.com/soft/30675.htm下载后发现有一些问题:他必须登录才可以使用上传的文件类型没有限制界面不是很方便嵌入项目中指定...
分类:Web程序   时间:2014-06-08 01:39:54    阅读次数:269
2013.21.A
随便点了一套刷,这套质量挺棒的,学了不少的东西,并且碰到了很久都没有打的题目//很久没有刷一套题了吧,最近发生的东西实在可怕到我都难以接受了....clam down clam dowm 先管好自己的事再说吧~1.card题1 集卡片【问题描述】lzh小时候很喜欢收集卡片,他经常要去商店购买新到的....
分类:其他好文   时间:2014-06-07 23:47:15    阅读次数:497
leetcode--Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:其他好文   时间:2014-06-05 14:10:38    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!