This is my first vision base on VC++6.0. I am so happy to record this time i succesfully create it by my seft.

It is so important,i must write down some details i have across through more than 1 years.altought i am exactly lazy guy.

Here are 3 (actually too many thing can talk about,but not must be)important thing to know.

1) I know little about c++ untill 2013(i forget the accuracy time) .As i am graduate from "mechanical and electric",i just had learn some base knowlege about c language like the most amout of students. I think i write more simply would be better....e..he

So,discard the above noise. I have begin attach to VB6.0 programming from 5.2012 to 1.2013. Within this period, i learn many thing about vision system checking,like (vb6 IDE,two kinds of industrial CCD camera,computer hardware & support techniques,barcode printing,txt&exel&dll&ocx&com Communication technique with vb6),and so on. base on that , i creat a new pinning system,improve a existing contrast test system, convert test program to automatic test system(com communicate with PLC),creat a new moudle to test voltage which diaplay best.

2)Since 9.2012 , i realise that vb6.0 can not catch up with the world . so i turn my eyes to c++.but i have no idea about this language, i find it hard to learn c++ without enviroment. so i focus on vb.net. There is a large gap between vb6 and vb.net,they just like two different language with similer IDE tool. i had been a cat run to the dark night,and covered by the night neerly a mouth.

since 1.2013,i egage in build a project with VB2008(i have know c++ and class a bit). Actually, i sucess  2 mouths later. i had build a complete QR barcode test demo.At this time, i find that vb2008 just like a result that combine vb6 and vc6.0. I decide push myself to VC++ this time .

And now.neerly  10 mouth pass , i have sucessfull build my own VC++ demo,happy!  Too many things can be say, but i must go to bed now. and i will go into next period quickly (about image process,may be opencv).

3)write to here, i forget what should be record becauce i am so tied. so let me cut it.

ok ,that all .yet,that all.

Mine Vison base on VC++ and procilica Gige Vison SDK的更多相关文章

  1. 如何判断平台工具集去做条件编译(VC++目录、预处理器定义、$(PlatformToolsetVersion))

    作者:zyl910 从VS2010开始,提供了一个平台工作集(Platform ToolSet)选项用于配制vc编译版本.到了VS2012,更是因为默认平台工具集不支持WindowsXP,导致经常需要 ...

  2. TortoiseGit 文件比对工具使用 Beyond Compare 和 DiffMerge

    TortoiseGit 内置的文件比对工具是 TortoiseMerge,用于文件比对和解决冲突合并,TortoiseGit 还支持外部的比对工具使用,比如 Beyond Compare 和 Diff ...

  3. TortoiseSVN 同步分支

    对比工具可以使用 winmerge 和 beyond compare ,winmerge免费小巧,beyond compare功能更强大.这两款工具都比TortoiseSVN自带的对比工具要好一些. ...

  4. TortoiseSVN 插件配置及使用方法

    一.安装和配置 TortoiseSVN的下载地址 32bit:TortoiseSVN-1.8.2.24708-win32-svn-1.8.3.msi 64bit:TortoiseSVN-1.8.2.2 ...

  5. How to use SourceGear DiffMerge in SourceSafe, TFS, and SVN【项目】

    What is DiffMerge DiffMerge is yet-another-diff-and-merge-tool from the fine folks at SourceGear.  I ...

  6. TortoiseSVN设置比较工具为BeyondCompare

    1.  "C:\Beyond Compare 4\BCompare.exe" %base %mine /title1=%bname /title2=%yname /leftread ...

  7. TortoiseSVN使用方法 安装和配置

    TortoiseSVN使用方法   安装和配置 TortoiseSVN的下载地址为 http://tortoisesvn.net/downloads.html 有32位和64位的版本,一定要根据自己的 ...

  8. 版本控制——TortoiseSVN (1)安装与配置

    =================================版权声明================================= 版权声明:原创文章 禁止转载  请通过右侧公告中的“联系邮 ...

  9. SVN && BeyondCompare

    [1]设置内容 (1)三个步骤对应设置内容 1.1 "D:\Beyond Compare 4\BCompare.exe" %base %mine /title1=%bname /t ...

随机推荐

  1. React开发实时聊天招聘工具 -第六章 登陆注册(1)

    1.基于cookie的用户认证 express 依赖 cookie-parser 2.axios语法: axios.get('/data').then(res=>{ if(res.status= ...

  2. Mirai僵尸网络重出江湖

    近年数度感染数十万台路由器的僵尸网络程序Mirai,虽然原创者已经落网判刑,但是Mirai余孽却在网络上持续变种,现在安全人员发现,Mirai已经将焦点转向Linux服务器了. 安全公司Netcout ...

  3. b模式处理文件

    1.读 f=open('cheng','rb') date=f.read() print(date.decode()) 2.写 f=open('cheng','ab') f.write('chengz ...

  4. ios-字符串替换-正则表达式-例子

    需求:在html中查找并替换相应的html标签 代码实现 - (NSString *)replaceImageHtml:(NSString *)oldHtml { NSString *regex = ...

  5. Java 学习(14):接口 & 包(设置 CLASSPATH 系统变量)

    Java 接口(英文:Interface) 定义:在JAVA编程语言中,接口是一个抽象类型,是抽象方法的集合,接口通常以 interface 来声明. 一个类通过继承接口的方式,从而来继承接口的抽象方 ...

  6. VIjos——V 1782 借教室 | | 洛谷——P1083 借教室

    https://vijos.org/p/1782|| https://www.luogu.org/problem/show?pid=1083 描述 在大学期间,经常需要租借教室.大到院系举办活动,小到 ...

  7. OCP-1Z0-051-题目解析-第26题

    26. Which is the valid CREATE TABLE statement? A. CREATE TABLE  emp9$#  (emp_no NUMBER (4));  B. CRE ...

  8. java.lang.IllegalArgumentException: The observer is null.终于解决方式

    java.lang.IllegalArgumentException: The observer is null.终于解决方式 在使用数据适配的时候的问题: java.lang.IllegalArgu ...

  9. vue中的插槽slot理解

    本篇文章参考赛冷思的个人博客 1.函数默认传参 在我们写js函数我们的可能会给他们一个默认的参数,写法是 function show(age,name){ var age = age || 20; v ...

  10. 深入理解Android(4)——理解Android中的JNI(下)

    在前面文章中简单介绍了JNI,这一篇文章来简单看一下jni.h中定义的一些常用方法,来实现通过C++调用Android中的Java代码. 转载请说明出处:http://blog.csdn.net/da ...