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, ... |
#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... |
//------------------------------------------------------------------------------
/*
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 ... |
/*
* 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... |
//
// 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... |
//
// 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
|
/*
* 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... |
#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,颜色默认到... |
/*
* 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... |
/* 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... |
/**
**************************************************************************************
* @file main.c
* @author shaokairu
* @date 2021.7.8
* @brief This file includes the main program body
**************************************************************************************
*/
/* Includes ----------... |
#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:... |
#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... |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 4