首页 > 2015年01月02日 > 全部分享
OpenCV优化:图像的遍历4种方式
OpenCV优化:图像的遍历4种方式 分类:?算法学习2014-04-13 23:43?1312人阅读?评论(0)?收藏?举报 opencv 目录(?)[+] OpenCV优化:图像的遍历4种方式 我们在实际应用中对图像进行的操作,往往并不是将图像...
分类:其他   时间:2015-01-02 16:17:10    收藏:0  评论:0  赞:0  阅读:334
1147.c
/*题目描述 角谷猜想:? 日本一位中学生发现一个奇妙的“定理”,请角谷教授证明,而教授无能为力,于是产生角谷猜想。 猜想的内容是:任给一个自然数,若为偶数除以2,若为奇数则乘3加1,得到一个新的自然数后按...
分类:其他   时间:2015-01-02 16:16:59    收藏:0  评论:0  赞:0  阅读:248
openhft
http://openhft.net/ http://maven.outofmemory.cn/net.openhft/chronicle-map/2.0.13b/ http://search.maven.org/#search|ga|1|g%3A%22net.openhft%22%20AND%20a%3A%22chronicle-map%22 freechat http://www.osc...
分类:其他   时间:2015-01-02 16:16:49    收藏:0  评论:0  赞:0  阅读:418
[LeetCode]108 Convert Sorted Array to Binary Search Tree
https://oj.leetcode.com/problems/convert-sorted-array-to-binary-search-tree/http://fisherlei.blogspot.com/2013/03/leetcode-convert-sorted-array-to-binary.html/** *Definitionforbinarytree *publicclassTreeNode{ *intval; *TreeNodeleft; *TreeNoderight; *TreeNod..
分类:其他   时间:2015-01-02 16:16:19    收藏:0  评论:0  赞:0  阅读:276
[LeetCode]109 Convert Sorted List to Binary Search Tree
https://oj.leetcode.com/problems/convert-sorted-list-to-binary-search-tree/http://fisherlei.blogspot.com/2013/01/leetcode-convert-sorted-list-to-binary.htmlhttp://blog.csdn.net/worldwindjp/article/details/39722643/** *Definitionforsingly-linkedlist. *public..
分类:其他   时间:2015-01-02 16:16:09    收藏:0  评论:0  赞:0  阅读:290
[LeetCode]46 Permutations
https://oj.leetcode.com/problems/permutations/http://fisherlei.blogspot.com/2012/12/leetcode-permutations.htmlTODOseesubsetcombination,nextpublicclassSolution{ //Assumesallinputnumbersareunique publicList<List<Integer>>permute(int[]num){ retur..
分类:其他   时间:2015-01-02 16:15:59    收藏:0  评论:0  赞:0  阅读:306
[LeetCode]1 Two Sum
https://oj.leetcode.com/problems/two-sum/http://fisherlei.blogspot.com/2013/03/leetcode-two-sum-solution.htmlpublicclassSolution{ publicint[]twoSum(int[]numbers,inttarget){ //SolutionA //returntwoSum_SortAndTwoPointer(numbers,target); //SolutionB returntw..
分类:其他   时间:2015-01-02 16:15:29    收藏:0  评论:0  赞:0  阅读:241
Java Endorsed
JVM优先加载endorsed目录中的库文件以覆盖它自己的系统库文件。可以使用java.endorsed.dirs系统属性来指定endorsed目录,也可以使用缺省的endorsed目录。参考:http://docs.oracle.com/javase/6/docs/technotes/guides/standards/http://blog.csdn.net/solariceberg/article/de..
分类:编程语言   时间:2015-01-02 16:15:20    收藏:0  评论:0  赞:0  阅读:314
Linux批量创建用户
1.1相关命令编写脚本过程中主要使用两个命令useradd和passwd,可是使用man命令查看帮助。manpasswd --stdin Thisoptionisusedtoindicatethatpasswdshouldreadthenewpasswordfromstandardinput,whichcanbeapipe. #可以使用标准输入的方式获取用户的新密码,且可以使用管道命令。..
分类:系统服务   时间:2015-01-02 16:15:09    收藏:0  评论:0  赞:0  阅读:398
[LeetCode]3 Longest Substring Without Repeating Characters
https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/http://fisherlei.blogspot.com/2012/12/leetcode-longest-substring-without.htmlpublicclassSolution{ publicintlengthOfLongestSubstring(Strings){ if(s==null||s.isEmpty()) return0;/..
分类:其他   时间:2015-01-02 16:14:59    收藏:0  评论:0  赞:0  阅读:248
Linux下安装Zenoss
我使用的zenoss版本:3.1.0,系统版本:RHEL6.4安装准备首先,Zenoss的安装需要mysql和snmp等软件的支持,使用yum安装:yum-yinstallmysqlmysql-servernet-snmpnet-snmp-utilsmysql-develmysql安装后,要确保可以使用root用户登进。servicemysqldrestartmysql-uroot-p另外,之后..
分类:系统服务   时间:2015-01-02 16:14:49    收藏:0  评论:0  赞:0  阅读:486
[LeetCode]2 Add Two Numbers
https://oj.leetcode.com/problems/add-two-numbers/http://fisherlei.blogspot.com/2013/01/leetcode-add-two-numbers-solution.html/** *Definitionforsingly-linkedlist. *publicclassListNode{ *intval; *ListNodenext; *ListNode(intx){ *val=x; *next=null; *} *} */ pub..
分类:其他   时间:2015-01-02 16:14:39    收藏:0  评论:0  赞:0  阅读:269
可怜的技术员
看了无数的博文在教授大家如何提高自己的技术水平,我虽然不暗技术,但是总感觉很悲凉。技术本来就是为市场服务的,没有需求,技术本身就变的毫无价值,而所谓的动辄提高自己的技术水平,到底能够让多少人受益呢?我看很少。很多人总是自认为这是由于个人决定的,我看未必,核..
分类:其他   时间:2015-01-02 16:14:29    收藏:0  评论:0  赞:0  阅读:246
[LeetCode]5 Longest Palindromic Substring
https://oj.leetcode.com/problems/longest-palindromic-substring/http://fisherlei.blogspot.com/2012/12/leetcode-longest-palindromic-substring.htmlpublicclassSolution{ publicStringlongestPalindrome(Strings){ //SolutionA: returnlongestPalindrome_Center(s); } ..
分类:其他   时间:2015-01-02 16:14:19    收藏:0  评论:0  赞:0  阅读:245
H3C SR6604 升级IOS
1.如使用ftp方式去上传或下载IOS的话配置如下:[WH-6604-2]ftpserenable---开启FTP功能[WH-6604-2]local-userftp---建立用户名[WH-6604-2-luser-ftp]passwordsimftp---配置用户名密码[WH-6604-2-luser-ftp]service-typeftp---给该用户名服务类型[WH-6604-2-luser-ftp]authoriza..
分类:移动平台   时间:2015-01-02 16:14:09    收藏:0  评论:0  赞:0  阅读:468
H3C nqa 配置
nqaentryadminhngdtypeicmp-echo使用ICMPping的方式destinationip10.114.10.1frequency1000频率1000msreaction1checked-elementprobe-failthreshold-typeconsecutive5action-typetrigger-onlyreaction2checked-elementprobe-failthreshold-typeconsecutive10action-typetrigger..
分类:其他   时间:2015-01-02 16:13:49    收藏:0  评论:0  赞:0  阅读:498
[LeetCode]6 ZigZag Conversion
https://oj.leetcode.com/problems/zigzag-conversion/http://fisherlei.blogspot.com/2013/01/leetcode-zigzag-conversion.htmlpublicclassSolution{ publicStringconvert(Strings,intnRows){ //SolutionA: returnconvert_NoNewMatrix(s,nRows); } ////////////////////////..
分类:其他   时间:2015-01-02 16:13:39    收藏:0  评论:0  赞:0  阅读:320
[LeetCode]1 Reverse Integer
http://7371901.blog.51cto.com/user_index.php?action=addblog_newhttp://fisherlei.blogspot.com/2012/12/leetcode-reverse-integer.htmlpublicclassSolution{ publicintreverse(intx){ //SolutionA //returnreverse_Mod(x); //SolutionB returnreverse_String(x); } ////..
分类:其他   时间:2015-01-02 16:13:19    收藏:0  评论:0  赞:0  阅读:278
[LeetCode]8 String to Integer (atoi)
https://oj.leetcode.com/problems/string-to-integer-atoi/http://fisherlei.blogspot.com/2013/01/leetcode-string-to-integer-atoi.htmlpublicclassSolution{ publicintatoi(Stringstr){ //Validations if(str==null||str.length()==0) return0; char[]chars=str.trim()...
分类:其他   时间:2015-01-02 16:12:59    收藏:0  评论:0  赞:0  阅读:290
[LeetCode]9 Palindrome Number
https://oj.leetcode.com/problems/palindrome-number/http://fisherlei.blogspot.com/2012/12/leetcode-palindrome-number.htmlpublicclassSolution{ publicbooleanisPalindrome(intx){ //Assume //Negativenumberscannotbepalindrome if(x<0) returnfalse; //Noextrasp..
分类:其他   时间:2015-01-02 16:12:39    收藏:0  评论:0  赞:0  阅读:287
908条   上一页 1 ... 17 18 19 20 21 ... 46 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!