自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

zhyh1435589631的专栏

向来缘浅, 奈何情深, 彼此豆蔻,谁许谁地老天荒, 敌不过似水流年, 逃不过此间少年

  • 博客(85)
  • 资源 (23)
  • 收藏
  • 关注

原创 Lab 相关---四相机同步拍摄说明

1. 前言这部分是我们所做的实验室图像采集系统中的一个功能模块。 我们的相机采集系统本来是可以直接进行采图存图操作的, 但是并不保证同步, 或者说他们之间的同步性能并不高。 由于, 老板要求实现精确的同步采图功能, 所以这个模块需要我们进行修改。2. 处理流程2.1 查阅资料因为这是一个新的项目需求, 我们就想从相机的角度出发, 看看相机自身有没有给我们提供了这个一个相关的处理方法, 如果有的话,

2016-04-28 13:46:05 2635 1

转载 在win7、win8、win8.1上安装使用vb6.0

点我进入原文地址个人网盘地址:http://pan.baidu.com/s/1mh7ihZU前言由于我们是写c++的, vb 也不是特别懂, 今天我们家大美女跑来问我vb6.0 环境怎么搭建, 因为需要编写vb 程序, 我第一反应是 直接用 vs 2013 来编写呗, 结果vs 2013 无法打开自带的 vb 例程, 没办法, 只能装vb6.0 , 然而由于兼容

2016-04-28 13:02:33 3623

原创 Android : The import java.util cannot be resolved

1. 前言昨天在 csdn 上看到一位大神 写的 android 端 用来连接 BLE 终端设备的 android 工程源码, 于是download 下来, 打算研究一下, 不过 导入工程之后出现了这个错误The import java.util cannot be resolved2. 网上解决方案 ——解决方案——————– 解决方案: 右键项目——-buildpath——–最下

2016-04-28 08:44:44 1855

原创 LeetCode 51/52. N-Queens i, ii

1. 题目描述 The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return all distinct solutions to the n-queens p

2016-04-27 18:33:04 770

原创 LeetCode 45/55. Jump Game i, ii

1. 题目要求 Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maximum jump length at that position.

2016-04-27 16:19:46 354

原创 LeetCode 61. Rotate List

1. 题目要求 Given a list, rotate the list to the right by k places, where k is non-negative. For example: Given 1->2->3->4->5->NULL and k = 2, return 4->5->1->2->3->NULL.2. 解题思路题目要求是从右向左k个数据,

2016-04-26 21:13:56 370

原创 LeetCode 60. Permutation Sequence

1. 题目要求 The set [1,2,3,…,n] contains a total of n! unique permutations. By listing and labeling all of the permutations in order, We get the following sequence (ie, for n = 3): “123”

2016-04-26 21:07:57 536

原创 LeetCode 57. Insert Interval/56. Merge Intervals

1. 题目要求 Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary). You may assume that the intervals were initially sorted according to their start

2016-04-26 20:58:54 454

原创 LeetCode 54/59. Spiral Matrix i, ii

1. 题目描述54 Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order. For example, Given the following matrix: [ [ 1, 2, 3 ], [ 4, 5,

2016-04-26 20:51:48 465

原创 【中国科大精密机械与仪器系2014】图像处理大作业之门牌号码识别大作业 opencv 版本

1. 前言当时做图像处理大作业的时候, 用的是matlab,因为比较懒就没有使用 opencv 写, 最近突然心血来潮用opencv实现了一下2. 题目描述 PI05302: Digital Image Processing Homework #6 Problem 1 用相机自行拍摄一幅图像,编程实现图像边缘检测、图像分割、特征提取以及图 像识别等任务。 拍摄的图像

2016-04-25 18:39:42 3765 9

原创 LeetCode 64/62/63. Minimum Path Sum/ Unique Paths i, ii

1. 题目描述1.1 62 A robot is located at the top-left corner of a m x n grid (marked ‘Start’ in the diagram below). The robot can only move either down or right at any point in time. The robot is try

2016-04-25 11:01:33 510

原创 LeetCode 65. Valid Number

1. 题目描述 Validate if a given string is numeric. Some examples: “0” => true ” 0.1 ” => true “abc” => false “1 a” => false “2e10” => true Note: It is intended for the problem stat

2016-04-25 10:49:22 404

原创 LeetCode 67. Add Binary/ 66. Plus One

1. 题目描述67. Given two binary strings, return their sum (also a binary string). For example, a = “11” b = “1” Return “100”.66. Given a non-negative number represented as an array of di

2016-04-25 10:41:42 374

原创 LeetCode 68. Text Justification

1. 题目描述 Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified. You should pack your words in a greedy appro

2016-04-23 16:22:09 356

原创 蓝牙资料备份

1. 前言今天晚上的时候突然看到csdn 上推荐的一篇文章,讲的是使用蓝牙连接小米手环的方法, 里面讲述的东西和我们之前做的连接小蚁遥控器的方法有些相似, 当时卡在uuid上面, 这次忽然发现可以使用 lightblue 查看uuid, 后来搜索的过程中发现, android 上面也有可以直接查看 uuid 的软件 nRF Master Control Panel (BLE) 打算明天去实验室实

2016-04-23 00:36:00 831

转载 一个Sqrt函数引发的血案

点我进入原文一个Sqrt函数引发的血案  好吧,我承认我标题党了,不过既然你来了,就认真看下去吧,保证你有收获。  我们平时经常会有一些数据运算的操作,需要调用sqrt,exp,abs等函数,那么时候你有没有想过:这个些函数系统是如何实现的?就拿最常用的sqrt函数来说吧,系统怎么来实现这个经常调用的函数呢?  虽然有可能你平时没有想过这个问题,不过正所

2016-04-22 20:33:47 660

原创 LeetCode 69. Sqrt(x)

1. 题目描述 Implement int sqrt(int x). Compute and return the square root of x.2. 解题思路使用牛顿迭代方法, 可以非常容易的解决这个问题3. codeclass Solution {public: int mySqrt(int x) { double a = x / 2.0, b =

2016-04-22 20:30:33 344

原创 LeetCode 70. Climbing Stairs

1. 题目描述 You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?2. 解题思路非常easy 的一道题目,

2016-04-22 20:19:08 359

原创 LeetCode 71. Simplify Path

1. 题目描述 Given an absolute path for a file (Unix-style), simplify it. For example, path = “/home/”, => “/home” path = “/a/./b/../../c/”, => “/c” click to show corner cases. Corner C

2016-04-22 20:13:45 325

原创 LeetCode 72. Edit Distance

1. 题目描述 Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.) You have the following 3 operations permitted

2016-04-22 15:27:23 319

原创 LeetCode 73. Set Matrix Zeroes

1. 题目描述 Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. click to show follow up. Follow up: Did you use extra space? A straight forward s

2016-04-22 14:55:00 322

原创 LeetCode 74. Search a 2D Matrix

1. 题目描述 Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted from left to right. The first inte

2016-04-22 14:22:07 367

原创 LeetCode 75. Sort Colors

1. 题目描述 Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use th

2016-04-21 23:07:52 353

原创 LeetCode 77. Combinations

1. 题目描述 Given two integers n and k, return all possible combinations of k numbers out of 1 … n. For example, If n = 4 and k = 2, a solution is: [ [2,4], [3,4], [2,3],

2016-04-21 22:56:39 386

原创 LeetCode 79. Word Search

1. 题目描述 Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where “adjacent” cells are those horizontally or

2016-04-21 22:46:45 438

原创 LeetCode 33,81. Search in Rotated Sorted Array i, ii

1. 题目描述33 Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2). You are given a target value to search. If found in th

2016-04-21 15:51:51 474

原创 Lab 相关 --- 相机曝光度自动调节

1. 前言仅用作自己备份使用, 有些内容比较私密, 就不再写出2. 效果:配置失败时候, 会提示请手动配置, 配置成功会提示配置成功3. 一些配置文件说明:请在相机AVT.exe 文件对应目录下, 放置一个配置文件 expo.ini 其格式为 左相机曝光度下限, 左相机曝光度上限, 右相机曝光度下限, 右相机曝光度上限, 左相机曝光度调节步长, 右相机曝光度调节步长。2.程序会优先读取

2016-04-21 12:05:57 771

转载 Visual Studio 调试小技巧

点我进入原文11个强大的Visual Studio调试小技巧伯乐在线注:我们在@程序员的那些事 微博上推荐了英文原文,感谢@halftone_被禁用了的热心翻译。简介调试是软件开发周期中很重要的一部分。它具有挑战性,同时也很让人疑惑和烦恼。总的来说,对于稍大一点的程序,调试是不可避免的。最近几年,调试工具的发展让很多调试任

2016-04-20 14:12:55 476

转载 TCP连接的状态详解以及故障排查

点我进入原文TCP连接的状态详解以及故障排查2014-08-16      0 个评论    来源:guisu,程序人生。  收藏    我要投稿我们通过了解TCP各个状态,可以排除和定位网络或系统故障时大有帮助。(总结网络上的内容)1、TCP状态LISTENING:侦听来自远方的TCP端口的连接请求. 首先服务端需要打开一个so

2016-04-19 22:32:27 936

原创 LeetCode 26, 80, 81, 82, . Remove Duplicates from Sorted Array/ List i, ii

1. 题目描述1.1 26 Remove Duplicates from Sorted Array Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra sp

2016-04-19 18:31:45 482

转载 Mysql之SQL Mode用法详解

点我进入原文Mysql之SQL Mode用法详解投稿:shichen2014 字体:[增加 减小] 类型:转载 时间:2014-07-05 我要评论这篇文章主要介绍了Mysql之SQL Mode用法,可以帮助用户更好的理解MySQL的工作模式,需要的朋友可以参考下一、Mysql SQL Mode简介通常来说MySQL服务器

2016-04-18 23:38:07 910

转载 Markdown 常用技巧

点我进入原文Markdown 常用技巧:2015/12/19 16:05:18 换行: 方法1: 连续两个以上空格+回车方法2:使用html语言换行标签:首行缩进两个字符:(每个表示一个空格,连续使用两个即可)  半角的空格  全角的空格 字体、字号与颜色:  Markdown是一种可以使用普通文本编辑器编写的

2016-04-18 22:46:55 388

转载 MySQL存储引擎总结

点我进入原文MySQL存储引擎总结作者:果冻想 字体:[增加 减小] 类型:转载 时间:2014-09-30 我要评论这篇文章主要介绍了MySQL存储引擎总结,本文讲解了什么是存储引擎、MyISAM、InnoDB、MEMORY、MERGE等内容,需要的朋友可以参考下前言在数据库中存的就是一张张有着千丝万缕关系的表,所以表设计的

2016-04-18 21:57:42 662

转载 VS 2013 中MFC程序编译过程出现 RC2108错误

点我进入原文亲测使用 在出问题的 CONTROL 代码中 添加 "Static", SS_BITMAP可以解决这个问题另外一篇文章 http://blog.csdn.net/renyhui/article/details/23120469 也讲述了这个问题VS 2013 中MFC程序编译过程出现 RC2108错误2013-12-31-16:05

2016-04-18 17:37:56 1404

转载 git代码库回滚

点我进入原文git代码库回滚: 指的是将代码库某分支退回到以前的某个commit id【本地代码库回滚】:git reset --hard commit-id :回滚到commit-id,讲commit-id之后提交的commit都去除git reset --hard HEAD~3:将最近3次的提交回滚 【远程代码库回滚】:这个是

2016-04-18 17:16:45 1185

原创 Lab 相关 ---- 无法读取项目文件 xxx.vcxproj 的解决方法

1. 问题描述最近从师兄那边接手一些项目, 打开工程的时候报了这么一个问题, 之前解决过, 但是没有记录下来, 这次正好记录一下。 2. 解决方法问题描述很清楚了, 就是师兄在工程中配置的opencv的路径和我们这台机器上不一样, 只需要打开 VisualNavigateCar.vcxproj 修改相应的opencv 的配置路径就好了 ps: 最好不要在移动硬盘上打开, 拷贝到本机上操作就好了

2016-04-18 15:51:22 7813

原创 mysql 数据库学习笔记 3 外键 和 select 子查询

1. 外键如果一个实体 student 的某个字段 classid 指向(引用) 另一个实体的主键 classid, 我们就称 student 实体的 classid 为外键。被指向的实体, 我们称为是主实体(父实体, 主表, 父表);而负责指向的实体, 称为是从实体(子实体, 从表, 字表)。作用: 用来约束处于关系内的实体增加子表记录时, 是否有与之对应的主表记录在删除或者更新主表记录的

2016-04-18 15:03:03 4072

转载 Vim 使用教程

点我进入原文Vim编辑器使用基础教程开始学习Vim[日期:2013-05-09]来源:Linux社区  作者:qiurisuixiang[字体:大 中 小]之前学习过Vim,但是由于种种原因,没有继续学习下去,其实是毅力不够,没能够坚持下去,所以到现在Vim也只会简单的操作,真是惭愧。现在重新拾起学习Vim

2016-04-18 13:45:22 910

原创 Centos 7 mysql 5.5 启用innodb引擎

1. 前言我们原先使用lnmp配置一个Linux + nginx + mysql + php + apache 的运行环境。 这里我们选用的mysql 版本信息为: 5.5.42 在进行外键操作的时候, 我们知道默认的 myisam 是不支持的。 需要使用innodb。 2. 开启innodb 引擎网上说, mysql 5.6 起 默认引擎就变成了 innodb, 可是 之前的还是使用了

2016-04-18 12:01:14 8942

转载 C运行库详解

点我进入原文新手必看:C运行库详解     运行时库是程序在运行时所需要的库文件,通常运行时库是以LIB或DLL形式提供的。C运行时库诞生于20世纪70年代,当时的程序世界还很单纯,应用程序都是单线程的,多任务或多线程机制在此时还属于新观念。所以这个时期的C运行时库都是单线程的。    随着操作系统多线程技术的发展,最初的C运行时库无法满足程序的需求

2016-04-17 23:23:53 883

ResourceHacker

用来提取应用程序资源的工具

2017-03-13

扫雷程序可执行文件

由于win10去掉了原先自带的扫雷程序,因而这里从网上找了一个扫雷程序过来,作为目标进行分析

2017-03-13

pcl点云数据文件 兔子

pcl 的点云数据文件, 安装完毕可以利用这个文件来测试下是否安装成功

2017-01-17

diskgenuis

用于系统分区的神器

2017-01-06

unetboot工具

制作系统启动盘的基本工具

2017-01-06

Win32DiskImager-0.9.5

用来制作U盘启动项的基本工具

2017-01-06

ImageWatch

http://blog.csdn.net/zhyh1435589631/article/details/53996182 博客中介绍的opencv 神器 官方地址: https://marketplace.visualstudio.com/items?itemName=WolfKienzle.ImageWatch

2017-01-03

visual odometry part1

视觉里程计的综述文章

2016-12-10

相机模型绘制的工程文件autocad

autocad 工程文件, 用来绘制相机模型

2016-12-09

计算机多视图几何

多视图几何的英文版

2016-11-28

30天自制操作系统 pdf part1

参考博文 http://blog.csdn.net/zhyh1435589631/article/details/53262659 30天自制操作系统 电子书 的一部分

2016-11-22

30天自制操作系统 电子书 part2

参考博文 http://blog.csdn.net/zhyh1435589631/article/details/53262659 30天自制操作系统的电子书 第二部分

2016-11-22

30天自制操作系统的光盘part1

参考博文 http://blog.csdn.net/zhyh1435589631/article/details/53262659 30天自制操作系统的附加光盘文件的一部分

2016-11-22

winHex18.5 x86_x641

参考博文 http://blog.csdn.net/zhyh1435589631/article/details/53262659 用来编辑16进制文件的使用工具

2016-11-22

opencv 类似matlab 绘图

参考博文 http://blog.csdn.net/zhyh1435589631/article/details/53241566

2016-11-20

chatbot3 源码

http://www.codeproject.com/articles/36106/chatbot-tutorial 上面 chatbot3 部分源码, 由于国内把dropbox 墙了, 于是就传到这边来了

2016-11-19

Modern C++ Programming with Test-Driven Develpment

code better sleep better

2016-11-03

华为oj解答

个人的华为oj刷题代码

2016-09-14

vc_mbcsmfc.part2

vs2013 用来打开多字符集项目必须的支持文件

2016-05-01

8皇后问题七届源代码

博客http://blog.csdn.net/zhyh1435589631/article/details/45842823的配套源代码,使用于N皇后问题的求解,C++方式实现

2015-05-19

vs2013+opencv2.4.9配置环境

vs2013+opencv2.4.9配置环境 只需ctrl + H 替换相应路径即可,相应博文地址 http://blog.csdn.net/zhyh1435589631/article/details/45649709

2015-05-11

poj 1782 run length encoding 测试数据

poj 1782 run length encoding 测试数据

2015-01-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除