代码搜索:DataSize
找到约 1,285 项符合「DataSize」的源代码
代码结果 1,285
www.eeworm.com/read/417652/10981516
pas pfgdbsave.pas
unit pfgDbSave;
{**************************************************************************}
{* pfgDbSave Unit *}
{*
www.eeworm.com/read/460738/7242300
cs example.cs
/**
* Excerpted from the book, "Pragmatic Unit Testing in C# with NUnit, 2nd Ed."
* ISBN 0-9776166-7-3
* Copyrights apply to this code. It may not be used to create training material,
* cours
www.eeworm.com/read/452366/7441543
ini isp.ini
;ALGTYPE
;
; 0 = Standard AVR
; 1 = Polled AVR (NA on 1200)
; 2 = AT89S8252
; 3 = AT89S853
; 4 = ATMEGA103
; 5 = AT90S2323
; 6 = 28pin devices
; 7 = Meg with slow SCK Speed
;
; Fuses
;
www.eeworm.com/read/436097/7776682
pas atxclipboard.pas
unit ATxClipboard;
interface
uses
ATxCodepages;
function SCopyToClipboard(const S: AnsiString; Enc: TATEncoding = vencANSI): Boolean;
function SCopyToClipboardW(const S: WideString): Bool
www.eeworm.com/read/328652/13009199
c disasm.c
#define STRICT
#include
#include
#include
#include
//#include
#include
#include
#pragma hdrstop
#include "disasm.h"
www.eeworm.com/read/140161/13104585
c resource.c
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as publis
www.eeworm.com/read/136959/13351236
asm absdisk.asm
page 55, 132
;
; ABSDISK.ASM
;
; Originally published as part of The MicroFirm Function Library
; This version released to the public domain by the author, Bob Stout
;
; Requires MASM
www.eeworm.com/read/317526/13502866
cpp disasm.cpp
// Free Disassembler and Assembler -- Disassembler
//
// Copyright (C) 2001 Oleh Yuschuk
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the
www.eeworm.com/read/309649/13667209
asm absdisk.asm
; +++Date last modified: 05-Jul-1997
page 55, 132
;
; ABSDISK.ASM
;
; Originally published as part of The MicroFirm Function Library
; This version released to the public doma
www.eeworm.com/read/139557/5798439
c slipframe.c
/*++
Copyright (c) 1993-2000 Microsoft Corporation. All rights reserved.
Module Name:
pppframe.c
Abstract:
Environment:
--*/
#include "windows.h"
#include "tapi.h"
#include "ndis.h"
#inclu