text stringlengths 6 1.35M |
|---|
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.01.0622 */
/* @@MIDL_FILE_HEADING( ) */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:38:26 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/VideosUI.f... |
//
// Weeks.h
// JodaTime
//
// Created by Christian Fruth on 28.04.14.
// Copyright (c) 2014 Boxx IT Solutions GmbH. All rights reserved.
//
# import "Period.h"
@class LocalDate;
@interface Weeks : Period
@property (nonatomic, readonly) NSInteger weeks;
+ (instancetype)ZERO;
+ (instancetype)ONE;
+ (instancet... |
//
// files.h
//
// classes and functions for dealing with files
//
// Copyright Peter Andrews 2015 @ CSHL
//
#ifndef LONGMEM_FILES_H_
#define LONGMEM_FILES_H_
#include <stdio.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <string> // Placed before cstring, no error, ... |
/*
* i2c.c
*
* Created on: 26/ott/2015
* Author: nicola
*/
// Function used to setup I2C1, that is P0.19 and P0.20 on LPC1769
// That's useful because an I2C-E2PROM 24LC64 is already present on evaluation board
//
#include "lpc1769.h"
#include "i2c.h"
unsigned char I2Cbuffer[I2C_BUFFER_LEN]; // I2C data... |
//------------------------------------------------------------------------------
/*
This file is part of rippled: https://github.com/ripple/rippled
Copyright (c) 2012, 2013 Ripple Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby ... |
//
// Copyright (c) 2014-2016 THUNDERBEAST GAMES LLC
//
// 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... |
#ifndef __SUB_TRACK_FILTER_H__
#define __SUB_TRACK_FILTER_H__
#include "abstractreader.h"
class SubTrackFilter
{
public:
SubTrackFilter(int pid) : m_srcPID(pid) {}
virtual ~SubTrackFilter() {}
static int pidToSubPid(int pid, int subPid) { return (pid << 16) + subPid; }
static bool isSubTrack(int p... |
//
// UIImage+Util.h
// iosapp
//
// Created by ChanAetern on 2/13/15.
// Copyright (c) 2015 oschina. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIImage (Util)
- (UIImage *)imageMaskedWithColor:(UIColor *)maskColor;
- (UIImage *)cropToRect:(CGRect)rect;
@end
|
#ifndef STDIO_H
#define STDIO_H
#include "os_type.h"
class STDIO
{
private:
uint8 *screen;
public:
STDIO();
// 初始化函数
void initialize();
// 打印字符c,颜色color到位置(x,y)
void print(uint x, uint y, uint8 c, uint8 color);
// 打印字符c,颜色color到光标位置
void print(uint8 c, uint8 color);
// 打印字符c,颜色默认到... |
/*
* Microsoft Advanced Streaming Format demuxer
* Copyright (c) 2014 Alexandra Hájková
*
* This file is part of FFmpeg.
*
* FFmpeg 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
* vers... |
/* Copyright (c) 2020 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License.
*/
#pragma once
#include <folly/Benchmark.h>
#include <folly/Format.h>
#include <folly/container/Enumerate.h>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/u... |
#include <stdio.h>
#include <stdlib.h>
#include <cs50.h>
#include <stdint.h>
//defining the type byte
typedef uint8_t BYTE;
//defining the size of the block
#define block 512
//defining the size of the file name
#define filenamesize 8
bool is_start_of_jpeg(BYTE buffer[]);
int main(int argc, char *argv[])
{
//if... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:38:54 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/WorkflowKi... |
#import "OSPlatform.h"
NS_ASSUME_NONNULL_BEGIN
@interface OSImage (QRCode)
+ (OSImage *_Nullable )QRImageWithString:(NSString *)dataString
withSize:(CGSize)requestedSize;
- (NSString *)QRCodeString;
+ (void) QRImageWithString:(NSString*) dataString
scaledSize:(CGSize)requestedSize
completionQueue:... |
// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers
// Copyright (c) 2018-2019, The Qwertycoin developers
//
// This file is part of Qwertycoin.
//
// Qwertycoin is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published... |
/**
**************************************************************************************
* @file main.c
* @author shaokairu
* @date 2021.7.8
* @brief This file includes the main program body
**************************************************************************************
*/
/* Includes ----------... |
//
// RTMeetKitDelegate.h
// RTMeetEngine
//
// Created by EricTao on 16/11/10.
// Copyright © 2016年 EricTao. All rights reserved.
//
#ifndef RTMeetKitDelegate_h
#define RTMeetKitDelegate_h
#if TARGET_OS_IPHONE
#import <UIKit/UIKit.h>
#else
#import <AppKit/AppKit.h>
#endif
@protocol RTMeetKitDelegate <NSObject>
@... |
/*
* Copyright (c) 2017, Arm Limited and affiliates.
* 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 obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... |
/*
* md5.c - the MD5 Message-Digest Algorithm (RFC 1321)
*
* Copyright (C) 2014 - 2016, Xiaoxiao <i@pxx.io>
*
* 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 Licen... |
/**
* (C) Copyright 2017-2019 Intel Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
/*
* The Spread Toolkit.
*
* The contents of this file are subject to the Spread Open-Source
* License, Version 1.0 (the ``License''); you may not use
* this file except in compliance with the License. You may obtain a
* copy of the License at:
*
* http://www.spread.org/license/
*
* or in the file ``lic... |
/*
$info$
category: backend ~ IR to host code generation
tags: backend|shared
$end_info$
*/
#pragma once
#include <FEXCore/Utils/CompilerDefs.h>
#include <cstdint>
#include <string>
namespace FEXCore {
namespace IR {
class IRListView;
class RegisterAllocationData;
}
namespace Core {
struct DebugData;
stru... |
#ifndef _JRATE_MEM_DISPLAY_REFERENCE_CHECKER_H_
#define _JRATE_MEM_DISPLAY_REFERENCE_CHECKER_H_
#include <jrate/mem/IMemoryArea.h>
#define DISPLAY_SIZE 64
namespace jrate { namespace mem {
class DisplayRefChecker;
typedef DisplayRefChecker DisplayRefChecker_t;
/**
* This class implements a display based memory re... |
/*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2001 Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp>
* 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. Re... |
//
// MGPhotoCollectionView.h
// MGPhotoCollectionView
//
// Created by 高得华 on 16/10/31.
// Copyright © 2016年 GaoFei. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MGPhotoModel.h"
/**开始删除ImageView*/
static NSString * const MGPhotoEditIsDeleteImgView = @"MGPhotoEditIsDeleteImgView";
/**结束删除ImageView*/
s... |
/* Compute remainder and a congruent to the quotient.
Copyright (C) 1997, 1999, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997 and
Jakub Jelinek <jj@ultra.linux.cz>, 1999.
The GNU C Library is free software; you can r... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:22:42 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/Frameworks/Contacts.framewor... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2017-2018 The ABLE 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 BI... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:11:50 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/PrivateFrameworks/AuthKit.f... |
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... |
//
// ______ _ _ _ _____ _____ _ __
// | ____| | | (_) | | / ____| __ \| |/ /
// | |__ ___| |_ _ _ __ ___ ___ | |_ ___ | (___ | | | | ' /
// | __| / __| __| | '_ ` _ \ / _ \| __/ _ \ \___ \| | | | <
// | |____\__ \ |_| | | | | | | (_) | || __/ ... |
/*
* Ptrace test for TAR, PPR, DSCR registers in the TM context
*
* Copyright (C) 2015 Anshuman Khandual, IBM Corporation.
*
* 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... |
/*******************************************************************************
The content of this file includes portions of the AUDIOKINETIC Wwise Technology
released in source code form as part of the SDK installer package.
Commercial License Usage
Licensees holding valid commercial licenses to the AUDIOKINETIC W... |
// Copyright (c) 2011-2018 The Btcavenue Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_BANTABLEMODEL_H
#define BITCOIN_QT_BANTABLEMODEL_H
#include <net.h>
#include <memory>
#include <QAbst... |
#ifndef HEADER_CURL_HTTP_DIGEST_H
#define HEADER_CURL_HTTP_DIGEST_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* ... |
/* $Id$ */
/*
* Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
* Copyright (C) 2003-2008 Benny Prijono <benny@prijono.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; eit... |
// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) 2020 Darby Johnston
// All rights reserved.
#pragma once
#include <djvViewApp/IViewAppSystem.h>
namespace djv
{
namespace ViewApp
{
//! This class provides the debugging system.
class DebugSystem : public IViewAppSystem
{
... |
/**
* This file is part of the "clip" project
* Copyright (c) 2018 Paul Asmuth
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the ... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#pragma mark -
//
// File: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/PrivateFrameworks/MessageProtection.fra... |
#ifndef DYNET_NODE_MACROS_H_
#define DYNET_NODE_MACROS_H_
#include "dynet/dim.h"
#include "dynet/except.h"
#include <iostream>
namespace dynet {
inline bool LooksLikeVector(const Dim& d) {
if (d.ndims() == 1) return true;
if (d.ndims() > 1) {
for (unsigned i = 1; i < d.ndims(); ++i)
if (d[i] != 1) retu... |
// Chemfiles, a modern library for chemistry file reading and writing
// Copyright (C) Guillaume Fraux and contributors -- BSD license
#ifndef CHEMFILES_CHFL_RESIDUE_H
#define CHEMFILES_CHFL_RESIDUE_H
#include "chemfiles/capi/types.h"
#ifdef __cplusplus
extern "C" {
#endif
/// Create a new residue with the given `na... |
#ifndef __FUNCTIONKEYMAP_H__
#define __FUNCTIONKEYMAP_H__
#include "KeyState.h"
#include <map>
namespace CGrFunctionKeyMap
{
typedef std::map<CGrKeyboardState,std::tstring> FunctionMap;
void add(LPCTSTR line, int len, FunctionMap &fmap);
bool Load(LPCTSTR lpFileName, FunctionMap &fmap);
bool Save(LPCTSTR lpFileN... |
/*=============================================================================
Created by NxtChg (admin@nxtchg.com), 2017. License: Public Domain.
=============================================================================*/
/*
We rely here on INADDR_ANY == 0 and INADDR_NONE == 0xFFFFFFFF.
*/
class net_adr
{
pr... |
/**
* Copyright (c) 2017 - 2018, Nordic Semiconductor ASA
*
* 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 no... |
#pragma once
#include "logging/logger.h"
#include "digital_meter/digital_meter.h"
#include "digital_meter/decoder.h"
#include "config/configuration.h"
#include "config/configuration.h"
#include "mqtt/i_publisher.h"
#include "smart_meter/smart_digital_meter.h"
#include "hardware/pcb.h"
#include "helpers/ip_parser.h"
#i... |
/*
// Copyright (c) 2018 Intel Corporation
//
// 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, p... |
//..............................................................................
//
// This file is part of the Jancy toolkit.
//
// Jancy is distributed under the MIT license.
// For details see accompanying license.txt file,
// the public copy of which is also available at:
// http://tibbo.com/downloads/archive/... |
/******************************************************************************
* @file none.h
* @brief Intrinsincs when no DSP extension available
* @version V1.9.0
* @date 20. July 2020
******************************************************************************/
/*
* Copyright (c) 2010-2020 Arm L... |
/*
* Copyright 2016 Advanced Micro Devices, Inc.
*
* 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, m... |
// David Eberly, Geometric Tools, Redmond WA 98052
// Copyright (c) 1998-2019
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
// https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// Version: 4.0.2019.08.13
#pragma once
#include <Mathematics/Ba... |
#include <tchar.h>
#include <windows.h>
#define SCR_W 1536
#define SCR_H 864
#define COLOR RGB(0, 0, 0)
#define ALPHA 127
#define INTERVAL 200
#define IDT_TIMER_TOPMOST 0
HWND hwnd; /* A 'HANDLE', hence the H, or a pointer to our window */
HBRUSH hbrush; /* handle to the background brush */
/* This is where all the i... |
// Copyright [2021] [FORTH-ICS]
//
// 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... |
/* $FreeBSD: releng/11.0/lib/libiconv_modules/VIQR/citrus_viqr.c 281550 2015-04-15 09:09:20Z tijl $ */
/* $NetBSD: citrus_viqr.c,v 1.5 2011/11/19 18:20:13 tnozaki Exp $ */
/*-
* Copyright (c)2006 Citrus Project,
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modifi... |
/*****************************************************************************
*
* netapp.h - CC3000 Host Driver Implementation.
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provid... |
/*
* Copyright (C) 2012 Google Inc. 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, this list of condition... |
#ifndef _SDO_SAP_STACK_H_
#define _SDO_SAP_STACK_H_
#include <vector>
#include <string>
#include <map>
#include "SapRecord.h"
#include "SapServiceInfo.h"
using std::string;
using std::vector;
using std::map;
class CSessionManager;
class CSapStack
{
public:
static CSapStack *Instance();
void Start(int nThread=3);
vo... |
unsigned long long patch_pico = 0x1406833D0ULL;
unsigned long long iret_funcs[] = {
0x14014AF67ULL,
0x14014B1ACULL,
0x14014B54BULL,
0x14014B7CFULL,
0x14014BEFFULL,
0x14014C0FFULL,
0x14014C2FFULL,
0x14014C4F7ULL,
0x14014C733ULL,
0x14014D29CULL,
0x14014DC7BULL,
0x14014DF61ULL,
0x14014E314ULL,... |
//===--- Linking.h - Named declarations and how to link to them -*- 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... |
////////////////////////////////////////////////////////////////////////////
//
// Copyright 2014 Realm Inc.
//
// 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
//
// http://www.apache.org/li... |
/** \file policy_earliest_arrival_util.c
* \brief Helper functions for earliest arrival policy
*
* \copyright Copyright 2013-2016 Philipp S. Tiesel, Theresa Enghardt, and Mirko Palmer.
* All rights reserved. This project is released under the New BSD License.
*/
#include "policy_earliest_arrival.h"
/** Return... |
// BlockFarmland.h
// Declares the cBlcokFarmlandHandler representing the block handler for farmland
#pragma once
#include "BlockHandler.h"
#include "../BlockArea.h"
class cBlockFarmlandHandler final :
public cBlockHandler
{
using Super = cBlockHandler;
public:
using Super::Super;
private:
virtual ... |
/******************************************************************************
*
*
* Notepad2
*
* Helpers.c
* General helper functions
* Parts taken from SciTE, (c) Neil Hodgson, http://www.scintilla.org
* MinimizeToTray (c) 2000 Matthew Ellis
*
* See Readme.txt for more information about this source code.
* Ple... |
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
/**
* LevelStreamingPersistent
*
* @documentation
*
*/
#pragma once
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Engine/LevelStreaming.h"
#include "LevelStreamingPersistent.generated.h"
UCLASS(transient)
class ULevelStreamingP... |
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double Pods_App_HeartVoice_macOS_VersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_App_HeartVoice_... |
/** @file */
/// Includes all the systemwide header files
#include<iostream>
#include<cstdlib>
#include<string>
#include<fstream>
#include<sstream>
#include<assert.h>
#include<iomanip>
#include<sys/stat.h>
#include<cmath>
#include<math.h>
#include<time.h>
#include<vector>
#include <omp.h>
//Default namespace is std f... |
/**
* \file md5.h
*
* \brief MD5 message digest algorithm (hash function)
*
* Copyright (C) 2006-2013, Brainspark B.V.
*
* This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
*
* This program is free softw... |
//------------------------------------------------------------------------------
/*
This file is part of rippled: https://github.com/ripple/rippled
Copyright (c) 2012, 2013 Ripple Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby ... |
#pragma once
#include <android/log.h>
#define DEBUG 1
#define LOG_TAG "mpv"
#define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
#if DEBUG
#define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__)
#else
#define ALOGV(...)
#endif
void die(const char *msg);
|
/**
******************************************************************************
* @file stm32f10x_fsmc.h
* @author MCD Application Team
* @version V3.5.0
* @date 11-March-2011
* @brief This file contains all the functions prototypes for the FSMC firmware
* library.
*****************... |
/*
URI Online Judge | 1050
DDD
Adapted by Neilor Tonin, URI Brazil
https://www.urionlinejudge.com.br/judge/en/problems/view/1050
Timelimit: 1
Read an integer number that is the code number for phone dialing. Then, print the destination according to the following table:
61 Brasilia
71 Salvador
11 Sao Paulo
21 Rio... |
/****************************************************************************
* drivers/wireless/nrf24l01.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright owner... |
/////////////////////////////////////////////////////////////////////////////////////////////
// Copyright 2017 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// htt... |
/*
Copyright (c) 2005-2020 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable la... |
#ifndef ION_DEVICE_BENCH_BOARD_H
#define ION_DEVICE_BENCH_BOARD_H
#include <shared/drivers/board_frequency.h>
#include <shared/drivers/board_privileged.h>
namespace Ion {
namespace Device {
namespace Board {
void initFPU();
void initMPU();
void initCompensationCell();
void shutdownCompensationCell();
void initPerip... |
/*
* Copyright (C) 2011-2012 Regents of the University of Michigan,
* Hyun Min Kang, Matthew Flickenger, Matthew Snyder,
* and Goncalo Abecasis
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... |
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the plugins of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid commercial Q... |
/*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... |
#ifndef TOKENIZER_H
#define TOKENIZER_H
/**************************************************************
Name: Tokenizer.h
Author: KJQ
Desc: Static class to provide tokenizer services for simple parsers.
Edits:
Bugs:
*************************************************************/
#include <StringVector.h... |
/*
* $Id$
* Copyright (C) 2000 ZetaBITS, Inc.
* Copyright (C) 2000 Information-technology Promotion Agency, Japan
* Copyright (C) 2001-2003 Shugo Maeda <shugo@modruby.net>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that... |
/*
* Copyright (c) 2010, Anima Games, Benjamin Karaban, Laurent Schneider,
* Jérémie Comarmond, Didier Colin.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* - Redistributions of ... |
#ifndef PROCESS_H
#define PROCESS_H
#include <string>
/*
Basic class for Process representation
It contains relevant attributes as shown below
*/
class Process {
public:
Process(int pid);
int Pid();
std::string User();
std::string Command(); ... |
#if (__LSB_VERSION__ >= 31 )
#ifndef _QTCORE_QTRANSLATOR_H_
#define _QTCORE_QTRANSLATOR_H_
class QTranslator;
// *INDENT-OFF*
class QTranslator;
/* Function prototypes */
extern struct QMetaObject _ZN11QTranslator16staticMetaObjectE;
// *INDENT-ON*
#endif /* protection */
#endif /* LSB version */
|
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/c2-neon-mull-dup.c.in
// Generator: tools/xngen
//
// Copyright 2021 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <assert.h>
#include <arm_ne... |
//
// TBIdentifyViewController.h
// TBUserIdentity
//
// Created by Markos Charatzas on 18/11/2012.
// Copyright (c) 2012 Markos Charatzas (@qnoid).
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal ... |
/****************************************************************************
* binfmt/libelf/libelf_dtors.c
*
* Copyright (C) 2012, 2020 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm... |
#import <NougatUI/NougatUI.h>
@interface NUALocationToggle : NUAFlipswitchButton
@end |
// RUN: %clang_cc1 -triple i686-windows-msvc -fms-extensions -emit-llvm -std=c11 -O0 -o - %s | FileCheck --check-prefix=CHECK --check-prefix=MS %s
// RUN: %clang_cc1 -triple x86_64-windows-msvc -fms-extensions -emit-llvm -std=c11 -O0 -o - %s | FileCheck --check-prefix=CHECK --check-prefix=MS %s
// RUN: %clang_cc1 -tr... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* push_swap.h :+: :+: :+: ... |
/** \file
* 2d software rasterizer. <br>
*
* Copyright 2005-2006 Herocraft Hitech Co. Ltd.<br>
* Version 1.0 beta.
*/
#ifndef __MD_SOFTWARE2D_H__
#define __MD_SOFTWARE2D_H__
//////////////////////////////////////////////////////////////////////////
namespace mdragon
{
class SpriteXScanLineInfo
... |
// Copyright 2020 Rezantsev Sergey
#ifndef MODULES_TASK_1_REZANTSEV_S_STRASSEN_STRASSEN_H_
#define MODULES_TASK_1_REZANTSEV_S_STRASSEN_STRASSEN_H_
#include <time.h>
#include <random>
void splitMatrix(double* a, double* a11, double* a22, double* a12, double* a21,
int n);
double* collectMatrix(double* a1... |
/* main.c - Hello World demo */
/*
* Copyright (c) 2012-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr.h>
#include <misc/printk.h>
/*
* The hello world demo has two threads that utilize semaphores and sleeping
* to take turns printing a greeting message at a controlle... |
// 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 CHROME_BROWSER_SYNC_FILE_SYSTEM_LOCAL_LOCAL_FILE_SYNC_SERVICE_H_
#define CHROME_BROWSER_SYNC_FILE_SYSTEM_LOCAL_LOCAL_FILE_SYNC_SERVICE_H_
#includ... |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f0xx_it.h
* @brief This file contains the headers of the interrupt handlers.
******************************************************************************
* @attention
*
* <h2... |
/*
* This file is part of the EasyLogger Library.
*
* Copyright (c) 2015-2019, Qintl, <qintl_linux@163.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, inclu... |
//
// UIPageControlProcessor.h
// nib2objc
//
// Created by Adrian on 3/14/09.
// Adrian Kosmaczewski 2009
//
#import "UIControlProcessor.h"
@interface UIPageControlProcessor : UIControlProcessor
@end
|
// AUTHOR: Sean M. Marks (https://github.com/seanmarks)
#include <cmath>
#include <cstdlib>
#include <exception>
#include <fstream>
#include <functional>
#include <iostream>
#include <memory>
#include <random>
#include <sstream>
#include <stdexcept>
#include <string>
#include <vector>
#include "Assert.hpp"
#pragma o... |
/*************************************************************************************************/
/*!
* \file
*
* \brief Wireless Data Exchange profile implementation - Stream Example.
*
* Copyright (c) 2013-2018 Arm Ltd. All Rights Reserved.
* ARM Ltd. confidential and proprietary.
*
* IMPORTANT. Your... |
/*
* FreeRTOS V202112.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* 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 ... |
/*
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
*
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.