text stringlengths 4 6.14k |
|---|
/*
* ds1307 lib 0x01
*
* copyright (c) Davide Gironi, 2013
* modified by CptSpaceToaster 09/16/2014
*
* Released under GPLv3.
* Please refer to LICENSE file for licensing information.
*
* References: parts of the code taken from https://github.com/adafruit/RTClib
*/
#ifndef DS1307_H
#define DS1307_H
#inc... |
/*
* highmem.h: virtual kernel memory mappings for high memory
*
* Used in CONFIG_HIGHMEM systems for memory pages which
* are not addressable by direct kernel virtual addresses.
*
* Copyright (C) 1999 Gerhard Wichert, Siemens AG
* Gerhard.Wichert@pdb.siemens.de
*
*
* Redesigned the x86 32-bit VM archi... |
/* Quickscope - a software oscilloscope
* Copyright (C) 2012-2014 Lance Arsenault
* GNU General Public License version 3
*/
#include <string.h>
#include <limits.h>
#include <stdlib.h>
#include <math.h>
#include <stdbool.h>
#include <gtk/gtk.h>
#include "debug.h"
#include "Assert.h"
#include "base.h"
#include "adjus... |
/* This file is part of Map - A tool for viewing 2D map data using Motlab (a
* heterogeneous collaborative visualization library).
*
* Copyright (C) 2009 Trevor Dodds <trev@comp.leeds.ac.uk>
*
* Map is free software: you can redistribute it and/or modify it under the
* terms of the GNU General Public License as p... |
/*
* C293PCIE Board Setup
*
* Copyright 2013 Freescale Semiconductor 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 your
* option) a... |
#include "global_header.h"
#ifndef _gpu_engine_h_
#define _gpu_engine_h_
//extern void test();
#endif |
/*
* Copyright (c) 2000-2007 Apple Inc. All rights reserved.
*/
/* Copyright (c) 1992 NeXT Computer, Inc. All rights reserved.
*
* File: setjmp.h
*
* Declaration of setjmp routines and data structures.
*/
#ifndef _BSD_ARM_SETJMP_H
#define _BSD_ARM_SETJMP_H
#include <sys/cdefs.h>
#include <machine/signal.h>
/*... |
/*
* setup.c - boot time setup code
*/
#include <linux/init.h>
#include <linux/export.h>
#include <asm/bootinfo.h>
#include <asm/reboot.h>
#include <asm/time.h>
#include <linux/ioport.h>
#include <asm/mach-rc32434/rb.h>
#include <asm/mach-rc32434/pci.h>
struct pci_reg __iomem *pci_reg;
EXPORT_SYMBOL(pci_reg);
st... |
/* xoreos - A reimplementation of BioWare's Aurora engine
*
* xoreos is the legal property of its developers, whose names
* can be found in the AUTHORS file distributed with this source
* distribution.
*
* xoreos is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Publ... |
#ifndef TAG_INFO_H
#define TAG_INFO_H
#include "BaseResult.h"
namespace Instagram{
class EXPORT_INSTAGRAM TagInfo : public BaseResult{
public:
TagInfo();
TagInfo(const std::string& name, int count);
TagInfo(const char* errMsg);
TagInfo(const std::string& errMsg);
TagInfo(const TagInfo& tagInfo);
... |
/**
* Copyright (C) 2011 Eric Huang
*
* This file is part of rectpack.
*
* rectpack 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 vers... |
/*
* This file is part of the Colobot: Gold Edition source code
* Copyright (C) 2001-2015, Daniel Roux, EPSITEC SA & TerranovaTeam
* http://epsitec.ch; http://colobot.info; http://github.com/colobot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Pu... |
/*
base64encode.c - modified by David Lazar
Originally:
cencoder.c - c source to a base64 encoding algorithm implementation
This is part of the libb64 project, and has been placed in the public domain.
For details, see http://sourceforge.net/projects/libb64
*/
#include <stddef.h>
#include <stdint.h>
#include "base64... |
/*****************************************************************************
Super-Fast MWC1616 Pseudo-Random Number Generator
for Intel/AMD Processors (using SSE or SSE4 instruction set)
Copyright (c) 2012, Ivan Dimkovic
All rights reserved.
Redistribution and use in source and binary forms, with or without... |
#ifndef XENCHAR_BUF_HEADER
#define XENCHAR_BUF_HEADER
#include <cstddef>
#include <algorithm>
#define CHARBUF_DEF_CAP 100
//utility class for reading chars from code or lines of input
class CharBuf
{
private:
char* _buf;
size_t _cap;
size_t _len;
void reSize();
public:
CharBuf();
~CharBuf()
{
delete[] _buf... |
/*
* ams-iaq-core.c - Support for AMS iAQ-Core VOC sensors
*
* Copyright (C) 2015 Matt Ranostay <mranostay@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... |
#if defined(ESP8266) || defined(ESP32)
#include <pgmspace.h>
#else
#include <avr/pgmspace.h>
#endif
// 24 x 24 gridicons_chevron_up
const unsigned char gridicons_chevron_up[] PROGMEM = { /* 0X01,0X01,0XB4,0X00,0X40,0X00, */
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,... |
// -*- C++ -*-
//=============================================================================
/**
* @file Null_RefCount_Policy.h
*
* $Id: Null_RefCount_Policy.h 69182 2005-11-03 17:38:46Z ossama $
*
* Header file for TAO's reference count policy (unrelated to CORBA
* policies).
*
* @author Ossama Othm... |
/**
* \file
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code ... |
/*
* This 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.
*/
#include <gtk/gtk.h>
#include "audite_app.h"
int
main (int argc, c... |
//
// BPClickWheelView.h
// TapWheel
//
// Created by Bruno Philipe on 9/24/14.
// Copyright (c) 2014 Bruno Philipe. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef NS_ENUM(short, BPScrollDirection)
{
kBPScrollDirectionUp = 1,
kBPScrollDirectionDown
};
typedef NS_ENUM(short, BPClickWheelAction)
{
kBPC... |
// SESSION : 2016-17
// LAB : PROGRAMMING TOOLS - II
// ASSIGNMENT : #6
// PROBLEM : #3
// CODE : -
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/wait.h>
#include <signal.h>
int status;
void sig_handler(int sig)
{
printf("This is the CUSTOM signal handler\n");
if ( WIFEXIT... |
#include <stdio.h>
#include <mpi.h>
int main(int argc, char **argv)
{
int rank, P, val_to_send, i;
MPI_Init(&argc, &argv);
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
MPI_Comm_size(MPI_COMM_WORLD, &P);
/* Chaque processus a une valeur propre qu'il doit
envoyer à tous les autres processus
... |
/* Test of case-insensitive memory area comparison function.
Copyright (C) 2007-2014 Free Software Foundation, 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 3 of the... |
/*
LOG functionality - Written by Jeremy Davis <jeremyd@computer.org>
and released to public domain.
*/
#ifndef LOG_H
#define LOG_H
#ifdef __cplusplus
extern "C" {
#endif
/* attempts to open the specified logfile, in the specified destination directory
returns 0 if successfully opened log,
... |
//
// Aspia Project
// Copyright (C) 2018 Dmitry Chapyshev <dmitry@aspia.ru>
//
// 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 lat... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Lic... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Lic... |
/*
* DMScriptApi.h
*
* Copyright (C) 2010-2017 Julien Eychenne
*
* This file is part of Dolmen.
*
* Dolmen is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License (GPL) as
* published by the Free Software Foundation, either version 2 of the
* License, or ... |
//
// LRButton.h
// Letter Go
//
// Created by Gabriel Nicholas on 11/4/13.
// Copyright (c) 2013 Gabe Nicholas. All rights reserved.
//
#import "LRGameStateDelegate.h"
@interface LRButton : SKSpriteNode <LRGameStateDelegate>
@property (nonatomic, readonly) SEL actionTouchUpInside;
@property (nonatomic, readonly)... |
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
struct Foo {
};
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void extra_debug_fn(void);
void root(struct Foo a);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:set ts=2 sw=2 sts=2 et cindent: */
/* 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.... |
/**
******************************************************************************
* @file TIM/TIM_7PWMOutput/Src/stm32f4xx_it.c
* @author MCD Application Team
* @version V1.2.5
* @date 29-January-2016
* @brief Main Interrupt Service Routines.
* This file provides template for al... |
/*
* (c) Copyright Ascensio System SIA 2010-2014
*
* This program is a free software product. You can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License (AGPL)
* version 3 as published by the Free Software Foundation. In accordance with
* Section 7(a) of the GNU AGPL i... |
/*Students' performance manipulation*/
/*Konstantinos Spalas, cst08094
* Only me in group */
#include <stdio.h>
#define N 3//Here we change the amount of students allowed to store.Now is until three.
//All the functions take as parameter the array of students
//Presume that the values(ID,age,sex and degree) stored... |
/**
******************************************************************************
* @file GPIO/GPIO_EXTI/Inc/stm32f4xx_it.h
* @author MCD Application Team
* @version V1.3.3
* @date 29-January-2016
* @brief This file contains the headers of the interrupt handlers.
************************... |
/*
* This file is part of Kotaka, a mud library for DGD
* http://github.com/shentino/kotaka
*
* Copyright (C) 2018, 2020, 2021 Raymond Jennings
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Softw... |
/*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-InterNodeDefinitions"
* found in "36331-ac0.asn"
* `asn1c -S /home/nyee/srsLTE/srslte/examples/src/asn1c/skeletons -fcompound-names -fskeletons-copy -gen-PER -pdu=auto`
*/
#include "CandidateCellInfo-r10.h"
static asn_TYPE_mem... |
#ifndef MILKCREATURETASK_H_
#define MILKCREATURETASK_H_
#include "server/zone/managers/resource/ResourceManager.h"
#include "server/zone/managers/combat/CombatManager.h"
#include "server/zone/managers/creature/CreatureManager.h"
#include "server/zone/objects/creature/CreatureObject.h"
#include "engine/engine.h"
clas... |
/*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "36331-ac0.asn"
* `asn1c -S /home/nyee/srsLTE/srslte/examples/src/asn1c/skeletons -fcompound-names -fskeletons-copy -gen-PER -pdu=auto`
*/
#ifndef _SRS_ConfigAp_r10_H_
#define _SRS_ConfigAp_r10_H_
... |
#include "mupdf/fitz.h"
/* 4bit greyscale Thunderscan decoding */
typedef struct
{
fz_stream *chain;
int lastpixel;
int run;
int pixel;
int len;
unsigned char *buffer;
} fz_thunder;
static int
next_thunder(fz_context *ctx, fz_stream *stm, size_t max)
{
fz_thunder *state = stm->state;
unsigned char *p = stat... |
/*
* Copyright (C) Tildeslash Ltd. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License version 3.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even th... |
/*
* This file is part of Kotaka, a mud library for DGD
* http://github.com/shentino/kotaka
*
* Copyright (C) 2018 Raymond Jennings
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundati... |
/***************************************************************************
constraintstudentssetmingapsbetweenbuildingchangesform.h - description
-------------------
begin : Feb 10, 2005
copyright : (C) 2005 by Lalescu Liviu
... |
/*
* (c) Copyright Ascensio System SIA 2010-2019
*
* This program is a free software product. You can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License (AGPL)
* version 3 as published by the Free Software Foundation. In accordance with
* Section 7(a) of the GNU AGP... |
#include <stdio.h>
#define size 1001
inline int in() {
int x = 0, ch;
do ch = getchar(); while (ch < '0' || ch > '9');
while (ch >= '0' && ch <= '9') x = x * 10 + ch - '0', ch = getchar();
return x;
}
int tot, arrays[size][size], len[size][2], arr[size], arr_size;
int main(int argc, const char *argv[]) {
freop... |
/* -*- c++ -*-
*
* SOCLIB_LGPL_HEADER_BEGIN
*
* This file is part of SoCLib, GNU LGPLv2.1.
*
* SoCLib 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; version 2.1 of the License.
*
* SoCLib ... |
/* Copyright 2013 Michael Steinert
* This file is part of Log4g.
*
* Log4g 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.1 of the License, or (at your option)
* any later versio... |
/**************************************************************************
** This file is part of LiteIDE
**
** Copyright (c) 2011-2016 LiteIDE Team. All rights reserved.
**
** This library is free software; you can redistribute it and/or
** modify it under the terms of the GNU Lesser General Public
** License as pub... |
/* Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library 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
... |
/* vi: set sw=4 ts=4: */
/*
* libfakechroot -- fake chroot environment
* (c) 2003-2005 Piotr Roszatycki <dexter@debian.org>, LGPL
* (c) 2006, 2007 Alexander Shishkin <virtuoso@slind.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
... |
/*
________ _____ ____________
___ __ )____ ___ /_______ ___/_ /__________________ _______ ___
__ __ |_ / / / __/ _ \____ \_ __/_ ___/ _ \ __ `/_ __ `__ \
_ /_/ /_ /_/ // /_ / __/___/ // /_ _ / / __/ /_/ /_ / / / / /
/_____/ _\__, / \__/ \___//____/ \__/ /_/ \___/\__,... |
/*---------------------------------------------------------------------------*\
* OpenSG *
* *
* *
* ... |
// $Id$
#ifndef moses_TranslationOptionCollectionConfusionNet_h
#define moses_TranslationOptionCollectionConfusionNet_h
#include "TranslationOptionCollection.h"
#include "InputPath.h"
namespace Moses
{
class ConfusionNet;
/** Holds all translation options, for all spans, of a particular confusion network input
* I... |
#ifndef SVSETWATERVELOCITYINLETBC_H
#define SVSETWATERVELOCITYINLETBC_H
#include "IntegratedBC.h"
#include "Function.h"
// Forward Declarations
class SVSetWaterVelocityInletBC;
class HydrostaticPressure;
template<>
InputParameters validParams<SVSetWaterVelocityInletBC>();
class SVSetWaterVelocityInletBC : public In... |
/* CSP For Posix Threads
Copyright (C) 2000 Richard Beton
This library 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.1 of the License, or (at your option) any later ... |
/***************************************************************************
**
** Copyright (C) 2010 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 this ... |
//
// CCGraphT.h
// CCGraphT
//
// Created by James Kane on 11/9/12.
// Copyright (c) 2012 James Kane. All rights reserved.
//
#import "CCDirectedGraph.h"
#import "CCEdgeFactory.h"
#import "CCGraph.h"
#import "CCGraphMapping.h"
#import "CCGraphPath.h"
#import "CCGraphs.h"
#import "CCListenableGraph.h"
#import "CCU... |
// LICENSE: (Please see the file COPYING for details)
//
// NUS - Nemesis Utilities System: A C++ application development framework
// Copyright (C) 2006, 2008 Otavio Rodolfo Piske
//
// This file is part of NUS
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the ... |
#ifndef MUSICDOWNLOADSTATUSOBJECT_H
#define MUSICDOWNLOADSTATUSOBJECT_H
/* =================================================
* This file is part of the TTK Music Player project
* Copyright (C) 2015 - 2020 Greedysky Studio
* This program is free software; you can redistribute it and/or modify
* it under the terms ... |
/*
Copyright (C) 2014 Fredrik Johansson
This file is part of Arb.
Arb 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) ... |
/*
* 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... |
/****************************************************************************
**
** 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 Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** No Comme... |
/*
* Copyright 2012,2013,2014,2015,2016 Didier Barvaux
* Copyright 2013,2014 Viveris Technologies
* Copyright 2012 WBX
*
* This library 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
* v... |
/**
* @file lab.c
* @synopsis
* @author a1an1in@sina.com
* @version
* @date 2016-10-11
*/
/* Copyright (c) 2015-2020 alan lin <a1an1in@sina.com>
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistrib... |
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
Last changed Time-stamp: <2008-05-09 23:26:31 raim>
$Id: arithmeticCompiler.h,v 1.6 2009/02/10 12:42:39 stefan_tbi Exp $
*/
/*
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU... |
// -*- c++ -*-
/*!
* This file is part of CameraPlus.
*
* Copyright (C) 2012-2014 Mohammed Sameer <msameer@foolab.org>
*
* This library 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
* ... |
/****************************************************************************
**
** Copyright (C) 2009 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... |
/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
Copyright (C) 2010 Red Hat, Inc.
This library 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.1 of the Lic... |
/*
* qemu_conf.h: QEMU configuration management
*
* Copyright (C) 2006-2007, 2009-2012 Red Hat, Inc.
* Copyright (C) 2006 Daniel P. Berrange
*
* This library 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 ... |
/**********************************************************************
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
*
* Copyright (C) 2006 Refractions Research Inc.
*
* This is free software; you can redistribute and/or modify it under
* the terms of the GNU Lesser General Public Licenc... |
/*
* StarPU
* Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
*
* This program 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.1 of the License, or (at
* y... |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtQuick module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensee... |
/******************************************************************************
JContainer.h
Interface for the JContainer class
Copyright © 1994 John Lindal. All rights reserved.
******************************************************************************/
#ifndef _H_JContainer
#define _H_JContainer
#if !def... |
#include <stdio.h>
#if defined(TARGET_MSDOS)
#include <conio.h> /* this is where Open Watcom hides the outp() etc. functions */
#include <ctype.h>
#endif
#include <stdlib.h>
#include <unistd.h>
#include <assert.h>
#include <fcntl.h>
#include <math.h>
#if defined(TARGET_MSDOS)
#include <dos.h>
#endif
#if defined(TARGE... |
/*
* This file is part of QZeitgeist.
*
* Copyright (C) 2011 Trever Fischer <tdfischer@fedoraproject.org>
*
* This library 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.1 of... |
#ifndef __OPL4_H__
#define __OPL4_H__
#include "FITOMdefine.h"
#include "SoundDev.h"
#include "MIDI.h"
class COPL4ML : public CSoundDevice
{
protected:
virtual ISoundDevice::FNUM GetFnumber(uint8_t ch, int16_t offset);
virtual void UpdateVolExp(uint8_t ch);
virtual void UpdateFreq(uint8_t ch, const FNUM* fnum);
v... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 License, or
(at your option) any later v... |
/*
* Copyright (C) 2011 ~ 2018 Deepin Technology Co., Ltd.
*
* Author: sbw <sbw@sbw.so>
* kirigaya <kirigaya@mkacg.com>
* Hualet <mr.asianwang@gmail.com>
*
* Maintainer: sbw <sbw@sbw.so>
* kirigaya <kirigaya@mkacg.com>
* Hualet <mr.asianwang@gmail.com>
*
* ... |
// Created file "Lib\src\WiaGuid\X64\wiaevent"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, ... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 License, or
(at your option) any later v... |
/* mpfr_set_str_binary -- set a floating-point number from a binary string
Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
The GNU MPFR Library is free software; you can redistribute it and/or modify
it under the terms... |
// Created file "Lib\src\ehstorguids\guids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4,... |
// Created file "tmp\src\dxguid\dxguid"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5... |
/********************************************************************
FileName: HardwareProfile - PIC24F Starter Kit.h
Dependencies: See INCLUDES section
Processor: PIC24FJ256GB106
Hardware: PIC24F Starter Kit
Compiler: Microchip C30
Company: Microchip Technology, Inc.
Software... |
// Created file "Lib\src\PortableDeviceGuids\guids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, ... |
// Created file "Lib\src\Uuid\X64\rend_i"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, ... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 License, or
(at your option) any later v... |
// Created file "Lib\src\sensorsapi\sensorsapi"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, ... |
// Created file "Lib\src\PortableDeviceGuids\X64\guids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b... |
#ifndef SELECT_H
#define SELECT_H
#include <QWidget>
#include <QMap>
namespace Ui {
class select;
}
class select_c: public QWidget {
Q_OBJECT
public:
explicit select_c(QWidget *parent = nullptr);
~select_c();
void set_select(const QMap<QString, QString> &term,
const QMap<QStri... |
// Created file "Lib\src\Uuid\X64\d2d1iid"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, ... |
/*
* This file is part of the LAIK library.
* Copyright (c) 2017, 2018 Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
*
* LAIK 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, version 3 or later.
... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 License, or
(at your option) any later v... |
/*
* gdvinspector-test7.h
* This file is part of gdv
*
* Copyright (C) 2013 - Emanuel Schmidt
*
* 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... |
#include <QCommandLineParser>
#include <QObject>
#include "Common/IConfigReader.h"
#include "Common/MainConfig.h"
namespace CalcApp
{
class XmlConfigReader : public IConfigReader
{
public:
explicit XmlConfigReader(QObject *parent = nullptr);
virtual MainConfig Read(QCommandLineParser *parser) override;
};
}... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 License, or
(at your option) any later v... |
// Created file "Lib\src\Uuid\X64\i_dxtmsft"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4... |
// Created file "Lib\src\amstrmid\strmiids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4,... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 License, or
(at your option) any later v... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.