代码搜索:虚拟场景
找到约 3,772 项符合「虚拟场景」的源代码
代码结果 3,772
www.eeworm.com/read/259137/4345682
h mmu.h
#include "s3c2410.h"
/*以下为虚拟地址*/
#define MMU_TABLE_BASE SDRAM_BASE
#define PROCESS0_BASE SDRAM_BASE+0x4000
#define VECTORS_BASE 0xffff0000
#define VECTORS_PHY_BASE SDRAM_BASE+SDRAM_SIZE-0x100000
www.eeworm.com/read/259137/4345683
s sched.s
@#include "sched.h"
#define PID_OFT 0
#define STATE_OFT 4
#define COUNT_OFT 8
#define PRIORITY_OFT 12
#define CONTENT_OFT 16
@ 应该转换成虚拟地址
#define SDRAM_BASE 0x30000000
#define SDRAM_SIZE 0x04
www.eeworm.com/read/259137/4345690
h~ mmu.h~
#include "s3c2410.h"
/*以下为虚拟地址*/
#define MMU_TABLE_BASE SDRAM_BASE
#define PROCESS0_BASE SDRAM_BASE+0x4000
#define VECTORS_BASE 0xffff0000
#define VECTORS_PHY_BASE SDRAM_BASE+SDRAM_SIZE-0x100000
www.eeworm.com/read/249069/12524646
txt 例4.7.txt
例4.7 将例4.6程序改为通过函数模板来实现。
#include
using namespace std;
template //模板声明,其中T为类型参数
T max(T a,T b,T c) //定义一个通用函数,用T作虚拟的类型名
{if(b>a) a=b;
if(c>a) a=c;
retur
www.eeworm.com/read/238066/13909515
txt 例4.7.txt
例4.7 将例4.6程序改为通过函数模板来实现。
#include
using namespace std;
template //模板声明,其中T为类型参数
T max(T a,T b,T c) //定义一个通用函数,用T作虚拟的类型名
{if(b>a) a=b;
if(c>a) a=c;
retur
www.eeworm.com/read/109024/15568341
htm zhujizuyong.htm
vti_encoding:SR|utf8-nl
vti_author:SR|wsvsts
vti_timecreated:TR|11 Aug 2002 10:38:43 -0000
vti_timelastmodified:TR|11 Aug 2002 14:41:10 -0000
vti_filesize:IR|7615
vti_title:SR|互联主机网——虚拟主机
vti_me
www.eeworm.com/read/391067/8423525
txt 用ntldr加载进dos.txt
代码可供学习用...转贴请不要改变作者..
虚拟软盘镜像..以及在ntfs下查找文件....
分析得不是很详细..希望和大家交流..相互学习...
QQ:179641795
EMAIL:cheng_5104@126.com
作者:成松林
.386p
CSEG SEGMENT USE16
ASSUME CS:CSEG,