资源简介
OpenCPN的代码,不是安装软件,要编译的才能运行,这是一种简易的电子海图显示系统,是开源软件,功能也挺多的。
代码片段和文件信息
/////////////////////////////////////////////////////////////////////////////
// Name: minimal.cpp
// Purpose: Minimal wxWidgets sample
// Author: David S Register
// Modified by:
// Created: 04/01/98
// RCS-ID: $Id: minimal.cpp 65971 2010-11-01 12:30:38Z PMO $
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
// declarations
// ============================================================================
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
// For compilers that support precompilation includes “wx/wx.h“.
#include “wx/wxprec.h“
#ifdef __BORLANDC__
#pragma hdrstop
#endif
// for all others include the necessary headers (this file is usually all you
// need because it includes almost all “standard“ wxWidgets headers)
#ifndef WX_PRECOMP
#include “wx/wx.h“
#endif
#include “chart1.h“
//#include “myapp.h“
IMPLEMENT_APP_NO_MAIN(MyApp);
//IMPLEMENT_APP(MyApp);
//IMPLEMENT_WX_THEME_SUPPORT;
int main(int argc char *argv[])
{
wxEntryStart( argc argv );
wxTheApp->CallOnInit();
wxTheApp->OnRun();
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-03-23 01:25 OpenCPN-5.0.0\
文件 386 2019-03-23 01:25 OpenCPN-5.0.0\.gitignore
文件 1637 2019-03-23 01:25 OpenCPN-5.0.0\.travis.yml
文件 109172 2019-03-23 01:25 OpenCPN-5.0.0\CMakeLists.txt
文件 15170 2019-03-23 01:25 OpenCPN-5.0.0\COPYING.gplv2
文件 35149 2019-03-23 01:25 OpenCPN-5.0.0\COPYING.gplv3
文件 38396 2019-03-23 01:25 OpenCPN-5.0.0\COPYING.lgplv2
文件 7652 2019-03-23 01:25 OpenCPN-5.0.0\COPYING.lgplv3
目录 0 2019-03-23 01:25 OpenCPN-5.0.0\Docs\
文件 58815 2019-03-23 01:25 OpenCPN-5.0.0\Docs\OSENC
文件 1239 2019-03-23 01:25 OpenCPN-5.0.0\FindLibSndfile.cmake
文件 6011 2019-03-23 01:25 OpenCPN-5.0.0\INSTALL
文件 686 2019-03-23 01:25 OpenCPN-5.0.0\LICENSING
文件 3774 2019-03-23 01:25 OpenCPN-5.0.0\LINUX_DEVICES.md
文件 148610 2019-03-23 01:25 OpenCPN-5.0.0\NSIS.template.in
文件 1376 2019-03-23 01:25 OpenCPN-5.0.0\README
文件 100 2019-03-23 01:25 OpenCPN-5.0.0\VERSION.cmake
文件 376 2019-03-23 01:25 OpenCPN-5.0.0\app.manifest
文件 2357 2019-03-23 01:25 OpenCPN-5.0.0\appveyor.yml
目录 0 2019-03-23 01:25 OpenCPN-5.0.0\buildandroid\
文件 37904 2019-03-23 01:25 OpenCPN-5.0.0\buildandroid\README
目录 0 2019-03-23 01:25 OpenCPN-5.0.0\buildandroid\android\
文件 5309 2019-03-23 01:25 OpenCPN-5.0.0\buildandroid\android\AndroidManifest.xm
目录 0 2019-03-23 01:25 OpenCPN-5.0.0\buildandroid\android\drawable_svg\
文件 97039 2019-03-23 01:25 OpenCPN-5.0.0\buildandroid\android\drawable_svg\current.svg
文件 2263 2019-03-23 01:25 OpenCPN-5.0.0\buildandroid\android\drawable_svg\drawable-ldpi-current.png
文件 2642 2019-03-23 01:25 OpenCPN-5.0.0\buildandroid\android\drawable_svg\drawable-ldpi-follow.png
文件 2804 2019-03-23 01:25 OpenCPN-5.0.0\buildandroid\android\drawable_svg\drawable-ldpi-follow_active.png
文件 3513 2019-03-23 01:25 OpenCPN-5.0.0\buildandroid\android\drawable_svg\drawable-ldpi-mob_btn.png
文件 2255 2019-03-23 01:25 OpenCPN-5.0.0\buildandroid\android\drawable_svg\drawable-ldpi-route.png
文件 2509 2019-03-23 01:25 OpenCPN-5.0.0\buildandroid\android\drawable_svg\drawable-ldpi-route_active.png
............此处省略4194个文件信息
评论
共有 条评论