text
stringlengths
4
6.14k
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
/*------------------------------------------------------------------------------------*\ /$$$$$$ /$$ /$$__ $$ | $$ /$$$$$$ /$$$$$$ /$$$$$$ | $$ \__/ /$$$$$$$ /$$$$$$ | $$ /$$$$$$ /...
// Created file "Lib\src\Uuid\X64\imapi2uuid" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
#include<stdio.h> #include<stdlib.h> #include<math.h> #include<string.h> //#include "nuc2num.h" //#include "hashfuc.h" //#include "statfreq.h" int hashfuc(char *string,int mer); int nuc2num(char s); int main(){ //get the reference from the reference file. // while (){ // } //reference example char *ref; const ...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
/******************************************************************** * Copyright © 2016 Computational Molecular Biology Group, * * Freie Universität Berlin (GER) * * * * This file is part of ReaDDy. ...
#ifndef DIR_EXPLORER_H #define DIR_EXPLORER_H #include <glib.h> typedef struct dir_explorer_s { gint64 dir_count; gint64 dir_index; GSList *src_dir_list; GSList *src_dir_cursor; GDir* src_dir_ptr; } dir_explorer_t; /** * Callback function for dir_next_match * * @param path A complete file or directory path *...
#ifndef _GS_NODE_H_ #define _GS_NODE_H_ #include "gs_types.h" #include "gs_common.h" #include "gs_element.h" #include "gs_edge.h" #ifdef __cplusplus extern "C" { #endif struct _node { GSElement parent; GSGraph *graph; uint edge_count; GList *edges; }; #define GS_NODE(e) ((GSNode*)CHECK_TYPE(e,NODE_...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
/* ========================================================================= * This file is part of NITRO * ========================================================================= * * (C) Copyright 2004 - 2010, General Dynamics - Advanced Information Systems * * NITRO is free software; you can redistribute it a...
#ifndef JMPIRBUILDER_H #define JMPIRBUILDER_H #include "BaseIRBuilder.h" #include "EflagsBuilder.h" #include "Inst.h" #include "OneOperandTemplate.h" class JmpIRBuilder: public BaseIRBuilder, public OneOperandTemplate { public: JmpIRBuilder(uint64 address, const std::string &disassembly); // From BaseIRB...
#ifndef TST_KEINTERNETXPLORERTEST_H #define TST_KEINTERNETXPLORERTEST_H #include <QString> #include <QtTest> #include <QCoreApplication> #include "keinternetexplorer.h" class KEInternetExplorerTest : public QObject { Q_OBJECT public: KEInternetExplorerTest(); private Q_SLOTS: void initTestCase(); vo...
/* String.h - String ** https://github.com/hubenchang0515/Luminous ** ** Copyright (C) 2017 hubenchang0515 ** Date : 2017-8-23 ** E-mail : hubenchang0515@outlook.com ** Blog : blog.kurukurumi.com ** LISENCE : LGPL v3.0 */ #ifndef LUMINOUS_STRING_H #define LUMINOUS_STRING_H #include "core.h" #ifdef __cplusplus...
#ifndef PAXOS_NET #define PAXOS_NET #include "capitalC.h" #include "msg.h" #include "types.h" port_t init_server(port_t port = 0); void setNodeAddr(nid_t nid, addr_t* addr); bool send_msg(const struct msg* msg, nid_t nid); // non-NULL pointers from next_* need to be passed to free() // blocking struct msg* next_ms...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
/* * Copyright (C) 2011 ~ 2019 Deepin Technology Co., Ltd. * * Author: andywang <wangwei_cm@deepin.com> * * Maintainer: andywang <wangwei_cm@deepin.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...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
#ifndef STRINGREPLACER_H #define STRINGREPLACER_H #include <QString> #include <QPair> #include <QList> class QSqlDatabase; class StringReplacer { public: static StringReplacer *getInstance(); void addPair (const QString &rWildcard, const QString &rReplacementString); const QString getRepl...
/*------------------------------------------------------------------------- * * create_shards.h * * Declarations for public functions and types related to shard creation * functionality. * * Copyright (c) 2014-2015, Citus Data, Inc. * *------------------------------------------------------------------------- ...
// Created file "tmp\src\dxguid\dxguid" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5...
// Created file "Lib\src\Uuid\X64\shguids" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, ...
/** * * Phantom OS * * Copyright (C) 2005-2019 Dmitry Zavalishin, dz@dz.ru * * .internal.http class implementation * * See <https://github.com/dzavalishin/phantomuserland/wiki/InternalClasses> * See <https://github.com/dzavalishin/phantomuserland/wiki/InternalMethodWritingGuide> * **/ #define DEBUG_MSG_PRE...
/* * Low level reading functions * * Copyright (C) 2006-2021, Joachim Metz <joachim.metz@gmail.com> * * Refer to AUTHORS for acknowledgements. * * 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 Softwa...
// ext_drag.h copyright 2008 cycling '74 // functions for handling drag-and-drop from the max file browser (but not from the mac finder) #ifndef __EXT_DRAG_H__ #define __EXT_DRAG_H__ BEGIN_USING_C_LINKAGE enum { JDRAG_MATCHFLAGS_ANY = 1 // any item with this role is OK, default is that all must match }; typedef ...
/****************************************************************************** * Copyright (C) 2011 by Jerome Maye * * jerome.maye@gmail.com * * * ...
#pragma once class ScreenDisplay; class Layer { public: Layer(void); ~Layer(void); string* LayerName; int ShapeType; virtual void setLayerName(string* name); // »æÖÆÍ¼²ã virtual int Draw(ScreenDisplay* display); };
# 1 "continueStatement.c" int continueStatementFunction() { while(0) { continue; } return 0; }
// Created file "Lib\src\ADSIid\X64\guid" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, ...
// Created file "Lib\src\dxguid\d3d9guid" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, ...
/* * Ringbuffer with median of samples calculation for small sample counts * Copyright (C) 2018 Sakari Kapanen * * 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 3 of...
#ifndef _LISTE_H_ #define _LISTE_H_ #include "Balise.h" namespace CppCgi { namespace IgCgi { namespace IU { namespace EListe { enum Type { Ordonnee, NonOrdonnee }; } class Liste : public Balise { public: Liste(const std::string& identifiant, EListe::Type type_liste, Objet* parent = NULL); virtual ~Liste(); }; ...
#pragma once #include "Region.h" class ClusterElement { public: ClusterElement(); virtual ~ClusterElement(); virtual bool Init(const Rect& box, bool isPrimary=false, bool doubleBuffer=false); virtual void SetVisible(bool visible); virtual bool GetVisible() { return mVisible; }; // Invalidate the area of this...
#ifndef _BCM2835_MAILBOX_H #define _BCM2835_MAILBOX_H #include <stdint.h> #define MAILBOX_BASE 0x2000B880 #define MAILBOX_POLL 0x10 #define MAILBOX_SENDER 0x14 #define MAILBOX_STATUS 0x18 #define MAILBOX_CONFIG 0x1C #define MAILBOX_WRITE 0x20 #define EMMC_CLOCK_ID 0x01 #define UART_CLOCK_ID 0x02 #defi...
#ifndef _GAMETREE_H #define _GAMETREE_H #include <vector> #include "board.h" using namespace std; class gameTree { public: struct move { int from, to; int moveValue; }; enum status { CHECK, CHECKMATE, STALEMATE}; gameTree (); move findMove (int ply, board::colors currentPlayer, int alpha, int ...
@class BBObserver, BBBulletin; @interface SBLockScreenNotificationListController : UIViewController - (void)observer:(BBObserver *)observer addBulletin:(BBBulletin *)bulletin forFeed:(NSUInteger)feed; - (void)observer:(BBObserver *)observer addBulletin:(BBBulletin *)bulletin forFeed:(NSUInteger)feed playLightsAndSire...
#ifndef FORM_TENTANG_H #define FORM_TENTANG_H #include <QDialog> namespace Ui { class form_tentang; } class form_tentang : public QDialog { Q_OBJECT public: explicit form_tentang(QWidget *parent = 0); ~form_tentang(); private slots: void on_btnTutup_clicked(); void on_btnLisensi_clicked(); ...
#ifndef EVAPPLICATION_H #define EVAPPLICATION_H #include <QObject> #include "EvGlobal.h" class EvApplicationPrivate; class EvApplicationSettings; class EvMessagesManager; class EvJobsManager; class EvApplicationArgumentsManager; class EvIconsFactory ; class EvSession; class EvPluginsManager; class QAction; class EvOb...
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include <vespa/vespalib/data/input_reader.h> #include "string.h" namespace vbench { using Input = vespalib::Input; /** * Concrete utility class used to read individual lines of text from * an un...
/* data_partition.h -*- C++ -*- Jeremy Barns, 26 August 2012 Copyright (c) 2012 mldb.ai inc. All rights reserved. This file is part of MLDB. Copyright 2015 mldb.ai inc. All rights reserved. Abstract data partition used for training. */ #pragma once #include...
/* Q Light Controller vcsoloframe.h Copyright (c) Anders Thomsen 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.txt Unless required...
#ifndef __ENG_UEVENT_H_ #define __ENG_UEVENT_H_ void* eng_uevt_thread(void *x); #endif /*__ENG_UEVENT_H_*/
#ifdef _WIN32 #include <Windows.h> #define _BITS_PER_PIXEL_ 16 /** * An instance of the window. */ extern WNDCLASS windowsClass; /* The window process method for processing a window's events. */ extern LRESULT CALLBACK windowProcess; WNDCLASS createGLWindow(LPCWSTR title, unsigned int width, unsigned int height,...
/* ============================================================================ * Project Name : ezbox Configuration Daemon * Module Name : utils_cleanup_rootfs.c * * Description : ezcfg cleanup rootfs files before mounting overlayfs * * Copyright (C) 2008-2013 by ezbox-project * * History Rev Desc...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/network-firewall/NetworkFirewall_EXPORTS.h> #include <aws/network-firewall/model/PerObjectSyncStatus.h> #include <utility> namespace Aws { namespace Utils { namespace Json ...
// // shape.h // // Created by Jingshu Huang on 8/27/13. // Copyright (c) HuangImage 2013. All rights reserved. // #ifndef __shape__ #define __shape__ class Mesh; class Shape { public: Shape() {} virtual ~Shape() {} virtual void loadIntoMesh(Mesh& mesh) {} virtual void updateMesh(Mesh& mesh) {}...
// 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 ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
/* * Copyright (c) 2020 Embedded Planet * 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/LICENSE-2.0 * * ...
/* Copyright 2017 The TensorFlow Authors. 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. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
// // Camera.h // raytracer // // Created by a on 07/08/15. // Copyright (c) 2015 Martin Mi. All rights reserved. // #ifndef __raytracer__Camera__ #define __raytracer__Camera__ #include "Vector.h" struct Camera { Camera(const Vector & pos, const Vector & lookAt); Vector forward, right, up; Vector pos; }; #e...
#ifndef _CHE_CRYPTO_RC4_H_ #define _CHE_CRYPTO_RC4_H_ #include "che_base_object.h" namespace chepdf { class CryptoRC4 { public: static void Encrypt(const uint8_t * const key, uint32_t keyLength, uint8_t * data, uint32_t dataLength, uint8_t * dataRet); }; }//namespace #endif
/* * Copyright (c) 2016 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ /** * @file Sample app to demonstrate PWM. * * This app uses PWM[0]. */ #include <zephyr.h> #include <misc/printk.h> #include <device.h> #include <pwm.h> #if defined(CONFIG_SOC_STM32F401XE) || defined(CONFIG_SOC_STM32F412ZG)...
/***************************************************************************** Simple TCP (stream; HTTP) client This code is public domain (no copyright). You can do whatever you want with it. *****************************************************************************/ #include <string.h> /* memset(), memcpy() */ #i...
/* * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation * and any modifications thereto. Any use, reproduction, disclosure or * distribution of this so...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Security.Cryptography.RC2Transform struct RC2Transform_t542353943; // System.Security.Cryptography.RC2 struct RC2_t2466813799; // Sy...
// // CDCheckBoxView.h // ColorDiary2 // // Created by apple on 16/5/21. // Copyright (c) 2016年 apple. All rights reserved. // #import <UIKit/UIKit.h> @interface CDCheckBoxView : UIView +(instancetype)colorCheckBox; @end
/* * Copyright 2005-2013 nbcyl.com. All rights reserved. * Support: http://www.nbcyl.com * License: http://www.nbcyl.com/license */ #import <UIKit/UIKit.h> /** * control - 发票抬头 * * @author nbcyl Team * @version 3.0 */ typedef void (^ReturnTextBlock)(NSString *showText); @interface NTGInvoiceController : UIV...
#pragma once #include "SceneNode.h" #include "D3dShader.h" #include "Geometry.h" namespace engiX { class D3dGeneratedMeshNode : public SceneNode { public: typedef std::vector<D3D11Vertex_PositionColored> VertexList; typedef std::vector<UINT> IndexList; D3dGeneratedMeshNode(_In_ Ac...
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
/******************************************************************************* Copyright 2011 Arciem LLC 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/LI...
/** * @license Apache-2.0 * * Copyright (c) 2021 The Stdlib Authors. * * 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 a...
#pragma once #include <fstream> #include "../SimpleLog.h" class BasicSimpleIO { public: ///@brief read from a file stream ///@param fileStream stream used to read load this object ///@return boolean to know if the operation is a success of not. bool read(std::fstream * fileStream); ///@brief write this object a...
// This defines the interface to the QsciLexerMatlab class. // // Copyright (c) 2015 Riverbank Computing Limited <info@riverbankcomputing.com> // // This file is part of QScintilla. // // This file may be used under the terms of the GNU General Public License // version 3.0 as published by the Free Software Foundatio...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: /Users/tball/tmp/j2objc/guava/sources/com/google/common/collect/ComputationException.java // #include "J2ObjC_header.h" #if !ComGoogleCommonCollectComputationException_RESTRICT #define ComGoogleCommonCollectComputationException_INCLUDE_ALL 1 #endif ...
/****************************** Description: Net handler base. Author: M.Wan Date: 3/14/2015 ******************************/ #ifndef __NET_NET_HANDLER__ #define __NET_NET_HANDLER__ #include "../base/mwbase.h" #include <string> MW_FRAMEWORK_BEGIN class MWNetResponse; /** * A handler class to handle the networ...
// // NSThreadViewController.h // TestOC // // Created by 李亚军 on 2017/1/12. // Copyright © 2017年 zyyj. All rights reserved. // #import <UIKit/UIKit.h> @interface NSThreadViewController : UIViewController @end
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * * WARNING: This is generated code. Modify at your own risk and without support. ...
/****************************************************************************** * Copyright 2017 The Apollo Authors. 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. * You may obtain a copy of the License at ...
// // AppDelegate.h // Test // // Created by Ernesto Rivera on 2016/05/06. // Copyright (c) 2016-2017 CyberAgent Inc. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
// // UIButton+UECore.h // uecore // // Created by 崔明辉 on 16/9/9. // Copyright © 2016年 YY Inc. All rights reserved. // #import <UIKit/UIKit.h> @interface UIButton (UECore) @property (nonatomic, strong) UIView *uec_maskView; @property (nonatomic, assign) IBInspectable BOOL uec_Rounded; @property (nonatomic, assig...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * 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 appl...
/* ********************************************************************************************************* * uC/GUI * Universal graphic software for embedded applications * * (c) Copyright 2002, Micrium Inc., Weston, FL ...
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl\nsILocalFile.idl */ #ifndef __gen_nsILocalFile_h__ #define __gen_nsILocalFile_h__ #ifndef __gen_nsIFile_h__ #include "nsIFile.h" #endif /* For IDL files that don't want to include root IDL files. */ #ifndef NS_NO_VTABLE #define NS_NO_V...
#pragma once #include "Instruction.h" namespace Hpipe { /** */ class InstructionPrio : public Instruction { public: using Instruction::Instruction; virtual void write_dot ( std::ostream &os, std::vector<std::string> *edge_labels = 0 ) const; virtual bool can_be_deleted() const; vi...
#ifndef CHASKY_CORE_FRAMEWORK_FUNC_H_ #define CHASKY_CORE_FRAMEWORK_FUNC_H_ #include <vector> #include <memory> #include <unordered_map> #include "chasky/core/common/status.h" #include "chasky/common/strings.h" #include "chasky/common/string_piece.h" #include "chasky/core/framework/argument.pb.h" #include "chasky/core/...
/** * Created by G-Canvas Open Source Team. * Copyright (c) 2017, Alibaba, Inc. All rights reserved. * * This source code is licensed under the Apache Licence 2.0. * For the full copyright and license information, please view * the LICENSE file in the root directory of this source tree. */ #ifndef GCanvasSDK_h ...
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <fcntl.h> #include <netinet/tcp.h> #include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include <netdb.h> int socket_connect(char *host, in_port_t port){ struct hostent *hp; struct sockaddr_in addr; int on = ...
/* * Copyright 2010-2016 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...
/* insns.h header file for insns.c * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ #ifndef NASM_INSNS_H #define NASM_INSNS_H #include "nasm...
/* * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <sys/param.h> #include "esp_mbedtls_dynamic_impl.h" int __real_mbedtls_ssl_handshake_server_step(mbedtls_ssl_context *ssl); int __wrap_mbedtls_ssl_handshake_server_step(mbedtls_ssl_contex...
/** * Course: EG1302A - Spring 2014 * Name: Nicholas Tello * Date Created: 1/28/2014 * Assignment: Assignment 5 **/ #include <stdio.h> #include <stdlib.h> int main(){printf("Course: EG1302A - Spring 2014\n"); printf("Name: Nicholas Tello\n");printf("Date Created: %d/%d/%d\n", 1, 28, 2014); printf("Assi...
/* * 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...
//---------------------------------------------------------- -*- Mode: C++ -*- // $Id$ // // Created 2006/03/16 // Author: Sriram Rao // // Copyright 2008-2012,2016 Quantcast Corporation. All rights reserved. // Copyright 2006-2008 Kosmix Corp. // // This file is part of Kosmos File System (KFS). // // Licensed under t...
/* * File: fat32-util.c * Author: Ducky * * Created on July 28, 2011, 12:35 PM * * Revision History * Date Author Change * 28 Jul 2011 Ducky Initial implementation. * * @file * Helper funcitons for the FAT32 library. These are all simple calculation * functions and do not involve reading from the card. ...
/* * Copyright (c) 2015 Cisco and/or its affiliates. * 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 applicabl...
#pragma once class HuffmanNode { public: HuffmanNode(); HuffmanNode(char c, int freq, HuffmanNode* left, HuffmanNode* right); HuffmanNode(const HuffmanNode& node); bool IsLeaf(); public: char m_c; int m_freq; HuffmanNode* m_left; HuffmanNode* m_right; friend bool operator>(HuffmanNode& node1, HuffmanNode& n...
// // SQHomeViewController.h // LYZSJC // // Created by 沈强 on 16/4/14. // Copyright © 2016年 SQ. All rights reserved. // #import <UIKit/UIKit.h> @interface SQHomeViewController : UIViewController @end
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/fsx/FSx_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/fsx/model/DataRepositoryLifecycle.h> #include <utility> namespace Aws { template<typename ...
// // Created by Yao Guai on 16/10/2. // Copyright (c) 2016 minions.jegarn.com. All rights reserved. // #import <Foundation/Foundation.h> #import "JegarnPacket.h" @class JegarnHasSubTypePacketContent; @interface JegarnHasSubTypePacket : JegarnPacket @property (nonatomic, readonly) JegarnHasSubTypePacketContent *co...
// // Created by Ray Jenkins on 4/27/15. // #ifndef CONSERVATOR_GETDATABUILDERIMPL_H #define CONSERVATOR_GETDATABUILDERIMPL_H #include <zookeeper.h> #include "GetDataBuilder.h" #include <iostream> using namespace std; class GetDataBuilderImpl : public GetDataBuilder<string> { public: virtual ~GetDataBuilderImp...
/* * 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...
/* * Copyright (c) 2003, 2007-8 Matteo Frigo * Copyright (c) 2003, 2007-8 Massachusetts Institute of Technology * * 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 Li...
/* * Licensed under the Apache License, Version 2.0 (the "License") = 0; * 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 in writing, software * distr...
/*******************************************ÉêÃ÷*************************************** ±¾Ç¶Èëʽ²Ù×÷ϵͳδ¾­ÊÚȨ£¬½ûÖ¹Ó¦ÓÃÓÚÈκÎÉÌÒµÓÃ; °æÈ¨ËùÓУ¬ÇÖȨ±Ø¾¿ http://www.trtos.com/ **************************************************************************************/ #include <Include.h> #if defined(USBHID_ENABLE) ...
#pragma once #include "Painter.h" #include "Piece.h" #define FIELD_WIDTH 10 // blocks #define FIELD_HEIGHT 20 // blocks #define FIELD_X_PX 10 #define FIELD_Y_PX 10 #define FIELD_WIDTH_PX (BLOCK_SIZE_PX * FIELD_WIDTH) #define FIELD_HEIGHT_PX (BLOCK_SIZE_PX * FIELD...
#ifndef INCLUDED_GET_CANDS #define INCLUDED_GET_CANDS typedef struct cross_rec Cross; typedef struct f0_params F0_params; void get_fast_cands(const float* const fdata, const float* const fdsdata, const int ind, const int step, const int size, const int dec, const int start, con...
#ifndef BABYLON_CULLING_OCTREES_IOCTREE_CONTAINER_H #define BABYLON_CULLING_OCTREES_IOCTREE_CONTAINER_H #include <vector> #include <babylon/babylon_api.h> namespace BABYLON { template <class T> class OctreeBlock; /** * @brief Contains an array of blocks representing the octree. */ template <class ...
/** @file * Copyright (c) 2018, Arm Limited or its affiliates. All rights reserved. * 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://...
// Copyright 2022 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2011 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * * WARNING: This is generated code. Modify at your own risk and without support. ...