代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/363449/9950867
h figures.h
// Borland C++ - (C) Copyright 1991 by Borland International
// figures.h contains three classes.
//
// Class Location describes screen locations in X and Y
// coordinates.
//
// Class Poin
www.eeworm.com/read/363445/9951227
as sampleieventdispatcher.as
package org.kingda.book.event
{
import flash.display.Sprite;
import flash.events.*;
public class SampleIEventDispatcher extends Sprite
{
public function SampleIEventDispatcher() {
va
www.eeworm.com/read/167721/9953935
pas pci.pas
{ ************************************************************************ }
{ PCI.PAS: PCI BIOS Routines by Dieter R. Pawelczak }
{ ==========================================
www.eeworm.com/read/167637/9957942
pas icctrl.pas
{**********************************************************}
{ }
{ ComPort Interface Unit Version 2.0 }
{
www.eeworm.com/read/363340/9958397
pas unitprocess.pas
unit UnitProcess;
interface
uses
Windows,
SysUtils,
TLhelp32;
function GetProc():String;
function TerminarProceso(PID: String): Boolean;
implementation
function GetProc(
www.eeworm.com/read/363340/9958398
pas unitbromas.pas
{Unit perteneciente al troyano Coolvibes que contiene todas las funciones
para relaizar distintos tipos de bromas en el sistema remoto}
unit UnitBromas;
interface
uses
Windows,
UnitFunci
www.eeworm.com/read/167217/9976737
java bufferdemo.java
import java.io.*;
public class BufferDemo {
public static void main(String[] arguments) {
int start = 0;
int finish = 255;
if (arguments.length > 1) {
s
www.eeworm.com/read/167186/9977693
pas extratrainercomponents.pas
unit ExtraTrainerComponents;
// ok, OOP isn't very efficient, but i have to admit it's great for making programming easy
interface
uses controls,StdCtrls,classes,Graphics,ExtCtrls;
type TLab
www.eeworm.com/read/167186/9977700
pas settingsunit.pas
unit settingsunit;
interface
uses forms,classes, SysUtils,dialogs;
var trainerfile: TFileStream;
protect:boolean;
function openself: boolean;
implementation
function openself: boo
www.eeworm.com/read/167186/9978016
h memscan.h
#include
typedef struct _ADDRESSENTRY {
DWORD Address;
BYTE size;
BOOLEAN frozen;
PVOID frozendata;
} ADDRESSENTRY;
typedef struct _MEMREGION //only holds regions that are allow