代码搜索:comment
找到约 10,000 项符合「comment」的源代码
代码结果 10,000
www.eeworm.com/read/297388/8025767
desktop roadmap.desktop
[Desktop Entry]
Comment=RoadMap
Comment=Car Navigation System
Exec=roadmap
Icon=roadmap.png
Type=Application
Name=RoadMap
GenericName=Map Viewer
Categories=Application;Other;VectorGraphics;Graphics;Vi
www.eeworm.com/read/297383/8026210
h route.h
#ifndef ROUTE_H
#define ROUTE_H
#include
#include
#include "waypoint.h"
namespace gpsmgr
{
class Route
{
public:
typedef std::vector Waypoints;
public:
www.eeworm.com/read/297383/8026265
cpp waypoint.cpp
/*
gpsmgr: A program for managing GPS information
Copyright (C) 2003 Austin Bingham
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public L
www.eeworm.com/read/297383/8026266
cpp route.cpp
#include "route.h"
namespace gpsmgr
{
Route::Route() {}
Route::Route(const std::string& name,
const std::string& comment) :
mName (name),
mComment (comment)
{}
std::st
www.eeworm.com/read/397661/8030350
sql bankdb.sql
# SQL-Front 4.1 (Build 1.93)
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE */;
/*!40101 SET SQL_MODE='STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQ