#include
#include
#include
int num[5][5]; //定义函数和变量 int score;
int gett(int k);
void up();
void down();
void left();
void right();
void outt(); void n...
分类:
编程语言 时间:
2014-12-14 15:43:53
阅读次数:
530
netbeans的zencoding插件在编辑>zencoding里
默认
https://netbeans.org/project_downloads/usersguide/shortcuts-80.pdf
删除行ctrl+e
复制一行向上ctrl+shift+up
复制一行向下ctrl+shift+down
ctrl+up/down滚屏
ctrl+left/right跳单词
alt+shift+up/down移动一行
shif..
分类:
Web程序 时间:
2014-12-14 07:19:13
阅读次数:
210
首先检查是否安装了db软件,
rpm -qa|grep db4
如果没有安装,则安装,这里就不介绍了,有很多。
安装完db4数据库软件,正式进入vsftpd服务器。
1.添加虚拟用户vdear
adduser -d /home/vdear -s /sbin/nologin vdear
2.添加3个文件夹,
mkdir up down all
3.改变文件夹所属用户
...
分类:
其他好文 时间:
2014-12-13 17:58:45
阅读次数:
305
A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any point ...
分类:
其他好文 时间:
2014-12-13 16:26:37
阅读次数:
128
一、获取最新版IP地址数据库qqwry.dat纯真IP地址数据库下载地址:http://update.cz88.net/soft/setup.zip在windows机器上下载解压,点击setup.exe安装,在安装目录下的qqwry.dat即是最新版ip数据库。也可从51CTO下载(不是最新版,可用于测试):http://down.51cto.com/data/1888..
分类:
数据库 时间:
2014-12-13 06:26:06
阅读次数:
472
终于成功仿了一次Kalman滤波器首先是测试了从网上down的一段代码%KALMANF-updatesasystemstatevectorestimatebaseduponan%observation,usingadiscreteKalmanfilter.%%Version1.0,June30,20...
分类:
其他好文 时间:
2014-12-13 00:50:12
阅读次数:
623
题目为:
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.
阶梯思路:对于这种题目最简单的方法就是递归操作了...
分类:
其他好文 时间:
2014-12-12 23:40:13
阅读次数:
374
键盘移动 (Move)一切都从键盘的移动k-> 上 upj-> 下 downh-> 左 leftl-> 右 rightz-> 重画屏幕,当前光标变成屏幕的第一行 (redraw current line at top of window)CTRL-f-> 跳到下一页 (page down)CTRL-...
分类:
其他好文 时间:
2014-12-12 23:32:15
阅读次数:
196
去这里下载lightworks:http://down.tech.sina.com.cn/page/61988.html去这里下载libtiff4依赖包:http://security.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff4_3.9.5-2ubuntu...
分类:
系统相关 时间:
2014-12-12 22:08:17
阅读次数:
656
typestruct tmTime structureStructure containing a calendar date and time broken down into its components.The structure contains nine members of typein...
分类:
编程语言 时间:
2014-12-10 17:43:48
阅读次数:
204