text
stringlengths
4
6.14k
/* * ===================================================================================== * * Filename: consfuntable.c * * Description: * * Version: 1.0 * Created: 12/07/2012 06:38:13 PM * Revision: none * Compiler: gcc * * Author: Liyun Dai (pku), dlyun2009...
#define CONFIG_SECURITY_SELINUX 1
#ifndef INCLUDED_XMALLOC_H #define INCLUDED_XMALLOC_H #ifndef __GNUC__ #define __attribute__(foo) #endif extern void *xmalloc (unsigned size); extern void *xzmalloc (unsigned size); extern void *xrealloc (void *ptr, unsigned size); extern char *xstrdup (const char *str); extern char *xstrndup (const char *str, unsign...
#include "BBSLIB.inc" void trimend(char* src,int lenth); int main() { FILE *fp; int n; char s1[256]; char brd[256],id[16], title[256]; char title_in_url[240]; char path[]="etc/posts/day"; html_init(); fp=fopen(path, "r"); if(fp==NULL) return 1; fgets(s1, 255, fp); fgets(s1, 255, fp); //...
#ifndef LOWER_BOUND_POLICY_MODE #define LOWER_BOUND_POLICY_MODE #include "lower_bound/lower_bound_policy.h" /* This class refines PolicyLowerBound to define the best action of a particle * set as the best action for the mode of the set. As the computation of this * action is problem-specific, it is further delegate...
/* * include/asm-arm/arch-mp2530/regs-dma.h * * Copyright. 2003-2007 AESOP-Embedded project * http://www.aesop-embedded.org/mp2530/index.html * * godori(Ko Hyun Chul), omega5 - project manager * nautilus_79(Lee Jang Ho) - main programmer * amphell(Bang Chang Hyeok) - Hardware Engineer * * T...
/* * arch/arm/mach-tegra/tegra_pmqos.h * * Copyright (C) 2012 Paul Reioux (aka Faux123) * * Author: * faux123 <reioux@gmail.com> * * History: * -original version (Paul Reioux) * -cleaned since oc was reworked (Dennis Rassmann) * -added comment for T3_VARIANT_BOOST (Dennis Rassmann) * -ad...
/* * presence module - presence server implementation * * Copyright (C) 2006 Voice Sistem S.R.L. * * This file is part of opensips, a free SIP server. * * opensips 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 ...
/**************************************************************************\ * * This file is part of the Coin 3D visualization library. * Copyright (C) 1998-2008 by Kongsberg SIM. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Ge...
/* * Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that i...
/* file_dlg.h * Declarations of utilities to use when constructing file selection dialogs * * $Id$ * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or * modify it under the terms of th...
/* This file is part of the KDE libraries Copyright (C) 2002-2005 Hamish Rodda <rodda@kde.org> Copyright (C) 2003 Anakim Border <aborder@sources.sourceforge.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as...
#import <Cocoa/Cocoa.h> #import "Mouse.h" #import "Terminal.h" @interface NSObject (TTLogicalScreen) - (NSValue*) MouseTerm_initVars2; - (void) MouseTerm_setNaturalEmojiWidth: (BOOL) emojiFix; - (BOOL) MouseTerm_getNaturalEmojiWidth; - (unsigned long long)MouseTerm_logicalWidthForCharacter:(int)arg1; - (unsigned long...
#include "meta.h" #include "../util.h" /* B1S (found in 7 Wonders of the Ancient World) */ VGMSTREAM * init_vgmstream_ps2_b1s(STREAMFILE *streamFile) { VGMSTREAM * vgmstream = NULL; char filename[260]; int channel_count; off_t start_offset; /* check extension, case insensitive */ streamFile->g...
// image.h - API for working with images // Copyright ©2011 Guff <cassmacguff@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 Licen...
/* gEDA - GPL Electronic Design Automation * gschem - gEDA Schematic Capture * Copyright (C) 1998-2010 Ales Hvezda * Copyright (C) 1998-2010 gEDA Contributors (see ChangeLog for details) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License...
#ifndef __SYS_TIME_H__ #define __SYS_TIME_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include <stddef.h> typedef unsigned long clock_t; typedef long time_t; typedef int64_t suseconds_t; struct tm { int tm_sec; int tm_min; int tm_hour; int tm_mday; int tm_mon; int tm_year; int tm_wday; int ...
/******************************************************************************\ This file is part of the FAHViewer. The FAHViewer displays 3D views of Folding@home proteins. Copyright (c) 2016-2020, foldingathome.org Copyright (c) 2003-2016, S...
// ********************************************************************** // // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ***************************************************...
/*************************************************************************** * Copyright 2010 by Davide Bettio <davide.bettio@kdemail.net> * * * * This program is free software; you can redistribute it and/or modify * * it unde...
#ifndef _LINUX_CISREG_H #define _LINUX_CISREG_H #define CISREG_COR 0x00 #define CISREG_CCSR 0x02 #define CISREG_PRR 0x04 #define CISREG_SCR 0x06 #define CISREG_ESR 0x08 #define CISREG_IOBASE_0 0x0a #define CISREG_IOBASE_1 0x0c #define CISREG_IOBASE_2 0x0e #define CISREG_IOBASE_3 0x10 #define CISREG_IOSIZE ...
/* * Copyright (C) 2007 The MATE Foundation * Written by Thomas Wood <thos@gnome.org> * 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 as published by * the Free Software Foundation; either version 2 of the Licen...
/* savefile.c - Part of IMSKPE Copyright (C) 2004 Andreas Madsack 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 lat...
/* * Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu> * * 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 Foundation. * * This library is distributed in the hope that it will ...
/* * ORXONOX - the hottest 3D action shooter ever to exist * > www.orxonox.net < * * * License notice: * * 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; eit...
/*---------------------------------------------------------------------------* *--- (c) Martin Vuagnoux, Cambridge University, UK. ---* *--- Aug.2004 ---* *---------------------------------------------------------------------------*/ /*-...
void emesh_post_recv(EMeshComm *c, EMeshUnpack *u) { UC(comm_post_recv(u->hbuf, c->pp)); } void emesh_post_send(EMeshPack *p, EMeshComm *c) { UC(comm_buffer_set(p->nbags, p->hbags, p->hbuf)); UC(comm_post_send(p->hbuf, c->pp)); } void emesh_wait_recv(EMeshComm *c, EMeshUnpack *u) { UC(comm_wait_recv(c...
///////////////////////////////////////////////////////////// // EXAMPLE PROGRAM #1 // 02.2008 aralbrec // // Ten software-rotated masked sprites move in straight lines // at various speeds, bouncing off screen edges. All ten // share the same sprite graphic which is not animated in // this first test program. //////...
#ifndef __TEXT_FILE_H__ #define __TEXT_FILE_H__ /*LICENSE_START*/ /* * Copyright (C) 2014 Washington University School of Medicine * * 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; ei...
// // DotParser.h // Project // // Created by ycc on 13-9-9. // // #ifndef __Project__DotParser__ #define __Project__DotParser__ #include <iostream> #include <map> #include <string> #include <vector> #include <iostream> #include <graphviz/cgraph.h> using namespace std; class DotNode; class DotEdge { private: ...
#ifndef DIV_H_ #define DIV_H_ #include "DoubleOperandQuadruple.h" namespace codegen { class Div: public DoubleOperandQuadruple { public: Div(std::string leftOperand, std::string rightOperand, std::string result); virtual ~Div() = default; void generateCode(AssemblyGenerator& generator) const override; ...
/* Solution by Colin Barker (colin.barker@wanadoo.fr) * using the driver from the solution by Paul Griffiths. */ /* EX3_1.C ======= Suggested solution to Exercise 3-1 */ #include <stdio.h> #include <time.h> int binsearch(int x, int v[], int n); /* Original K&R function */ int binsearch2(int x, int...
/* ********************************************************************************************************* * LINUX-KERNEL * newbie Linux Platform Develop Kits * Kernel Module * *...
/**************************************************************** * * * Copyright 2001, 2004 Sanchez Computer Associates, 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 * * ...
#pragma once #include "widget.h" #include <string> #include <rfe/core/thread_queue.h> #include <future> namespace rfe { namespace ui { class window : public widget { void *m_handle = nullptr; public: thread_queue thread; window(bool make_thread = true); virtual ~window() = default; data_event...
#pragma once #include <features.h>
/* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04...
/* * Copyright (C) 2008-2009 Martin Willi * Hochschule fuer Technik Rapperswil * * 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...
/* belle-sip - SIP (RFC3261) library. Copyright (C) 2010-2018 Belledonne Communications SARL 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...
/* 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 ...
/***************************************************************************/ /* ____Demonstrates passing a stream to another process____ */ /* Process 0 initializes a random number stream and prints a few random */ /* numbers. It then passes this stream to process 1, which recieves it */ /* and p...
/* * Copyright (C) 2013 Alexander Krause <alexander.krause@ed-solutions.de> */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <stdbool.h> #include <errno.h> #include <limits.h> #include <time.h> #include "sdisp.h" #include "sdisp-private.h" void _sdisp_print_debug(sdisp_t *ctx, const char *tx...
#include "rtdef.h" #include "uip-conf.h" #include "uip.h" #include "uip_netif.h" #include "uip_arp.h" #include "rtconfig.h" #include "uip_pbuf.h" void netif_set_default(struct netif *netif) { } unsigned char mymac[6]={0xcc,0xbb,0xaa,0x99,0x88,0x02}; unsigned char ReadButton(); void netif_set_addr(struct netif...
/* Simulator CPU header for m32r. THIS FILE IS MACHINE GENERATED WITH CGEN. Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU simulators. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License a...
/*************************************************************************** qgsauthimportcertdialog.h --------------------- begin : April 30, 2015 copyright : (C) 2015 by Boundless Spatial, Inc. USA author : Larry Shaffer email : lshaffer a...
/* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-2003 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id: adler32.c,v 1.2 2005/08/15 16:11:23 johnmc Exp $ */ #define ZLIB_INTERNAL #include "zlib.h" #define BASE 65521UL /* larges...
#ifndef TSP_TSP_H #define TSP_TSP_H #include <pthread.h> /* dernier minimum trouvé */ extern int minimum; /********************************************/ struct arg_struct { int hops; /* Nb de ville dans le chemin path */ int len; /* Longueur du chemin path */ tsp_path_t path; /* Chemin */ int pere; }; /*******...
/* USB support for the Cyberjack family of readers. * * Previous version were (C) 2004-2005 by Harald Welte <laforge@gnumonks.org> * This version is a rewrite (asynchronous USB is no longer needed). * * (C) 2007 Martin Preuss <martin@libchipcard.de> * * Distributed and licensed under the terms of GNU LGPL, Versi...
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Rosegarden A MIDI and audio sequencer and musical notation editor. Copyright 2000-2014 the Rosegarden development team. Other copyrights also apply to some parts of this work. Please see the AUTHORS file and individ...
// // Orientation.h // viewer // // Created by Sam Anklesaria on 11/21/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> #import "EAGLView.h" @interface Orientation : UIViewController { EAGLView *glView; } @property (nonatomic, retain) IBOutlet EAGLView *glView; @end...
#ifndef __CREATE_PARENT_H__ #define __CREATE_PARENT_H__ /* * KFontInst - KDE Font Installer * * Copyright 2003-2007 Craig Drummond <craig@kde.org> * * ---- * * 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 b...
/* * This file is part of the coreboot project. * * Copyright (C) 2009 coresystems GmbH * Copyright (C) 2009 Libra Li <libra.li@technexion.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 Foun...
/***************************************************************************** 1 Í·Îļþ°üº¬ *****************************************************************************/ #include "GmmInc.h" #include "GmmCasGlobal.h" #include "GmmCasTimer.h" #include "GmmCasSend.h" #include "GmmCasComm.h" #ifdef __cplusplus ...
/* arch/arm/mach-omap2/board-espresso10.h * * Copyright (C) 2011 Samsung Electronics Co, Ltd. * * Based on mach-omap2/board-espresso.h * * 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 ...
/* * libretroshare/src/serialiser: itempriorities.h * * 3P/PQI network interface for RetroShare. * * Copyright 2011-2011 by Cyril Soler * * 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 as published by the Free So...
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2012 The PHP Group | +--------------...
#ifndef SPRITE_SET_H #define SPRITE_SET_H #include <vector> #include "Shape.h" namespace rgl { // // SPRITESET // class SpriteSet : public Shape { private: ARRAY<Vertex> vertex; ARRAY<float> size; public: SpriteSet(Material& material, int nvertex, double* vertex, int nsize, double* size, int ig...
#ifndef ECP_WII_JOINT_GENERATOR_H #define ECP_WII_JOINT_GENERATOR_H #include "base/ecp/ecp_generator.h" #include "application/wii_teach/sensor/ecp_mp_s_wiimote.h" #include "application/wii_teach/generator/ecp_g_wii.h" namespace mrrocpp { namespace ecp { namespace irp6ot_m { namespace generator { /** @addtogroup wii_...
/* * OSPF Flooding -- RFC2328 Section 13. * Copyright (C) 1999, 2000 Toshiaki Takada * * This file is part of GNU Zebra. * * GNU Zebra 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, ...
/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You m...
/* Company : Nequeo Pty Ltd, http://www.nequeo.com.au/ * Copyright : Copyright © Nequeo Pty Ltd 2015 http://www.nequeo.com.au/ * * File : SdpSession.h * Purpose : SIP SdpSession class. * */ /* Permission is hereby granted, free of charge, to any person obtaining a copy of this sof...
/***************************************************************************** Copyright (C) 2013, 2014 Facebook, Inc. All Rights Reserved. Copyright (C) 2014, 2020, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publis...
// +------------------------------------------------------------------+ // | ____ _ _ __ __ _ __ | // | / ___| |__ ___ ___| | __ | \/ | |/ / | // | | | | '_ \ / _ \/ __| |/ / | |\/| | ' / | // | | |___| | | | __...
// // Copyright (C) 2011 David Eckhoff <eckhoff@cs.fau.de> // // Documentation for these modules is at http://veins.car2x.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 versio...
/* Copyright (C) Hongsen Liao Institute of Computer Graphics and Computer Aided Design School of Software, Tsinghua University Contact: liaohs082@gmail.com All rights reserved. */ #ifndef DENSITY_RENDERING_WIDGET_H_ #define DENSITY_RENDERING_WIDGET_H_ #include <vtk3DWidget.h> #include <vector> using namespac...
/* linux/arch/arm/mach-s5pv310/bootmem-smdkv310.c * * Copyright (c) 2009 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * Bootmem helper functions for smdkv310 * * 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...
/* * Copyright (C) 2010 Pengutronix * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> * * 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 Foundation. */ #include <linux/dma-mapping.h> #inc...
/* * arch/sh/kernel/cpu/sh3/clock-sh7712.c * * SH7712 support for the clock framework * * Copyright (C) 2007 Andrew Murray <amurray@mpc-data.co.uk> * * Based on arch/sh/kernel/cpu/sh3/clock-sh3.c * Copyright (C) 2005 Paul Mundt * * This file is subject to the terms and conditions of the GNU Gene...
/* * MALLOC_INFO Shell Command Implmentation * * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ */ #ifdef HA...
/* $Id: test1.c 53 2007-03-10 14:46:36Z bja $ * * Copyright (C) 2007, Joel Andersson <bja@kth.se> * * 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 *...
/* * (c) BayCom GmbH, http://www.baycom.de, info@baycom.de * * See the COPYING file for copyright information and * how to reach the author. * */ typedef struct { struct list list; pthread_t ci_recv_thread; char uuid[UUID_SIZE]; SOCKET fd_ci; int recv_run; int device; int connected; recv_cacaps_t *cacap...
/* * Asterisk -- An open source telephony toolkit. * * Copyright (C) 2007, Digium, Inc. * * See http://www.iaxproxy.org for more information about * the Asterisk project. Please do not directly contact * any of the maintainers of this project for assistance; * the project provides a web site, mailing lists and ...
/* * (C) 2007-2010 Taobao Inc. * * 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 Foundation. * * * Version: $Id$ * * Authors: * duolong <duolong@taobao.com> * */ #ifndef TBSYS_RUNN...
// vim: ts=4 sw=4 expandtab ft=c // Copyright (C) 2008 The University of Melbourne. // This file may only be copied under the terms of the GNU Library General // Public License - see the file COPYING.LIB in the Mercury distribution. #include "mercury_backjump.h" #include "mercury_thread.h" #if defined(MR_THREAD_SAFE...
/*! * \file tpm.h * \brief TPM Peripheral API * * \addtogroup tpm_peripheral * @{ */ #ifndef _TPM_H_ #define _TPM_H_ #include <stdbool.h> #include <stdint.h> #include "v1_2.h" #include "lgr_vector.h" #include "core_cm0plus.h" #include "cmsis_gcc.h" #include "ringbuffer.h" #include "port.h" extern uint32...
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2004 Nokia Corporation. * * 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; version 2 of ...
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <wctype.h> #include <wchar.h> #include <string.h> #include <locale.h> #include "uli_list.h" #include "W_Word.h" #include "words_list.h" #include "hash_table.h" int check_for_close_positions(UnsgLongIntList* list1,UnsgLongIntList* list2,int range) { un...
/** * @file ProjectFilePathsDlg.h * * @brief Declaration file for ProjectFilePathsDlg dialog */ // RCS ID line follows -- this is updated by CVS // $Id: ProjectFilePathsDlg.h 3375 2006-07-19 11:58:51Z kimmov $ #ifndef _PROJECTFILEPATHSDLG_H_ #define _PROJECTFILEPATHSDLG_H_ /** * @brief Dialog allowing user to l...
/* * Generated by asn1c-0.9.22 (http://lionet.info/asn1c) * From ASN.1 module "PKIXCMP" * found in "lpa2.asn1" * `asn1c -S/skeletons` */ #ifndef _RevDetails_H_ #define _RevDetails_H_ #include <asn_application.h> /* Including external dependencies */ #include "CertTemplate.h" #include "ReasonFlags.h" #include...
/* * startmenu.h * * Copyright (C) 1995-2001 Kenichi Kourai * * 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, or (at your option) * any later version. * * This progr...
#include <string.h> void *memcpy(void *dst, const void *src, size_t len) { char *tmp = dst; const char *s = src; while(len--) { *tmp++ = *s++; } return dst; } int strlen(const char *str) { int i = 0; char *tmp = (char *)str; while(*tmp != '\0') { tmp++; i++; } return i; } int strcmp(const char *st...
// license:BSD-3-Clause // copyright-holders:Curt Coder /********************************************************************** XL 80 cartridge emulation **********************************************************************/ #pragma once #ifndef __XL80__ #define __XL80__ #include "emu.h" #include "exp.h" #in...
// ImGui Win32 + DirectX11 binding // In this binding, ImTextureID is used to store a 'ID3D11ShaderResourceView*' texture identifier. Read the FAQ about ImTextureID in imgui.cpp. // You can copy and use unmodified imgui_impl_* files in your project. See main.cpp for an example of using this. // If you use this binding...
/* * Copyright (C) 2006, 2018 by Rafael Santiago * * This is a free software. You can redistribute it and/or modify under * the terms of the GNU General Public License version 2. * */ #ifndef KRYPTOS_KRYPTOS_RC6_H #define KRYPTOS_KRYPTOS_RC6_H 1 #include <kryptos_types.h> #define KRYPTO...
/* * Copyright (C) 2013-2020 Canonical, Ltd. * * 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 ...
/***************************************************************************** * dbus-tracklist.h : dbus control module (mpris v1.0) - /TrackList object ***************************************************************************** * Copyright © 2006-2008 Rafaël Carré * Copyright © 2007-2010 Mirsal Ennaime * Copyri...
/* grabbag - Convenience lib for various routines common to several tools * Copyright (C) 2002-2009 Josh Coalson * Copyright (C) 2011-2013 Xiph.Org Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as publish...
#ifndef XPPAUT_ABORT_H #define XPPAUT_ABORT_H /* --- Functions --- */ int get_command_width(void); void plot_command(int nit, int icount, int cwidth); int my_abort(void); #endif /* XPPAUT_ABORT_H */
/***************************************************************************** * Free42 -- an HP-42S calculator simulator * Copyright (C) 2004-2019 Thomas Okken * * 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 publish...
/* * kprobe - kprobe demo * * Written in 2012 by Prashant P Shah <pshah.mumbai@gmail.com> * * 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 li...
/* * Copyright (C) 2018, STMicroelectronics - All Rights Reserved * Author(s): Antonio Borneo <borneo.antonio@gmail.com> for STMicroelectronics * * 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...
/*! \file debug.h * \b 接口说明: * * * \b 功能描述: * * 调试信息打印 * * \b 历史记录: * * <作者> <时间> <修改记录> <br> * zuokongxiao 2014-06-12 创建文件 <br> */ #ifndef __DEBUG_H #define __DEBUG_H /******************************************************************************/ /* ...
#include "armsim.h" int main(int argc, char *argv[]) { printf("%d\n%s\n%s\n",argc+1,argv[0],argv[1]); return 0; }
#ifndef DEF_TRANSMOGRIFICATION_H #define DEF_TRANSMOGRIFICATION_H #define PRESETS // comment this line to disable preset feature totally #define MAX_OPTIONS 25 // do not alter class Item; class Player; class WorldSession; struct ItemTemplate; enum TransmogTrinityStrings // Language.h might have same entries, appears...
#ifndef ES705_RWDB_H #define ES705_RWDB_H /* MQ100 states */ #define MQ100_STATE_RESET (0) #define MQ100_STATE_NORMAL (1) struct es705_rwdb_device_callbacks; /** * Register rdb callbacks * @param callbacks - structure containing * callbacks from es705 rdb/wdb driver * @return */ int es705_rdb_register(const st...
/********************************************************************** ** Copyright (C) 2001 Trolltech AS. All rights reserved. ** ** This file is part of Qtopia Environment. ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Soft...
#ifndef SELECTMAP_H #define SELECTMAP_H #include <QDialog> #include <QHash> #include <QSqlDatabase> #include <QSqlRelationalTableModel> #include <QSqlQuery> #include <QSqlError> #include <QSqlResult> #include <QString> namespace Ui { class SelectMap; } class SelectMap : public QDialog { Q_O...
// pk 4/05 int MatrixExpEigenPrepare void MatrixExp(Matrix& A, Real t, Matrix& Exp); void Eigenvector(Matrix& A, Real ev, ColumnVector& C, Matrix& A_inv, bool right); int MatrixExpEigenPrepare(Matrix& A, ColumnVector& V, Matrix& U, Matrix& Uinv, SimpleIntArray& Cplx); void MatrixExpEigen(Matrix& Mexp, C...
/* File: WaveDriverAirportExtreme.h Program: KisMAC Author: Michael Roßberg mick@binaervarianz.de Changes: Vitalii Parovishnyk(1012-2015) Description: KisMAC is a wireless stumbler for MacOS X. This file is part of KisMAC. Most parts of this file are based on aircrack by Christo...
/** * UGENE - Integrated Bioinformatics Tools. * Copyright (C) 2008-2022 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 * ...