text
stringlengths
9
948k
/** ********************************************************************************* * * @file ald_spi.c * @brief SPI module driver. * This file provides firmware functions to manage the following * functionalities of SPI peripheral: * + Initialization functions * ...
#ifndef SiStripMonitorDigi_SiStripBaselineValidator_h #define SiStripMonitorDigi_SiStripBaselineValidator_h // framework & common header files #include "FWCore/Utilities/interface/EDGetToken.h" #include "FWCore/Framework/interface/EDAnalyzer.h" #include "FWCore/Framework/interface/Event.h" #include "FWCore/Framework/i...
/*------------------------------------------------------------------------- * * Query-result printing support for frontend code * * This file used to be part of psql, but now it's separated out to allow * other frontend programs to use it. Because the printing code needs * access to the cancel_pressed flag as we...
/* * Reimplementations of standard functions for platforms that don't have them. * * Copyright (C) 1998 Andrew Tridgell * Copyright (C) 2002 Martin Pool * Copyright (C) 2004, 2005, 2006 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General...
/* Copyright @ 2022 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. You may not use this file except in compliance with the License. You may obtain a copy of the License at https://imagemagick.org/script/license.php Unless requir...
//------------------------------------------------------------------------------ // GB_unaryop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http...
/* * svc.h, Server-side remote procedure call interface. * * Copyright (C) 2012-2019 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...
/*=================================================================== BlueBerry Platform Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS...
// Copyright (c) 2011 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 CHROME_COMMON_MAC_OBJC_METHOD_SWIZZLE_H_ #define CHROME_COMMON_MAC_OBJC_METHOD_SWIZZLE_H_ #import <objc/runtime.h> // You should think twice...
#ifndef _LINUX_TTY_H #define _LINUX_TTY_H /* * 'tty.h' defines some structures used by tty_io.c and some defines. */ #ifdef __KERNEL__ #include <linux/fs.h> #include <linux/major.h> #include <linux/termios.h> #include <linux/workqueue.h> #include <linux/tty_driver.h> #include <linux/tty_ldisc.h> #include <linux/mut...
// // MiSafeModel.h // MISafeAppDemo // // Created by iosmediadev@gmail.com on 2019/4/24. // Copyright © 2019 mediaios. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface MiSafeCrashInfo:NSObject /** crash的类型。eg: NSRangeException */ @property (nonatomic,readonly) NSSt...
/* * Copyright (c) 2009-2012, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2009-2012, Pieter Noordhuis <pcnoordhuis at gmail dot com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condition...
#pragma once #include <iostream> #include <math.h> #include <vector> #include "Projectile.h" using namespace std; class Player: public Animation { public: //ctor Player(sf::Texture* texture, sf::Vector2u imageCount, float switchTime, sf::Texture* projTexture, float speed); //sets ...
/*--------------------------------------------------------------*/ /* */ /* construct_routing_topology */ /* */ /* construct_routing_topology.c - creates a patch object */ /* */ /* NAME */ /* construct_routing_topology.c - creates a patch object */ /*...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_COMPAT_H #define BITCOIN_COMPAT_H #if defined(HAVE_CONFIG_H) #inc...
/** * \file pkcs12.h * * \brief PKCS#12 Personal Information Exchange Syntax */ /* * Copyright The Mbed TLS Contributors * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. * You may o...
// Copyright (c) 2015-2018 The Bitcoin Core developers // Copyright (c) 2018-2019 Vincenzo Palazzo vincenzopalazzodev@gmail.com // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_PREVECTOR_H #define BITCOIN_PREVECTO...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:43:23 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/Frameworks/AVFoundation.framework/AVFoundation * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias...
/* * 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 distributed in the hope that it will be use...
/** * Copyright (C) Mellanox Technologies Ltd. 2022. ALL RIGHTS RESERVED. * * See file LICENSE for terms. */ #ifndef FANOUT_H_ #define FANOUT_H_ #include "../tl_ucp.h" #include "../tl_ucp_coll.h" ucc_status_t ucc_tl_ucp_fanout_init(ucc_tl_ucp_task_t *task); #endif
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "HMFObject.h" @class HMDDevice, NSDate; @interface HMDUserPushCache : HMFObject { HMDDevice *_device; NSDate *_expirationDate; } @property(copy, nonatomic) NSDate...
/////////////////////////////////////////////////////////////////////////////// // File: gcdeque.h // Description: // STL deque wrapper #ifndef _GC_DEQUE_H #define _GC_DEQUE_H #include <deque> #include "gcsequence.h" namespace gcNamespace { template<class _Type, class _ItemPointerBase = gcSharedPointer_B_> using gc...
/* Copyright (c) 2014-2015, 2017, Chan Beom Park <cbpark@gmail.com> */ #ifndef COLEVENT_SRC_LHEF_PARSER_H_ #define COLEVENT_SRC_LHEF_PARSER_H_ #include <istream> #include <memory> #include <utility> #include "lhef/event.h" namespace lhef { Event parseEvent(std::istream *is); std::pair<bool, Event> parseOrFail(std::...
/* * ESPRESSIF MIT License * * Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to dea...
#ifndef MESSAGESINGLECHATAUDEO_H #define MESSAGESINGLECHATAUDEO_H #include "MessageBubbleBase.h" namespace Biz { class XmppMessage; } class MessageSingleChatAudeo : public MessageDecoraterImpl<IMessageBubble> { public: MessageSingleChatAudeo(); ~MessageSingleChatAudeo(); virtual int getMessageMediaType(); vir...
#ifndef __MONO_NATIVE_MSCORLIB_SYSTEM_REFLECTION_ASSEMBLYVERSIONATTRIBUTE_H #define __MONO_NATIVE_MSCORLIB_SYSTEM_REFLECTION_ASSEMBLYVERSIONATTRIBUTE_H #include <mscorlib/System/mscorlib_System_Attribute.h> #include <mscorlib/System/mscorlib_System_String.h> #include <mscorlib/System/Runtime/InteropServices/mscorlib_S...
/* * Copyright 2004-2019 Cray Inc. * Other additional copyright holders may be indicated within. * * The entirety of this work is 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 * *...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import "WTMonthReportTableViewHelperDelegate-Protocol.h" @class NSString; @protocol WTMonthColumnReportTableViewDelegate <WTMonthRep...
// Monary - Copyright 2011-2014 David J. C. Beach // Please see the included LICENSE.TXT and NOTICE.TXT for licensing information. #include <stdlib.h> #include <stdio.h> #include <string.h> #include "mongoc.h" #include "bson.h" #ifndef NDEBUG #define DEBUG(format, ...) fprintf(stderr, "[DEBUG] %s:%i " format "\n", _...
// Copyright (c) 2012 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 CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSION_DIALOG_H_ #define CHROME_BROWSER_UI_VIEWS_EXTENSIONS_EXTENSION_DIALOG_H_ #include "base/logging....
// // Created by moqi on 2018/4/25. // #ifndef FRAMEWORK_PLAYLIST_DEMUXER_H #define FRAMEWORK_PLAYLIST_DEMUXER_H #include <string> #include "data_source/proxyDataSource.h" using namespace std; #include "demuxer/IDemuxer.h" #include "demuxer/demuxerPrototype.h" #include "playListParser.h" #include "PlaylistManager.h...
#include<stdio.h> #include<conio.h> float bal=10000; int opt; char pass[5]={1,2,3,4},ch; char reset,ans; void atm(); void Reset(); void with(); void Bal(); void dep(); void dep() {int dep,depopt,note,deposit=0; printf("\n Enter the Amount in multiples of 10\n"); scanf("%d",&dep); if(dep>=50) {printf("\n Enter the am...
/* Copyright (c) 1985 Regents of the University of California */ /* * These routines are for faster tag lookup. They support the binary * search used in tagfind() instead of the linear search. The speedup * is quite noticable looking for a tag at the end of a long tags * file. Define FASTTAG in the Makefile to ...
//===--- ConstraintSystem.h - Constraint-based Type Checking ----*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...