代码搜索:pointer
找到约 10,000 项符合「pointer」的源代码
代码结果 10,000
www.eeworm.com/read/139211/13174642
~dfm unit3.~dfm
object Form3: TForm3
Left = -101
Top = 114
Width = 812
Height = 429
Caption = 'Form3'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height
www.eeworm.com/read/241043/13177696
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/240957/13184883
pas ubasefrm.pas
unit uBasefrm;
interface
uses
classes,forms,uIHintInf;
type
TBaseForm = class(TForm)
private
FData: Pointer;
FTheCmd: cmdType;
FID: integer;
FTheForm: frmType;
www.eeworm.com/read/325731/13187286
pas crc.pas
unit CRC;
{(C) Coban(alex@ritlabs.com)}
{$DEFINE USE_ASM} //Remove this line to use pascal instead of assembler
interface
uses
CryptoUtils;
procedure CRC32Init(var crc: LongWord);
pro
www.eeworm.com/read/325729/13187493
pas dllinject.pas
{
DLLInject Unit One For 9x,nt,2k,xp,2k3 By Anskya
Email:Anskya@Gmail.com
Web:http://Www.Anskya.Net
DLL进程插入单元 For Delphi
可以在9x,Nt,2K,Xp,2K3下工作
采用远程线程注入LoadLibraryA('xxx.dll');代码
www.eeworm.com/read/325638/13192637
c os_mem.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/325558/13196841
java splashscreen.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
public final class SplashScreen extends GameCanvas implements Runnable{
/**
* Splash image.
*/
www.eeworm.com/read/325558/13196898
java startscreen.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
public final class StartScreen extends GameCanvas{
/**
* game help image.
*/
private Imag
www.eeworm.com/read/138927/13201797
txt finc-0.2-feature.txt
FinC 0.2功能概述
---------------
和0.1版本相比的bug修正
- 数组修正(0.1版数组基本不可用,会导致极大的内存泄漏)。
- 逗号运算的修正。
- 条件运算的修正。
- 全局变量寻找不到的修正。
0.2版本实现了的功能
- 字符串数据类型的改进,把string和native string合并,当调用系统函数时会自动转换成native string。
- 结构类型的支 ...
www.eeworm.com/read/138927/13201909
h fincdata.h
#ifndef _FinC_DATA_H_
#define _FinC_DATA_H_
#include
#include
#include
#include
#include
#define FinC_DATA(obj)