text
stringlengths
4
6.14k
#ifndef MEMORYMANAGER_H #define MEMORYMANAGER_H #include "core_global.h" #include <QObject> #include <Windows.h> class CORE_SYMBOL MemoryManager : public QObject { Q_OBJECT public: explicit MemoryManager(QObject *parent = 0); Q_INVOKABLE static uchar ReadByte(ulong ulBase, ulong iOffset); Q_INVOK...
#define CONFIG_BLK_DEV_AEC62XX 1
void delay_us(unsigned int n); void delay_ms(unsigned int n); void SetCPUSpeed(u8 FreNum); __interrupt void Timer_A1 (void); void TimerInit(); extern u8 CPUFrequene; extern u16 TimerCounter; #define OneSec 500 #define MAXCounter 4*OneSec
/* soapESBServiceSoapService.h Generated by gSOAP 2.8.24 from ESBServiceWSDL.h gSOAP XML Web services tools Copyright (C) 2000-2015, Robert van Engelen, Genivia Inc. All Rights Reserved. The soapcpp2 tool and its generated software are released under the GPL. This program is released under the GPL with the addition...
// -!- c++ -!- ////////////////////////////////////////////////////////////// // // System : // Module : // Object Name : $RCSfile$ // Revision : $Revision$ // Date : $Date$ // Author : $Author$ // Created By : Robert Heller // Created : Sat Jul 3 10:11:26 2021 //...
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein is * confidential and proprietary to MediaTek Inc. and/or its licensors. Without * the prior written permission of MediaTek inc. and/or ...
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_POLICY_CORE_COMMON_EXTERNAL_DATA_FETCHER_H_ #define COMPONENTS_POLICY_CORE_COMMON_EXTERNAL_DATA_FETCHER_H_ #include <string> #include...
/*------------------------------------------------------------------- | | | binet_parser.h | | Created by Ilya Shoshin (galarius), 26.08.2015 | | | | Functions to save and load Binet's formula | | | ----------------------------------------------------...
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TOOLS_GN_GYP_HELPER_H_ #define TOOLS_GN_GYP_HELPER_H_ #include <string> #include "base/basictypes.h" class Err; class SourceDir; class Sour...
#ifndef _LABEL_ERR_H_ #define _LABEL_ERR_H_ #define ERR_SUCCESS 0 #define ERR_LABELOP_BASE 0x08000000 #define ERR_LOAD_LIBRARY_FILEOP ERR_LABELOP_BASE + 1 //¼ÓÔØFILEOP¶¯Ì¬¿âʧ°Ü£¬ÕÒ²»µ½¶¯Ì¬¿âÎļþ»ò¶¯Ì¬¿â²»ÕýÈ· #define ERR_NOT_IMPLEMENT ERR_LABELOP_BASE + 2 //¸Ã·½·¨Î´ÊµÏÖ #define ERR_NOT_LABELLED ...
/* * This file is a part of KNOSSOS. * * (C) Copyright 2007-2016 * Max-Planck-Gesellschaft zur Foerderung der Wissenschaften e.V. * * KNOSSOS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 of * the License as published by the Free S...
/***************************************************************** * libircservice is (C) CopyRight PTlink IRC Software 1999-2004 * * http://software.pt-link.net * * This program is distributed under GNU Public License * * Please read the file COPYING for copyright inform...
/* * Copyright (c) 2017, 2020, Oracle and/or its affiliates. * * All rights reserved. * * 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 must retain the above copyright notice,...
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
/* linux/arch/arm/plat-s3c/include/plat/ide.h * * Copyright (C) 2009 Samsung Electronics * http://samsungsemi.com * * S3C IDE device definition. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free ...
/*************************************************************************** base class for query dialogs ----------------------------------------------------------------------- begin : Thu Nov 25 20:50:53 MET 1999 copyright : (C) 1999-2001 Ewald Arnold <kvoctrain@ewald-...
/* Copyright (C) 2000-2002 MySQL AB 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 distributed in the hope that it will be useful, but WITHO...
/* * * Copyright (c) Red Hat Inc., 2007 * * 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...
#ifndef LISTALIGADA_H_INCLUDED #define LISTALIGADA_H_INCLUDED typedef struct { int chave; int valor; } ITEM; typedef struct NO { ITEM item; struct NO *proximo; } NO; typedef struct { NO *inicio; NO *fim; } LISTA_LIGADA; void criar(LISTA_LIGADA *lista); int vazia(LISTA_LIGADA *lista); ...
// Scintilla source code edit control /** @file ILexer.h ** Interface between Scintilla and lexers. **/ // Copyright 1998-2010 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef ILEXER_H #define ILEXER_H #ifdef SCI_N...
/* * sheeptypes.h - Typedef wrapper for multiple platforms * * SheepShear, 2012 Alexander von Gluck * * 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,...
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/IMCore.framework/Frameworks/IMDAppleServices.framework/IMDAppleServices */ #import <IMDAppleServices/IMSystemMonitorListener.h> #import <IMDAppleServices/IMDAppleServices-Structs.h> @class NSNumber, NSDate, NSMutab...
#ifndef SRC_COUWBAT_MODEL_COUWBAT_TX_QUEUE_H_ #define SRC_COUWBAT_MODEL_COUWBAT_TX_QUEUE_H_ #include "ns3/network-module.h" #include <deque> #include <map> namespace ns3 { typedef Ptr<Packet> PacketType; typedef std::deque<PacketType> PacketQueueType; /** * \ingroup couwbat * * \brief A simple transmission queu...
/* * Copyright 1998 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundati...
#include "logmoko_mem.h" void *lmk_malloc(size_t size) { return (void *) malloc(size); } void lmk_free(void *addr) { if (addr != NULL) { free(addr); } }
/*--------------------------------------------------------------------------- -- Vertical Shmup Demo -- ----------------------------------------------------------------------------- -- -- -- Thi...
#ifndef _SW_LINE_H_ #define _SW_LINE_H_ #include <math.h> #include <iostream> using std :: ostream; using std :: cout; using std :: endl; typedef float line_t; class swLine { private: line_t a_, b_, c_; //line is ax + by + c = 0; public: swLine (); swLine (line_t x0, line_t y0, line_t x1, line_t y1)...
/* FreeTDS - Library of routines accessing Sybase and Microsoft databases * Copyright (C) 1998-1999 Brian Bruns * * 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 ...
#ifndef __MDFN_DRIVERS_N_JOYSTICK_H #define __MDFN_DRIVERS_N_JOYSTICK_H #include <utility> #include <vector> #include <list> class Joystick { public: Joystick(); virtual ~Joystick(); INLINE uint64 ID(void) { return id; } // Should be guaranteed unique if at all possible, but if it's not, JoystickManager will ha...
/* C-Dogs SDL A port of the legendary (and fun) action/arcade cdogs. Copyright (c) 2015-2019 Cong Xu 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 abo...
/* ***************************************************************************** * * File: send_spa_packet.c * * Purpose: Function to send a SPA data packet out onto the network. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. * Copyright (C) 2009-2014 fwknop developers and co...
/* ************************************************************************* * Copyright 2010 Jakob Gruber * * * * This program is free software: you can redistribute it and/or modify * * it under...
/* * Copyright (c) 2005, Eric Crahen * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publis...
/* * a52.h * Copyright (C) 2000-2002 Michel Lespinasse <walken@zoy.org> * Copyright (C) 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca> * * This file is part of a52dec, a free ATSC A-52 stream decoder. * See http://liba52.sourceforge.net/ for updates. * * Modified for use with MPlayer, changes cont...
/* * QEMU CRIS CPU * * Copyright (c) 2012 SUSE LINUX Products GmbH * * 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 l...
// eCos memory layout - Thu May 30 10:21:41 2002 // This is a generated file - do not edit #ifndef __ASSEMBLER__ #include <cyg/infra/cyg_type.h> #include <stddef.h> #endif #include <pkgconf/hal_microblaze_platform.h> #define CYGMEM_REGION_bram MON_BRAM_BASE #define CYGMEM_REGION_bram_SIZE MON_BRAM_HIGH #define C...
/* * OMAP Secure API infrastructure. * * Copyright (C) 2011 Texas Instruments, Inc. * Santosh Shilimkar <santosh.shilimkar@ti.com> * * * This program is free software,you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Found...
/* in_flac - Winamp2 FLAC input plugin * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * 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 y...
/** * \file test-xIndexPageFault.c * \author Christian Eder ( ederc@mathematik.uni-kl.de ) * \date October 2012 * \brief Unit test for xIndexPageFault for xmalloc. * This file is part of XMALLOC, licensed under the GNU General * Public License version 3. See COPYING for more information. */ ...
#ifndef _SICKSAXIS_H_ #define _SICKSAXIS_H_ #define SS_HEAP_SIZE 4096 #define SS_MAX_DEV 8 #define SS_VENDOR_ID 0x054C #define SS_PRODUCT_ID 0x0268 #define SS_PAYLOAD_SIZE 49 struct SS_BUTTONS { #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ uint8_t select : 1; uint8_t L3 : 1; uint8_t ...
/****************************************************************************** * Copyright 2011 Matteo Valdina * * 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 * * ...
/* * DiscoCheck, an UCI chess engine. Copyright (C) 2010-2014 Lucas Braesch. * * DiscoCheck 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 ...
/* Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz> * SPDX-License-Identifier: GPL-3.0-or-later */ #include "lib/generic/queue.h" #include <string.h> void queue_init_impl(struct queue *q, size_t item_size) { q->len = 0; q->item_size = item_size; q->head = q->tail = NULL; /* Take 128 B (two x86 cache...
#ifndef RECYCLE_H #define RECYCLE_H /* -------------------------------------------------------------------- By Bob Jenkins, September 1996. recycle.h You may use this code in any way you wish, and it is free. No warranty. This manages memory for commonly-allocated structures. It allocates RESTART to REMAX items at a...
#include <stdio.h> #include <stdlib.h> #include "stack.h" struct stack_array { StackItem *s; int N; }; StackArray STACKinitArray(int maxN) { StackArray s=(StackArray)malloc(sizeof(*s)); s->s=(StackItem*)malloc(maxN*sizeof(StackItem)); s->N=0; return(s); } typedef struct STACKnode *link; struct STACKnod...
// // FILE: Set.h // AUTHOR: Rob Tillaart // VERSION: 0.1.11 // PURPOSE: SET library for Arduino // URL: // // HISTORY: // see Set.cpp file // #ifndef Set_h #define Set_h #if ARDUINO < 100 #include <WProgram.h> #else #include <Arduino.h> #endif #define SET_LIB_VERSION "0.1.11" class Set { public: explic...
// Simple (educational purposes only) AVL Tree implementation in C. // Copyright (C) 2013 Tadeusz Magura-Witkowski // 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 Lic...
/* * magpole.h * Patrick Alken */ #ifndef INCLUDED_magpole_h #define INCLUDED_magpole_h #include <msynth/msynth.h> #include <gsl/gsl_math.h> #include <gsl/gsl_vector.h> #include <gsl/gsl_rng.h> typedef struct { double theta_pole; /* pole co-latitude (radians) */ double phi_pole; /* pole longitude (radians)...
/** * Mandelbulber v2, a 3D fractal generator ,=#MKNmMMKmmßMNWy, * ,B" ]L,,p%%%,,,§;, "K * Copyright (C) 2016-17 Mandelbulber Team §R-==%w["'~5]m%=L.=~5N * ,=mm=§M ]=4 yJKA"/-Nsaj "Bw,==,, * This file is part of Mandelbul...
/* * handle serial ttys * * Copyright (c) Paul Downey (@psd), Andrew Back (@9600) 2009 * * http://github.com/psd/MrNo/tree/master * * 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 Found...
/* * Copyright (c) 2015, Intel Corporation * * 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 conditions and the follow...
/* * Adyton: A Network Simulator for Opportunistic Networks * Copyright (C) 2015 Nikolaos Papanikos, Dimitrios-Georgios Akestoridis, * and Evangelos Papapetrou * * This file is part of Adyton. * * Adyton is free software: you can redistribute it and/or modify * it under the terms of the GNU Gener...
#ifndef MultispeciesCoalescentMigrationODE_H #define MultispeciesCoalescentMigrationODE_H #include "AbstractBirthDeathProcess.h" #include "RateMatrix.h" #include <vector> namespace RevBayesCore { /** * @brief Multispecies-coalescent-migration ODE. * * * This class represents the ordinary...
#ifndef __AFC_VM_RETURN_EXPRESSION_H__ #define __AFC_VM_RETURN_EXPRESSION_H__ #include "../public/vm.h" namespace afc { namespace vm { class Compilation; class Expression; unique_ptr<Expression> NewReturnExpression(Compilation* compilation, unique_ptr<Expression> expr); }...
#pragma once #include <tstring.h> #include <matrix.h> #include <toys/toy_util.h> class CConversionScene; class CConversionMeshInstance; class CConversionSceneNode; class CGeppetto { public: CGeppetto(bool bForce=false, const tstring& sCWD=""); public: bool BuildFiles(const tstring& sOutput, const tstring& sI...
// channelAssistant.h : PROJECT_NAME Ó¦ÓóÌÐòµÄÖ÷Í·Îļþ // #pragma once #ifndef __AFXWIN_H__ #error "ÔÚ°üº¬´ËÎļþ֮ǰ°üº¬¡°stdafx.h¡±ÒÔÉú³É PCH Îļþ" #endif #include "vgChanresource.h" // Ö÷·ûºÅ // CchannelAssistantApp: // ÓйشËÀàµÄʵÏÖ£¬Çë²ÎÔÄ channelAssistant.cpp // class CchannelAssistantApp...
/* * WAX Device Driver * * (c) Copyright 2000 The Puffin Group 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) any...
/* WDL - scsrc.h Copyright (C) 2007, Cockos Incorporated This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, i...
/* * Copyright (C) 2009 Niek Linnenbank * * 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. * * This program is d...
#ifndef _WRITER_H_ #define _WRITER_H_ void write_to_vhd(); #endif
// // test_thread_pool.cpp // // Created by Jonathan Tompson on 7/10/12. // // There's a lot of code borrowed from Prof Alberto Lerner's code repository // (I took his distributed computing class, which was amazing), particularly // the test unit stuff. #include <stdlib.h> // exit #include <thread> #include <s...
/* error.c - Error handling Copyright (C) 2000, 2001 Thomas Moestl Copyright (C) 2003, 2004, 2005, 2011 Paul A. Rombouts This file is part of the pdnsd package. pdnsd 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 So...
/*---------------------------------------------------------------------------- * spp2pgs - Generates BluRay PG Stream from Subtitles or AviSynth scripts * by Giton Xu <adm@subelf.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as publi...
#include "mylist.h" /* traverse_char.c pre: takes a t_node* post: posts every char contained within the nodes in the linked list pointed to by the t_node* */ void traverse_char(t_node* node){ if(node){ if(node->elem) my_char(*((char*)node->elem)); else my_str("NULL"); node = node->next; f...
/* to compile this, your MIKENET_DIR environment variable must be set to the appropriate directory. putting this at the bottom of your .cshrc file will do the trick: setenv MIKENET_DIR ~mharm/mikenet/default/ This demo program solves the xor problem. */ #include <stdio.h> #include <math.h> #include ...
#define VEC_ADD_LEN 369 #define VEC_ADD_POS 252 #define VEC_ADD_HALF_POS 263 #define VEC_ADD_HALF_IMPROVED_POS 285 #define VEC_ADD_BYTE_POS 306 #define VEC_ADD_BYTE_IMPROVED_POS 327 #define ADD_FLOAT_POS ...
#ifndef SOUND_PROCESSOR_SHORTCUTS_H #define SOUND_PROCESSOR_SHORTCUTS_H #ifndef PROCESSOR #error "PROCESSOR identifier is not defined" #endif #define PROPERTY(a_type, a_name, a_value) \ SOUND_REGISTER_PROPERTY(PROCESSOR, a_type, a_name, a_value) #define PARAMETER(a_type, a_name, a_value) \ SOUND_REGISTER_PAR...
#ifndef ANTIDOS_H #define ANTIDOS_H #include <QWidget> #include <QHash> #include <ctime> #include <QTimer> class QSpinBox; class QLineEdit; class QCheckBox; class AntiDosWindow : public QWidget { Q_OBJECT public: AntiDosWindow(); public slots: void apply(); private: QSpinBox *max_people_per_ip, *max_...
/* * gnome-keyring * * Copyright (C) 2008 Stefan Walter * * 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 your option) any later versio...
// // ExtendedShowInformationController.h // Get_iPlayer GUI // // Created by Thomas Willson on 8/7/14. // // #import <Foundation/Foundation.h> #import "Programme.h" @interface ExtendedShowInformationController : NSObject { IBOutlet NSTableView *searchResultsTable; IBOutlet NSArrayController *searchResultsAr...
/* Parabench - A parallel file system benchmark * Copyright (C) 2009-2010 Dennis Runz * University of Heidelberg * * 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 o...
/** * arch/arm/mac-sa1100/jornada720_ssp.c * * Copyright (C) 2006/2007 Kristoffer Ericson <Kristoffer.Ericson@gmail.com> * Copyright (C) 2006 Filip Zyzniewski <filip.zyzniewski@tefnet.pl> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L...
/* main.c generated by valac 0.22.0, the Vala compiler * generated from main.vala, do not modify */ /* Copyright 2014 Mike Krüger * * This file is part of indicator-ecputemp * * Hello Again is free software: you can redistribute it * and/or modify it under the terms of the GNU General Public License as * publis...
/* GUI_Notifications.h */ /* Copyright (C) 2011-2016 Lucio Carreras * * This file is part of sayonara player * * 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 Lic...
#ifndef MUPDF_FITZ_GLYPH_H #define MUPDF_FITZ_GLYPH_H #include "mupdf/fitz/system.h" #include "mupdf/fitz/context.h" #include "mupdf/fitz/geometry.h" #include "mupdf/fitz/store.h" #include "mupdf/fitz/colorspace.h" /* Glyphs represent a run length encoded set of pixels for a 2 dimensional region of a plane. */ type...
/* $Header: /cvsroot/nco/nco/src/nco/nco_getopt.h,v 1.2 2003/01/09 01:05:05 zender Exp $ */ /* "my_getopt" package is "drop-in" replacement for GNU getopt() by Benjamin Sittler <bsittler@iname.com> downloaded from http://www.geocities.com/ResearchTriangle/Node/9405/#my_getopt It is distributed under BSD-like...
/** * \file * * \author Georg Hopp * * \copyright * Copyright © 2013 Georg Hopp * * 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 optio...
// // CS251 Data Structures // Hash Table // #include <assert.h> #include <stdlib.h> #include <string.h> // Each list entry stores data template <typename Data> struct ListEntry { Data _data; ListEntry * _next; }; // This is a Hash table that maps string keys to objects of type Data template <typename Data> clas...
/***************************************************************************** * * Copyright (c) 2000 - 2013, Lawrence Livermore National Security, LLC * Produced at the Lawrence Livermore National Laboratory * LLNL-CODE-442911 * All rights reserved. * * This file is part of VisIt. For details, see https://visit.llnl...
/* * Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of DogeChat, the extensible chat client. * * DogeChat 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 ...
/* * Passwdm: CLI-based password manager. * Copyright (C) 2012 Daniel Gibbs * * 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 o...
/* Copyright © Richard Kettlewell. * * 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. * * This program is distribu...
/** ****************************************************************************** * @file spark_wiring.h * @author Satish Nair, Zachary Crockett, Zach Supalla and Mohit Bhoite * @version V1.0.0 * @date 13-March-2013 * @brief Header for spark_wiring.c module *********************************************...
/**************************************** * * theShell - Desktop Environment * Copyright (C) 2019 Victor Tran * * 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 ...
/* Copyright (c) 2012-2015 Todd Freed <todd.freed@gmail.com> This file is part of fab. fab 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 ...
/************************************* open_iA ************************************ * * ********** A tool for visual analysis and processing of 3D CT images ********** * * *********************************************************************************** * * Copyright (C) 2016-2021 C. Heinzl, M. Reiter, A. Reh,...
#ifndef CONVERTFLIPGRAYSCALE #define CONVERTFLIPGRAYSCALE #include <iostream> #include "bmpimage.h" using namespace std; int ConvertFlipGrayscale(BMPImage *image); #endif // CONVERTFLIPGRAYSCALE
/************************************************************************** * Meerkat Browser: Web browser controlled by the user, not vice-versa. * Copyright (C) 2013 - 2016 Michal Dutkiewicz aka Emdek <michal@emdek.pl> * Copyright (C) 2014 - 2016 Jan Bajer aka bajasoft <jbajer@gmail.com> * Copyright (C) 2014 Piotr Wó...
/* * This file is protected by Copyright. Please refer to the COPYRIGHT file * distributed with this source distribution. * * This file is part of GNUHAWK. * * GNUHAWK is free software: you can redistribute it and/or modify is under the * terms of the GNU General Public License as published by the Free Softwa...
/* * Bespin style config for Qt4 and swiss army cli tool * Copyright 2007-2012 by Thomas Lübking <thomas.luebking@gmail.com> * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 * * This program is distributed ...
// // EasyAVPlayerController.h // EasyAVPlayer // // Created by Yangsc on 2016/12/11. // Copyright (c) Yangsc https://github.com/yangsanchao // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in th...
/* * This file is protected by Copyright. Please refer to the COPYRIGHT file * distributed with this source distribution. * * This file is part of GNUHAWK. * * GNUHAWK is free software: you can redistribute it and/or modify is under the * terms of the GNU General Public License as published by the Free Softwa...
// ³ÌÐòÇåµ¥ 5.14 convert.c ³ÌÐò // convert.c -- ×Ô¶¯ÀàÐÍת»» #include<stdio.h> int main(void) { char ch; int i; float fl; fl = i = ch = 'C'; // 9th printf("ch = %c, i = %d, fl = %2.2f\n", ch, i, fl); // 10th ch = ch + 1; // 11th i = fl + 2 * ch; // 12th fl = 2.0 * ch + i;...
/***************************************************************************** * * PROJECT: Multi Theft Auto v1.0 * LICENSE: See LICENSE in the top level directory * FILE: game_sa/CSettingsSA.h * PURPOSE: Header file for game settings class * DEVELOPERS: Ed Lyons <eai@opencoding.net> * ...
/** \file File.h ** \date 2005-04-25 ** \author grymse@alhem.net **/ /* Copyright (C) 2004-2010 Anders Hedstrom This library is made available under the terms of the GNU GPL, with the additional exemption that compiling, linking, and/or using OpenSSL is allowed. If you would like to use this library in a closed-...
#if defined __gnu_linux__ #include <errno.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include "error.h" #include "file.h" #include "flac.h" #include "mp3.h" #include "opus.h" #include "playback.h" #include "vorbis.h" #include "wav.h" /** * Test the various decoder modules in ctrmus. */ int main(i...
#ifndef EXPANDEDBASISFUNCTIONS_H #define EXPANDEDBASISFUNCTIONS_H #include "BasisFunctions.h" #include <armadillo> #include <vector> class expandedBasisFunctions : public BasisFunctions { public: expandedBasisFunctions(std::vector<BasisFunctions*> BF, arma::vec coeffs) : BF(BF), coeffs(coeffs), n(coeffs.n_elem) ...
#ifndef _GPS_POINT_H_ #define _GPS_POINT_H_ #define EARTH_RADIUS 6371 #include "util.h" #include <iostream> using namespace std; class GPSPoint { public: GPSPoint(double time, double lat, double lon) : time(time), lat(lat), lon(lon) {} GPSPoint(bits64* triple) : GPSPoint(triple[0].dbl, triple[1].dbl, tr...
/* $Xorg: XGtFocus.c,v 1.4 2001/02/09 02:03:51 xorgcvs Exp $ */ /************************************************************ Copyright 1989, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the...
/* * wm8350.h - WM8903 audio codec interface * * Copyright 2008 Wolfson Microelectronics PLC. * * 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, o...