码迷,mamicode.com
首页 >  
搜索关键字:shu    ( 3269个结果
给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。
package lianxi; import java.util.*; public class Nixudayin { public static void main(String[] args) { System.out.println("输入一个不多于5位的正整数"); Scanner shu ...
分类:其他好文   时间:2016-05-17 16:09:44    阅读次数:116
冒泡排序
package lianxi; import java.util.*; public class Maopaopaixu { public static void main(String[] args) { //输入数字 并把数字插入数组中 Scanner shu=new Scanner(Syste ...
分类:编程语言   时间:2016-05-10 12:32:56    阅读次数:146
English-version Introduction of My Graduation Project
w10d4 Autonomous Landing of a Quadrotor UAV On an Intended Target Keywords: Computer Vision ; Path-planning; Quadrotor UAV; SHU-WPI International Join ...
分类:其他好文   时间:2016-05-06 14:45:01    阅读次数:191
ubuntu 关机,重启,注销命令
1关机命令 shutdown 好像ubuntu的终端中默认的是当前用户的命令,只是普通用户,因此在终端器中可以使用sudo -sh 转换到管理员root用户下执行命令。 1)shutdown –help 可以查看shutdown命令如何使用,当然也可以使用man shutdown命令。 2) shu ...
分类:系统相关   时间:2016-04-19 13:54:11    阅读次数:213
Mapreduce shuffle和排序
Mapreduce为了确保每个reducer的输入都按键排序。系统执行排序的过程 将map的输出作为输入传给reducer 称为shuffle。学习shuffle是如何工作的有助于我们理解mapreduce工作机制。shuffle属于hadoop不断被优化和改进的代码库的一部分。从许多方面看,shu ...
分类:编程语言   时间:2016-04-18 11:35:19    阅读次数:213
求数组中的最大子数组4
#include<iostream>#define N 100#include<ctime>using namespace std; typedef struct{ int d[N]; int a[N][N]; int x; }A;void set(A &shu, int x, int y)//x, ...
分类:编程语言   时间:2016-04-06 18:30:14    阅读次数:249
Linux常用shell命令大全
一、基本命令 1、立即关机并重启动,执行如下命令: shutdown -r now 或者reboot 2、立即关机,执行如下命令: shutdown -h now 或者poweroff 3、等待2分钟关机并重启动,执行如下命令: shutdown -r 2 4、等待2分钟关机,执行如下命令: shu
分类:系统相关   时间:2016-03-17 14:25:17    阅读次数:210
OpenCV实现立体视觉的经验
来源网址:http://blog.lehu.shu.edu.cn/byman/A263366.html 2010/11/12 15:17:14 | 分享一些OpenCV实现立体视觉的经验 尝试用OpenCV来实现立体视觉也有一段时间了,主要的参考资料就是Learning OpenCV十一、十二章和O
分类:其他好文   时间:2016-03-10 09:18:46    阅读次数:1295
GIT 之 分支操作常用命令
切换分支:git checkout name 撤销修改:git checkout -- file 删除文件:git rm file 查看状态:git status 添加记录:git add file 或 git add . 添加描述:git commit -m "miao shu nei rong"
分类:其他好文   时间:2016-03-02 17:55:29    阅读次数:108
git常用分支管理命令
切换分支:git checkout name 撤销修改:git checkout -- file 删除文件:git rm file 查看状态:git status 添加记录:git add file 或 git add . 添加描述:git commit -m "miao shu nei rong"
分类:其他好文   时间:2016-02-28 21:22:20    阅读次数:147
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!