上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 156 下一页

2015年6月29日

推荐一个计算机视觉图书:python计算机视觉编程

摘要: 编辑部的主页:好像没啥用 http://shop.oreilly.com/product/0636920022923.do 每章的代码,github上面的:中文版 https://github.com/willard-yuan/pcv-book-code github上面... 阅读全文

posted @ 2015-06-29 21:19 吴一达 阅读(273) 评论(0) 推荐(0)

2015年6月28日

leetcode 9 Palindrome Number 回文数

摘要: Determine whether an integer is a palindrome. Do this without extra space.click to show spoilers.Some hints: Could negative integers be pali... 阅读全文

posted @ 2015-06-28 20:21 吴一达 阅读(157) 评论(0) 推荐(0)

2015年6月26日

ios swift模仿qq登陆界面,xml布局

摘要: 给大家推荐两个学习的地址: 极客学院的视频:http://www.jikexueyuan.com/path/ios/ 一个博客:http://blog.csdn.net/lizhongfu2013/article/details/29210015 主要想要实现一个模仿的登陆界面 代码: ... 阅读全文

posted @ 2015-06-26 15:00 吴一达 阅读(155) 评论(0) 推荐(0)

2015年6月25日

leetcode 26 Remove Duplicates from Sorted Array

摘要: Remove Duplicates from Sorted ArrayTotal Accepted: 66627 Total Submissions: 212739 My Submissions Given a sorted arra... 阅读全文

posted @ 2015-06-25 15:52 吴一达 阅读(128) 评论(0) 推荐(0)

2015年6月24日

leetcode 88 Merge Sorted Array

摘要: Given two sorted integer arrays nums1 and nums2, merge nums2 intonums1 as one sorted array. Note: You may assume that nums1 has enough space (si... 阅读全文

posted @ 2015-06-24 22:47 吴一达 阅读(143) 评论(0) 推荐(0)

VC++读取图像RGB值

摘要: 代码: #include #include #include #include #include #pragma comment(lib, "gdiplus.lib")using namespace std;using namespace Gdiplus;int main() { G... 阅读全文

posted @ 2015-06-24 17:19 吴一达 阅读(305) 评论(0) 推荐(0)

leetcode 27 Remove Element

摘要:  Remove Element Total Accepted: 60351 Total Submissions: 187833 My Submissions Given an array and a value, remove al... 阅读全文

posted @ 2015-06-24 15:56 吴一达 阅读(125) 评论(0) 推荐(0)

leetcode 8 String to Integer (atoi)

摘要: String to Integer (atoi)Total Accepted:52232 Total Submissions:401038 My Submissions Implement atoi to convert a string to an integer. Hint:... 阅读全文

posted @ 2015-06-24 00:03 吴一达 阅读(118) 评论(0) 推荐(0)

2015年6月23日

leetcode 226 Invert Binary Tree 翻转二叉树

摘要: 大牛没有能做出来的题,我们要好好做一做 Invert a binary tree. 4 / \ 2 7 / \ / \1 3 6 9 to 4 / \ 7 2 / \ / \9 6 3 1 Trivia... 阅读全文

posted @ 2015-06-23 23:53 吴一达 阅读(113) 评论(0) 推荐(0)

My Upload.com product submission has been approved

摘要: This morning I got to know that My product DB Query Analyzer had been appoved by upload.com, which was a definite good news to me. Nearly approximat... 阅读全文

posted @ 2015-06-23 13:01 吴一达 阅读(218) 评论(0) 推荐(0)

上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 156 下一页

导航