text
stringlengths
4
6.14k
/* linux/include/asm-arm/plat-s3c24xx/clock.h * linux/arch/arm/mach-s3c2410/clock.h * * Copyright (c) 2004-2005 Simtec Electronics * http://www.simtec.co.uk/products/SWLINUX/ * Written by Ben Dooks, <ben@simtec.co.uk> * * This program is free software; you can redistribute it and/or modify * it under the terms ...
/* GdkPixbuf RGBA C-Source image dump */ #ifdef __SUNPRO_C #pragma align 4 (stock_rollup_data) #endif #ifdef __GNUC__ static const guint8 stock_rollup_data[] __attribute__ ((__aligned__ (4))) = #else static const guint8 stock_rollup_data[] = #endif { "" /* Pixbuf magic (0x47646b50) */ "GdkP" /* length: header ...
/** * UGENE - Integrated Bioinformatics Tools. * Copyright (C) 2008-2017 UniPro <ugene@unipro.ru> * http://ugene.net * * 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 * ...
/* * arch/ppc/platforms/pal4.h * * Definitions for SBS Palomar IV board * * Author: Dan Cox * * 2002 (c) MontaVista, Software, Inc. This file is licensed under * the terms of the GNU General Public License version 2. This program * is licensed "as is" without any warranty of any kind, whether express * or ...
/* scale attributes to [lower,upper] usage: scale [-l lower] [-u upper] [-y y_lower y_upper] filename */ #include <float.h> #include <stdio.h> #include <stdlib.h> #include <ctype.h> #define MAX_LINE_LEN 100000 char buf[MAX_LINE_LEN]; double lower=-1.0,upper=1.0,y_lower,y_upper; int y_scaling = 0; doub...
/* Copyright (C) 2011 Red Hat, Inc. * Written by Zane Bitter <zbitter@redhat.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.1 of the License, or (at your option)...
/* * leds-msm-pmic.c - MSM PMIC LEDs driver. * * Copyright (c) 2009, Code Aurora Forum. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation....
/* Company : Nequeo Pty Ltd, http://www.nequeo.com.au/ * Copyright : Copyright © Nequeo Pty Ltd 2014 http://www.nequeo.com.au/ * * File : Exception.h * Purpose : Exception class. * */ /* Permission is hereby granted, free of charge, to any person obtaining a copy of this softwar...
/**************************************************************************/ /* */ /* Copyright (c) 2001, 2010 NoMachine, http://www.nomachine.com/. */ /* */ /* NXCOMP, N...
/* * JRCU - An RCU suitable for small SMP systems. * * Author: Joe Korty <joe.korty@ccur.com> * Copyright Concurrent Computer Corporation, 2011 * * 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; ...
/*--------------------------------------------------------------------*/ /*--- Interface to CPUID. pub_tool_cpuid.h ---*/ /*--------------------------------------------------------------------*/ /* This file is part of Valgrind, a dynamic binary instrumentation framework. Copyright (...
/* Copyright (c) 2008 MySQL AB, 2009 Sun Microsystems, Inc. Use is subject to license terms. 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; version 2 of the License. This program is distr...
#ifndef DAEMONTEST_H #define DAEMONTEST_H #include <QObject> #include <cppunit/TestFixture.h> #include <cppunit/TestSuite.h> #include <cppunit/extensions/HelperMacros.h> #include "QPackageKit" class DaemonTest : public QObject, public CppUnit::TestFixture { Q_OBJECT CPPUNIT_TEST_SUITE(DaemonTest); CPPUNIT_TEST(ge...
#ifndef RIVERSED_H #define RIVERSED_H #include <node.h> #include <flow.h> #include <vector> #include <map> class Reactor; /* Combine Sewer and Reactor */ class RiverSed : public Node { public: RiverSed(); virtual ~RiverSed(); bool init(ptime start, ptime end, int dt); int f(ptime time, int dt); void deinit()...
/*************************************************************************** * Copyright (C) 2011 by Broadcom Corporation * * Evan Hunter - ehunter@broadcom.com * * * * This pr...
/* * Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2011-2015 ArkCORE <http://www.arkania.net/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public Licens...
/** * @file logger.h * * Functions to do logging. * The macros check whether the logsev is active before evaluating the * parameters. Use them instead of the functions. * * If a log statement ends in a newline, the current log is ended. * When the log severity changes, an implicit newline is inserted. * * @a...
/* * IRQ vector handles * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995, 1996, 1997, 2003 by Ralf Baechle */ #include <linux/kernel.h> #include <linux/init...
/* * IPMic, The IP Microphone project * Copyright (C) 2016 Ricardo Biehl Pasquali <rbpoficial@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,...
#ifndef _NAMESPACE_H_ #define _NAMESPACE_H_ #ifdef __KERNEL__ struct mnt_namespace; struct fs_struct; struct user_namespace; extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *, struct user_namespace *, struct fs_struct *); extern void put_mnt_ns(struct mnt_namespace *ns); ex...
/* extcap_parser.h * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __EXTCAP_PARSER_H__ #define __EXTCAP_PARSER_H__ #include <stdio.h> #include <glib.h> #include <string.h> #include <config....
/* * Copyright (c) 2017 Fujitsu Ltd. * Ported: Guangwen Feng <fenggw-fnst@cn.fujitsu.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 ...
#include "editor.h" #include "window.h" #include "view.h" #include "frame.h" #include "term.h" #include "config.h" #include "color.h" #include "syntax.h" #include "alias.h" #include "history.h" #include "file-history.h" #include "search.h" #include "error.h" #include <locale.h> #include <langinfo.h> static const char...
/* Copyright (c) 2008-2011, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
/** * @file r_model_md2.h * @brief md2 alias model loading */ /* Copyright (C) 1997-2001 Id Software, Inc. 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 ...
#pragma once #include <SFML/Graphics.hpp> class ResourceManager { private: sf::Font roboto; sf::Texture meepleSprite; sf::Texture glowSprite; sf::Texture boardTexture; sf::Texture fieldTexture; sf::Texture backgroundSprite; sf::Texture exitButtonTexture; sf::Texture reloadButtonTexture; sf::Texture menuBu...
/***************************************************************************** Copyright(c) 2012 FCI Inc. All Rights Reserved File name : fci_tun.h Description : tuner control driver *******************************************************************************/ #ifndef __FCI_TUN_H__ #define __FCI_TUN_H__ #ifde...
/* Public domain, from daemontools-0.76. */ #include <sys/types.h> #include <fcntl.h> #include "open.h" int open_read(const char *fn) { return open(fn,O_RDONLY | O_NDELAY); }
// Copyright (C) 2009 Nexell Co., All Rights Reserved // Nexell Co. Proprietary & Confidential // // NEXELL INFORMS THAT THIS CODE AND INFORMATION IS PROVIDED "AS IS" BASE // AND WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING // BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND...
/* Copyright 2006-2012 Xavier Guerrin This file is part of QElectroTech. QElectroTech 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....
/* * Author: Paul Reioux aka Faux123 <reioux@gmail.com> * * Copyright 2013 Paul Reioux * Copyright 2012 Paul Reioux * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under thos...
#pragma once namespace SevenZip { class NonCopyable { protected: NonCopyable(){} ~NonCopyable(){} private: NonCopyable(const NonCopyable&); NonCopyable(NonCopyable&&); NonCopyable& operator=(const NonCopyable&); NonCopyable& operator=(NonCopyable&&); }; }
/*************************************************************************** Copyright (C) 2009 Robby Stephenson <robby@periapsis.org> ***************************************************************************/ /*************************************************************************** * ...
#include <types.h> #include <unistd.h> #include <ulib.h> #include <spipe.h> #define SPIPE_SIZE 4096 #define SPIPE_BUFSIZE (SPIPE_SIZE - sizeof(__spipe_state_t)) static bool __spipeisclosed_nolock(spipe_t *p, bool read); int spipe(spipe_t *p) { static_assert(SPIPE_SIZE > SPIPE_BUFSIZE); int ret; se...
/** * @file tpl_init_term.c * * @section descr File description * * Trampoline machine dependant C implementation stuff for the PowerPC port. * * @section copyright Copyright * * Trampoline OS * * Trampoline is copyright (c) IRCCyN 2005+ * Copyright ESEO for function and data structures documentation * Tra...
#define _REENTRANT #define _LINUX_SOURCE #include <threads.h> #include <unistd.h> #include <sys/futex.h> #include <sys/tls.h> #include <stdlib.h> #include <errno.h> extern void __munmap_and_exit(void* map,size_t len) __attribute__((noreturn)); thread_local tss_t tss_dtor_list; void thrd_exit(int res) { thrd_t t=th...
#ifndef _LIBMMEIMG_ERROR_H #define _LIBMMEIMG_ERROR_H #define LIBMMEIMG_ERROR unsigned int #define LIBMMEIMG_SUCCESS 0 #define LIBMMEIMG_MISC_ERROR 1 #define LIBMMEIMG_NOMEM 2 #define LIBMMEIMG_INVALIDARG 3 #define LIBMMEIMG_NO_DEVACCESS 4 #define LIBMMEIMG_DECODE_ERROR 5 #endif
/*************************************************************************** * Copyright (C) 2003 by Sébastien Laoût * * slaout@linux62.org * * * * This pr...
/* * Seven Kingdoms 2: The Fryhtan War * * Copyright 2010 Unavowed <unavowed@vexillium.org> * * 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 yo...
/* * Copyright (C) 1996-2022 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_HTCP_H #define SQUID_HTCP_H #...
#ifndef _ASM_PARISC_COMPAT_H #define _ASM_PARISC_COMPAT_H /* * Architecture specific compatibility types */ #include <linux/types.h> #include <linux/sched.h> #define COMPAT_USER_HZ 100 typedef u32 compat_size_t; typedef s32 compat_ssize_t; typedef s32 compat_time_t; typedef s32 compat_clock_t; typedef s32 compat_pi...
/* ** The author disclaims copyright to this source code. ** ************************************************************************* ** Implementation of the "simple" full-text-search tokenizer. */ #include <assert.h> #if !defined(__APPLE__) #include <malloc.h> #else #include <stdlib.h> #endif #include ...
/* This file is part of GNUnet. (C) 2006, 2009 Christian Grothoff (and other contributing authors) GNUnet 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 3, or (at your ...
/* This file is part of Telegram Desktop, the official desktop version of Telegram messaging app, see https://telegram.org Telegram Desktop 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 3 of the ...
/**************************************************************************** * * Copyright (C) 2013 PX4 Development Team. All rights reserved. * Author: Simon Wilks <sjwilks@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follo...
/* * This file is part of Moonlight Embedded. * * Copyright (C) 2015 Iwan Timmer * * Moonlight 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 3 of the License, or * (at your option) any...
/* xTalk Engine Platform Glue xtalk_platform.h CinsImp Copyright (c) 2010-2013 Joshua Hawcroft <www.joshhawcroft.com/CinsImp/> Common header for platform-specific glue */ #ifndef GeneralxTalkEngine_xte_platform_h #define GeneralxTalkEngine_xte_platform_h #define XTE_DATE_SHORT 0 #define XTE_DATE_ABBRE...
//===---- MipsABIInfo.h - Information about MIPS ABI's --------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
//*************************************************************************** // // Copyright (c) 1999 - 2006 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
// // Copyright 2005 The Android Open Source Project // // C/C++ logging functions. See the logging documentation for API details. // // We'd like these to be available from C code (in case we import some from // somewhere), so this has a C interface. // // The output will be correct when the log file is shared betwee...
// This file is part of SWGANH which is released under the MIT license. // See file LICENSE or go to http://swganh.com/LICENSE #pragma once #include <cstdint> #include "anh/byte_buffer.h" #include "base_swg_message.h" namespace swganh { namespace messages { struct CancelLiveAuctionResponseMessage : public BaseSwgMes...
/* This file is part of Darling. Copyright (C) 2019 Lubos Dolezel Darling 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 3 of the License, or (at your option) any later version. Darling i...
/*** *dos.h - definitions for MS-DOS interface routines * * Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved. * *Purpose: * Defines the structs and unions used for the direct DOS interface * routines; includes macros to access the segment and offset * values of far pointers, so that they may be used...
/* Copyright (C) 1999-2007 id Software, Inc. and contributors. For a list of contributors, see the accompanying CONTRIBUTORS file. This file is part of GtkRadiant. GtkRadiant is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ...
#pragma once #include <QMainWindow> #include <QCloseEvent> #include "shortinstruction.h" #include "global.h" namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); private: void wri...
// Copyright (c) 2017 The Chromium Embedded Framework Authors. All rights // reserved. Use of this source code is governed by a BSD-style license that // can be found in the LICENSE file. // // --------------------------------------------------------------------------- // // This file was generated by the CEF translato...
/*********************************************************************** * Copyright (C) 2002,2003,2004,2005,2006,2007,2008 Carsten Urbach * * This file is part of tmLQCD. * * tmLQCD is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * t...
/* * ***** BEGIN GPL LICENSE BLOCK ***** * * 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 d...
#pragma once namespace clr { class appdomain_impl; class appdomain { public: appdomain(const wchar_t* version); ~appdomain(); operator bool() const; appdomain_impl* get() const; private: appdomain_impl* m_impl; }; class object_impl; class object { public: object(appdomain* appdomain, const wchar...
/* * SPDX-FileCopyrightText: (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved. * SPDX-License-Identifier: BSD-1-Clause * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "SUPL-POS-INIT" * found in "../supl-posinit.asn" */ #ifndef _RequestedAssistData_H #define _Request...
// This file is part of BOINC. // http://boinc.berkeley.edu // Copyright (C) 2008 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation, // either version 3 of the Licens...
/****************************************************************************** * * MantaFlow fluid solver framework * Copyright 2014 Tobias Pfaff, Nils Thuerey * * This program is free software, distributed under the terms of the * GNU General Public License (GPL) * http://www.gnu.org/licenses * * Simple im...
/* Copyright (C) 2018 Magnus Lång and Tuan Phong Ngo * This benchmark is part of SWSC */ #include <assert.h> #include <stdint.h> #include <stdatomic.h> #include <pthread.h> atomic_int vars[3]; atomic_int atom_0_r1_1; atomic_int atom_1_r1_1; atomic_int atom_2_r1_1; void *t0(void *arg){ label_1:; int v2_r1 = at...
/* Copyright (c) 2018-2019, tevador <tevador@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditio...
/* * Copyright (c) 2010 Mark Liversedge (liversedge@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. ...
/* Allocate memory region filled with spaces. Copyright (C) 1991 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundatio...
/* Copyright (C) 2019 Equinor ASA, Norway. The file 'ies_enkf.h' is part of ERT - Ensemble based Reservoir Tool. ERT 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 3 of the License, or...
#pragma once /*************************************************************** * This source files comes from the xLights project * https://www.xlights.org * https://github.com/smeighan/xLights * See the github commit history for a record of contributing * developers. * Copyright claimed based on commit dates rec...
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance w...
/* * Copyright (c) 2018 Håvard Pettersson <mail@haavard.me> * * This file is part of Tox-WeeChat. * * Tox-WeeChat 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 3 of the License, or * (...
/* * NullHandler.h * * Created on: Aug 27, 2012 * Author: lion */ #pragma once #include "ifs/Handler.h" namespace fibjs { class NullHandler : public Handler_base { FIBER_FREE(); public: // Handler_base virtual result_t invoke(object_base* v, obj_ptr<Handler_base>& retVal, AsyncEvent* ac); };...
/* * 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 3 of the License, or * (at your option) any later version. * * Written (W) 2007-2011 Christian Widmer * Copyright (C) 200...
/***************************************************************************** * * PROJECT: Multi Theft Auto v1.0 * LICENSE: See LICENSE in the top level directory * FILE: mods/deathmatch/logic/CResourceChecker.cpp * PURPOSE: Resource file content checker/validator/upgrader * * Mul...
/* Generated automatically. DO NOT EDIT! */ #define SIMD_HEADER "simd-avx2-128.h" #include "../common/t3bv_32.c"
/* This file is part of SUPPL - the supplemental library for DOS Copyright (C) 1996-2000 Steffen Kaiser This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version ...
/* $Id: shift.c,v 1.2 2004/02/01 13:52:17 skaus Exp $ * SHIFT.C - shift command. * * Only valid inside batch files. * * FREEDOS extension : optional parameter DOWN to allow shifting * parameters backwards. * * 16 Jul 1998 (Hans B Pufal) * started. * * 16 Jul 1998 (John P Price) * Seperated commands i...
#pragma once #include <util/system/compat.h> class TOutputStream; size_t printf_format(2,3) Printf(TOutputStream& out, const char* fmt, ...); size_t printf_format(2,0) Printf(TOutputStream& out, const char* fmt, va_list params);
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=8 sts=4 et sw=4 tw=99: * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ...
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas at Austin Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Re...
/**************************************************************************** * * MODULE: d.font * AUTHOR(S): James Westervelt (CERL) (original contributor) * Markus Neteler <neteler itc.it>, * Bernhard Reiter <bernhard intevation.de>, * Huidae Cho <grass4u gma...
#pragma once #define DEBUG_TRACK_ENTITY_NAME (!IS_PRODUCTION_BUILD)
/** * \file listtab.c * * \brief Low level SQLite table functions. * * This program is free software under the GNU General Public License * (>=v2). Read the file COPYING that comes with GRASS for details. * * \author Radim Blazek * \author Support for multiple connections by Markus Metz * * \date 2005-2011 ...
/***************************************************************************** @(#) File: src/drivers/sdtmux.c ----------------------------------------------------------------------------- Copyright (c) 2008-2015 Monavacon Limited <http://www.monavacon.com/> Copyright (c) 2001-2008 OpenSS7 Corporation <http://...
/**************************************************************** * * * Copyright 2001, 2012 Fidelity Information Services, Inc * * * * This source code contains the intellectual property * * of its copyright holder(s), and is made available * * under a license. If you do not know the terms of * *...
/* Copyright (C) 2020 Daniel Schultz This file is part of FLINT. FLINT is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your option)...
/* base class for correlation * * 7/11/13 * - from convolution.c */ /* This file is part of VIPS. VIPS is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the Li...
/** * SFCGAL * * Copyright (C) 2012-2013 Oslandia <infos@oslandia.com> * Copyright (C) 2012-2013 IGN (http://www.ign.fr) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundat...
/**************************************************************************** ** ** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees hold...
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the Qt Designer of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** N...
/* * Copyright 2014, 2015 AASHTO/ITE/NEMA. * American Association of State Highway and Transportation Officials, * Institute of Transportation Engineers and * National Electrical Manufacturers Association. * * This file is part of the Advanced Transportation Controller (ATC) * Application Programming Interface...
/*************************************************************************** ** ** Copyright (C) 2010, 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (directui@nokia.com) ** ** This file is part of libmeegotouch. ** ** If you have questions regarding the use of...
#ifndef MYGLWIDGET_H #define MYGLWIDGET_H #include <QGLWidget> #include <QKeyEvent> #include <GL/glu.h> #include <GL/glaux.h> #include <QMessageBox> #include <QApplication> #define MAX_PARTICLES 1000 // 定义最大的粒子数 class MyGLWidget : public QGLWidget { Q_OBJECT public: //好!现在是有趣的东西.下段程序描述单一粒子结构,这是我们给予粒子的属性. ...
/* librepo - A library providing (libcURL like) API to downloading repository * Copyright (C) 2012 Tomas Mlcoch * * Licensed under the GNU Lesser General Public License Version 2.1 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Li...
/****************************************************** Copyright (c) 2013 Percona LLC and/or its affiliates. Local datasink implementation for XtraBackup. 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 Founda...
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** ** GNU Lesser General Public License Usage ** ** This file may be used unde...
/** * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * * @ingroup sys_fmt * @{ * @file * @brief String formatting library impleme...
/* * RELIC is an Efficient LIbrary for Cryptography * Copyright (C) 2007-2014 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file * for contact information. * * RELIC is free software; you can redistribute...
/* * This file is part of libFirm. * Copyright (C) 2015 Matthias Braun */ /** * @file * @brief position independent code adjustments * @author Matthias Braun */ #include "amd64_bearch_t.h" #include "amd64_new_nodes.h" #include "beutil.h" #include "entity_t.h" #include "ircons_t.h" #include "irgwalk.h...
/* * This file is part of libFirm. * Copyright (C) 2017 University of Karlsruhe. */ /** * @file * @brief Internal declarations used by gen_new_nodes.c */ #ifndef FIRM_BE_MIPS_MIPS_NEW_NODES_T_H #define FIRM_BE_MIPS_MIPS_NEW_NODES_T_H #include <stdio.h> #include "firm_types.h" #include "irop.h" void mips_dum...
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt3Support module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licen...