代码搜索:segment
找到约 10,000 项符合「segment」的源代码
代码结果 10,000
www.eeworm.com/read/131256/14154134
h segment.h
//// 读取fs 段中指定地址处的字节。
// 参数:addr - 指定的内存地址。
// %0 - (返回的字节_v);%1 - (内存地址addr)。
// 返回:返回内存fs:[addr]处的字节。
extern inline unsigned char
get_fs_byte (const char *addr)
{
unsigned register char _v;
__asm
www.eeworm.com/read/131129/14159742
h segment.h
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00
www.eeworm.com/read/130981/14164566
h segment.h
//// 读取fs 段中指定地址处的字节。
// 参数:addr - 指定的内存地址。
// %0 - (返回的字节_v);%1 - (内存地址addr)。
// 返回:返回内存fs:[addr]处的字节。
extern inline unsigned char get_fs_byte(const char * addr)
{
unsigned register char _v;
__asm__
www.eeworm.com/read/128688/14281780
idx segment.idx
www.eeworm.com/read/128688/14281821
dat segment.dat
www.eeworm.com/read/128354/14303001
cpp segment.cpp
// Segment.cpp : implementation file
//
#include "stdafx.h"
#include "wgl_32.h"
#include "Segment.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/128354/14303012
h segment.h
#if !defined(AFX_SEGMENT_H__3F97A582_5B06_11D2_A9B4_C153A6BF3453__INCLUDED_)
#define AFX_SEGMENT_H__3F97A582_5B06_11D2_A9B4_C153A6BF3453__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _M
www.eeworm.com/read/127815/14332296
bmp segment.bmp
www.eeworm.com/read/228948/14357035
h segment.h
//// 读取fs 段中指定地址处的字节。
// 参数:addr - 指定的内存地址。
// %0 - (返回的字节_v);%1 - (内存地址addr)。
// 返回:返回内存fs:[addr]处的字节。
extern inline unsigned char
get_fs_byte (const char *addr)
{
unsigned register char _v;
__asm