代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/326616/3470683
java regvalue.java
package org.xvolks.jnative.misc.registry;
import org.xvolks.jnative.exceptions.NativeException;
import org.xvolks.jnative.misc.basicStructures.LONG;
import org.xvolks.jnative.pointers.Pointer;
i
www.eeworm.com/read/326616/3470686
java regkey.java
package org.xvolks.jnative.misc.registry;
import org.xvolks.jnative.exceptions.NativeException;
import org.xvolks.jnative.misc.basicStructures.LONG;
import org.xvolks.jnative.pointers.Pointer;
i
www.eeworm.com/read/326616/3470688
java basicregdata.java
package org.xvolks.jnative.misc.registry;
import org.xvolks.jnative.exceptions.NativeException;
import org.xvolks.jnative.misc.basicStructures.LONG;
import org.xvolks.jnative.pointers.Pointer;
i
www.eeworm.com/read/326616/3470734
java abstractmemoryblock.java
package org.xvolks.jnative.pointers.memory;
/**
* $Id: AbstractMemoryBlock.java,v 1.3 2006/06/09 20:44:04 mdenty Exp $
*
* New Memory blocks should extends this class
*
* This soft
www.eeworm.com/read/326616/3470735
java nativememoryblock.java
package org.xvolks.jnative.pointers.memory;
/**
* $Id: NativeMemoryBlock.java,v 1.4 2006/06/09 20:44:04 mdenty Exp $
*
* This class represents a memory block known by its pointer
*
www.eeworm.com/read/326616/3470743
java nullpointer.java
package org.xvolks.jnative.pointers;
import org.xvolks.jnative.exceptions.NativeException;
/**
* $Id: NullPointer.java,v 1.8 2006/06/09 20:44:04 mdenty Exp $;
*
* This class encapsulat
www.eeworm.com/read/298327/3867763
cpp unitset.cpp
/** @file UnitSet.cpp
* @brief Defines STL like container wrapper for storing CUnit pointers.
* @author Tobi Vollebregt
*/
#include "StdAfx.h"
#include "creg/STL_Map.h"
#include "UnitSet.
www.eeworm.com/read/286193/4041825
h list.h
// Tutorial 16: List.h
// List class stores pointers to the first and last items in
// the linked list and manages the linked list.
#ifndef LIST_H
#define LIST_H
using namespace std; // for ac
www.eeworm.com/read/286193/4041856
h list.h
// Tutorial 16: List.h
// List class stores pointers to the first and last items in
// the linked list and manages the linked list.
#ifndef LIST_H
#define LIST_H
using namespace std; // for ac
www.eeworm.com/read/279710/4135486
cpp stress_test.cpp
#define _WIN32_WINNT 0x505
#include
#include
using namespace std;
LONG CALLBACK MyHandler(
PEXCEPTION_POINTERS ExceptionInfo
)
{
putchar('.');
return EXCEPTION_C