资源简介

gige gigeVision 机器视觉 实现 千兆 做机器视觉 非常好的参考 包括整个开发过程 老外实现

资源截图

代码片段和文件信息

/***************************************************************************
 *   Copyright (C) 2014-2015 by Cyril BALETAUD                                  *
 *   cyril.baletaud@gmail.com                                              *
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 *   This program is distributed in the hope that it will be useful       *
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
 *   GNU General Public License for more details.                          *
 *                                                                         *
 *   You should have received a copy of the GNU General Public License     *
 *   along with this program; if not write to the                         *
 *   Free Software Foundation Inc.                                       *
 *   59 Temple Place - Suite 330 Boston MA  02111-1307 USA.             *
 ***************************************************************************/

#include 
#include 
#include 
#include 

#include “mainwidget.h“

int main(int argc char *argv[])
{
    QApplication app(argc argv);


    QString locale = QLocale::system().name().section(‘_‘ 0 0);
    QTranslator translator;
    translator.load(QString(“qt_“) + locale QLibraryInfo::location(QLibraryInfo::TranslationsPath));
    app.installTranslator(&translator);

    MainWidget widget;


    widget.show();
    return app.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-10-18 11:16  jiguiviou\
     目录           0  2015-10-18 11:16  jiguiviou\.git\
     文件          23  2015-09-25 17:29  jiguiviou\.git\HEAD
     文件         392  2015-09-25 17:30  jiguiviou\.git\config
     文件          73  2015-09-25 17:29  jiguiviou\.git\description
     目录           0  2015-10-18 11:16  jiguiviou\.git\hooks\
     文件         478  2015-09-25 17:29  jiguiviou\.git\hooks\applypatch-msg.sample
     文件         896  2015-09-25 17:29  jiguiviou\.git\hooks\commit-msg.sample
     文件         189  2015-09-25 17:29  jiguiviou\.git\hooks\post-update.sample
     文件         424  2015-09-25 17:29  jiguiviou\.git\hooks\pre-applypatch.sample
     文件        1642  2015-09-25 17:29  jiguiviou\.git\hooks\pre-commit.sample
     文件        1348  2015-09-25 17:29  jiguiviou\.git\hooks\pre-push.sample
     文件        4951  2015-09-25 17:29  jiguiviou\.git\hooks\pre-rebase.sample
     文件        1239  2015-09-25 17:29  jiguiviou\.git\hooks\prepare-commit-msg.sample
     文件        3611  2015-09-25 17:29  jiguiviou\.git\hooks\update.sample
     文件       23688  2015-09-25 17:29  jiguiviou\.git\index
     目录           0  2015-10-18 11:16  jiguiviou\.git\info\
     文件         240  2015-09-25 17:29  jiguiviou\.git\info\exclude
     目录           0  2015-10-18 11:16  jiguiviou\.git\logs\
     文件         181  2015-09-25 17:29  jiguiviou\.git\logs\HEAD
     目录           0  2015-10-18 11:16  jiguiviou\.git\logs\refs\
     目录           0  2015-10-18 11:16  jiguiviou\.git\logs\refs\heads\
     文件         181  2015-09-25 17:29  jiguiviou\.git\logs\refs\heads\master
     目录           0  2015-10-18 11:16  jiguiviou\.git\logs\refs\remotes\
     目录           0  2015-10-18 11:16  jiguiviou\.git\logs\refs\remotes\origin\
     文件         181  2015-09-25 17:29  jiguiviou\.git\logs\refs\remotes\origin\HEAD
     目录           0  2015-10-18 11:21  jiguiviou\.git\objects\
     目录           0  2016-01-20 17:00  jiguiviou\.git\objects\info\
     目录           0  2015-10-18 11:16  jiguiviou\.git\objects\pack\
     文件      178256  2015-09-25 17:29  jiguiviou\.git\objects\pack\pack-3a71f96e2432d6964d2d66d4b6bbf7f9055a160c.idx
     文件     1783869  2015-09-25 17:29  jiguiviou\.git\objects\pack\pack-3a71f96e2432d6964d2d66d4b6bbf7f9055a160c.pack
............此处省略286个文件信息

评论

共有 条评论