text stringlengths 9 948k |
|---|
/*
C-file generated by Bin2C
Compiled: Jun 11 2019 at 16:50:55
Copyright (C) 2018
Segger Microcontroller GmbH
www.segger.com
The Embedded Experts
*/
#include <rtthread.h>
#include "image_info.h"
#ifdef RT_LV_COLOR_DEPTH
#if RT_LV_COLOR_DEPTH == 16
static const unsigned char _acbat25[512UL + 1] =
{
... |
#ifndef WIDGET_OVERFLOW_H_
#define WIDGET_OVERFLOW_H_
#include "application.h"
class WidgetOverflow
{
public:
WidgetOverflow(uint8_t ucItem = 0);
~WidgetOverflow();
void begin(void (*UserCallBack)(void) = NULL);
void displayOverFlowStatus(uint8_t fStatus);
private:
char pDataStatusTopic[64]... |
//
// 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 <objc/NSObject.h>
@interface AOLifeStyleRequest : NSObject
{
}
- (void)preHeatMappingRelationWithRelTypes:(id)arg1 finish:(CD... |
// Generated by xsd compiler for ios/objective-c
// DO NOT CHANGE!
#import <Foundation/Foundation.h>
#import "PicoClassSchema.h"
#import "PicoPropertySchema.h"
#import "PicoConstants.h"
#import "PicoBindable.h"
/**
(public class)
@ingroup AWSECommerceServicePortType
*/
@interface TopItem : NSObject <PicoBindabl... |
//
// BaseEmployeeCellTableViewCell.h
// EmployeeList
//
// Created by Vladimir Abramichev on 19/08/2018.
// Copyright © 2018 Backbase. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "Employee.h"
@interface BaseEmployeeCellTableViewCell : UITableViewCell
- (void)updateWithEmployee:(Employee*)value;
@en... |
#pragma once
#include "Worker.h"
#include "WorkerSlave.h"
/*!
* \class WorkerSlave
* \brief Class daughter of Worker Class, build and manage a master problem
*/
class WorkerMaster;
typedef std::shared_ptr<WorkerMaster> WorkerMasterPtr;
class WorkerMaster : public Worker {
public:
int _id_alpha;
std::vector<int> _i... |
// SPDX-License-Identifier: GPL-2.0
/*
* linux/drivers/staging/erofs/xattr.c
*
* Copyright (C) 2017-2018 HUAWEI, Inc.
* http://www.huawei.com/
* Created by Gao Xiang <gaoxiang25@huawei.com>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYIN... |
// Copyright (c) 2014-2017, The Monero Project
//
// 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 o... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:49:50 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/PrivateFrameworks/Rapport.framework/Rapport
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Li... |
/******************************************************************************
* Copyright 2017-2018 Baidu Robotic Vision 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 ... |
/*
Copyright 2020-2021 Daniel S. Buckstein
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 t... |
#ifndef __FONT_HELPER_H__
#define __FONT_HELPER_H__
#include <GL/glew.h>
#ifdef FREEGLUT
#include <GL/freeglut.h>
#else
#include <GLUT/glut.h>
#endif
// Freetype
#ifdef KUHL_UTIL_USE_FREETYPE
#include <ft2build.h>
#include FT_FREETYPE_H
#endif
typedef struct _font_info_ {
#ifdef KUHL_UTIL_USE_FREETYPE
FT_Face fa... |
/* gb.h - v0.33 - Ginger Bill's C Helper Library - public domain
- no warranty implied; use at your own risk
This is a single header file with a bunch of useful stuff
to replace the C/C++ standard library
IMPORTANT NOTE: THIS IS A HEAVILY MODIFIED VERSION OF THE ORIGINAL
DO NO REPLACE IT WITH TH... |
/**
* Copyright (c) 2014 - 2020, 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 notice, th... |
/*------------------------------------------------------------------------------
*
* Copyright (c) 2011, EURid. All rights reserved.
* The YADIFA TM software product is provided under the BSD 3-clause license:
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provide... |
/**
* \file
*
* \brief Header file for ATSAML11D14A
*
* Copyright (c) 2019 Microchip Technology Inc.
*
* \license_start
*
* \page License
*
* 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 Li... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "PBCodable.h"
#import "NSCopying.h"
@class NSMutableArray, PBDataReader, PBUnknownFields;
__attribute__((visibility("hidden")))
@interface GEOPDAddress : PBCodable <NSCop... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/dataexchange/DataExchange_EXPORTS.h>
#include <aws/dataexchange/DataExchangeRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
n... |
#include <stdio.h>
int n, m, k, l, a, i, d[200001];
int main() {
scanf("%d%d%d", &n, &m, &k);
k *= n;
if (k >= m) {
printf("%d", k - m);
return 0;
}
l = 2 * m - k - 1;
d[k] = 1;
for (; n; --n) {
scanf("%d", &a);
a *= n;
for (i = l; i >= k + a; --i)
d[i] |= d[i - a];
}
for (... |
/*************************************************************************/
/* mesh.h */
/*************************************************************************/
/* This file is part of: */
/* ... |
/* LICENSE>>
Copyright 2020 Soji Yamakawa (CaptainYS, http://www.ysflight.com)
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... |
// Copyright (c) 2018, uPlexa Team
//
// 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
// cond... |
#ifndef SHARED_MUTEX_H
#define SHARED_MUTEX_H
//~ #define _BSD_SOURCE // for ftruncate
//~ #define _DEFAULT_SOURCE
#include <pthread.h> // pthread_mutex_t, pthread_mutexattr_t,
// pthread_mutexattr_init, pthread_mutexattr_setpshared,
// pthread_mutex_init, pthread_mutex_destr... |
/*******************************************************************************
USB Common Definitions File
Company:
Microchip Technology Inc.
File Name:
usb_common.h
Summary:
USB Common Definitions File
Description:
This file contains definitions that are used by various components of t... |
#ifdef __OBJC__
#import <UIKit/UIKit.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_GLSDK_iOS_ExampleVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_GLSDK_iOS_ExampleVe... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalnum.c :+: :+: :+: ... |
/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include <sys/socket.h>
#include <syslog.h>
#include "stdbool.h"
#include "cras_bt_device.h"
#include "cras_bt_log.h"
#include "cras_observer... |
/*
* flexcan.c - FLEXCAN CAN controller driver
*
* Copyright (c) 2005-2006 Varma Electronics Oy
* Copyright (c) 2009 Sascha Hauer, Pengutronix
* Copyright (c) 2010 Marc Kleine-Budde, Pengutronix
*
* Based on code originally by Andrey Volkov <avolkov@varma-el.com>
*
* LICENCE:
* This program is free software; ... |
#pragma once
#include <cpphibernate/modifier/where/clauses/and.h>
#include <cpphibernate/modifier/where/clauses/clause.h>
#include <cpphibernate/modifier/where/clauses/equal.h>
#include <cpphibernate/modifier/where/clauses/not.h>
#include <cpphibernate/modifier/where/clauses/or.h> |
/*
* iterator/iterator.c - iterative resolver DNS query response module
*
* Copyright (c) 2007, NLnet Labs. All rights reserved.
*
* This software is open source.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are m... |
// -*- c++ -*-
//
/*
// Copyright (c) 2000-2009, Texas Engineering Experiment Station (TEES), a
// component of the Texas A&M University System.
// All rights reserved.
// The information and source code contained herein is the exclusive
// property of TEES and may not be disclosed, examined or reproduced
// in whole... |
/*
* Copyright (C) 2018 The Android Open Source Project
*
* 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 app... |
/* Copyright (C) 2005-2016 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 by the Free Software Foundation; either
version 2.1 of the ... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/kendra/Kendra_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/kendra/model/QueryResultItem.h>
#inc... |
int gcf(int a,int b)
{
int i=2,p;
while(i<a)
{
if(a%i==0 && b%i==0)
{
p=i;
}
i++;
}
return p;
} |
////////////////////////////////////////////////////////////////////////////
// Module : script_entity_inline.h
// Created : 06.10.2003
// Modified : 14.12.2004
// Author : Dmitriy Iassenev
// Description : Script entity class inline functions
//////////////////////////////////////////////////////////////////////... |
#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.Text.RegularExpressions.FactoryCache
struct FactoryCache_t2263956512;
// System.String
struct String_t;
// System.Text.RegularExpres... |
#ifndef SRC_COMPONENTS_APPLICATION_MANAGER_RPC_PLUGINS_SDL_RPC_PLUGIN_INCLUDE_SDL_RPC_PLUGIN_COMMANDS_MOBILE_GET_CLOUD_APP_PROPERTIES_RESPONSE_H_
#define SRC_COMPONENTS_APPLICATION_MANAGER_RPC_PLUGINS_SDL_RPC_PLUGIN_INCLUDE_SDL_RPC_PLUGIN_COMMANDS_MOBILE_GET_CLOUD_APP_PROPERTIES_RESPONSE_H_
#include "application_manag... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:18:32 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/ActionK... |
/* Code generated by IfcQuery EXPRESS generator, www.ifcquery.com */
#pragma once
#include <vector>
#include <map>
#include <sstream>
#include <string>
#include "ifcpp/model/GlobalDefines.h"
#include "ifcpp/model/BasicTypes.h"
#include "ifcpp/model/BuildingObject.h"
#include "IfcBuildingElementType.h"
class IFCQUERY_EX... |
#ifndef START_SCREEN_H
#define START_SCREEN_H
#include "Litha.h"
#include "SimpleMenu.h"
class MainState;
class Level;
// Start Screen is well and truly hacked in, since I never intended to have one.
// So some stuff may be duplicated from MainState.
class StartScreen : public IUpdatable, public IWantEvents
{
IEngi... |
/* 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... |
/*
Copyright (c) 2010 Roger Light <roger@atchoo.org>
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 conditions ... |
/*
* This file is part of Cube.
*
* The MIT License (MIT)
*
* Copyright (c) 2020-2022 Cube Team.
*
* 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 with... |
#ifndef POINTGROUP_H
#define POINTGROUP_H
#include "datatype/datatype.h"
#include "bfs_cluster/bfs_cluster.h"
#include "roipool/roipool.h"
#include "get_iou/get_iou.h"
#include "sec_mean/sec_mean.h"
void voxelize_idx_3d(/* long N*4 */ at::Tensor coords, /* long M*4 */ at::Tensor output_coords,
/* In... |
// Generated by Haxe 4.2.2
#ifndef INCLUDED_sys_thread__Thread_HaxeThread
#define INCLUDED_sys_thread__Thread_HaxeThread
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS2(sys,thread,Deque)
HX_DECLARE_CLASS2(sys,thread,EventLoop)
HX_DECLARE_CLASS2(sys,thread,Mutex)
HX_DECLARE_CLASS3(sys,thread,_Thread,HaxeTh... |
/* DirectDraw Surface Implementation
*
* Copyright (c) 1997-2000 Marcus Meissner
* Copyright (c) 1998-2000 Lionel Ulmer
* Copyright (c) 2000-2001 TransGaming Technologies Inc.
* Copyright (c) 2006 Stefan Dösinger
* Copyright (c) 2011 Ričardas Barkauskas for CodeWeavers
*
* This library is free software; you can... |
/*
* ext4.h
*
* Copyright (C) 1992, 1993, 1994, 1995
* Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
* Universite Pierre et Marie Curie (Paris VI)
*
* from
*
* linux/include/linux/minix_fs.h
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#ifndef _EXT4_H
#define _EXT4_H
#in... |
/* -MODULE----------------------------------------------------------------------
Phorward Foundation Toolkit
Copyright (C) 2006-2018 by Phorward Software Technologies, Jan Max Meyer
http://www.phorward-software.com ++ contact<at>phorward<dash>software<dot>com
All rights reserved. See LICENSE for more information.
File... |
/***************************************************************************
*
* GLee.h
* GLee (OpenGL Easy Extension library)
* Version : 5.4
*
* Copyright (c)2009 Ben Woodhouse All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided... |
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
#include "itbl-ppc.h" |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018 The COSO developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or ht... |
/*******************************************************************************
* Copyright (C) 2004-2017 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* - Redistribut... |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32l4xx_hal_timebase_TIM.c
* @brief HAL time base based on the hardware TIM.
******************************************************************************
* @attention
*
* <h2><... |
#pragma once
class cFocusHandler: public cRegistrationHandler
{
unsigned int mIDCounter=0;
cDialogItem *mFocusedItem=nullptr;
public:
cRegisteredID AcquireFocus(cDialogItem *Item);
virtual void Unregister(const cRegisteredID &RegisteredID, eCallbackType CallbackType=eCallbackType::Wait) override;
};
extern cFocus... |
/* ssl/s3_lib.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commerci... |
#ifndef CFP_ARRAYS
#define CFP_ARRAYS
#include "cfparray1f.h"
#include "cfparray1d.h"
#include "cfparray2f.h"
#include "cfparray2d.h"
#include "cfparray3f.h"
#include "cfparray3d.h"
#include "zfp/system.h"
typedef struct {
cfp_array1f_api array1f;
cfp_array1d_api array1d;
cfp_array2f_api array2f;
cfp_array2d... |
// Copyright (C) 2012-2015 Promotion Software GmbH
//[-------------------------------------------------------]
//[ Header guard ]
//[-------------------------------------------------------]
#pragma once
//[-------------------------------------------------------]
//[ Includes... |
/*
* The MIT License (MIT)
*
* Copyright (c) 2021 Ruslan V. Uss <unclerus@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 limitation... |
//
// QuizletClasses.h
// ios_quizlet_client
//
// Created by Maxim Bilan on 8/19/14.
// Copyright (c) 2014 Maxim Bilan. All rights reserved.
//
// Latest code can be found on GitHub: https://github.com/maximbilan/ios_quizlet_client
//
#import <Foundation/Foundation.h>
@class QuizletAuth;
/**
Quizlet Classes A... |
/*
*
* Copyright (C) 2000 Silicon Graphics, Inc. All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your opti... |
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) Microsoft Corporation. All Rights Reserved.
//
// File: EffectStateBase11.h
// Content: D3DX11 Effects States Header
//
//////////////////////////////////////////////////////////////////////////////
#pragma ... |
//===--- ASTMangler.h - Swift AST symbol mangling ---------------*- 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... |
#pragma once
#include "Intervention.h"
#include "TimeSeries.h"
class DelayIntervention:
public Intervention
{
public:
DelayIntervention(std::string name, Vars::Vars_t c, unsigned int intervention_id, ITimeSeriesProvider* tp, IVariableProvider* vp);
DelayIntervention(Vars::Vars_t v, unsigned int intervention_id, I... |
/*
LUFA Library
Copyright (C) Dean Camera, 2013.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2013 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purp... |
#include "dante/dbook.h"
struct DanteBookNamespace dbook_struct = {
//
};
DanteBookNamespace dbook = &dbook_struct;
DanteBookNamespace ds = dbook; |
// Include guard
#ifndef INT_STR_TABLE_H
#define INT_STR_TABLE_H
// Below we define the constants the table template uses to fill in the
// interface.
//
// All table functions will be prefixed with `int_str_table`
#define CUCKOO_TABLE_NAME int_str_table
// The type of the key is `int`
#define CUCKOO_KEY_TYPE int
// T... |
//
// FSBonusController.h
// myhome
//
// Created by FudonFuchina on 2017/11/22.
// Copyright © 2017年 fuhope. All rights reserved.
//
#import "FSBaseController.h"
#import "FSBonusModel.h"
@interface FSBonusController : FSBaseController
@property (nonatomic,copy) NSString *name;
@property (nonatomic,strong) F... |
/*
* Mach Operating System
* Copyright (c) 1991,1990 Carnegie Mellon University
* All Rights Reserved.
*
* Permission to use, copy, modify and distribute this software and its
* documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear in all copies of the
* ... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class SBDashBoardDisconnectAccessoryView;
@protocol SBDisconnectAccessoryViewDelegate <NSObject>
- (void)didPerformActionForDisconnectAccessoryView:(SBDashBo... |
/*
* Copyright (c) 2013 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 notice, this list
*... |
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-01-02 zylx first version
* 2019-01-08 SummerGift clean up the code
*/
#ifndef __DMA_CONFIG_H__
#define __DMA_CONFIG_H__
#include <rtth... |
/**
******************************************************************************
* @file stm32g4xx_ll_usart.h
* @author MCD Application Team
* @brief Header file of USART LL module.
******************************************************************************
* @attention
*
* <h2><center>©... |
/*
* Copyright (C) 2008 Karel Zak <kzak@redhat.com>
*
* Inspired by libvolume_id by
* Kay Sievers <kay.sievers@vrfy.org>
*
* This file may be redistributed under the terms of the
* GNU Lesser General Public License.
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <... |
/*
* Agere Systems Inc.
* 10/100/1000 Base-T Ethernet Driver for the ET1301 and ET131x series MACs
*
* Copyright © 2005 Agere Systems Inc.
* All rights reserved.
* http://www.agere.com
*
*------------------------------------------------------------------------------
*
* et131x_isr.c - File which contains th... |
#pragma once
#include "Storage.h"
bool NetStorage_init(Storage *storage);
bool NetStorage_connect(u8 ipa, u8 ipb, u8 ipc, u8 ipd, u32 port);
void NetStorage_disconnect(void); |
/*
* 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... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:22:40 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/OfficeI... |
/**
* https://www.spoj.com/PTIT/problems/BCVTAB/
*/
#include <stdio.h>
long long sum(long long a, long long b) {
scanf("%lli", &a);
scanf("%lli", &b);
return a + b;
}
int main(void) {
long long a;
long long b;
long long total = sum(a, b);
printf("%lli", total);
... |
/*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* _coder_sprdmpF97_api.h
*
* Code generation for function '_coder_sprdmpF97_api'
*
*/
#ifndef _CODER_SPRDMPF... |
/*
* © Copyright 2018 Alyssa Rosenzweig
*
* 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, pub... |
/* The smooth Class Library
* Copyright (C) 1998-2021 Robert Kausch <robert.kausch@gmx.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of "The Artistic License, Version 2.0".
*
* THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
* IMPLIED WARRAN... |
../../../FlickrKit/Classes/Model/Generated/Stats/FKFlickrStatsGetPhotoDomains.h |
/*
* phy.c -- USB phy handling
*
* Copyright (C) 2004-2013 Texas Instruments
*
* 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 ... |
/**
* MIT License
*
* Copyright (c) 2017 Tessil
*
* 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... |
/***************************************************
* FILENAME : main.c
*
* DESCRIPTION :
* Unhooks patch file and spawns menu popup telling user patch is downloading.
*
* NOTES :
* Each offset is determined per app id.
* This is to ensure compatibility between versions of Deadlocked/Gladiator.
*
... |
#ifndef LIB
#define LIB
#define MSGSIZE 1400
#define COUNT 100
typedef struct {
int len;
char payload[MSGSIZE];
} msg;
void init(char* remote,int remote_port);
void set_local_port(int port);
void set_remote(char* ip, int port);
int send_message(const msg* m);
int recv_message(msg* r);
#endif |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/PowerlogLiteOperators.framework/PowerlogLiteOperators
*/
@interface PLBasebandHardwareMessage : PLBasebandMessage {
struct _PLBasebandHWOnOffComponentStats { unsigned int x1; unsigned int x2; unsigned int x3[2]; } * _adm;
struct _PLBas... |
/*Exercício 07 - Criar um programa em linguagem C que leia um número
positivo do teclado e informar se ele é divisível por 10, por 5, por
2 ou se não é divisível.*/
#include <stdio.h>
#include <locale.h>
int main() {
setlocale(LC_ALL, "Portuguese");
int valor;
printf("\n\tEXERC�CIO 08\t\n");
printf... |
#include <ansi.h>
inherit ITEM;
void create()
{
set_name(HIG "仙魂草" NOR, ({"xianhuncao"}));
set_weight(1);
if (clonep())
set_default_object(__FILE__);
else {
set("long", HIG "仙魂草長於崑崙山溶洞之中,傳説吸收了修仙之人的魂魄!\n" +
"服食(fushi xianhuncao)後可永久提升武學... |
#include "FLRSynth.h"
#include <AudioToolbox/AudioToolbox.h>
#include <math.h>
#include <stdint.h>
#define SAMPLE_RATE 48000
#define kOutputBus 0
#define kInputBus 1
struct FLRSynth {
uint64_t count;
float amp;
float freq;
AudioUnit audioUnit;
};
static OSStatus Render(void *inRefCon,
... |
/* ---------------------------------------------------------------------------
*
* (c) The GHC Team, 1998-2006
*
* The scheduler and thread-related functionality
*
* --------------------------------------------------------------------------*/
#include "PosixSource.h"
#define KEEP_LOCKCLOSURE
#include "Rts.h"
#i... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
*/
@interface PLInvitationRecipient : NSObject {
NSMutableArray * _allEmails;
NSMutableArray * _allPhones;
NSString * _firstName;
NSString * _invalidAddressString;
NSString * _lastName;
... |
/*
* Copyright (C) 2009 Apple 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 conditions a... |
//
// HWMSignThePurseHeadView.h
// elastos wallet
//
// Created by 韩铭文 on 2019/7/2.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface HWMSignThePurseHeadView : UIView
@property (weak, nonatomic) IBOutlet UIButton *changeNumberSignatureButton;
@property (weak, nonatomic) IBOutlet UITextField *walletNam... |
//
// BulbConstant.h
// bulb
//
// Created by FanFamily on 16/8/11.
// Copyright © 2016年 niuniu. All rights reserved.
//
#import <Foundation/Foundation.h>
@class BulbSignal;
typedef enum : NSInteger {
kBulbSignalStatusNone = -2,
kBulbSignalStatusOff = -1
} BulbSignalInternalStatus;
typedef BOOL(^BulbHasR... |
#ifndef NTT_PARAMS_H
#define NTT_PARAMS_H
#define ARRAY_N 256
#define NTT_N 64
#define LOGNTT_N 6
#define Q1 44683393
#define Q1pr 7
// omegaQ1 = Q1pr^((Q1 - 1) / (NTT_N << 1)) mod Q1
#define omegaQ1 22875492
// invomegaQ1 = omegaQ1^{-1} mod Q1
#define invomegaQ1 7412207
// RmodQ1 = 2^32 mod^{+-} Q1
#define RmodQ1 5... |
#include <stdio.h>
#include <stdlib.h>
#define N 5
void intercalar (int *vetor, int inicio, int meio, int fim);
void mergeSort (int *vetor, int inicio, int fim);
int main (int argc, char** argv) {
int vet[N], i, retorno;
for (i=0; i<N; i++){
printf("\n Informe um numero: ");
scanf("%d", &vet[... |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkMutableUndirectedGraph.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This s... |
#if IS_IOS
#import "ESUtils.h"
#import <Foundation/Foundation.h>
// TODO: a downside of this implementation is that it must be retained or the block call will return an error. Perhaps we should extend ActionSheet instead.
@interface ESBlockActionSheet : NSObject<UIActionSheetDelegate>
@property(nonatomic, strong) U... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.